]> granicus.if.org Git - apache/history - modules/arch
mod_session_cookie: Add a session implementation capable of storing
[apache] / modules / arch /
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-03 William A. Rowe Jr Correctly evaluate the HTTPS condition string.
2007-01-03 William A. Rowe Jr Where any response is sent, return OK from the handle...
2006-12-07 William A. Rowe JrRevert a regression introduced in the recent overhauls...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-06-22 William A. Rowe Jr Solve 416291, but in a more elegant manner, and with...
2006-06-22 William A. Rowe Jr Stop appending a backslash if some trailing slash...
2006-06-22 William A. Rowe Jr mod_isapi: Handle "HTTP/1.1 200 OK" style status...
2006-06-22 William A. Rowe Jr We need to pay alot more attention here to ap_pass_br...
2006-06-22 William A. Rowe Jr mod_isapi: Ensure we walk through all the methods...
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-18 William A. Rowe Jr Eliminate last win32-isms, SetLastError becomes apr...
2006-03-18 William A. Rowe Jr Escape from casting purgatory, which the Solaris...
2006-03-10 William A. Rowe Jr Unsure why win32 never noticed this, but the value...
2005-11-21 Bradley NicholesFix a problem with the HTTPS CGI variable not getting...
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-04-14 Bradley NicholesAllow httpd on NetWare to build using either the standa...
2005-03-08 Bradley NicholesMake sure that the secure listen sockets that are creat...
2005-02-05 William A. Rowe Jr Ignore both PATH_INFO as well as PATH_TRANSLATED...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-07 William A. Rowe Jr Handle PATH_INFO as opaque byte-wise data for cgi...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-08 Bradley Nicholes* modules/arch/netware/mod_nw_ssl.c (ssl_io_filter_Upgr...
2004-11-27 Bradley NicholesFixing various compiler error when compiling against...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-10-27 Bradley NicholesAdd the check for an upgraded https connection when...
2004-10-14 Bradley NicholesTrack the status of an upgradeable socket so that the...
2004-10-06 Allan K. EdwardsWIN64: fix some windows specific 64bit warnings
2004-08-25 Bradley NicholesAllow multiple IP addresses to be configured for the...
2004-07-13 Bradley NicholesAdd the new directive NWSSLUpgradeable to mod_nw_ssl...
2004-07-12 Jean-Jacques Clarrev back to previous version, removing chnges to overlo...
2004-07-09 Jean-Jacques ClarOverloading detached field in cgi_exec_info_t stuct...
2004-06-14 Jean-Jacques ClarAdded new field in apr_procattr_t and cgi_exec_info_t...
2004-06-11 Jean-Jacques ClarReplaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDR...
2004-03-20 Bradley NicholesThe code was truncating the parameters for all NLM...
2004-03-16 Bradley NicholesReport the NetWare socket error since we are using...
2004-03-07 Bradley NicholesAdd the ssl_is_https() and ssl_var_lookup() optional...
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-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-01 André Maloupdate license to 2004.
2003-12-04 Bradley NicholesAllow for binary CGI's to have file extensions other...
2003-11-24 Bradley NicholesHook the default_port so that mod_nw_ssl will return...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-07-30 William A. Rowe Jr Correct the declaration of the PFN_GETEXTENSIONVERSIO...
2003-06-02 Bradley NicholesAllow for an unclean shutdown of SSL ports to avoid...
2003-05-08 Bradley NicholesAllow blind accept when converting the proxy client...
2003-03-13 Bradley NicholesAdded the optional ssl_enable functions to allow mod_pr...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-02-25 William A. Rowe Jr Confirmed by Milan Kosina that this code was still...
2003-02-23 William A. Rowe Jr Someone (I need to refer back) asked that we do the...
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 William A. Rowe Jr foo.dbgmark turned out to be the same 8.3 name as...
2003-02-12 Bradley NicholesMake sure that the file extension is at least an empty...
2003-02-11 Bradley NicholesMake sure the command type defaults to APR_PROGRAM...
2003-02-11 Bradley NicholesStart all CGIs as detached and allow the APR_PROGRAM_...
2003-02-07 William A. Rowe Jr *) Introduce debugging symbols for Win32 release...
2003-02-03 André Malofinished that boring job:
2003-01-29 William A. Rowe Jr Allow headers (if not already passed by other means...
2003-01-20 William A. Rowe Jr Catch up with the changes to apr/build/win32ver.awk...
2002-11-23 William A. Rowe Jr Just 2c and fix my old borked comment.
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-10-29 William A. Rowe Jr On an errno rampage... ap_log_error takes an apr_status_t
2002-10-14 Bradley Nicholesimport the proxy_module system for the NetWare project...
2002-10-14 William A. Rowe Jr A couple of observations
2002-10-11 Bradley NicholesFixed a problem with the NetWare command line builder...
2002-10-03 Bradley NicholesAdd mod_logio to the NetWare build
2002-09-20 Bradley NicholesClean up some left over garbage in the NetWare make...
2002-09-13 Bradley NicholesNetWare make files and .def to build the new auth modules
2002-09-13 Bradley NicholesNetWare Auth module .def files that are no longer neede...
2002-08-26 William A. Rowe Jr The documentation says: ISAPIReadAheadBuffer defaults...
2002-07-25 Bradley NicholesFixed the ap_cgi_build_command() function for NetWare...
2002-07-21 William A. Rowe Jr A half hour to waste waiting for builds... this is...
2002-07-06 Bill StoddardFix some Win32 compile breaks caused by Brian Pane...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-24 William A. Rowe Jr Replace gunk with ap_regkey calls.
2002-06-23 William A. Rowe Jr The fix wasn't healthy for Win9x. Work around pre...
2002-06-23 William A. Rowe Jr Fixes Win32 cgi 500 errors when QUERY_ARGS or other...
2002-06-15 William A. Rowe Jr Fix serious brokenness... we abused prog_type rather...
2002-06-12 William A. Rowe Jr Use lowercased macros
next