summaryrefslogtreecommitdiff
path: root/modules/generators
Commit message (Expand)AuthorAgeFilesLines
* Unescape the supplied wildcard pattern. Otherwise the pattern willAndré Malo2003-03-021-12/+19
* add some comments and WS to make it better readable (hopefully ;-)André Malo2003-03-021-12/+24
* emit and accept modern query string parameter delimiters (;).André Malo2003-03-021-22/+27
* buhuh! use the correct target string and don't forgetAndré Malo2003-03-021-1/+1
* WS and style issues. No code changes.André Malo2003-03-021-117/+123
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-205-25/+25
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-185-10/+10
* mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannotJeff Trawick2003-02-122-2/+43
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-075-30/+75
* finished that boring job:André Malo2003-02-039-9/+9
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-205-10/+10
* Bring forward the IndexOptions IgnoreCase option to mod_autoindexWilliam A. Rowe Jr2003-01-061-20/+51
* Fix the building of cgi command lines when the query stringJeff Trawick2002-11-222-9/+13
* mod_autoindex: AddDescription directives for directoriesJeff Trawick2002-11-211-0/+8
* mod_cgid: Handle environment variables containing newlines.Jeff Trawick2002-11-151-172/+221
* watch out for the should-not-occur condition where the daemon can'tJeff Trawick2002-11-121-3/+7
* mod_cgid: Terminate CGI scripts when the client connectionJeff Trawick2002-11-111-20/+142
* Terminate CGI scripts when the client connection drops. ThisJeff Trawick2002-10-311-2/+11
* add a comment lamenting the lack of a cleanup for the CGI childJeff Trawick2002-10-311-0/+15
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-162-2/+2
* Updating the NLM descriptions in the NetWare make filesBradley Nicholes2002-10-162-2/+2
* One line fix to get HTMLTable to validate.Sander Striker2002-10-091-1/+1
* Fix a problem with streaming script output and mod_cgid. We haveJeff Trawick2002-10-031-2/+2
* Log error message to the client without the path name.Bill Stoddard2002-07-302-4/+5
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-1/+1
* Replaced APR_USEC_PER_SEC division with apr_time_sec macroBrian Pane2002-06-301-7/+6
* Fix a long-standing bug in 2.0, CGI scripts were being calledRyan Bloom2002-06-271-7/+1
* Simplify add_ssi_vars() and move the ssi/cgi vars into their respectiveWilliam A. Rowe Jr2002-06-231-9/+4
* s/cgi/cgid might be just a little agressive - fix a commentWilliam A. Rowe Jr2002-06-231-1/+1
* Note the changed meaning of the NULL next_filter argument to theWilliam A. Rowe Jr2002-06-222-2/+2
* Send output to the next filter even on header_only requests in mod_statusBrian Pane2002-06-132-6/+0
* Pass the brigade even on header_only requestsBrian Pane2002-06-131-8/+6
* Per RFC 2616 section 9.4, we SHOULD return the content-length if possible onJustin Erenkrantz2002-06-131-3/+1
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-122-9/+5
* Use lowercased macrosWilliam A. Rowe Jr2002-06-121-1/+1
* Use the new wrapperWilliam A. Rowe Jr2002-06-121-1/+1
* Once moved to a shared location, this bouncy #include diesWilliam A. Rowe Jr2002-06-061-1/+1
* Cleanup an emitWilliam A. Rowe Jr2002-06-061-3/+4
* Consolidated the startup attributes for building the command line for a CGIBradley Nicholes2002-06-052-42/+50
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* if we autoindex, discard the request body and check for anyJeff Trawick2002-05-311-0/+6
* Apply same patch to mod_cgid that was applied to mod_cgi so that itJustin Erenkrantz2002-05-301-33/+68
* Rewrite mod_cgi's input handling to use brigades and input filters directly.Justin Erenkrantz2002-05-301-30/+58
* - Remove APR_STATUS_IS_SUCCESS calls in favor of directly testing APR_SUCCESS.Justin Erenkrantz2002-05-301-3/+3
* Call apr_file_write_full instead to achieve the same effect.Justin Erenkrantz2002-05-291-10/+4
* Stylistic changes - remove tabs, clean up long lines, etc.Justin Erenkrantz2002-05-291-165/+197
* fix a char signed-ness mismatc in the call to apr_table_set()Jeff Trawick2002-05-271-1/+1
* style police take 2Cliff Woolley2002-05-261-2/+2
* style policeCliff Woolley2002-05-261-6/+7
* Fix for suexec invocation of CGIs under user dirs when using cgidBrian Pane2002-05-261-17/+25