about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Simplify commit and tag parsingLukas Fleischer2015-03-03
* git: update to v2.3.1Christian Hesse2015-03-03
* Bump verisonJason A. Donenfeld2015-02-15
* shrink cgit.png file sizeChristian Hesse2015-02-15
* ui-clone.c: Fix off-by-one error in pack pathJason A. Donenfeld2015-02-09
* ui-clone.c: Fix path checkLukas Fleischer2015-02-09
* git: update for v2.3.0Christian Hesse2015-02-08
* ui-shared.c: Refactor add_clone_urls()Lukas Fleischer2015-02-05
* Add repo.hide and repo.ignoreLukas Fleischer2015-01-29
* Add Etags for snapshotsJanus2015-01-28
* tag: reference with "h" instead of "id"John Keeping2015-01-19
* Return proper HTTP response when accessing info/Lukas Fleischer2015-01-15
* git: update to v2.2.2Christian Hesse2015-01-13
* ui-diff: don't link to single file diff statJohn Keeping2014-12-30
* ui-patch: match git-format-patch(1) outputJohn Keeping2014-12-28
* t0108: modernize styleJohn Keeping2014-12-28
* Revert "git: use xz compressed archive for download"Jason A. Donenfeld2014-12-24
* Use split_ident_line() in parse_user()Lukas Fleischer2014-12-24
* footer: link back to cgit home pageJason A. Donenfeld2014-12-23
* ui-shared: show absolute time in tooltip for relative datesJohn Keeping2014-12-23
* git: use xz compressed archive for downloadChristian Hesse2014-12-23
* match other common markdown file extensionsChris Burroughs2014-12-23
* repolist: add owner-filterChris Burroughs2014-12-23
* ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping2014-12-23
* ui-summary: add "rel='vcs-git'" to clone URL linksJohn Keeping2014-12-23
* Extract clone URL printing to ui-shared.cJohn Keeping2014-12-23
* Remove trailing slash after remove-suffixLukas Fleischer2014-12-23
* git: update to v2.2.1Christian Hesse2014-12-23
* filter: fix libravatar email-filter https issueChristian Hesse2014-12-13
* ui-diff: add "stat only" diff typeJohn Keeping2014-12-13
* Change "ss" diff flag to an enumJohn Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-13
* git: update to v2.0.4John Keeping2014-08-07
* Always check if README exists in choose_readme()Lukas Fleischer2014-08-07
* cgitrc.5: we mean a cgi response, not requestJason A. Donenfeld2014-08-01
* ui-stats.c: set parent pointer to NULL after freeing itJohn Keeping2014-07-28
* git: update to v2.0.3John Keeping2014-07-28
* parsing.c: make commit buffer constJohn Keeping2014-07-28
* Bump version.Jason A. Donenfeld2014-06-30
* remove debug fprinf() calls that sneaked in with commit 79c985Christian Hesse2014-06-29
* git: update to 2.0.1Christian Hesse2014-06-28
* ui-patch: Flush stdout after outputting dataJohn Keeping2014-06-28
* ui-log: ignore unhandled argumentsJohn Keeping2014-06-28
* git: update for git 2.0Christian Hesse2014-06-28
* remove trailing whitespaces from source filesChristian Hesse2014-04-17
* git: update to 1.9.2Christian Hesse2014-04-12
* Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice2014-04-05
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-20
* git: update to 1.9.1Christian Hesse2014-03-20
erred to as IRCv3.2 because there are two different versions of that spec. 2021-06-17Add mailing list archive to READMEJune McEnroe 2021-06-10Stop accumulating ISUPPORT tokens once MOTD startsJune McEnroe This avoids 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