Commits
- Commit:
b2744c1d969df068c60b43d216732d5dc7505181
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: group state assignments and zap dup repo assignment
ok tb@
- Commit:
bf31aa093598e755249dec65bcdd7ce3c61370fe
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: s/unlock/lock error message typo and reflow lines
ok tb@
- Commit:
71f25145f5a3d77d3997993b5cae0f055cae5398
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
set a couple missed error objects on fprintf(3) failure
ok tb@
- Commit:
7f7ab60bfe9338580d076c4902c6e9a2bf663f9c
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: check show_log_view() calls for failure; ok tb@
- Commit:
29aa010e26301ff4650c05a91cdd4632009eeead
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
whitespace
- Commit:
7c4b6902eb9819b0e5f8280ccab5983cd69da6ae
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
whitespace
- Commit:
cea8a93531ed435f448ee3e19eb99c25c05aee9f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: plug a memory leak which would trigger via pagination of commits
ok op@
- Commit:
e14e4525dd2c0b0716d2ec80533ed214e03b80e5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
replace bcopy() with memmove() for standards compliance
- Commit:
758166643bfcc828f609e498252520fc2471ee47
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix failure of gotwebd action_patch test on single-digit days of the month
- Commit:
5167c4b6cd7876ac283dc84d26401851599acca5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix whitespace
- Commit:
ce7dbf4dade6c5de58dc2430eb05c5dbec747edf
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
ensure that config privsep children are collected in error cases
The lack of waitpid calls for these children in error cases might
be why I saw quite a few got-read-gotconfig zombie processes created
by gotwebd on my repository mirror.
ok jamsek
- Commit:
6a273766c8155a91ffd44f58b349815ceac25a19
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix pointer indirection level
ok tb@
- Commit:
c65025a4f3f9486bde01e4bd9b1dde3c5875c6e6
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
4f90b7fd9bcee4d7d3f5b55d7983962b356f2d4d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.106
- Commit:
a93fc19cfb1991e351385f8961b474757d5c126d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
indentation fix
- Commit:
ad96b4eff310a90c80201ffc204916540fa2f803
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
teach got-build-regress.sh about the gotwebd regression test suite
- Commit:
ff122962acc26409e1407612d4629412d57ad657
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
follow-up to previous commit: fix make target dependency order instead
- Commit:
73416c724ee84bc1b4152944af4ddf376dd77621
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
check for root privs in the main regress target
Otherwise we would build some things and then get stuck in su(1).
- Commit:
ad9226868f59ae796d2ed191fd26b1841e24a4e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make gotwebd regress suite compatible with 'make obj'
- Commit:
c06b0686214673e013af04918702703ee7168209
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
ensure that gotwebd regress build artifacts get removed by 'make clean'
- Commit:
82c62cc1cadf05ba127155050e1dc8c784e3a55c
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: commits action regress test case
- Commit:
40b43a5915484b2bf64f38e763644c30bbc495ec
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: rename action_index test to action_summary
- Commit:
ab0813b8175f1317f6b5d3b64ea4fa07d1f7706a
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: rename action_commit test to action_diff
- Commit:
40cd91e858524167f9c6232f1c085912a4dac72d
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: basic patch action regress test case
- Commit:
f36a5793b6ae12ae5ca538642bb0f302686551df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove duplicate variable assignment in gotwebd regress Makefile