summaryrefslogtreecommitdiffstats
path: root/modules/arch/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-193-3/+3
* Eliminate last win32-isms, SetLastError becomes apr's set_os_errorWilliam A. Rowe Jr2006-03-181-24/+24
* Escape from casting purgatory, which the Solaris cc compilerWilliam A. Rowe Jr2006-03-181-22/+24
* Unsure why win32 never noticed this, but the value returned is a const char*William A. Rowe Jr2006-03-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-102-153/+153
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-20/+20
* Doxygen fixup / cleanupIan Holsman2005-08-291-0/+11
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccupsWilliam A. Rowe Jr2005-02-051-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-043-3/+6
* Handle PATH_INFO as opaque byte-wise data for cgi invocation asWilliam A. Rowe Jr2005-01-071-1/+2
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-1/+1
* 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-093-3/+3
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-063-159/+30
* Use -export-dynamic only when linking an httpd which includes mod_so,Joe Orton2004-01-081-2/+0
* update license to 2004.André Malo2004-01-013-3/+3
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-032-2/+2
* Correct the declaration of the PFN_GETEXTENSIONVERSION type,William A. Rowe Jr2003-07-301-1/+1
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-111-11/+2
* Confirmed by Milan Kosina that this code was still broken - I realizedWilliam A. Rowe Jr2003-02-251-12/+30
* Someone (I need to refer back) asked that we do the same skip for theWilliam A. Rowe Jr2003-02-231-10/+31
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-5/+5
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-181-2/+2
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-6/+15
* finished that boring job:André Malo2003-02-033-3/+3
* Allow headers (if not already passed by other means) to be sent viaWilliam A. Rowe Jr2003-01-291-34/+57
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-201-2/+2
* 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-215-8/+56
* Fix some Win32 compile breaks caused by Brian Pane's making apr_table_tBill Stoddard2002-07-061-2/+3
* Change conn_rec->keepalive to an enumerated value ofJustin Erenkrantz2002-06-261-1/+1
* Replace gunk with ap_regkey calls.William A. Rowe Jr2002-06-241-89/+43
* The fix wasn't healthy for Win9x. Work around pre-Unicode flavors.William A. Rowe Jr2002-06-231-3/+20
* Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings includeWilliam A. Rowe Jr2002-06-231-10/+70
* Fix serious brokenness... we abused prog_type rather than cmd_type onWilliam A. Rowe Jr2002-06-151-4/+4
* Use lowercased macrosWilliam A. Rowe Jr2002-06-131-1/+1
* Use the new APR_TIME_FROM_SEC() wrapperWilliam A. Rowe Jr2002-06-121-1/+1
* Catch up with Brad's changes, this knocks off the CGI popup windows bugWilliam A. Rowe Jr2002-06-061-12/+10
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* 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