| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -123/+123 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -20/+20 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | 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 | 1 | -1/+1 |
| * | fix copyright dates according to the first checkin | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -1/+1 |
| * | Confirmed by Milan Kosina that this code was still broken - I realized | William A. Rowe Jr | 2003-02-25 | 1 | -12/+30 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | Allow headers (if not already passed by other means) to be sent via | William A. Rowe Jr | 2003-01-29 | 1 | -34/+57 |
| * | Fix several cut 'n paste errors identified by Juergen Heckel. | William A. Rowe Jr | 2002-11-11 | 1 | -4/+2 |
| * | Stop unsetting the 'empty' query string result with | William A. Rowe Jr | 2002-11-09 | 1 | -6/+0 |
| * | mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification | William A. Rowe Jr | 2002-11-09 | 1 | -26/+46 |
| * | Fix for PR 10216 ... we should not return the status unless we want the | William A. Rowe Jr | 2002-11-04 | 1 | -14/+60 |
| * | The documentation says: ISAPIReadAheadBuffer defaults to 49152 bytes, | William A. Rowe Jr | 2002-08-26 | 1 | -2/+2 |
| * | A half hour to waste waiting for builds... this is what you get. | William A. Rowe Jr | 2002-07-21 | 1 | -6/+7 |
| * | Change conn_rec->keepalive to an enumerated value of | Justin Erenkrantz | 2002-06-26 | 1 | -1/+1 |
| * | Use lowercased macros | William A. Rowe Jr | 2002-06-12 | 1 | -1/+1 |
| * | Use the new APR_TIME_FROM_SEC() wrapper | William A. Rowe Jr | 2002-06-12 | 1 | -1/+1 |
| * | Feedback appreciated - I'm guessing that we can trust the isapi app | William A. Rowe Jr | 2002-06-04 | 1 | -1/+6 |
| * | Solve a bug identified by Sebastian that we would always reaquire the | William A. Rowe Jr | 2002-05-29 | 1 | -1/+1 |
| * | Bug one of two, INIT_FLAG better pair with set_flag_slot. | William A. Rowe Jr | 2002-05-25 | 1 | -1/+1 |
| * | Clean up isapi_load, removing the request_rec arg [which we never need], | William A. Rowe Jr | 2002-05-20 | 1 | -3/+3 |
| * | Renames: | Cliff Woolley | 2002-05-18 | 1 | -5/+5 |
| * | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -16/+16 |
| * | Short of final troubleshooting and diagnostics, this patch introduces | William A. Rowe Jr | 2002-05-15 | 1 | -48/+32 |
| * | Fixes to; | William A. Rowe Jr | 2002-05-15 | 1 | -105/+221 |
| * | Fix GetServerVariable() to return the buffer consumed, including the | William A. Rowe Jr | 2002-05-14 | 1 | -3/+3 |
| * | Replace our Event HANDLE with an apr_thread_mutex_t, and add completion | William A. Rowe Jr | 2002-05-14 | 1 | -25/+63 |
| * | One last commit for tonight I'd postponed ... take variable names within | William A. Rowe Jr | 2002-05-14 | 1 | -86/+88 |
| * | Now for the major refactoring. Introduce mod_isapi.h, as we have had | William A. Rowe Jr | 2002-05-14 | 1 | -284/+446 |
| * | Part 3 of the ISAPI overhaul. Reframe the 'server conf' into 'dir conf' | William A. Rowe Jr | 2002-05-13 | 1 | -145/+120 |
| * | Part two; nearly inconsequential - Made the log message prefix ISAPI: | William A. Rowe Jr | 2002-05-13 | 1 | -85/+85 |
| * | Part one of a several-fold overhaul to isapi. This part simply | William A. Rowe Jr | 2002-05-13 | 1 | -403/+415 |
| * | After review and testing against all of the PSDK examples (see | William A. Rowe Jr | 2002-04-26 | 1 | -11/+0 |
| * | AcceptPathInfo was totally backwards... it would reject when set to on and | Cliff Woolley | 2002-04-22 | 1 | -1/+5 |
| * | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -15/+20 |
| * | Eliminate potential ap_server_root_relative segfaults, with the input | William A. Rowe Jr | 2002-03-16 | 1 | -5/+10 |
| * | Style touchup | William A. Rowe Jr | 2002-03-15 | 1 | -2/+2 |
| * | Another potential ap_server_root_relative failure. | William A. Rowe Jr | 2002-03-15 | 1 | -1/+1 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -2/+2 |
| * | Add the ability to pass flags to both apr_file_open and apr_mktemp. | Ryan Bloom | 2002-01-08 | 1 | -1/+1 |
| * | Apply the converse of the AcceptPathInfo patch for isapi's/cgi's. | William A. Rowe Jr | 2001-12-13 | 1 | -0/+3 |
| * | Resolved segfault in mod_isapi when configuring with ISAPICacheFile. | William A. Rowe Jr | 2001-12-03 | 1 | -36/+22 |
| * | change so that it doesn't rely on the structure of the apr_table's elt internal | Ian Holsman | 2001-11-26 | 1 | -21/+24 |