about summary refs log tree commit diff homepage
Commit message (Expand)AuthorAge
...
* Replace #define with enum or const where possibleJune McEnroe2018-04-09
* Link against ncursesJune McEnroe2018-03-31
* Miscellaneous code cleanupJune McEnroe2018-03-05
* Pass message structs by valueJune McEnroe2018-03-05
* Use stdio in merge and metaJune McEnroe2018-03-05
* Clean up spawn constantsJune McEnroe2018-03-05
* Rename Tile timestamps {create,modify,access}TimeJune McEnroe2018-03-05
* Pack message type enumsJune McEnroe2018-03-05
* Undef COLOR_ constants in torus.hJune McEnroe2018-03-05
* Generate tagsJune McEnroe2018-03-05
* Simplify Makefile with pattern ruleJune McEnroe2017-10-03
* Remove leading blank linesJune McEnroe2017-09-27
* Add merge.c to READMEJune McEnroe2017-09-27
* Assert client coords are valid after movementJune McEnroe2017-09-03
* Relicense AGPLJune McEnroe2017-09-03
* Revert "Add client readOnly mode"June McEnroe2017-09-01
* Remove clientRemove call from clientCastJune McEnroe2017-09-01
* Add client readOnly modeJune McEnroe2017-09-01
* Clean up merge toolJune McEnroe2017-08-31
* Choose B for tiles with equal modify timesJune McEnroe2017-08-31
* Add quick data file merge toolJune McEnroe2017-08-31
* Use only foreground color for selecting spawnJune McEnroe2017-08-30
* Add four additional spawnsJune McEnroe2017-08-29
* Add respawningJune McEnroe2017-08-28
* Move license above includesJune McEnroe2017-08-26
* Snapshot metadataJune McEnroe2017-08-26
* Add meta.c to READMEJune McEnroe2017-08-26
* Use MakefileJune McEnroe2017-08-26
* Add MakefileJune McEnroe2017-08-26
* Add metadata to CSV scriptJune McEnroe2017-08-26
* Add license to torus.h as wellJune McEnroe2017-08-24
* Add license to C filesJune McEnroe2017-08-24
* Add nethack to index.htmlJune McEnroe2017-08-21
* Clean up unnecessary kevent initializersJune McEnroe2017-08-13
* Check COLOR_PAIRS in clientJune McEnroe2017-08-08
* Patch termcap of rxvt-256color as wellJune McEnroe2017-08-08
* Add put modeJune McEnroe2017-08-08
* Remove MADV_NOSYNCJune McEnroe2017-08-08
* Completely retry if a send fails during a broadcastJune McEnroe2017-08-08
* Reverse order of main loopJune McEnroe2017-08-08
* Turn off SIGPIPE at the socket levelJune McEnroe2017-08-08
* Rewrite helpJune McEnroe2017-08-06
* Use $() in snapshot.shJune McEnroe2017-08-04
* Move in insert direction on ~June McEnroe2017-08-02
* Preserve color on replaceJune McEnroe2017-08-02
* Split tile access and modifyJune McEnroe2017-08-02
* Madvise RANDOM and NOSYNCJune McEnroe2017-08-01
* Fix removing clients from clientCastJune McEnroe2017-07-31
* Build with debug infoJune McEnroe2017-07-31
* Don't dump tiles in coreJune McEnroe2017-07-31
cts() * cgit_clone_head() * cgit_print_plain() * cgit_show_stats() In initialization routines, use the global context variable instead of passing a pointer around locally. Remove callback data parameter for cache slots This is no longer needed since the context is always read from the global context variable. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld This way we're sure to use virtual root, or any other strangeness encountered. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld By default, strings are compared by hash, so we can remove this comment. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld This also gives us some CSRF protection. Note that we make use of the hmac to protect the redirect value. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld This leverages the new lua support. See filters/simple-authentication.lua for explaination of how this works. There is also additional documentation in cgitrc.5.txt. Though this is a cookie-based approach, cgit's caching mechanism is preserved for authenticated pages. Very plugable and extendable depending on user needs. The sample script uses an HMAC-SHA1 based cookie to store the currently logged in user, with an expiration date. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16t0111: Additions and fixesLukas Fleischer * Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer