Log

Author Commit Date CI Message
Tracey Emery c3bcdfd5 2020-01-29T15:10:47 alternate color of tree lines to prepare for blob/blame conversion
Stefan Sperling 4bec7539 2020-01-29T14:07:45 missing error check in gw_display_index()
Stefan Sperling 6d8d8a26 2020-01-29T14:06:33 introduce gw_display_error so gw_display_index doesn't have double-duty
Stefan Sperling 7a9bfbff 2020-01-29T13:59:25 call khtml_close() in gw_display_index() even when an error occurred
Stefan Sperling 20f34652 2020-01-29T13:43:37 free all the things allocated by gw_summary() in one place
Stefan Sperling f4df82f9 2020-01-29T13:35:58 simplify error return from pledge failure in gw_summary
Stefan Sperling d126c1b7 2020-01-29T13:35:05 allow callers of gw_get_repo_age to tell which error occured, if any
Stefan Sperling 0b20762b 2020-01-29T13:26:23 don't use stdbool.h
Stefan Sperling 4b60fece 2020-01-29T13:25:54 call strdup("") instead of asprintf(&var, "")
Stefan Sperling 88d59c36 2020-01-29T13:21:33 remove superfluous braces around asprintf calls
Stefan Sperling d56b34ca 2020-01-29T13:13:48 just return 0 instead of EXIT_SUCCESS
Stefan Sperling 5147ab56 2020-01-29T13:11:45 prevent a NULL deref in gw_get_commits()
Stefan Sperling 5ddf0079 2020-01-29T13:10:39 ensure that the result of gw_init_header() is always freed
Stefan Sperling 470cd826 2020-01-29T13:08:40 plug memory leaks on error in gw_tag()
Stefan Sperling 42281175 2020-01-29T13:06:46 plug memory leaks on error in gw_tree()
Stefan Sperling 0e00e8f4 2020-01-29T13:05:11 plug memory leaks on error in gw_briefs()
Stefan Sperling 18da9978 2020-01-29T13:02:59 plug memory leaks on error in gw_commits()
Stefan Sperling c5996fff 2020-01-29T12:47:13 perform the check for an empty histedit commit list earlier
Stefan Sperling ab20a43a 2020-01-29T12:47:13 don not open log message editor if there are no changes during 'histedit -c'
Stefan Sperling 514f2ffe 2020-01-29T12:47:13 display branch name and first commit to be edited at top of histedit script
Stefan Sperling 82997472 2020-01-29T12:47:13 improve wording of hint displayed for the histedit 'fold' command
Tracey Emery 1177268c 2020-01-28T23:21:58 don't display author email on summary or commit briefs, introduced with gw_tag updates
Tracey Emery 4ff7391f 2020-01-28T23:15:49 add tag link for each tag on summary page for repos display tag commit info from link close leak in gw_tree
Tracey Emery 24529390 2020-01-28T21:25:44 with removal of got_www_path, get rid of default definition
Stefan Sperling 65aa7d1c 2020-01-28T20:07:15 simplify repository child path check in got_repo_map_path()
Stefan Sperling 4d8f0a30 2020-01-28T20:02:57 add gotweb files to distfile list
Stefan Sperling 8f6d0c1e 2020-01-28T19:59:00 simplify gotweb(8) description
Stefan Sperling 705044c5 2020-01-28T19:56:10 wording tweak for got_show_repo_owner
Stefan Sperling 86a8f423 2020-01-28T19:54:05 Xr gotweb 8
Stefan Sperling 06c41672 2020-01-28T19:52:11 typo
Stefan Sperling 3f145c31 2020-01-28T19:51:13 wording tweak for got_max_commits_display
Stefan Sperling 06dbbefa 2020-01-28T19:49:56 document gotweb.conf(5) syntax
Stefan Sperling 82013002 2020-01-28T19:45:58 don't document gotweb.conf(5) location twice; FILES section is good enough
Stefan Sperling 9db6255d 2020-01-28T19:44:13 Xr gotweb(8) in gotweb.conf(5) example section; mention defaults
Stefan Sperling b5f07800 2020-01-28T19:42:10 remove got_www_path which is not actually used
Stefan Sperling ee882e75 2020-01-28T19:40:27 Wording tweaks for gotweb.conf(5) global configuration section.
Stefan Sperling dcc182c0 2020-01-28T19:26:15 tweak gotweb.conf(5) intro blurb
Stefan Sperling 71317958 2020-01-28T19:21:24 sync the names of tunables in gotweb.conf(5) with reality
Stefan Sperling fd4ad5d4 2020-01-28T19:18:52 link to gotweb(8) from gotweb.conf(5); remove tog(1) reference
Stefan Sperling db4c5930 2020-01-28T19:17:54 remove history section from gotweb.conf(5); we're not part of OpenBSD base
Stefan Sperling 738b3756 2020-01-28T19:14:30 add gotweb(8) man page and move README info there; discussed with tracey
Stefan Sperling 55e54fd3 2020-01-28T14:03:16 remove a Makefile chunk which is obsolete since bb5b19e3
Stefan Sperling 71ec7eac 2020-01-28T14:52:27 kill left-over debug code snippet from a46b9f33fb3018765180eb67cc954d863a5cd525
Stefan Sperling c119608e 2020-01-28T13:36:29 get rid of a goto in gotweb that jumped upwards rather than down
Stefan Sperling 2dcb56a8 2020-01-28T13:31:18 remove unnecessary NULL checks; if header is NULL we don't get here
Stefan Sperling a0f36e03 2020-01-28T13:29:06 ensure that gotweb's reference list heads are always initialized
Stefan Sperling 390d412c 2020-01-28T13:28:41 plug memory leaks in error cases of gw_diff()
Stefan Sperling ae36ed87 2020-01-28T13:28:09 ensure that header->refs is always initialized
Stefan Sperling 6d9fc692 2020-01-28T13:11:14 plug memory leaks in error cases of gw_blame()
Stefan Sperling c25c2314 2020-01-28T13:02:44 make gotweb check for kcgi errors where feasible
Stefan Sperling bb5b19e3 2020-01-28T12:15:59 ensure that we always install static binaries to gotweb's chroot Compile static libexec binaries for gotweb, keeping them separate from the main build. Use the same source files but a separate set of Makefiles. Previously, 'make web-install' installed whichever libexec binaries had already been built, and if those happened to be dynamically linked they failed to run inside the chroot which resulted in "privsep peer process closed pipe" being rendered on the index page.
Stefan Sperling a46b9f33 2020-01-28T12:09:03 fix a bug where 'got revert -R' failed on added subtrees The command could fail with "got: no such entry found in tree". This problem is reproduced by the regression test added in this commit. This happened because file index entries were processed in the wrong order by diff_fileindex_dir(). To fix this, keep removed entries in the RB tree and skip them when the file index is written out, rather than removing entries from the RB tree immediately causing side-effects for RB_NEXT and friends.
Stefan Sperling 3dcf3e74 2020-01-28T11:00:34 rewind directory file pointer before re-opening the directory
Stefan Sperling 43d8c06e 2020-01-28T10:11:27 link just gotweb with kcgi, not the libexec helpers
Stefan Sperling bce5dac1 2020-01-28T09:51:38 display 'No repositories found in $got_repos_path" if gotweb finds no repos
Stefan Sperling f29724dd 2020-01-28T09:40:28 create dir for public repos during 'make web-install'; avoids an unveil error
Stefan Sperling e09ede37 2020-01-28T09:35:39 document that slowcgi(8) is needed for gotweb, too
Stefan Sperling d1360688 2020-01-28T09:31:29 fix problem with 'make web-install' not finding some of the files
Stefan Sperling e83c0634 2020-01-27T22:25:59 remove pointless cwd checking from got_repo_map_path()
Stefan Sperling f43793a4 2020-01-27T22:14:23 fix a bug where 'got log PATH' failed to map PATH into the repository The problem occured inside /usr/src/sys due to the /sys symlink, where /usr/src was a got work tree. If a work tree is present we already have the right path so checking the disk is pointless.
Stefan Sperling 1137e0ae 2020-01-27T19:01:16 man page wording tweaks
Stefan Sperling b672a97a 2020-01-27T18:36:37 make 'tog log' show first-parent history by default; add -b option and B key
Stefan Sperling 48c8c60d 2020-01-27T18:36:37 make 'got log' show first-parent history by default; remove -f and add -b option
Stefan Sperling 74daf7cb 2020-01-27T18:36:29 fix typo in got(1) man page markup
Stefan Sperling fb9704af 2020-01-27T17:07:01 do not display unversioned files during 'got revert -R'
Tracey Emery bded5497 2020-01-27T16:48:34 small css fixup
Stefan Sperling efbadcb1 2020-01-26T23:49:24 avoid creating empty files when one side of a diff is empty; ok tracey
Tracey Emery ac9e7fdd 2020-01-25T16:11:31 create temporary workaround to opening /dev/null during diffing. this will need to be reworked later. ok stsp
Stefan Sperling 91b8c405 2020-01-25T11:41:24 tweak default colors for directories and symlinks in 'tog tree'
Tracey Emery bfd30182 2020-01-24T23:40:15 increase colorize buffer and don't crash on NULL strncmp/strlen
Tracey Emery 05ce9a79 2020-01-24T22:29:35 show diff if we're diffing to a root commit
Tracey Emery 65559f29 2020-01-24T20:43:51 html escape diff output
Tracey Emery 2ac037ec 2020-01-24T17:22:13 whoops, fix reversed diffs
Tracey Emery 90f16cb8 2020-01-24T17:04:42 clean up gw_get_diff function
Tracey Emery f2f46662 2020-01-23T23:12:13 complete gotweb refactor
Martin Pieuchot b55e96cf 2020-01-19T14:35:58 Remove redundant error check after got_object_id_by_path(). An error code is always returned when the oid is NULL.
Martin Pieuchot a93813fa 2020-01-19T14:18:07 Remove double lock in error path.
Martin Pieuchot 6b8a2b8f 2020-01-19T13:46:59 Remove unnecessary pthread_yield(3). In the two cases a context switch isn't necessary as the thread isn't blocked and doesn't need to wait for its sibling.
Stefan Sperling ac03cf6d 2020-01-17T14:37:03 fix bug in tag list tests where expected datestamps were swapped
Stefan Sperling 867630bb 2020-01-17T11:54:27 Sleep for one nanosecond after syncing the file index to disk Ensures that files modified after got exits have a different timestamp from the one which was recorded in the file index. Previously, 'got status' did not always detect such files as modified. Problem reported by Steven McDonald.
Tracey Emery 7d2e9986 2020-01-16T18:41:02 hide currently unused link
Stefan Sperling 03b6a916 2020-01-16T14:51:04 have 'make obj' recurse into gotweb; ok tracey
Stefan Sperling 270ebbdc 2020-01-16T14:34:36 merge gotweb's README into top-level README; ok kn tracey
Tracey Emery 6bee13de 2020-01-16T11:16:31 move pledge to gw functions to more tightly control promises
Tracey Emery c08369d7 2020-01-15T23:08:12 remove log counting, add to TODO
Tracey Emery add40c4f 2020-01-15T22:10:31 remove examples file
Tracey Emery f2915494 2020-01-15T22:10:31 move match_logmsg to gw_match_logmsg
Tracey Emery 3468a5fa 2020-01-15T22:10:31 move to got_repo_cmp_tags
Tracey Emery 147269d5 2020-01-15T22:10:31 move to got_repo_resolve_commit_arg
Tracey Emery d0ea9c5b 2020-01-15T22:10:31 clean up. add gw_ to missed func
Tracey Emery 2bab8f23 2020-01-15T22:10:31 mv func to lib
Tracey Emery 54415d85 2020-01-15T22:10:31 kn@ and stsp@ suggested changes
Tracey Emery 0311ce2d 2020-01-15T22:10:31 html escape characters in blame lines
Tracey Emery 14b96325 2020-01-15T22:10:31 README
Tracey Emery 87db323e 2020-01-15T22:10:31 gotweb.conf man
Tracey Emery b7ef5d91 2020-01-15T22:10:31 rm gotweb.8
Tracey Emery 0f97c5ad 2020-01-15T22:10:31 gotweb.conf
Tracey Emery 119bf4ed 2020-01-15T22:10:31 blame css
Tracey Emery 2e676fc5 2020-01-15T22:10:31 blame
Tracey Emery ec46ccd7 2020-01-15T22:10:30 save blame work