about summary refs log tree commit diff
path: root/cmd.c (follow)
Commit message (Expand)AuthorAge
* Remove unused parameter from cgit_print_snapshot()Lukas Fleischer2014-02-21
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* Update copyright informationLukas Fleischer2014-01-08
* Allow for creating patch seriesLukas Fleischer2013-08-20
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-16
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-26
* White space around control verbs.Jason A. Donenfeld2013-03-04
* ui-log: Add "commit-sort" option for controlling commit orderingTobias Bieniek2012-10-17
* Merge branch 'lh/panel'Lars Hjemli2011-05-23
|\
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06
* | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-14
|\ \ | |/ |/|
| * Add is_clone flag to available commandsDan McGee2011-02-19
* | ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-16
|/
* Merge branch 'jh/path-limit'Lars Hjemli2010-06-22
|\
| * ui-patch: Apply path limit to generated patchJohan Herland2010-06-19
| * ui-commit: Limit diff based on path limit in qry.pathJohan Herland2010-06-19
| * struct cgit_cmd: Differentiate between various usages of ctx.qry.pathJohan Herland2010-06-19
* | Add 'max-atom-items' config variableAaron Griffin2010-03-22
|/
* ui-summary: enable arbitrary paths below repo.readmeLars Hjemli2009-08-09
* Merge branch 'lh/stats'Lars Hjemli2009-01-27
|\
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-07
| * Add a 'stats' page to each repoLars Hjemli2008-12-06
* | Set prefix in snapshots when using dwimmeryNatanael Copa2008-11-30
|/
* ui-snapshot: add dwimmeryLars Hjemli2008-10-11
* Merge branch 'lh/plain'Lars Hjemli2008-09-01
|\
| * Implement plain viewLars Hjemli2008-08-06
* | Merge branch 'lh/clone'Lars Hjemli2008-09-01
|\|
| * Add support for cloning over httpLars Hjemli2008-08-06
* | Add atom-supportLars Hjemli2008-08-01
|/
* allow blob extract blobs by head/path combinationMichael Krelin2008-06-24
* Merge branch 'lh/cache'Lars Hjemli2008-05-03
|\
| * Add page 'ls_cache'Lars Hjemli2008-04-28
* | Add 'about site' and 'about repo' pagesLars Hjemli2008-04-29
|/
* Add separate header-files for each page/viewLars Hjemli2008-03-24
* Add command dispatcherLars Hjemli2008-03-24
8 20:56:12 -0500'>2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe On GNU, calling getopt_long again will reset optind back to the first non-option argument, which would cause an infinite loop of reading the same configurtion file forever. 2019-11-08Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe