Page 4
2023-11-30 - 2023-05-12
2023-12-01 17:48 Tracey Emery:
gotwebd: add actions in the blame page too
2023-12-01 17:46 Tracey Emery:
gotwebd: add links for actions in the blob page
2023-12-01 14:18 Tracey Emery:
refactor gotweb_load_got_path
2023-11-30 14:16 Tracey Emery:
breadcumbs for gotwebd
2023-11-28 10:45 Omar Polo:
show_repo_category
2023-11-26 12:37 Omar Polo:
gotwebd crash
2023-11-21 09:53 Omar Polo:
privsep.c memory leak
2023-11-17 09:38 Stefan Sperling:
gotwebd: get rid of proc.[ch]
2023-11-17 09:16 Omar Polo:
remove gotwebd repository cache
2023-11-16 20:22 Stefan Sperling:
improve gotwebd_assign_querystring()
2023-11-15 16:15 Stefan Sperling:
get rid of got_sockaddr.[ch]
2023-11-15 13:15 Stefan Sperling:
gotwebd: amke get_addrs() take the service name directly
2023-11-15 12:55 Omar Polo:
gotwebd: merge host() and get_addrs(); use * instead of ""
2023-11-15 08:28 Stefan Sperling:
gotwebd: getting rid of the interface handling
2023-11-14 10:48 Omar Polo:
use unveil in gotwebd sockets proc
2023-11-14 10:29 Omar Polo:
fix gotwebd unveil settings
2023-11-14 08:20 Stefan Sperling:
2023-11-04 12:43 Omar Polo:
gotd.conf varset
2023-11-04 12:07 Stefan Sperling:
gotd: allow repository directives in global scope
2023-11-03 15:39 Omar Polo:
fix some fd leaks in error paths and avoid some double close
2023-11-03 15:31 Stefan Sperling:
gotwebd: delete some unreachable code
2023-10-25 04:07 Mark Jamsek:
[PATCH] got histedit: make mesg behave like pick
2023-10-22 20:09 Stefan Sperling:
got patch vs binary files
2023-10-22 19:14 Stefan Sperling:
cleanup: always remove redundant packs
2023-10-05 10:40 Omar Polo:
got-build-regress.sh build failure
2023-10-05 10:17 Stefan Sperling:
gotwebd: render all datetimes in a time tag
2023-10-05 07:54 Stefan Sperling:
using tog(1) as an alternative to gotwebd(8) (anonymous access)
2023-10-01 14:21 Christian Weisgerber:
regress: (cd && git) -> git -C ?
2023-10-01 07:07 Stefan Sperling:
Fix regression: honor fetch_all_branches again
2023-09-30 16:11 Stefan Sperling:
Put actions in test_fetch_all into more logical order
2023-09-18 14:53 Stefan Sperling:
in diff error message, say what was being diffed
2023-09-18 07:03 Stefan Sperling:
handle NULL argument to got_diffreg_result_free
2023-09-16 18:19 Stefan Sperling:
checkout -E and existing files
2023-09-14 16:51 Stefan Sperling:
make 'got send' detect closed connections
2023-09-13 07:04 Stefan Sperling:
simplify template APIs
2023-09-11 10:17 Stefan Sperling:
gotwebd: style improvements
2023-09-05 14:06 Stefan Sperling:
got_worktree_open: always recognize locked worktree
2023-09-05 12:06 Stefan Sperling:
got-build-regress.sh regress failure
2023-09-05 11:28 Mark Jamsek:
regress for tog log limit and search
2023-09-05 07:47 Omar Polo:
release work tree lock earlier during fetch/send
2023-09-04 10:23 Stefan Sperling:
run gotadmin without libexec helpers
2023-09-01 11:25 Stefan Sperling:
expose all out-of-memory errors from zlib
2023-08-28 17:22 Stefan Sperling:
forbid overlapping repo + work trees
2023-08-25 11:03 Omar Polo:
fix double-free and removal of missing locally-added files
2023-08-25 08:04 Chris Narkiewicz:
Force push fails
2023-08-23 19:22 Thomas Adam:
-portable gotd progress
2023-08-22 11:41 Mark Jamsek:
diff -p function prototypes regression
2023-08-22 05:08 Mark Jamsek:
tog: base commit marker in limit view
2023-08-14 20:35 Stefan Sperling:
Bookmarking a commit?
2023-08-13 09:40 Omar Polo:
plug line_offsets leak in tog blame
2023-08-11 10:27 Omar Polo:
gotwebd: branches modification vs show_repo_age off
2023-08-11 06:24 Mark Jamsek:
tog: log view search eats 100% cpu
2023-08-08 10:11 Omar Polo:
allow log -x to accept keywords and fix diffstat duplicates
2023-07-30 10:39 Stefan Sperling:
optimise reading the file index
2023-07-28 18:11 Stefan Sperling:
reduce the reallocarray() calls in read_fileindex_path()
2023-07-28 18:07 Stefan Sperling:
bump deltify table increase step
2023-07-28 18:02 Stefan Sperling:
use INT32_MAX for GOT_FILEIDX_MAX_ENTRIES
2023-07-28 07:04 Omar Polo:
zap unused var
2023-07-26 18:40 Christian Weisgerber:
histedit: How to fold M, D?
2023-07-25 12:51 op@omarpolo.com:
2023-07-24 18:31 stsp@stsp.name:
2023-07-24 15:44 Stefan Sperling:
2023-07-24 08:50 Stefan Sperling:
show base commit markers in tog log view
2023-07-23 21:59 Christian Weisgerber:
got {diff,log,update} -c KEYWORD (cf. svn revision keywords)
2023-07-23 14:16 Stefan Sperling:
makefile: simplify cvg' SUBDIR if/elif
2023-07-23 10:38 Omar Polo:
plug ref leak in got update
2023-07-23 10:37 Omar Polo:
plug leak in tog log error path
2023-07-19 15:32 Stefan Sperling:
2023-07-19 12:50 Mark Jamsek:
add keyword support to tog
2023-07-18 20:51 Christian Weisgerber:
expand keyword support to more commands
2023-07-17 10:44 Stefan Sperling:
got.1: avoid work tree "HEAD" terminology
2023-07-16 10:27 Thomas Adam:
[portable] support for landlock ABI v2 and v3
2023-07-15 13:06 Josh Rickmar:
cvg.1: restore "tag", "add" documentation
2023-07-15 09:08 Stefan Sperling:
No-op histedit scripts
2023-07-15 03:01 Mark Jamsek:
tog blame: fix a double-free
2023-07-14 15:12 Stefan Sperling:
Always report stat() error with path
2023-07-12 21:02 Stefan Sperling:
Loss of original errors
2023-07-11 16:08 Stefan Sperling:
don't delete pack files that are too younger
2023-07-11 14:27 Omar Polo:
better packfiles cleanup
2023-07-10 21:20 Omar Polo:
make gotadmin load always read data from stdin
2023-07-10 17:31 Stefan Sperling:
plug got_object_id leak in got.c:cmd_log()
2023-07-09 15:59 Omar Polo:
first draft of gotadmin load
2023-07-08 18:02 Josh Rickmar:
plug leak in got_fetch_pack error path
2023-07-08 14:01 op@omarpolo.com:
2023-07-08 13:02 Stefan Sperling:
Cleanup hardcoded got naming in got.1
2023-07-08 08:40 Stefan Sperling:
make gitwrapper ignore "realpath: permission denied"
2023-07-07 15:37 Omar Polo:
introducing gotadmin dump
2023-07-07 02:43 Mark Jamsek:
simplify send.c for target refnames
2023-07-06 12:43 Christian Weisgerber:
gotadmin: log progress to stderr
2023-07-03 19:16 Stefan Sperling:
Move predeclaration to correct header
2023-07-03 17:07 Omar Polo:
Define apply_umask in a sane place
2023-07-01 15:01 Kurkii:
What is the difference between got update and got fetch?
2023-07-01 08:24 Stefan Sperling:
add -M option: tell got merge not to fast-forward
2023-07-01 08:09 Stefan Sperling:
two nits for comparison.html
2023-06-24 23:30 grey:
portability: HOST_NAME_MAX
2023-06-23 20:02 Stefan Sperling:
why got merge creates a commit immediately?
2023-06-22 19:02 Stefan Sperling:
gotd: wait asynchronously for child termination
2023-06-22 18:57 Omar Polo:
Sparc build error fix
2023-06-22 15:07 Omar Polo:
simplify gotwebd server matching and fix manpage lie
2023-06-22 14:55 Mark Jamsek:
tweak got merge error message
2023-06-22 13:58 Stefan Sperling:
move gotd_child_proc struct in gotd.c