Commits
- Commit:
4faaaabc542477a45c90de97ad22a45835b9a20e
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.90
- Commit:
b2251e6e28d03b19582a716bf2b3e20bb663d037
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bubble up got_repo_commits()
now that got_get_repo_commits() doesn't look at `action' we can stop
fetching the commits during the rendering and bubble up the call.
This yields better error messages and better replies codes on failure.
- Commit:
ecdb50ac822f296f9c26b7dd8cd4b010399b0da5
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
drop hack; got_get_repo_commits() doesn't look at action anymore
- Commit:
0fc3012cbeb3ab386febc7c43684f849c69dc674
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Revert "portable: HOST_NAME_MAX"
This reverts commit 0835bf10ee863d91a617270780cd79c405c6a992.
- Commit:
cf7804ed4ec5343a161ead744ff9128ddbed183a
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
use _POSIX_HOST_NAME_MAX from <limits.h> for portability
ok stsp
- Commit:
f7f5daf01e343ec26add1c2b599aa84f0de8b1c0
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
4cbbb7652d53bc4758408e322ba4ac98080b4ec3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.90
- Commit:
f116c762e79e9065488f51830469be38df406011
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
rate-limit redundant pack cleanup progress output
- Commit:
91554d234c633881db3ad62e68994adab1d3a9eb
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix cleanup progress reporting output
- Commit:
e8f803b5e0a1ec1775733d64e72d9e9e9b5a9026
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
show the path of a lock file when locking it fails
before:
gotadmin: lockfile timeout
after:
gotadmin: gc.pid.lock: lockfile timeout
- Commit:
b95d1cf6b000a7750270aced50dba0807da41467
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
simplify gotwebd' server matching
Currently, if there is not a match on the server name, it attempts
to match the "subdomain" against the server names, and fall back
to the first server defined.
The server name is taken from the SERVER_NAME fastcgi' parameter,
the subdomain extracted from HTTP_HOST.
Keep only the SERVER_NAME matching, but still use the first server
defined if there's no match.
Fix the manpage documenting how matching works and drop the lie
about SNI as gotwebd doesn't do TLS but just looks at what the
upstream http server decided.
ok stsp@
- Commit:
2c8fb90b1e0dde9cdb762321686cdff591863d11
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotd: wait asynchronously for children termination
Instead of the current kill() + waitpid(WNOHANG), manage the
subprocesses in a separate queue and handle SIGCHLD. A timer is
installed to ensure that misbehaving subprocesses are still killed.
Fixes the current "child PID 0 terminated" logs due to races with
waitpid(). Issue initially reported by Josiah Frentsos.
ok + tweaks stsp@
- Commit:
94d1a66aaad059d61f5a244f4ffbe0607ae52d59
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add test coverage for tog displaying a symlink
- Commit:
cbb35faca2dd0bef98f640a9a0a87ca48c429454
- From:
- Tracey Emery <tracey@traceyemery.net>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Fix for cc1: warnings being treated as errors
/home/got/src/got/tog/tog.c: In function 'draw_tree_entries':
/home/got/src/got/tog/tog.c:7307: warning: comparisons like X<=3DY<=3DZ do =
not have their mathematical meaning
- Commit:
b993e8cc5032750ca5c8382d60cf1def7057abea
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add kill_repo_proc() similarly to the other kill_*_proc()
ok stsp@
- Commit:
0619bbce0ebd152fcabc1d9f49833c37137918df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
reword user-facing error message which mentions "fast-forward"
For user-facing messages it is better to avoid technical jargon like
this and instead spell out what the fast-forward situation implies: that
one branch is already based on another.
ok jamsek
- Commit:
862951558c077adda5fda148c1666216da6d0edf
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
typo
- Commit:
3bf0392a5e17709e942bc7eb135e03d901095766
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
missing semicolon... sigh
I can't assume I can blindly add one simple line.
- Commit:
789434649a5946c62ea73cf86e25f2c14a2c25f5
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
move gotd_child_proc to gotd.c
make it opaque since it's unused outside of gotd.c. While here,
drop the unused `nhelpers' field.
ok/tweak stsp@
- Commit:
0835bf10ee863d91a617270780cd79c405c6a992
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: HOST_NAME_MAX
On non-linux systems, as well as FreeBSD/MacOS, HOST_NAME_MAX isn't
available. But it is defined a part of _SC, so we can use that.
- Commit:
1fa75a87f7cf94849260387869faae04e32a6f2a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tweak wording in got.1 which suggested that use of rebase was mandatory
- Commit:
f357763f32830a6499489869d8501ddd01f9c3e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
explain why the first 'got clone' example in got.1 will often fail
- Commit:
0b83b8f6353b650215b9bca597657608dcbe8a9d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
provide a 'got merge' example in the EXAMPLES section of got.1
- Commit:
4434a15a4719fdf3ae54026f89dc2c9fc8692d16
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
prevent 'got merge' from creating commits on branches outside of "refs/heads/"
ok op, james
- Commit:
71641cee7c33b92d34395dd70335737fdf665d53
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make installation prefix info more visible in README