| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 1 | -5/+5 |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-20 | 1 | -1/+1 |
* | Remove a host of dependencies upon awk, using the same template for | William A. Rowe Jr | 2006-04-20 | 1 | -32/+3 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 6 | -6/+6 |
* | Eliminate last win32-isms, SetLastError becomes apr's set_os_error | William A. Rowe Jr | 2006-03-18 | 1 | -24/+24 |
* | Escape from casting purgatory, which the Solaris cc compiler | William A. Rowe Jr | 2006-03-18 | 1 | -22/+24 |
* | Unsure why win32 never noticed this, but the value returned is a const char* | William A. Rowe Jr | 2006-03-10 | 1 | -1/+1 |
* | Fix a problem with the HTTPS CGI variable not getting set for secure requests... | Bradley Nicholes | 2005-11-22 | 1 | -2/+2 |
* | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 1 | -6/+6 |
* | No functional change: more indenting/formatting changes due to | Jim Jagielski | 2005-11-10 | 1 | -8/+8 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 5 | -244/+244 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 3 | -45/+45 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -0/+11 |
* | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 1 | -1/+1 |
* | Allow httpd on NetWare to build using either the standard socket libraries or... | Bradley Nicholes | 2005-04-15 | 1 | -0/+10 |
* | Make sure that the secure listen sockets that are created and injected into t... | Bradley Nicholes | 2005-03-08 | 1 | -31/+177 |
* | Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups | William A. Rowe Jr | 2005-02-05 | 1 | -1/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 6 | -6/+12 |
* | Handle PATH_INFO as opaque byte-wise data for cgi invocation as | William A. Rowe Jr | 2005-01-07 | 1 | -1/+2 |
* | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -5/+5 |
* | * modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgrade): Simplify the | Bradley Nicholes | 2004-12-09 | 1 | -46/+25 |
* | Fixing various compiler error when compiling against the latest version of Li... | Bradley Nicholes | 2004-11-27 | 1 | -1/+1 |
* | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -20/+0 |
* | Add the check for an upgraded https connection when responding to the state o... | Bradley Nicholes | 2004-10-27 | 1 | -7/+9 |
* | Track the status of an upgradeable socket so that the http_method and default... | Bradley Nicholes | 2004-10-14 | 1 | -4/+26 |
* | WIN64: fix some windows specific 64bit warnings | Allan K. Edwards | 2004-10-06 | 1 | -1/+1 |
* | Allow multiple IP addresses to be configured for the same secure port | Bradley Nicholes | 2004-08-25 | 1 | -9/+18 |
* | Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure co... | Bradley Nicholes | 2004-07-13 | 1 | -6/+319 |
* | rev back to previous version, removing chnges to overload detach field , putt... | Jean-Jacques Clar | 2004-07-12 | 1 | -1/+1 |
* | Overloading detached field in cgi_exec_info_t stuct in order to use same fiel... | Jean-Jacques Clar | 2004-07-09 | 1 | -2/+2 |
* | Added new field in apr_procattr_t and cgi_exec_info_t structures to support l... | Jean-Jacques Clar | 2004-06-14 | 1 | -8/+2 |
* | Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE | Jean-Jacques Clar | 2004-06-11 | 1 | -1/+1 |
* | The code was truncating the parameters for all NLM level commands. Needed to... | Bradley Nicholes | 2004-03-20 | 1 | -8/+5 |
* | Report the NetWare socket error since we are using native socket calls | Bradley Nicholes | 2004-03-16 | 1 | -4/+4 |
* | Add the ssl_is_https() and ssl_var_lookup() optional functions to the mod_nw... | Bradley Nicholes | 2004-03-07 | 1 | -3/+238 |
* | mod_isapi: GetServerVariable returned improperly terminated header | Jeff Trawick | 2004-02-16 | 1 | -4/+6 |
* | mod_isapi: send_response_header() failed to copy status string's | Jeff Trawick | 2004-02-16 | 1 | -1/+1 |
* | mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer | Jeff Trawick | 2004-02-16 | 1 | -1/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 6 | -6/+6 |
* | fix copyright dates according to the first checkin | André Malo | 2004-02-08 | 3 | -3/+3 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 3 | -3/+3 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 6 | -266/+65 |
* | Use -export-dynamic only when linking an httpd which includes mod_so, | Joe Orton | 2004-01-08 | 1 | -2/+0 |
* | update license to 2004. | André Malo | 2004-01-01 | 5 | -5/+5 |
* | Allow for binary CGI's to have file extensions other than .NLM | Bradley Nicholes | 2003-12-04 | 1 | -17/+22 |
* | Hook the default_port so that mod_nw_ssl will return the correct port rather | Bradley Nicholes | 2003-11-24 | 1 | -0/+9 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 3 | -3/+3 |
* | Correct the declaration of the PFN_GETEXTENSIONVERSION type, | William A. Rowe Jr | 2003-07-30 | 1 | -1/+1 |
* | Allow for an unclean shutdown of SSL ports to avoid timeout conditions | Bradley Nicholes | 2003-06-02 | 1 | -4/+17 |
* | Allow blind accept when converting the proxy client socket to SSL if no client | Bradley Nicholes | 2003-05-08 | 1 | -27/+26 |