aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Wrapper.pm
Commit message (Expand)AuthorAge
* Need <sys/wait.h> for waitpid (NetBSD 8 warns).Amitai Schleier2018-08-21
* Pass some git environment variables to the test-receive hookSimon McVittie2017-10-01
* Enquote $background_command as surely intended.Amitai Schleier2017-01-02
* Wrapper: allocate new environment dynamicallySimon McVittie2016-05-11
* fix another unchecked mallocJoey Hess2015-01-25
* Fix NULL ptr deref on ENOMOM in wrapper. (Thanks, igli)Joey Hess2015-01-25
* More cautious escaping of environment values.Lafayette Chamber Singers Webmaster2014-09-14
* Installing ikiwiki on a shared-hosting server, there may be no access toLafayette Chamber Singers Webmaster2014-09-14
* add void prototypeJoey Hess2014-01-02
* Fix longstanding bug (chdir to nonexistent dirs).Amitai Schlair2013-01-27
* add cgi_overload_messageJoey Hess2012-10-11
* add cgi_overload_delay tunableJoey Hess2012-10-09
* Split CFLAGS into words when building wrapper. Closes: #682237Joey Hess2012-07-20
* Use lockf rather than flock when taking the cgilock, for better portability.Joey Hess2011-08-24
* let thru HTTP_ACCEPTJoey Hess2011-06-15
* fix use of debug() without sprintf()Jon Dowland2011-04-20
* use debug() for wrapper-generation print outsJon Dowland2011-04-20
* Export three cgi env vars needed for CGI->url to work.Joey Hess2011-01-05
* Propigate PATH into wrapper.Joey Hess2010-09-26
* move wrapper building loop into Wrapper.pmJoey Hess2010-07-24
* git: Added git_wrapper_background_command option. Can be used to eg, make th...Joey Hess2010-07-01
* note that tcc workaround is for bug fixed in tcc nowJoey Hess2010-05-04
* use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSDJoey Hess2010-03-28
* Allow wrappers to be built using tcc.Joey Hess2010-03-18
* C warning cleanupJoey Hess2010-03-18
* avoid -O default for CFLAGS, and documentJoey Hess2009-10-21
* Pick up user specified CFLAGS when compiling the wrapper.Giulio Eulisse2009-10-21
* Merge commit 'schmonz/master' into cvsJoey Hess2009-09-10
|\
| * Catch up to the new genwrapper hook.Amitai Schlair2009-09-10
| * Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair2009-09-10
| |\
* | \ Merge branch 'master' into cvsJoey Hess2009-09-10
|\ \ \ | |/ / |/| |
| * | clean up use of IkiWiki::ReceiveJoey Hess2009-09-10
| |/
| * Add genwrapper hook, that can be used to add code into the C wrapper.Joey Hess2009-09-10
* | Abstract out CVS's involvement in the wrapper:Amitai Schlair2009-09-09
* | Only examine argv if the VCS is cvs.Amitai Schlair2009-08-30
* | The string to match might not be "New directory" exactly, so match thatAmitai Schlair2009-08-30
* | Instead of passing the args through the wrapper so the CVS pluginAmitai Schlair2009-08-23
* | Pass along wrapper args to ikiwiki, then handle the "cvs add dir"Amitai Schlair2009-08-22
|/
* Create any missing directory necessary to put the wrapper file into. Closes: ...Joey Hess2009-02-09
* doubled semicolonJoey Hess2009-02-04
* IkiWiki::Wrapper: allow REDIRECT_STATUS and REDIRECT_URL through from environ...Simon McVittie2009-01-31
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* make unlockwiki drop the cgilockJoey Hess2008-11-11
* O_CREATE needs modeJoey Hess2008-11-11
* avoid multiple ikiwiki cgi processes piling up, eating all memory, and thrashingJoey Hess2008-11-11
* do no-op post_commit test in wrapperJoey Hess2008-10-26
* move untrusted committer test into the wrapperJoey Hess2008-10-26
* remember how to write C codeJoey Hess2008-10-24
* export CALLER_UIDJoey Hess2008-10-24
* Pass HTTPS variable through the wrapper so that CGI->https can be used by plu...Joey Hess2008-10-13