summaryrefslogtreecommitdiffstats
path: root/modules/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-271-5/+5
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-201-1/+1
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-201-32/+3
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-196-6/+6
* 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
* Fix a problem with the HTTPS CGI variable not getting set for secure requests...Bradley Nicholes2005-11-221-2/+2
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-6/+6
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-8/+8
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-105-244/+244
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-103-45/+45
* 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
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-151-0/+10
* Make sure that the secure listen sockets that are created and injected into t...Bradley Nicholes2005-03-081-31/+177
* 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-046-6/+12
* Handle PATH_INFO as opaque byte-wise data for cgi invocation asWilliam A. Rowe Jr2005-01-071-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-5/+5
* * modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify theBradley Nicholes2004-12-091-46/+25
* Fixing various compiler error when compiling against the latest version of Li...Bradley Nicholes2004-11-271-1/+1
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* Add the check for an upgraded https connection when responding to the state o...Bradley Nicholes2004-10-271-7/+9
* Track the status of an upgradeable socket so that the http_method and default...Bradley Nicholes2004-10-141-4/+26
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-1/+1
* Allow multiple IP addresses to be configured for the same secure portBradley Nicholes2004-08-251-9/+18
* Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure co...Bradley Nicholes2004-07-131-6/+319
* rev back to previous version, removing chnges to overload detach field , putt...Jean-Jacques Clar2004-07-121-1/+1
* Overloading detached field in cgi_exec_info_t stuct in order to use same fiel...Jean-Jacques Clar2004-07-091-2/+2
* Added new field in apr_procattr_t and cgi_exec_info_t structures to support l...Jean-Jacques Clar2004-06-141-8/+2
* Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACEJean-Jacques Clar2004-06-111-1/+1
* The code was truncating the parameters for all NLM level commands. Needed to...Bradley Nicholes2004-03-201-8/+5
* Report the NetWare socket error since we are using native socket callsBradley Nicholes2004-03-161-4/+4
* Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw...Bradley Nicholes2004-03-071-3/+238
* 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-096-6/+6
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* apply Apache License, Version 2.0André Malo2004-02-066-266/+65
* 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-015-5/+5
* Allow for binary CGI's to have file extensions other than .NLMBradley Nicholes2003-12-041-17/+22
* Hook the default_port so that mod_nw_ssl will return the correct port ratherBradley Nicholes2003-11-241-0/+9
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-033-3/+3
* Correct the declaration of the PFN_GETEXTENSIONVERSION type,William A. Rowe Jr2003-07-301-1/+1
* Allow for an unclean shutdown of SSL ports to avoid timeout conditionsBradley Nicholes2003-06-021-4/+17
* Allow blind accept when converting the proxy client socket to SSL if no clientBradley Nicholes2003-05-081-27/+26