Page 9
2022-10-24 - 2022-08-17
2022-10-25 16:33 Stefan Sperling:
gotd: fix off_t printing
2022-10-25 06:56 Stefan Sperling:
check for size_t overflow when mapping memory
2022-10-24 21:04 Stefan Sperling:
gotwebd.8: Remove the dash in "Fast-CGI"
2022-10-24 20:59 Stefan Sperling:
Update website for Fast-CGI -> FastCGI change
2022-10-24 20:18 Stefan Sperling:
missing `goto done' in read_raw_delta_data
2022-10-24 20:17 Stefan Sperling:
add bound check in read_packed_object
2022-10-24 19:56 Stefan Sperling:
Fix a typo
2022-10-24 15:48 Stefan Sperling:
gotd: Fix usage
2022-10-24 13:20 Stefan Sperling:
gotsh.1: Use Sx for referencing EXAMPLES
2022-10-24 10:56 Mark Jamsek:
silence harmless errors on tog exit
2022-10-24 10:38 Stefan Sperling:
gotsh.1 typo: patch => path
2022-10-24 10:29 Mark Jamsek:
tog SIGTERM
2022-10-24 09:26 Mark Jamsek:
fix deadlock in tog after Ctrl-C
2022-10-23 16:54 Thomas Adam:
gotd(8) imported, and where this is going
2022-10-18 21:01 Todd C. Miller:
reuse tree entries array while parsing trees
2022-10-18 14:58 Todd C. Miller:
some size_t/off_t fixes for got-index-pack
2022-10-18 09:00 Stefan Sperling:
Detect objective c function prototypes
2022-10-18 08:57 Stefan Sperling:
got_pack_parse_offset_delta: fix type argument
2022-10-18 00:42 Stefan Sperling:
rework object-id-set to use arrays instead of lists
2022-10-16 11:48 Stefan Sperling:
split up pack_create.c
2022-10-15 18:28 Stefan Sperling:
make got_pack_create write to a file descriptor
2022-10-15 17:52 Omar Polo:
move got_opentempfd() call out of got_pack_create()
2022-10-15 17:18 Stefan Sperling:
catch errors from unlink(2)
2022-10-15 16:09 Stefan Sperling:
minor 'got patch' simplification
2022-10-11 14:10 Stefan Sperling:
diff: Don't return errno when fread fails
2022-10-11 09:21 Omar Polo:
diff: Remove duplicate definitions
2022-10-11 09:04 Omar Polo:
diff: fread cannot return -1
2022-10-04 11:03 Omar Polo:
tog.1: document global options earlier
2022-10-04 10:47 Stefan Sperling:
got: wrong order of arguments in error reported by 'got diff'
2022-10-04 10:41 Stefan Sperling:
got{,admin}.1 and tog.1: fix usage
2022-10-04 10:32 Stefan Sperling:
diff: handle missing new lines in trailing context
2022-10-02 15:14 Tracey Emery:
gotwebd.conf: add varset and include
2022-09-29 09:39 Tom Jones:
diff: Add api for consumers to check if diff is printable
2022-09-27 14:53 Stefan Sperling:
Disallow integrating into non-branch references
2022-09-25 16:26 Mark Jamsek:
tog: don't embded utf8 glyphs in tog.c
2022-09-23 14:04 Stefan Sperling:
diff: Function names appearing inside diff context
2022-09-22 14:45 Stefan Sperling:
make worktree diffs record xbit of new files
2022-09-22 13:43 Tracey Emery:
[RFC] template system for gotwebd
2022-09-22 13:41 Tracey Emery:
gotwebd: drop needless qs NULL check
2022-09-21 16:58 Omar Polo:
got patch: check x-bit for new files
2022-09-20 12:06 Stefan Sperling:
got: gotadmin init -b to specify HEAD + new got import behaviour
2022-09-19 13:21 Mark Jamsek:
tog: always open help in fullscreen
2022-09-18 07:49 Mark Jamsek:
tog: runtime help
2022-09-17 19:58 Stefan Sperling:
change got_object_commit_dup() return type
2022-09-17 16:32 Mark Jamsek:
tog: add search_setup fp for consistency
2022-09-13 18:24 Stefan Sperling:
got-build-regress.sh build failure
2022-09-13 14:15 Stefan Sperling:
Optimized branch switching?
2022-09-12 18:00 stsp@stsp.name:
2022-09-12 07:39 Stefan Sperling:
tog: extend log view headline highlight
2022-09-11 12:28 Mikhail:
tog: limit feature
2022-09-11 11:32 Thomas Adam:
portable: includes of sys/queue.h vs. compat
2022-09-11 07:42 Omar Polo:
tog: start searching after the cursor
2022-09-11 00:07 grey:
portable: configure.ac: honor HOMEBREW_PREFIX env variable
2022-09-10 18:29 Stefan Sperling:
tweak the commit graph api
2022-09-10 08:41 Mikhail:
formatting patch for privsep.c
2022-09-07 05:04 Stefan Sperling:
gotwebd: percent-encode querystrings
2022-09-06 15:52 Tom Jones:
diff.git: Fix ed script output
2022-09-06 12:33 Omar Polo:
last (?) round of memleaks
2022-09-06 10:28 Mark Jamsek:
tog: ensure stdin is a tty
2022-09-06 08:16 Stefan Sperling:
gotwebd: reduce struct server size for compatibility
2022-09-06 07:47 Stefan Sperling:
gotwebd: fix cmdline_symset
2022-09-05 16:40 Omar Polo:
fix packed vs. on-disk reference with got_ref_list()
2022-09-05 12:51 Stefan Sperling:
memleak in commit_graph
2022-09-05 09:23 Stefan Sperling:
don't leak memory in the object cache
2022-09-04 18:29 Omar Polo:
fix two minor leaks
2022-09-04 17:38 Omar Polo:
fflush(stdout) after asking questions
2022-09-03 21:01 Josh Rickmar:
forbid rebase of references outside the refs/heads/ namespace
2022-09-03 15:21 Stefan Sperling:
plug leak in resolve_symlink
2022-09-03 13:43 Stefan Sperling:
tog: change author field highlight
2022-09-03 12:59 Omar Polo:
gotwebd: urldecode querystring
2022-09-03 12:06 Stefan Sperling:
gotwebd: leaks in blame page
2022-09-02 15:37 Mark Jamsek:
got: don't search through ignored paths/files on commit
2022-09-02 14:01 Stefan Sperling:
gotwebd: some tweaks for got_output_repo_tree
2022-09-02 14:00 Stefan Sperling:
Prevent segfaulting verifying "lightweight" tags
2022-09-02 12:13 Stefan Sperling:
gotwebd: plug memleaks in got_get_repo_commits
2022-09-02 11:14 Omar Polo:
gotwebd: plug leaks in got_get_repo_tags
2022-09-02 09:37 Stefan Sperling:
gotwebd: free age and reflist in gotweb_render_branches
2022-09-02 09:18 Tom Jones:
diff.git: Add classic diff output
2022-09-02 08:00 Stefan Sperling:
plug small leak in match_loose_object
2022-09-01 21:20 Omar Polo:
gotwebd: fix null-deref and ENOMEM question
2022-09-01 11:07 Stefan Sperling:
gotwebd: plug leak regarding repo_commit (plus bonus)
2022-09-01 10:24 Omar Polo:
gotwebd: cache repos in struct server
2022-09-01 09:36 Stefan Sperling:
gotwebd: memleak in (and small refactoring of) fcgi_parse_record
2022-09-01 08:48 Stefan Sperling:
gotwebd: simplify gotweb_load_got_path
2022-08-31 21:26 Theo Buehler:
diff.git: fix build and sync with got.git
2022-08-31 12:11 Stefan Sperling:
diff.git: remove ternary if extension
2022-08-31 12:01 Stefan Sperling:
tog: remove gcc ternary if extension
2022-08-31 08:55 Stefan Sperling:
gotwebd: assets file permission
2022-08-31 08:03 Stefan Sperling:
fix null deref under GOT_OBJ_CACHE_DEBUG
2022-08-30 18:53 Tracey Emery:
Get rid of (null) on the index page
2022-08-30 16:47 Stefan Sperling:
gotwebd: disable the object cache
2022-08-30 15:57 Stefan Sperling:
Remove trailing whitespace
2022-08-30 15:48 Stefan Sperling:
gotwebd: use SCRIPT_NAME to derive URLs
2022-08-30 15:37 Stefan Sperling:
diff.git Fix build on Ubuntu 22.04
2022-08-30 14:48 Stefan Sperling:
tog: diff local worktree changes
2022-08-30 14:36 Stefan Sperling:
simplify gotwebd.conf fcgi_socket
2022-08-30 11:07 Stefan Sperling:
got: fix incorrect argc check when diffing blobs
2022-08-30 09:34 Stefan Sperling:
tog: deref nlines in check
2022-08-29 21:35 Omar Polo:
E-mail list archive?
2022-08-29 20:32 Christian Weisgerber:
double free in checkout running as root
2022-08-29 17:47 Tracey Emery:
gotwebd.conf multi-listen