about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* tests: add CGIT_TEST_OPTS variable to MakefileJohn Keeping2014-01-12
* ui-repolist: HTML-escape cgit_rooturl() responseJohn Keeping2014-01-12
* ui-shared: URL-escape script_nameJohn Keeping2014-01-12
* ui-refs: escape HTML chars in author and tagger namesJohn Keeping2014-01-12
* filter: pass extra arguments via cgit_open_filterJohn Keeping2014-01-12
* ui-snapshot: set unused cgit_filter fields to zeroJohn Keeping2014-01-12
* html: remove redundant htmlfd variableJohn Keeping2014-01-12
* tests: add Valgrind supportJohn Keeping2014-01-12
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-12
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-10
* filter: make exit status localJason A. Donenfeld2014-01-10
* parsing: fix header typoJason A. Donenfeld2014-01-10
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-10
* ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer2014-01-10
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-10
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-10
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-10
* README: Fix dependenciesLukas Fleischer2014-01-09
* README: Spelling and formatting fixesLukas Fleischer2014-01-08
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-08
* Add a suggestion to the manpagePřemysl Janouch2014-01-08
* Fix the example configurationPřemysl Janouch2014-01-08
* Fix about-formatting.shPřemysl Janouch2014-01-08
* Fix some spelling errorsPřemysl Janouch2014-01-08
* filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts2014-01-08
* Add AUTHORS fileLukas Fleischer2014-01-08
* Update copyright informationLukas Fleischer2014-01-08
* git: update to 1.8.5Christian Hesse2014-01-08
* Reduce line number bloat, fix hover effectPeter Wu2014-01-08
* plain: don't append charset for binary MIME typesJohn Keeping2014-01-08
* ui-log.c: Several simplificationsLukas Fleischer2014-01-08
* Use argv_array in place of vectorLukas Fleischer2014-01-08
* ui-stats.c: Remove unused macroLukas Fleischer2014-01-08
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-08
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-14
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-14
* tests/: Add t0110-rawdiff.shLukas Fleischer2013-08-26
* t0108: Add tests for revision rangesLukas Fleischer2013-08-26
* t0108: Compare output with git-format-patch(1)Lukas Fleischer2013-08-26
* ui-patch.c: Add additional newline after each patchLukas Fleischer2013-08-26
* ui-patch.c: Fix signature delimiterLukas Fleischer2013-08-26
* t0108: Avoid unnecessary fork()Lukas Fleischer2013-08-26
* git: update to 1.8.4John Keeping2013-08-26
* ui-patch.c: Fix formatting for merge commitsLukas Fleischer2013-08-22
* ui-patch: Rename variablesLukas Fleischer2013-08-20
* Allow for creating patch seriesLukas Fleischer2013-08-20
* ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer2013-08-20
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-20
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-16
='logheader'>2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe Another bug caused by trying to support broken clients. I'm annoyed. 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe