]> granicus.if.org Git - apache/history - modules/arch/win32/mod_isapi.c
Unsure why win32 never noticed this, but the value returned is a const char*
[apache] / modules / arch / win32 / mod_isapi.c
2006-03-10 William A. Rowe Jr Unsure why win32 never noticed this, but the value...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-16 Jeff Trawickmod_isapi: GetServerVariable returned improperly termin...
2004-02-16 Jeff Trawickmod_isapi: send_response_header() failed to copy status...
2004-02-16 Jeff Trawickmod_isapi: GetServerVariable("ALL_RAW") returned the...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-02-25 William A. Rowe Jr Confirmed by Milan Kosina that this code was still...
2003-02-03 André Malofinished that boring job:
2003-01-29 William A. Rowe Jr Allow headers (if not already passed by other means...
2002-11-11 William A. Rowe Jr Fix several cut 'n paste errors identified by Juergen...
2002-11-09 William A. Rowe Jr Stop unsetting the 'empty' query string result with
2002-11-09 William A. Rowe Jr mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSI...
2002-11-04 William A. Rowe Jr Fix for PR 10216 ... we should not return the status...
2002-08-26 William A. Rowe Jr The documentation says: ISAPIReadAheadBuffer defaults...
2002-07-21 William A. Rowe Jr A half hour to waste waiting for builds... this is...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-12 William A. Rowe Jr Use lowercased macros
2002-06-12 William A. Rowe Jr Use the new APR_TIME_FROM_SEC() wrapper
2002-06-04 William A. Rowe Jr Feedback appreciated - I'm guessing that we can trust...
2002-05-29 William A. Rowe Jr Solve a bug identified by Sebastian that we would...
2002-05-25 William A. Rowe Jr Bug one of two, INIT_FLAG better pair with set_flag_slot.
2002-05-20 William A. Rowe Jr Clean up isapi_load, removing the request_rec arg...
2002-05-18 Cliff WoolleyRenames:
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-15 William A. Rowe Jr Short of final troubleshooting and diagnostics, this...
2002-05-15 William A. Rowe Jr Fixes to;
2002-05-14 William A. Rowe Jr Fix GetServerVariable() to return the buffer consumed...
2002-05-14 William A. Rowe Jr Replace our Event HANDLE with an apr_thread_mutex_t...
2002-05-14 William A. Rowe Jr One last commit for tonight I'd postponed ... take...
2002-05-14 William A. Rowe Jr Now for the major refactoring. Introduce mod_isapi...
2002-05-13 William A. Rowe Jr Part 3 of the ISAPI overhaul. Reframe the 'server...
2002-05-13 William A. Rowe Jr Part two; nearly inconsequential - Made the log messa...
2002-05-13 William A. Rowe Jr Part one of a several-fold overhaul to isapi. This...
2002-04-26 William A. Rowe Jr After review and testing against all of the PSDK...
2002-04-22 Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-15 William A. Rowe Jr Style touchup
2002-03-15 William A. Rowe Jr Another potential ap_server_root_relative failure.
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-01-10 William A. Rowe Jr Fix a handful of AP_MODULE_DECLARE_DATA exports for...
2002-01-08 Ryan BloomAdd the ability to pass flags to both apr_file_open...
2001-12-13 William A. Rowe Jr Apply the converse of the AcceptPathInfo patch for...
2001-12-03 William A. Rowe Jr Resolved segfault in mod_isapi when configuring with...
2001-11-26 Ian Holsmanchange so that it doesn't rely on the structure of...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-09-10 William A. Rowe Jr There is no errno using apr. A quick grep reveals...
2001-08-23 William A. Rowe Jr We already extract e for subprocess_env, and set...
2001-08-23 William A. Rowe Jr ap_server_root_relative will take care of this canoni...
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-07-26 William A. Rowe Jr Flush the off_t compiler emits from mod_isapi
2001-07-23 William A. Rowe Jr Some odd XXX fixups that are closed (or unneeded)
2001-06-27 Cliff Woolley*) Account for the new pool parameter to apr_bucket_fil...
2001-05-18 William A. Rowe Jr We don't want these operations to end the stream...
2001-05-18 William A. Rowe Jr Interesting, ISAPI thinks a 0 result is cool. Alread...
2001-05-03 William A. Rowe Jr Damnable casts
2001-02-28 William A. Rowe Jr Hmmm... missed one. There has to be a better home...
2001-02-27 Bill StoddardFix Windows compile breaks caused by mod_core.h foobar
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-18 William A. Rowe Jr Some missing exports
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-11-29 William A. Rowe Jr Fix uninitialized badness
2000-11-23 Greg Steinadd the "next filter" parameter to the rest of the...
2000-11-19 William A. Rowe Jr Disable two features, with warnings, if a relatively...
2000-10-14 William A. Rowe Jr Change to buckets for isapi output. Still requires...
2000-10-08 William A. Rowe Jr Movin on over from 1.3.13-dev : this patch fixes...
2000-10-06 William A. Rowe Jr Roll forward fixes identified for 1.3.13-dev.
2000-10-06 William A. Rowe Jr Here it is, the Win32 part of the big canonical error...
2000-10-03 William A. Rowe Jr Ok... I've been waiting to find out what happens...
2000-10-02 William A. Rowe Jr Whoops... that there was a handle I left hanging...
2000-10-02 William A. Rowe Jr _not_ up to 100%, but some structural changes to...
2000-10-02 William A. Rowe Jr Just Typos.
2000-10-02 William A. Rowe Jr Forward port 1.3 overhaul of isapi to 2.0.
2000-09-11 Jeff TrawickGet mod_isapi.c to compile with the level of Win32...
2000-08-08 Bill StoddardFix win32 compile break.
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-27 William A. Rowe Jr Another day's progress... little changes, but just...
2000-07-25 William A. Rowe Jr Undo the damage to mod_isapi (leave placeholders...
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-12 Bill StoddardFix Win32 compile break caused by Ryan's stat cleanup.
2000-04-28 Doug MacEachernback out APR_ prefix for TRUE,FALSE
2000-04-28 Doug MacEachernprefix TRUE,FALSE with APR_
2000-04-28 William A. Rowe Jr Replace ERROR constant with TODO_ERROR to flag these...
2000-04-15 Bill StoddardWin32: First cut at getting mod_isapi working under 2.0
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-10 Ryan BloomFix all the License issues. Including:
1999-10-11 Martin KraemerRemove most of the annoying "re ap_context_t mplement...
next