| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 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-14 | 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-08 | 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 |
| * | Added the optional ssl_enable functions to allow mod_proxy to hook into | Bradley Nicholes | 2003-03-13 | 1 | -2/+124 |
| * | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 1 | -11/+2 |
| * | Confirmed by Milan Kosina that this code was still broken - I realized | William A. Rowe Jr | 2003-02-25 | 1 | -12/+30 |
| * | Someone (I need to refer back) asked that we do the same skip for the | William A. Rowe Jr | 2003-02-23 | 1 | -10/+31 |
| * | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 1 | -5/+5 |
| * | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 1 | -2/+2 |
| * | Make sure that the file extension is at least an empty string rather than NULL | Bradley Nicholes | 2003-02-12 | 1 | -0/+5 |
| * | Make sure the command type defaults to APR_PROGRAM on NetWare for | Bradley Nicholes | 2003-02-11 | 1 | -0/+1 |
| * | Start all CGIs as detached and allow the APR_PROGRAM_* flags to determine | Bradley Nicholes | 2003-02-11 | 1 | -2/+5 |
| * | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 1 | -6/+15 |
| * | finished that boring job: | André Malo | 2003-02-03 | 5 | -5/+5 |
| * | Allow headers (if not already passed by other means) to be sent via | William A. Rowe Jr | 2003-01-29 | 1 | -34/+57 |