about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Adjust to new calling convention for read_tree_recursive()Lars Hjemli2008-07-21
* Use GIT-1.6.0-rc0Lars Hjemli2008-07-21
* Add a favicon option to cgitrcLars Hjemli2008-07-19
* Add support for including a footer on all pagesLars Hjemli2008-06-26
* Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2008-06-26
|\
| * allow specification of directly linked blobs mimetypesMichael Krelin2008-06-24
| * allow blob extract blobs by head/path combinationMichael Krelin2008-06-24
* | Use GIT-1.5.6Lars Hjemli2008-06-25
|/
* Added root-desc to default configuration.Harley Laue2008-05-21
* ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli2008-05-20
* cache.c: fix error checking in print_slot()Lars Hjemli2008-05-20
* cache.c: do not ignore errors from print_slot()Lars Hjemli2008-05-18
* cache.c: use xread()/xwrite() from libgitLars Hjemli2008-05-18
* cache.c: make all io-related functions return errno on errorLars Hjemli2008-05-18
* cache.c: read(2) returns -1 on error, not 0Lars Hjemli2008-05-18
* Use GIT-1.5.5.1Lars Hjemli2008-05-18
* Include commit-id in link from diff-statLars Hjemli2008-05-18
* ui-commit: handle root commitsLars Hjemli2008-05-18
* Add link to index page from repo header, remove page nameLars Hjemli2008-05-04
* Add footer with page creation time and cgit version on all pagesLars Hjemli2008-05-03
* Add a pager on the repolistLars Hjemli2008-05-03
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-03
* Merge branch 'lh/cache'Lars Hjemli2008-05-03
|\
| * Add page 'ls_cache'Lars Hjemli2008-04-28
| * Redesign the caching layerLars Hjemli2008-04-28
* | Print an error if filename is not found in html_include.Harley Laue2008-04-29
* | Merge branch 'lh/about'Lars Hjemli2008-04-29
|\ \
| * | Add 'about site' and 'about repo' pagesLars Hjemli2008-04-29
| * | Prepare for 'about site' page / add 'root-readme' option to cgitrcLars Hjemli2008-04-29
| * | Make it possible for a single cmd to work both with and without a repoLars Hjemli2008-04-29
| * | Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli2008-04-29
| * | Move included header-file out of repolist tableLars Hjemli2008-04-29
| * | Prepare for 'about repo' pageLars Hjemli2008-04-28
|/ /
* | ui-diff: remove test on object typeLars Hjemli2008-04-24
* | Integrate diffstat with diffLars Hjemli2008-04-24
|/
* Fix commitdiff annoyanceLars Hjemli2008-04-17
* Cleanup page headerLars Hjemli2008-04-15
* Fix search in repo index even if caching is enabledLars Hjemli2008-04-14
* Make a few more columns in repolist and log view clickableLars Hjemli2008-04-14
* Make branches, tags and log play better together in the summary viewLars Hjemli2008-04-14
* Fix more css uglinessLars Hjemli2008-04-14
* cgit.css: set form marginsLars Hjemli2008-04-14
* Fix css font-familyLars Hjemli2008-04-14
* Merge branch 'lh/layout'Lars Hjemli2008-04-13
|\
| * Make repository search case insensitiveLars Hjemli2008-04-13
| * Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-13
| * Implement minimal freetext search in the repolistLars Hjemli2008-04-13
| * More layout fixesLars Hjemli2008-04-13
| * Minor fixup in tree-view cssLars Hjemli2008-04-12
| * Reintroduce the branch switcherLars Hjemli2008-04-12
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