Age | Commit message (Expand) | Author |
2010-07-01 | git: Added git_wrapper_background_command option. Can be used to eg, make th... | Joey Hess |
2010-05-04 | note that tcc workaround is for bug fixed in tcc now | Joey Hess |
2010-03-28 | use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD | Joey Hess |
2010-03-18 | Allow wrappers to be built using tcc. | Joey Hess |
2010-03-18 | C warning cleanup | Joey Hess |
2009-10-21 | avoid -O default for CFLAGS, and document | Joey Hess |
2009-10-21 | Pick up user specified CFLAGS when compiling the wrapper. | Giulio Eulisse |
2009-09-10 | Merge commit 'schmonz/master' into cvs | Joey Hess |
2009-09-10 | Merge branch 'master' into cvs | Joey Hess |
2009-09-10 | clean up use of IkiWiki::Receive | Joey Hess |
2009-09-10 | Catch up to the new genwrapper hook. | Amitai Schlair |
2009-09-10 | Merge branch 'master' of git://github.com/joeyh/ikiwiki | Amitai Schlair |
2009-09-10 | Add genwrapper hook, that can be used to add code into the C wrapper. | Joey Hess |
2009-09-09 | Abstract out CVS's involvement in the wrapper: | Amitai Schlair |
2009-08-30 | Only examine argv if the VCS is cvs. | Amitai Schlair |
2009-08-30 | The string to match might not be "New directory" exactly, so match that | Amitai Schlair |
2009-08-23 | Instead of passing the args through the wrapper so the CVS plugin | Amitai Schlair |
2009-08-22 | Pass along wrapper args to ikiwiki, then handle the "cvs add dir" | Amitai Schlair |
2009-02-09 | Create any missing directory necessary to put the wrapper file into. Closes: ... | Joey Hess |
2009-02-04 | doubled semicolon | Joey Hess |
2009-01-31 | IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environ... | Simon McVittie |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess |
2008-11-11 | make unlockwiki drop the cgilock | Joey Hess |
2008-11-11 | O_CREATE needs mode | Joey Hess |
2008-11-11 | avoid multiple ikiwiki cgi processes piling up, eating all memory, and thrashing | Joey Hess |
2008-10-26 | do no-op post_commit test in wrapper | Joey Hess |
2008-10-26 | move untrusted committer test into the wrapper | Joey Hess |
2008-10-24 | remember how to write C code | Joey Hess |
2008-10-24 | export CALLER_UID | Joey Hess |
2008-10-13 | Pass HTTPS variable through the wrapper so that CGI->https can be used by plu... | Joey Hess |
2008-07-21 | Avoid troublesome abs_path calls in wrapper setup | Joey Hess |
2008-07-11 | fix use ordering | Joey Hess |
2008-07-11 | whitespace | Joey Hess |
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess |
2008-01-07 | * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects. | Joey Hess |
2008-01-01 | * Split error messages for failures to drop real uid and gid. | Joey Hess |
2007-11-25 | * Let CC be used to control what compiler is used to build wrappers. | Joey Hess |
2007-11-14 | * Add wrappergroup config option, which can be used to cause wrappers | Joey Hess |
2007-07-09 | get confused. So it's best for ikiwiki to follow the compatability | joey |
2007-06-03 | * Fix wrapper generator and untaint code's handling of strings contining | joey |
2007-01-14 | fix format | joey |
2007-01-11 | remove \n from gettexed string, and unfuzzy | joey |
2007-01-04 | added some comments for translators | joey |
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey |
2006-10-02 | * Patch from Alec Berryman adding a http_auth config item that allows | joey |
2006-09-16 | * Numerous tla fixes from Clint. | joey |
2006-09-04 | man page says I need this | joey |
2006-09-04 | * Drop real uid/gid in the suid wrapper, thus allowing commits to remote | joey |
2006-05-26 | * The page name and parent links has switched from using a <h1> to a styled | joey |
2006-05-04 | fix a bug that doubled the search box | joey |