about summary refs log tree commit diff
path: root/shared.c (unfollow)
Commit message (Expand)Author
2007-07-20compress .tar.gz using gzip as a filterMichael Krelin
2007-07-20added a chk_non_negative checkMichael Krelin
2007-07-18css: adjust vertical-align of commit info th cellsMichael Krelin
2007-07-18add support for snapshot tarballsMichael Krelin
2007-07-03make gen-version.sh run even if . is not in PATHMichael Krelin
2007-07-03make config adjustable via env variable CGIT_CONFIGMichael Krelin
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli
2007-06-26Do not include current path in the "tree" menu linkLars Hjemli
2007-06-19Add setting to enable/disable extra links on index pageLars Hjemli
2007-06-18Change S/L/T to summary/log/treeLars Hjemli
2007-06-18Change "files" to "tree"Lars Hjemli
2007-06-18Include querystring as part of cached filename for repo summary pageLars Hjemli
2007-06-18Add version info from git-describeLars Hjemli
2007-06-18Add more menuitems on repo pagesLars Hjemli
2007-06-17Add cgit_diff_link()Lars Hjemli
2007-06-17ui-commit: use cgit_commit_link() for parent linksLars Hjemli
2007-06-17ui-log: honor id=sha1 on querystringLars Hjemli
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli
2007-06-17ui-tree: html/css cleanupLars Hjemli
2007-06-17ui-shared: use strcmp() to compare stringsLars Hjemli
2007-06-17Add and use cgit_tree_link()Lars Hjemli
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli
2007-06-07cgit.css: make it validateLars Hjemli
2007-06-06ui-diff: close td/tr/table properlyLars Hjemli
2007-06-05ui-diff: emit table/tr/td at better locationsLars Hjemli
2007-05-31Implemented configurable HEAD shortlog on summary page.Ondrej Jirman
2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman
2007-05-31Add option to disable pager to cgit_print_log().Ondrej Jirman
2007-05-31Handle single-line and empty commit subjectsOndrej Jirman
2007-05-31Use & instead of & in URLs.Ondrej Jirman
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman
2007-05-24cgit v0.5Lars Hjemli
2007-05-24Bad html: it's nice to add alt-attributesLars Hjemli
2007-05-24Bad html: <form> should have an action-attributeLars Hjemli
2007-05-24Close a <tr> properlyLars Hjemli
2007-05-23Add repo.readme parameterLars Hjemli
2007-05-23Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli
2007-05-22Show time since last change on index pageLars Hjemli
2007-05-22Use cgit_print_age() on summary and log pagesLars Hjemli
2007-05-22Add cgit_print_age() functionLars Hjemli
2007-05-21css: make column headings boldLars Hjemli
2007-05-21Make frontpage friendlierLars Hjemli
2007-05-20Adjust apperance of repogroup headersLars Hjemli
2007-05-20Use git-1.5.2Lars Hjemli
2007-05-19Teach cgit howto include an external file on index page.Lars Hjemli
2007-05-18Add html_include()Lars Hjemli
2007-05-18Don't highlight repogroup headingsLars Hjemli
2021-06-18 11:33:32 -0400'>2021-06-18Stop referring to server-time as IRCv3.2June McEnroe IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred 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