]> granicus.if.org Git - apache/history - modules/generators
add "-l" option to indicate interval is based on localtime not gmt
[apache] / modules / generators /
2004-05-05 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Soak...
2004-05-05 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Combine...
2004-04-18 Joe OrtonImplement the "CGI bucket" in mod_cgi to handle stderr...
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-03-10 Joe Orton* modules/standard/mod_autoindex.c (index_directory...
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-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-01 André Maloupdate license to 2004.
2003-12-13 Jeff Trawickchange the way the cgid daemon restart logic determines...
2003-11-23 André Maloadd another space, for the sake of Netscape 4
2003-11-23 André Malorestore the space which broke all tests :-)
2003-11-20 Ian Holsmanmod_autoindex: new directive IndexStyleSheet
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-11-07 Jeff TrawickFix a long delay with CGI requests and keepalive connec...
2003-11-03 André Malodarn, the patch for bug 9587 (wrong icon for directorie...
2003-11-02 André Malo- add XHTML doctypes to httpd.h
2003-11-01 André MaloDon't omit the initial <tr> if SuppressIcon is set.
2003-11-01 André Maloimprove readability a (little) bit
2003-10-30 Thom May* modules/generators/mod_info.c:
2003-10-29 Jeff Trawickmod_status: Report total CPU time accurately when using...
2003-10-26 Sander StrikerForward port from 2.0:
2003-10-02 Jeff Trawickmod_cgid: fix a hash table corruption problem which...
2003-09-19 Jeff TrawickFix mod_info to use the real config file name, not...
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-07-22 André Malofix mod_status compilation on Win32 (stolen from mod_dav).
2003-07-21 Joe OrtonAdd optional hook to extend mod_status output.
2003-07-15 André MaloIf a directory contains a file listed in the
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-04-04 Jeff TrawickFix the inability to log errors like exec failure in
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-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-02 André MaloUnescape the supplied wildcard pattern. Otherwise the...
2003-03-02 André Maloadd some comments and WS to make it better readable...
2003-03-02 André Maloemit and accept modern query string parameter delimiter...
2003-03-02 André Malobuhuh! use the correct target string and don't forget
2003-03-02 André MaloWS and style issues. No code changes.
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-12 Jeff Trawickmod_cgi, mod_cgid, mod_ext_filter: Log errors when...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2003-01-06 William A. Rowe Jr Bring forward the IndexOptions IgnoreCase option...
2002-11-22 Jeff TrawickFix the building of cgi command lines when the query...
2002-11-21 Jeff Trawickmod_autoindex: AddDescription directives for directories
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 TrawickTerminate CGI scripts when the client connection drops...
2002-10-31 Jeff Trawickadd a comment lamenting the lack of a cleanup for the...
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-10-09 Sander StrikerOne line fix to get HTMLTable to validate.
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-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with apr_time_sec...
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-06-23 William A. Rowe Jr Simplify add_ssi_vars() and move the ssi/cgi vars...
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 PaneSend output to the next filter even on header_only...
2002-06-13 Brian PanePass the brigade even on header_only requests
2002-06-13 Justin ErenkrantzPer RFC 2616 section 9.4, we SHOULD return the content...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-06-12 William A. Rowe Jr Use lowercased macros
2002-06-12 William A. Rowe Jr Use the new wrapper
2002-06-06 William A. Rowe Jr Once moved to a shared location, this bouncy #include...
2002-06-06 William A. Rowe Jr Cleanup an emit
2002-06-05 Bradley NicholesConsolidated the startup attributes for building the...
2002-06-05 William A. Rowe Jr cvs up/diff gets pretty hard to track with vc7 builds.
2002-05-31 Jeff Trawickif we autoindex, discard the request body and check...
2002-05-30 Justin ErenkrantzApply same patch to mod_cgid that was applied to mod_cg...
2002-05-30 Justin ErenkrantzRewrite mod_cgi's input handling to use brigades and...
2002-05-30 Justin Erenkrantz- Remove APR_STATUS_IS_SUCCESS calls in favor of direct...
2002-05-29 Justin ErenkrantzCall apr_file_write_full instead to achieve the same...
2002-05-29 Justin ErenkrantzStylistic changes - remove tabs, clean up long lines...
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-25 Cliff WoolleyFix the rest of the apr_pool_userdata_setn() bogosity...
2002-05-24 Greg Amestweak "requests currently being processed". It is...
2002-05-18 Cliff WoolleyRenames:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-07 Bradley NicholesUse the ap_get_server_xxx() calls to return the info...
2002-05-07 Martin KraemerFix long-standing typo (as of 1.17 when mod_info was...
2002-04-25 Justin ErenkrantzFix suexec invocations from userdir - the ~ was not...
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-22 Brian PaneSkip a potentially heavyweight call to sysconf, plus...
2002-04-22 Bill StoddardFailure to fork cgid is a shooting offense.
next