about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* filters: import more modern scriptsJason A. Donenfeld2013-05-27
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26
* ui-summary: Disallow directory traversalJason A. Donenfeld2013-05-25
* cgitrc.5: information on directory traversal and multiple readme filesJason A. Donenfeld2013-05-25
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-25
* ui-summary: Pass filename to about-filterJason A. Donenfeld2013-05-25
* ui-summary: Use default branch for readme if : prefixJason A. Donenfeld2013-05-25
* cgit.c: Do not reset HOME after unsetting it.Jason A. Donenfeld2013-05-25
* cgit.c: sync repo config printing with struct cgit_repoJason A. Donenfeld2013-05-25
* git: update to 1.8.3John Keeping2013-05-25
* cache.c: cache ls_cache output properlyJohn Keeping2013-05-22
* tests: introduce strip_header() helper functionJohn Keeping2013-05-22
* shared.c: use die_errno() where appropriateJohn Keeping2013-05-22
* html.c: die when write failsJohn Keeping2013-05-22
* ui-log: add <span/> around commit decorationsJohn Keeping2013-05-22
* Makefile: fix parallel "make test"John Keeping2013-05-22
* cache.c: fix cache_lsJohn Keeping2013-05-18
* t0109: "function" is a bash-ismJohn Keeping2013-05-13
* New mailing list.Jason A. Donenfeld2013-05-13
* ui-snapshot: do not access $HOMEJason A. Donenfeld2013-04-30
* t0001: validate Git -rcN version numbers correctlyJohn Keeping2013-04-27
* git: update to 1.8.2.2John Keeping2013-04-27
* scan-tree: fix regression in section-from-path=-1John Keeping2013-04-17
* t0001: ignore ".dirty" suffix on Git versionJohn Keeping2013-04-15
* tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping2013-04-15
* t0109: test more URLsJohn Keeping2013-04-15
* cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld2013-04-10
* ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer2013-04-10
* t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer2013-04-10
* tests/: Do not use `sed -i`Lukas Fleischer2013-04-10
* Add branch-sort and repo.branch-sort options.Jason A. Donenfeld2013-04-10
* t0109: chain operations with &&John Keeping2013-04-10
* cgit.c: Do not restore unset environment variablesLukas Fleischer2013-04-10
* t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer2013-04-09
* tests: Make sure that git does not access $HOMEJason A. Donenfeld2013-04-08
* tests/.gitignore: update for using Git's test infrastructureJohn Keeping2013-04-08
* tests: use Git's test frameworkJohn Keeping2013-04-08
* Do not load user or system gitconfig and gitattributesJason A. Donenfeld2013-04-08
* use struct strbuf instead of static buffersJohn Keeping2013-04-08
* Remove redundant calls to fmt("%s", ...)John Keeping2013-04-08
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* shared.c: add strbuf_ensure_endJohn Keeping2013-04-08
* html.c: add various strbuf and varadic helpersJohn Keeping2013-04-08
* Mark char* fields in struct cgit_page as constJohn Keeping2013-04-08
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-08
* ui-refs.c: Refactor print_tag()Lukas Fleischer2013-04-08
* ui-refs.c: Remove global header variableLukas Fleischer2013-04-08
* html.c: Replace strdup() with xstrdup()Lukas Fleischer2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* cgit.mk: fix dependency handlingJohn Keeping2013-04-08
duplicating tokens when a client sends VERSION and the server responds with its 005s again. 2021-06-09Use seprintf for snip, removing strlcpynJune McEnroe 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe