]> granicus.if.org Git - apache/history - server
Update the status of mod_auth_ldap
[apache] / server /
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 ;-)
2002-11-30 Justin ErenkrantzPer Greg's request, add a version string component...
2002-11-29 Wilfredo SanchezAdd export_files to EXTRACLEAN_TARGETS
2002-11-29 Wilfredo SanchezIf apr and apr-util are not in-tree, we need to be...
2002-11-25 Bradley NicholesForce the screen to close on exit() if the -E option...
2002-11-22 Jeff TrawickFix critical bug in new --enable-v4-mapped configure...
2002-11-19 Jeff Trawickbucket length parameter is apr_size_t, which isn't...
2002-11-18 Jeff TrawickUse AP_DECLARE in the debug versions of ap_strXXX in...
2002-11-16 Greg Amescore_output_filter: back out changes to clean up resour...
2002-11-14 Jeff TrawickAdd --[enable|disable]-v4-mapped configure option to...
2002-11-13 Bradley NicholesDon't hold the Apache screen open when it exits with...
2002-11-13 Greg Amescore_output_filter: use the current input brigade's...
2002-11-11 Jeff Trawickcan't mix declarations and statements except with gcc...
2002-11-11 Greg Amesprevent seg faults when running with Electric Fence.
2002-11-08 Greg Amescore_output_filter: straighten out the parens for the...
2002-11-08 Greg Amesuse a subpool of c->pool for resources which are set...
2002-11-08 William A. Rowe Jr We didn't atexit() the win32 keep-console-open-on...
2002-11-08 Jeff Trawickadjust some parents to make the expression a tiny bit...
2002-11-06 Greg Amesno functional change...factor out a common subexpression
2002-11-06 Justin ErenkrantzThe value emitted by ServerSignature now mimics the...
2002-11-04 Bill StoddardSmall performance tweaks to net_time_filter and core_in...
2002-11-03 Jeff Trawickcore_opts_merge() needs to be static
2002-11-01 William A. Rowe Jr Mr. Trawick was dead on, and this revealed a much...
2002-11-01 Justin ErenkrantzUse APR_STATUS_IS_EOF rather than a check against APR_EOF
2002-11-01 Justin ErenkrantzStyle police were called back from their vacation
2002-11-01 Jeff Trawickno such thing as AP_ASSERT()
2002-11-01 William A. Rowe Jr Fix a trailing slash/last filename truncation bug...
2002-10-31 Jeff Trawickwhen the connection drops, c->aborted is set but generally
2002-10-25 Ken Coari hate it when tha happens..
2002-10-25 Ken Coarmore info is better than less..
2002-10-25 Jeff TrawickFix streaming output from an nph- CGI script. CGI...
2002-10-25 Brian Panemod_logio modification: count bytes-sent after the...
2002-10-25 Jeff Trawickfix some problems in the perchild MPM
2002-10-23 Greg Amesfix "long lost child came home!" messages after a grace...
2002-10-16 Jeff Trawickdon't use deprecated function apr_sort_hooks()
2002-10-14 William A. Rowe Jr Fix -k restart feature on win32.
2002-10-14 William A. Rowe Jr Use a better name for the APR_SENDFILE_ENABLE flag.
2002-10-14 Bradley NicholesSwitched to the APR_STATUS_IS_XXX macros
2002-10-14 William A. Rowe Jr Introduce an EnableSendfile directive (defaulted...
2002-10-14 William A. Rowe Jr Fix for Sebastian's observation of my fat fingers.
2002-10-14 William A. Rowe Jr Handle WSA_IO_PENDING as well.
2002-10-14 William A. Rowe Jr A couple of observations
2002-10-13 William A. Rowe Jr Bigger hack alert. Expand the range of unrecycled...
2002-10-13 William A. Rowe Jr What once were macros no longer need line continuation
2002-10-13 William A. Rowe Jr Some errors are impossible to fathom, without the...
2002-10-11 Ryan BloomIf the server is configured with an accept mutex type...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-10-11 Ryan BloomFix receive_request, it was using the same location...
2002-10-08 Justin ErenkrantzFix recent exports.c breakage by referencing exports...
2002-10-07 Aaron BannertAdd -S as a synonym for -t -DDUMP_VHOSTS
2002-10-03 Bradley NicholesDon't bother destroying the memory pools and buckets...
2002-10-03 Greg SteinAdd logic to the default_handler to enable script deliv...
2002-10-02 William A. Rowe Jr *) SECURITY: [CAN-2002-0840] HTML-escape the address...
2002-10-02 William A. Rowe Jr Until we have a mechanism to allow PHP and others...
2002-10-02 Jeff TrawickEnsure that output already available is flushed to...
2002-10-01 Greg SteinFix bug in the default handler. POST is not allowed...
2002-09-30 Ryan BloomCall out the success cases when we don't get APR_SUCCES...
2002-09-27 Jeff Trawickthe recent change to fully-qualify exports.c to fix...
2002-09-26 Ben LaurieFull path required for BSD make (haven't I done this...
2002-09-25 Greg SteinMinor simplification... The can_send_content_length...
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
next