]> granicus.if.org Git - apache/history - modules/generators/mod_cgid.c
Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()s
[apache] / modules / generators / mod_cgid.c
2011-05-21 Stefan FritschReplace some "apr_p[c]alloc / memcpy" constructions...
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-03-16 Daniel Earl PoirierFix typo in RLIMIT_NPROC
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-02-12 Stefan FritschUse ap_state_query() to fix many modules that were...
2010-12-29 Igor GalićIn comments: s@ XX @ XXX: @ so they can actually be...
2010-12-04 Eric CovenerAdd support for RLimit* in mod_cgid. PR 42135.
2010-10-20 Graham LeggettAvoid unnecessariy initialisation before we test mod_cg...
2010-09-04 Stefan Fritschmod_cgid: Log a warning if the ScriptSock path is trunc...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritschremove more unused variables
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-10-10 Takashi SatoStop unexpected error logs in each requests.
2009-08-26 Brian HavardBring back OS/2 support.
2009-07-06 William A. Rowe JrUse uninterruptable write; noted borrowing this code...
2009-06-11 Ruediger Pluem* Close the accepted fd in the error case to avoid...
2009-06-11 Ruediger Pluem* Close the listening Unix socket of the mod_cgid daemo...
2009-04-16 Jeff Trawickmod_cgid: Improve handling of long AF_UNIX socket names...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-01-06 Jeff Trawickthe length arguments are apr_size_t, not int
2009-01-06 Jeff Trawicktiny style fix for r729579
2008-12-27 Nick KewPR#39332: fix for segfault problem with mod_cgid on...
2008-12-15 Ruediger Pluem* Do not add an empty argument if we do not have any...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-04 Ruediger Pluem* Instead of unixd_setup_child run the drop_privileges...
2008-10-29 Paul Querna* modules/generators/mod_cgid.c
2008-08-04 Jim JagielskiSimplyfy codepath. Don't treat "" as special, just
2008-08-04 Eric Covener *) mod_cgid: Pass along empty command line arguments...
2008-05-08 Eric Covener*) mod_cgid: Explicitly set permissions of the socket...
2008-05-07 Jeff Trawickmod_cgid: Don't try to restart the daemon if it fails...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2007-05-27 Ruediger Pluem* Prevent running through the error stack by returning...
2007-02-04 Jeff TrawickUpdate the hash table of active script pids even on...
2006-09-29 Garrett RooneyFollow up to r451006, use APR_STATUS_IS_TIMEUP instead...
2006-09-28 Ruediger Pluem* Notice that reading of the request entity body failed...
2006-09-12 Nick KewPR 31759 (mutated) - reported by Jo Rhett
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-18 Roy T. FieldingRemove CGI block on OPTIONS method so that scripts can
2005-10-03 Colm MacCarthaighWhitespace fixes.
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-30 Colm MacCarthaighIf uid_t and gid_t are unsigned on a platform (hurd...
2005-08-30 Colm MacCarthaighFix PR36410; Change how the get_suexec_identity hook...
2005-08-29 William A. Rowe Jr Correct mod_cgid's argv[0] so that the full path...
2005-08-27 Colm MacCarthaighCGId keeps a copy of the listening sockets open, which...
2005-08-25 Colm MacCarthaighAppend the .PID to the ScriptSock filename. This change...
2005-08-25 Colm MacCarthaighnit: Consistently CamelCase "ScriptSock".
2005-08-23 Andreas Steinmetzfix 64bit build warnings
2005-06-22 Jeff Trawickmod_cgid: Fix buffer overflow processing ScriptSock...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-24 Jeff Trawickmod_cgid: Catch configuration problem where two web...
2004-11-12 Joe Orton* modules/generators/mod_cgid.c (cgid_init): Fix GCC...
2004-08-01 Justin ErenkrantzRemove deprecated APR_STATUS_IS_SUCCESS() macro in...
2004-06-29 Martin KraemerLet CGI daemon die if the network layer has been shut...
2004-03-30 Joe Orton* modules/generators/mod_cgid.c (cgid_server, set_scrip...
2004-03-29 Jeff Trawickmod_cgid: Don't allow Scriptsock to be specified inside...
2004-03-15 Jeff Trawickmod_cgid: Fix storage corruption caused by use of incor...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, 2.0
2004-01-01 André Maloupdate license to 2004.
2003-12-13 Jeff Trawickchange the way the cgid daemon restart logic determines...
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-11-07 Jeff TrawickFix a long delay with CGI requests and keepalive connec...
2003-10-26 Sander StrikerForward port from 2.0:
2003-10-02 Jeff Trawickmod_cgid: fix a hash table corruption problem which...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-22 André Malodrop superfluous argument from ap_ssi_parse_string.
2003-08-21 André Maloadjust mod_cgi and mod_cgid
2003-08-20 André Maloinclude_cmd doesn't imply the CGI interface. That code...
2003-06-23 Jeff Trawickmod_cgid: Restart the cgid daemon if it crashes.
2003-06-20 Jeff Trawickmod_cgid: Eliminate a double-close of a socket. This...
2003-03-31 William A. Rowe Jr Fix a misterminated comment... noted by bpane
2003-03-31 William A. Rowe Jr Solve segfaults from unusual error exceptions in...
2003-02-12 Jeff Trawickmod_cgi, mod_cgid, mod_ext_filter: Log errors when...
2003-02-03 André Malofinished that boring job:
2002-11-22 Jeff TrawickFix the building of cgi command lines when the query...
2002-11-15 Jeff Trawickmod_cgid: Handle environment variables containing newlines.
2002-11-12 Jeff Trawickwatch out for the should-not-occur condition where...
2002-11-11 Jeff Trawickmod_cgid: Terminate CGI scripts when the client connection
2002-10-31 Jeff Trawickadd a comment lamenting the lack of a cleanup for the...
2002-10-03 Jeff TrawickFix a problem with streaming script output and mod_cgid...
2002-07-30 Bill StoddardLog error message to the client without the path name.
2002-06-23 William A. Rowe Jr s/cgi/cgid might be just a little agressive - fix...
2002-06-22 William A. Rowe Jr Note the changed meaning of the NULL next_filter...
2002-06-13 Brian PanePass the brigade even on header_only requests
2002-06-12 William A. Rowe Jr Use lowercased macros
2002-06-12 William A. Rowe Jr Use the new wrapper
2002-05-30 Justin ErenkrantzApply same patch to mod_cgid that was applied to mod_cg...
2002-05-27 Jeff Trawickfix a char signed-ness mismatc in the call to apr_table...
2002-05-26 Cliff Woolleystyle police take 2
2002-05-26 Cliff Woolleystyle police
2002-05-26 Brian PaneFix for suexec invocation of CGIs under user dirs when...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-22 Bill StoddardFailure to fork cgid is a shooting offense.
next