]> granicus.if.org Git - apache/history - server
cleanup handle_set function
[apache] / server /
2003-08-22 Stas Bekmanfix doc typo
2003-08-15 Justin ErenkrantzChange Listen directive to bind to all addresses return...
2003-08-14 Justin ErenkrantzMore fun with IPv6 Listen statements.
2003-08-13 Justin ErenkrantzCorrect failure with Listen directives on machines...
2003-08-07 André Malosplit ap_process_resource_config into two functions...
2003-07-28 Jeff Trawickaxe a special check for EOF+data from apr_file_gets...
2003-07-24 André Malothat loop was totally bogus.
2003-07-24 André Malodon't reverse the filter order in AddOutputFilterByType
2003-07-17 Joe OrtonSpeed up ap_md5digest() a little.
2003-07-14 André MaloRemember an authenticated user during internal redirect...
2003-07-14 Jeff Trawickno need to open error log for reading
2003-07-12 Jeff Trawickminor style changes
2003-07-11 Joe OrtonUpdate comment after removal of tmp_headers in r1.132.
2003-07-10 Joe OrtonMinor cleanups:
2003-07-10 Joe OrtonMinor cleanup:
2003-07-09 Sander StrikerForward port patch for CAN-2003-0253 from 2.0.
2003-07-08 Paul J. RederUpdate the header token parsing code to allow LWS betwe...
2003-06-22 Brian PaneEliminate creation of a temporary table in ap_get_mime_...
2003-06-20 Martin KraemerDocumentRoot always used to be interpreted relative...
2003-06-17 Greg SteinFollowing the previous commit, adjust the actual parame...
2003-06-11 Greg Amescore_output_filter: don't split the brigade after a...
2003-06-05 Jeff TrawickFix some broken log messages in WinNT MPM.
2003-06-03 Bradley NicholesSimplify the per-thread pool handling in the NetWare MPM
2003-06-03 Bill StoddardWin32: Whack the fully qualified names that appear...
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-20 Bradley NicholesMake sure that bucket allocator for each worker thread...
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-05-13 Jeff Trawickfix a bogus check for IPv6 support that led to an unnec...
2003-05-09 Martin KraemerPorting to BS2000: the antique interface (BS2000Account...
2003-05-02 André MaloThrow a warning if AllowOverride is used inside of...
2003-04-24 Jeff Trawickprefork MPM: Use the right permissions for the director...
2003-04-24 Jeff Trawickthe error code is in the apr_status_t, not errno
2003-04-23 Jeff Trawickimprove -DONE_PROCESS handling with prefork MPM so...
2003-04-22 Jeff TrawickFix ap_construct_url() so that it surrounds IPv6 litera...
2003-04-15 Jeff Trawickfix some discrepancies between format strings and argum...
2003-04-15 Allan K. EdwardsEnable ap_sock_disable_nagle for Windows. This along...
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-04-06 Justin ErenkrantzAdd .NOTPARALLEL target for exports.c. This allows...
2003-03-31 Brian PaneDon't run regex cleanups before exec
2003-03-31 William A. Rowe Jr Quit registering *two* cleanups listening sockets...
2003-03-29 Brian PaneSimplify and shorten the code path for scanning request...
2003-03-27 Greg Amesap_rgetline_core: set the number of bytes read & copied...
2003-03-26 Bradley NicholesNeed to report a select() error vs a timeout. Also...
2003-03-24 Greg Amesap_get_mime_headers_core: allocate space for the traili...
2003-03-24 Martin KraemerOops - undo wrong commit
2003-03-24 Martin KraemerOn failures, try to add a hint what went wrong
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-18 Bradley NicholesFixed a small logic problem when printing out the conso...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-07 Jeff Trawickclean up the invocation of APR_CHECK_APR_DEFINE()...
2003-03-06 André MaloMinor MMN bump:
2003-03-06 Greg AmesLinux 2.4+: enable coredumps when Apache is started...
2003-03-06 Sander Striker* include/http_config.h
2003-03-04 Allan K. EdwardsAdded the WindowsSocketsWorkaroud directive for Windows...
2003-03-01 Stas BekmanApache hooks return int: so s/apr_status_t/int/
2003-02-28 Jeff Trawickfix some license text which was inadvertently lost
2003-02-26 Bill StoddardWin32: Avoid busy wait which consumes 100% of the CPU...
2003-02-25 Stas Bekmancheck the return value of ap_run_pre_connection()....
2003-02-22 Jeff Trawickadd a hint about handling of IPv4-mapped IPv6 addresses
2003-02-20 William A. Rowe Jr After consultations on the APR list, it was decided...
2003-02-18 André Maloremove unused variable.
2003-02-18 André MaloWhile processing filters on internal redirects, remembe...
2003-02-17 Justin ErenkrantzDon't emit an error when there is no body.
2003-02-17 Justin ErenkrantzAllow restart of httpd to occur even with syntax errors...
2003-02-17 Justin ErenkrantzRework ap_xml_parse_input to work with bucket brigades...
2003-02-17 Justin ErenkrantzRework the delete-exports target once more. Leave...
2003-02-15 André Malofill out parms->err_directive while looking for open...
2003-02-12 Bradley NicholesAvoid passing too many characters to getenv. Make...
2003-02-10 Jeff TrawickFix an existing problem with error handling in piped_lo...
2003-02-04 Jeff TrawickMake failing piped loggers work more like apache-1...
2003-02-03 André Malofinished that boring job:
2003-01-29 Bradley NicholesEnabled the -n parameter on NetWare to allow the admini...
2003-01-29 William A. Rowe Jr Conditionally revert the otherchild logic from the...
2003-01-28 Justin ErenkrantzFix typo in echo statement.
2003-01-28 Justin ErenkrantzThrow out export_files if exports.c is out-of-date...
2003-01-28 André MaloFix "Satisfy Any" logic. The access_checker has nothing...
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2003-01-18 André Malomove rfc1413 code to a new module "metadata:mod_ident".
2003-01-15 Jeff Trawickfix the type of the idlers field to match what apr_atom...
2003-01-14 William A. Rowe Jr Fix a typo reported by Blair Zajac <blair@orcaware...
2003-01-14 William A. Rowe Jr With the latest patch to config.c wildcards now work.
2003-01-14 William A. Rowe Jr ap_server_root_relative never guarenteed that the...
2003-01-14 William A. Rowe Jr Once again, allow <Directory "C:\Users\*\html_files...
2003-01-03 Brian PaneReplace most of the mutex locking in the worker MPM...
2002-12-19 Bill StoddardLog server version and server built info at startup
2002-12-12 Bradley NicholesRegister for the SERVERDOWN event to allow Apache to...
2002-12-12 Justin ErenkrantzAh, we don't even need the 'ls -1' - 'ls' suffices.
2002-12-12 William A. Rowe Jr Make the code simpler to follow, and perhaps clear...
2002-12-11 Greg Amesap_get_mime_headers: combine some error paths to remove...
2002-12-11 Greg Amesap_get_mime_headers: whoops - need to insure that...
2002-12-11 Justin ErenkrantzTake a stab at fixing the brokenness in our tree (grr!).
2002-12-11 Greg Amesap_get_mime_headers: tighten up the null termination...
2002-12-10 Greg Amesprevent a potential seg fault in ap_escape_html if...
2002-12-09 Greg Amescore_output_filter: re-instate the deferred_write pool...
2002-12-09 Bill StoddardTweak
2002-12-09 Bill StoddardAddModules does not exist anymore
2002-12-08 Wilfredo Sanchez2.0 -> 2.1
2002-12-03 Martin KraemerFreeBSD's make doesn't like the 'implied source' syntax...
2002-12-03 Justin ErenkrantzMove the check of the Expect request header field after...
2002-12-02 Martin KraemerIf this worked on Mac OS-X, then OS-X should be fixed ;-)
next