]> granicus.if.org Git - apache/history - include
updated transformations.
[apache] / include /
2002-10-25 Brian Panemod_logio modification: count bytes-sent after the...
2002-10-14 William A. Rowe Jr Introduce an EnableSendfile directive (defaulted...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-10-10 Jeff Trawickfix a problem generating the docs via scandoc
2002-10-09 Graham LeggettChange the LDAP modules to export their symbols correctly
2002-10-07 Aaron BannertAdd -S as a synonym for -t -DDUMP_VHOSTS
2002-10-03 William A. Rowe Jr On to .44
2002-10-03 William A. Rowe Jr On to the 2.0.43 candidate
2002-10-03 Greg SteinAdd logic to the default_handler to enable script deliv...
2002-09-20 Justin ErenkrantzFix typo in doxygen comment
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-19 Sander StrikerUpdate after the tag (and roll).
2002-09-19 Sander StrikerPrepare for the tag.
2002-09-17 Sander StrikerUpdate after the tag.
2002-09-16 Sander StrikerPrepare for the tag.
2002-09-15 William A. Rowe Jr Modify ap_open_logs (an internal function) to follow...
2002-09-03 Greg SteinThis bit me over the weekend. A module with old constan...
2002-08-23 Greg SteinClarify the use and sequencing of these three hooks.
2002-08-23 Ian HolsmanMajor/Minor/Min[imal]
2002-08-23 Ian Holsmannew option to ServerTokens. "Maj[or]" which displays...
2002-08-09 Sander StrikerBump after the tag.
2002-08-09 Sander StrikerGetting ready for the tag.
2002-07-31 Jeff Trawickfix a compile problem in util_ldap.c when APU_HAS_LDAP_...
2002-07-30 Jeff Trawickif APR doesn't support threads, we don't need (and...
2002-07-30 Jeff Trawickuntabify
2002-07-30 Bill StoddardFix the PATH exposure security problem I thought I...
2002-07-21 William A. Rowe Jr Cut-n-paste error
2002-07-11 William A. Rowe Jr Try this AGAIN. Move ap_regkey.h to include/ and...
2002-07-11 William A. Rowe Jr Fix comments
2002-07-11 Brian PaneStrength-reduce a 64-bit "mod 16" operation to "& 0xf...
2002-07-11 William A. Rowe Jr Fix code comments
2002-07-08 Jeff Trawicktweak a comment for readability
2002-07-04 Brian Panefix ap_mpm_set_max_mem_free declaration to match mpm_co...
2002-07-04 Brian PaneAdd missing declarations of the new max_mem_free stuff
2002-07-04 Brian PaneRe-use the same temp brigade to read all lines of a...
2002-07-01 William A. Rowe Jr Bring in os.h after we let apr do its platform foo.
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Justin ErenkrantzFix doxygen comments and add a missing line-feed.
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-24 William A. Rowe Jr Add in the other complex ap_regkey_value_foo() fns...
2002-06-24 William A. Rowe Jr Introduce win32 registry handling through a very...
2002-06-23 Brian PaneRemoved "tolower(++s)" idiom from ap_strcasestr(),...
2002-06-23 William A. Rowe Jr With dav corrected, this last _compat.h bogosity...
2002-06-22 William A. Rowe Jr Revert to the 1.39 comments about NULL for ap_sub_req...
2002-06-22 William A. Rowe Jr Note the changed meaning of the NULL next_filter...
2002-06-17 Cliff Woolleybump after the tag
2002-06-17 Cliff Woolleyhere goes nothing
2002-06-16 Cliff Woolleymoving on. :)
2002-06-16 Cliff Woolleybump before the tag
2002-06-15 Aaron BannertImprove on some of the documentary comments in the...
2002-06-12 William A. Rowe Jr Solve the 80/20 by initializing and storing server_re...
2002-06-11 Cliff WoolleyBump after the tag
2002-06-11 Cliff Woolleybump before the tag
2002-06-08 Justin ErenkrantzStyle cleanups before contemplating adding init filter...
2002-06-04 Bill StoddardUpdate comments for Stas Bekman
2002-06-02 Cliff WoolleyThe recent changes require a full recompile. Lack...
2002-05-31 Ryan BloomThe apr_bucket change requires a minor MMN bump. Also...
2002-05-31 Cliff Woolleyfix some major badness: error buckets *cannot* use...
2002-05-30 Justin ErenkrantzAdd macro to check for an error bucket. (Can't call...
2002-05-30 Justin ErenkrantzAdd a PROXYREQ_RESPONSE value for request_rec->proxyreq...
2002-05-30 Cliff WoolleyImagine the horror. I go to try compiling PHP4, and...
2002-05-30 Cliff WoolleyYet another reason the MMN needs to get bumped. If...
2002-05-23 Jeff TrawickAdd "-k start|startssl|restart|graceful|stop" support...
2002-05-23 Jeff Trawickadd ap_log_pid() for reading an Apache pid file
2002-05-17 Jeff Trawickignore APLOG_NOERRNO; note that it is deprecated
2002-05-11 Brian PaneAdded EnableMMAP directive to allow the server administ...
2002-05-10 Brian PaneMoved ap_setup_make_content_type() declaration to http_...
2002-05-06 Justin ErenkrantzRemoving a field in a core structure (r->boundary)...
2002-05-06 Justin ErenkrantzRewrite ap_byterange_filter so that it can work with...
2002-04-29 William A. Rowe Jr Demote to a minor bump for .36 - those affected by...
2002-04-28 Aaron BannertStyle cleanup (remove tabs, fix alignment).
2002-04-25 Sander StrikerBump after the tag.
2002-04-25 Sander StrikerBump for the tag
2002-04-22 Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-04-21 Brian PaneAdded ap_recent_rfc822_date(), which uses the recent...
2002-04-19 Jeff Trawickfix a spelling error in a comment
2002-04-19 Jeff Trawickfix a typo in a comment for ap_get_client_block()
2002-04-17 William A. Rowe Jr Introduced -E startup_logfile_name option to httpd...
2002-04-16 Justin ErenkrantzAdds support for reading trailers on input by exporting...
2002-04-13 William A. Rowe Jr The fix requires a bump
2002-04-05 Ryan BloomBump after the tag and roll
2002-04-05 William A. Rowe Jr Whoops, missed this. Moved these symbols to mod_core.h
2002-04-05 Ryan BloomBump for the 2.0.35 tag. Just waiting for Will's commi...
2002-04-04 Jeff Trawickignore generated file ap_config_layout.h
2002-04-04 Sander StrikerRemove hardcoded paths from MPMs and move them to a...
2002-04-01 Cliff WoolleyMatch the new APR_BUCKET_BUFF_SIZE. We want this to...
2002-03-29 Jim JagielskiSyncing makes no sense now
2002-03-29 Jim JagielskiThe old, legacy (and unused) code in which the scoreboa...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-26 William A. Rowe Jr Up to .35 [no need to call out .35-dev in changes...
2002-03-26 William A. Rowe Jr Ready for .34 evaluation.
2002-03-23 Brian PaneChanged mod_cgi to not do single-byte reads to consume the
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-20 Jim JagielskiFold the compiled-in knowledge of the allowable AcceptM...
2002-03-20 Bill StoddardCommit 2 of 2 to:
2002-03-20 Jim JagielskiBring 2.0 up to parity, a bit, with how much info we...
2002-03-20 Jeff Trawickap_rset_content_type() should take const char * instead...
2002-03-20 Bill StoddardFinal commit to add ap_rset_content_type accessor....
2002-03-19 Greg SteinBump ap_mmn for the M_INVALID change. Add a note to...
next