about summary refs log tree commit diff
path: root/configure (follow)
Commit message (Collapse)AuthorAge
* Link with -ldl on Linux 1.3June McEnroe2021-09-13
| | | | Why Linux always gotta be different?
* Build with vendored sqlite3June McEnroe2021-09-13
|
* Use LDADD variables, support BINDIRJune McEnroe2021-05-07
| | | | Also change MANDIR default to ${PREFIX}/man.
* Add Linux supportJune McEnroe2020-07-29
| | | | | | Static linking on Linux (even with musl-gcc) is just too much of a pain. People more dedicated than I am can figure it out themselves. Or how to properly sandbox this without a chroot.
* Rewrite configure scriptJune McEnroe2020-07-23
|
* Use a .pc file to configureJune McEnroe2020-07-21
|
* Add configure script and install targetJune McEnroe2020-07-09
n title='2014-01-17 00:48:17 +0100'>2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer