Commits
- Commit:
a5ddf5e0ebf8e0a3595e8d27c04e9d6869891758
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.81
- Commit:
cce8ba758294f57f72fa4e100fd2074dff3cc6ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have 'make clean' traverse into regress/gotd in order to remove gotd.conf
- Commit:
a164ea7011e2e062b7d43291b7ba49c2cac004fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix ambiguous phrasing of -d option documentation
- Commit:
e9e01966df9e3fe005d0e7c8abcc92134838eaf9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document the gotd -n option
- Commit:
0ff2c315fe0f2f0fe4a92cae73c8a4a9fd21a402
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gotd: fix "bad packfile with zero objects" error while creating branches
Clients will send an empty pack file if they are only creating new
references and have no objects to upload. Make gotd handle this and
add a regression test which triggers the bug. Problem found by op@.
The new regression test caught an unrelated issue where the client
connection was left lingering after references had been updated,
which made 'got send' followed by 'got clone -l' fail with the
connection limit configured for the test suite (just one connection
is allowed at a time). Fix this as well.
ok op@
- Commit:
fecfd5bc4d412263e1178f9b6edf69709ea6e273
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix spurious "gotsh: unexpected flush packet" error when client is up-to-date
ok op@
- Commit:
05594ba5c50d7a7b10882b9504d75bdd5df348a3
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
regress: replace typeset with printf for shell portability
The typeset shell builtin is a ksh(1) feature. It is not available
in a pure POSIX sh(1). Use printf(1) to portably perform the same
string truncation.
tweak and ok op jamsek
- Commit:
f9550d472ec2151070b5bef2bd3b950d9f8e7949
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix an issue where gotd fails to accept multiple have-lines from clients
ok op, jamsek
- Commit:
6da1c69cd7747c70dfbe29c9fb66fa03fa985459
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix an issue where multiple ref-updates are rejected by gotd
ok op@
- Commit:
abe844e2dfc7056150889993b3568fe400af7358
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotd: move socket path check to parse.y and error from the main process
It's handy to have a "bad unix socket path" error being reported
directly from the main process since can get caught by `gotd -n'.
ok jamsek stsp
- Commit:
809a54db7c7cec54dcacb53f62eedecc18a833da
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotd: move nrepos check to parse_config
ok jamsek stsp
- Commit:
f4e8c21cb2dc6a468bae32a4dcf3a9e18f269527
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotd: print configuration errors without -d
Defer the absolute path check on argv[0] and log_init so that it
becomes possible to run `gotd -n' to check the configuration file and
get errors without specifying -d. Erorrs in the configuration now are
actually always printed regardless of -d.
While here also tweak an error message and print 'configuration OK' if -n
ok stsp@
- Commit:
484be064c7a134692680b71ddc159693ac4b0f72
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix what is probably a typo in changelog
- Commit:
e47835294786c5420760f8d057c667a6022b445b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix missed attribution in changelog
- Commit:
c38234035dabc9b31acf3fd74fc1cadf0ab4e254
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
f08fa56da9b67c42d726230b936ee664a5ce0e42
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.80
- Commit:
9f435beae4c42a75afabe4ef060025e1a4724e27
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update gotwebd TODOs
- Commit:
c9573d373fdf5b560299a2aa9257fe4b7480e193
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
override realinstall target in gotd's Makefile as we do elsewhere
- Commit:
037fce6676d77f393e33f41ac6bfff013f33945c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
bec0d92a2fd3ce4d070485dd05b811e5561885b2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add gotd regress gotd.conf to CLEANFILES to remove it during 'make clean'
- Commit:
8f46aeb14260544bea936951f2c0193f1aae6412
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add obj/pages.c to CLEANFILES in gotwebd's Makefile
- Commit:
60acb474759c0ec24ee5ac2bd07d9f121b385996
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
license copyright++
- Commit:
719201df7ccfec51cdd1faad72c66e978b4f2ae9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove TODO items related to indexing ref-deltas
- Commit:
cf534ab8a1df5c0b616be2202f471b9eb1ff3092
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix indexing of pack files which contain ref-deltas
ok jamsek
- Commit:
1f3405c91dec0b4eb48df5156751b5ef6add3f37
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
refactor got log -d and tog diffstat to compute diff once
This eliminates the previous performance cost by making 'got log -d' and tog
diff view compute the diffstat while building the diff in a temp file like we
do with 'got diff -d'. Also, keep the current 'got log -d' UI as per stsp's
suggestion.
ok stsp@