summaryrefslogtreecommitdiff
path: root/modules/arch/win32/mod_isapi.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-123/+123
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-20/+20
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* mod_isapi: GetServerVariable returned improperly terminated headerJeff Trawick2004-02-161-4/+6
* mod_isapi: send_response_header() failed to copy status string'sJeff Trawick2004-02-161-1/+1
* mod_isapi: GetServerVariable("ALL_RAW") returned the wrong bufferJeff Trawick2004-02-161-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* Confirmed by Milan Kosina that this code was still broken - I realizedWilliam A. Rowe Jr2003-02-251-12/+30
* finished that boring job:André Malo2003-02-031-1/+1
* Allow headers (if not already passed by other means) to be sent viaWilliam A. Rowe Jr2003-01-291-34/+57
* Fix several cut 'n paste errors identified by Juergen Heckel.William A. Rowe Jr2002-11-111-4/+2
* Stop unsetting the 'empty' query string result withWilliam A. Rowe Jr2002-11-091-6/+0
* mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notificationWilliam A. Rowe Jr2002-11-091-26/+46
* Fix for PR 10216 ... we should not return the status unless we want theWilliam A. Rowe Jr2002-11-041-14/+60
* The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes,William A. Rowe Jr2002-08-261-2/+2
* A half hour to waste waiting for builds... this is what you get.William A. Rowe Jr2002-07-211-6/+7
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-1/+1
* Use lowercased macrosWilliam A. Rowe Jr2002-06-121-1/+1
* Use the new APR_TIME_FROM_SEC() wrapperWilliam A. Rowe Jr2002-06-121-1/+1
* Feedback appreciated - I'm guessing that we can trust the isapi appWilliam A. Rowe Jr2002-06-041-1/+6
* Solve a bug identified by Sebastian that we would always reaquire theWilliam A. Rowe Jr2002-05-291-1/+1
* Bug one of two, INIT_FLAG better pair with set_flag_slot.William A. Rowe Jr2002-05-251-1/+1
* Clean up isapi_load, removing the request_rec arg [which we never need],William A. Rowe Jr2002-05-201-3/+3
* Renames:Cliff Woolley2002-05-181-5/+5
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-16/+16
* Short of final troubleshooting and diagnostics, this patch introducesWilliam A. Rowe Jr2002-05-151-48/+32
* Fixes to;William A. Rowe Jr2002-05-151-105/+221
* Fix GetServerVariable() to return the buffer consumed, including theWilliam A. Rowe Jr2002-05-141-3/+3
* Replace our Event HANDLE with an apr_thread_mutex_t, and add completionWilliam A. Rowe Jr2002-05-141-25/+63
* One last commit for tonight I'd postponed ... take variable names withinWilliam A. Rowe Jr2002-05-141-86/+88
* Now for the major refactoring. Introduce mod_isapi.h, as we have hadWilliam A. Rowe Jr2002-05-141-284/+446
* Part 3 of the ISAPI overhaul. Reframe the 'server conf' into 'dir conf'William A. Rowe Jr2002-05-131-145/+120
* Part two; nearly inconsequential - Made the log message prefix ISAPI:William A. Rowe Jr2002-05-131-85/+85
* Part one of a several-fold overhaul to isapi. This part simplyWilliam A. Rowe Jr2002-05-131-403/+415
* After review and testing against all of the PSDK examples (seeWilliam A. Rowe Jr2002-04-261-11/+0
* AcceptPathInfo was totally backwards... it would reject when set to on andCliff Woolley2002-04-221-1/+5
* BUCKET FREELISTSCliff Woolley2002-03-291-15/+20
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-5/+10
* Style touchupWilliam A. Rowe Jr2002-03-151-2/+2
* Another potential ap_server_root_relative failure.William A. Rowe Jr2002-03-151-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+2
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-081-1/+1
* Apply the converse of the AcceptPathInfo patch for isapi's/cgi's.William A. Rowe Jr2001-12-131-0/+3
* Resolved segfault in mod_isapi when configuring with ISAPICacheFile.William A. Rowe Jr2001-12-031-36/+22
* change so that it doesn't rely on the structure of the apr_table's elt internalIan Holsman2001-11-261-21/+24