]> granicus.if.org Git - apache/history - modules
Update transformations. Nothing to see here.
[apache] / modules /
2002-07-31 Jeff Trawickfix a typo in the last commit
2002-07-31 Jeff Trawickignore some generated files on OS/390
2002-07-30 Jeff Trawicksupport non-threaded configurations
2002-07-30 Bill StoddardLog error message to the client without the path name.
2002-07-25 Greg SteinIn some application environments, the mod_dav hook...
2002-07-25 Bradley NicholesFixed the ap_cgi_build_command() function for NetWare...
2002-07-24 Wilfredo SanchezReplace atol() calls which should return long long...
2002-07-24 Ken CoarStyle police comin' through..
2002-07-24 Ian Holsmanthe directives ignorecachecontrol & ignorelastmodified...
2002-07-22 Bradley NicholesIncluding the make file for mod_ext_filter to the main...
2002-07-22 Bradley NicholesAdding the NetWare make file for mod_ext_filter
2002-07-22 Graham LeggettFix a resource leak where LDAP connections were not...
2002-07-21 Joshua SliveFix some hook ordering problems. mod_vhost_alias shoul...
2002-07-21 William A. Rowe Jr A half hour to waste waiting for builds... this is...
2002-07-19 William A. Rowe Jr Fix (safely) one minor emit [always positive, so...
2002-07-19 Bill StoddardWay too busy today.. last commit was wrong in two ways...
2002-07-18 Jeff Trawickmod_ext_filter: Ignore any content-type parameters...
2002-07-18 Bill StoddardCompare bytes to bytes.
2002-07-18 Jeff Trawickmod_ext_filter: Set up environment variables for extern...
2002-07-18 Bill StoddardDo some sanity checking on the cache config directives.
2002-07-17 William A. Rowe Jr Solve C-L post body reads from the HTTP_IN by ap_get_...
2002-07-17 Jeff TrawickGet proxy ftp to work over IPv6.
2002-07-17 Jeff Trawickuse APR_TIME_T_FMT when formatting apr_time_t
2002-07-17 Jeff Trawickuse APR_SIZE_T_FMT for formatting apr_size_t
2002-07-17 Jeff Trawickaxe an unused function
2002-07-17 Jeff Trawickadd notes about a portability problem -- formatting...
2002-07-17 William A. Rowe Jr Last missing symbols that I can find.
2002-07-17 Cliff Woolleythis file should have the asf license on it
2002-07-17 Cliff WoolleyAdd a couple of optimizations to the priority queue...
2002-07-16 Cliff Woolleyheader files should include everything they need to...
2002-07-16 Aaron BannertOptimize away a couple 64bit integer divides.
2002-07-15 Sander StrikerEat our own dogfood when it comes to the time macros.
2002-07-15 William A. Rowe Jr Fixed good. The modulos op should give us just that...
2002-07-15 William A. Rowe Jr Sleep INTO the next second, not for the entire next...
2002-07-15 William A. Rowe Jr http occurances to update for apr_socket_opt_get/set
2002-07-15 Brian PaneRemove a time lookup that's now unnecessary
2002-07-15 William A. Rowe Jr Timeout/time fixes
2002-07-15 William A. Rowe Jr The macros remove how much legibility?
2002-07-14 Jim JagielskiStreamline the handling of C-L values in the common...
2002-07-13 Brian Paneadded apr_is_empty_array()
2002-07-11 Jeff Trawickadd PROXY_OPTIONAL_HOOK() macro for modules that want to
2002-07-11 William A. Rowe Jr Clean up docs and add a hook for clarification.
2002-07-11 Ryan BloomBring Apache in line with APR's new poll implementation...
2002-07-10 Jeff Trawickmod_ext_filter: don't segfault if content-type is not...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-07-07 Bill StoddardOptimize reading keep-alive requests with APR_INCOMPLET...
2002-07-06 Ian HolsmanRenames Pending:
2002-07-06 Bill StoddardFix some Win32 compile breaks caused by Brian Pane...
2002-07-05 Brian Paneuse new time conversion macros in place of APR_USEC_PER_SEC
2002-06-30 Ryan BloomGet the perchild MPM starting different child processes...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with apr_time_sec...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-30 Brian PaneReplaced APR_USEC_PER_SEC division with the new apr_tim...
2002-06-28 William A. Rowe Jr Prevent us from getting stuck in a NULL provider...
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-27 Ryan BloomFix a long-standing bug in 2.0, CGI scripts were being...
2002-06-27 Justin ErenkrantzStrengthen error-detection code in HTTP_IN and core_inp...
2002-06-27 Justin ErenkrantzFix infinite loop when reading certain data due to...
2002-06-26 Justin ErenkrantzChange conn_rec->keepalive to an enumerated value of
2002-06-26 Jeff TrawickFix mod_ext_filter to look in the main server for filte...
2002-06-24 Greg Amesap_discard_request_body: exit without reading the body if
2002-06-24 Cliff WoolleyInclude apr_lib.h for the definition of apr_toupper...
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-23 William A. Rowe Jr Whoops... removal of the last compat was just this...
2002-06-23 William A. Rowe Jr The real pain. ap->apr xml and text types.
2002-06-23 William A. Rowe Jr cleanup uses of apr_ischar() macros (no cast required)
2002-06-23 William A. Rowe Jr That's apr, not ap (any longer)
2002-06-23 William A. Rowe Jr No crutches.
2002-06-23 William A. Rowe Jr Use apr_ variants of ischar() tests.
2002-06-23 William A. Rowe Jr No crutches, people!
2002-06-23 William A. Rowe Jr Simplify add_ssi_vars() and move the ssi/cgi vars...
2002-06-23 William A. Rowe Jr s/cgi/cgid might be just a little agressive - fix...
2002-06-22 Bill StoddardCleanup some leftover cruft from the last commit.
2002-06-22 Bill StoddardMove the req_hdrs pointer from the cache_object_t to...
2002-06-22 William A. Rowe Jr Note the changed meaning of the NULL next_filter...
2002-06-22 Ian Holsmannew configuration option for mod_rewrite to set cookies.
2002-06-21 Bradley NicholesFixing up some copy commands in the NetWare make files...
2002-06-21 Jeff Trawickreword an error message
2002-06-21 Greg Amesap_die: get rid of bad side effects from the recursive...
2002-06-20 Greg Amesprevent infinite recursion if an ErrorDocument gets...
2002-06-20 Brian PaneRemove the old EOS logic that I neglected to delete...
2002-06-20 Brian PaneCleaner handling of unterminated SSI directives
2002-06-19 Aaron BannertBetter document the error cases returned from get_chunk...
2002-06-19 Brian PaneFixed the EOS handling for partial SSI directives at...
2002-06-18 Roy T. FieldingIt isn't valid to check errno without setting it first...
2002-06-17 Justin ErenkrantzDo not use atol() for the Content-Length parsing as...
2002-06-17 Bill StoddardEliminate segfault we were seeing in mod_mem_cache...
2002-06-17 William A. Rowe Jr These emits occur mainline, outside of the pphrase_ca...
2002-06-17 Justin ErenkrantzRewrite ap_get_client_block to rely on assumptions...
2002-06-17 Ian Holsmanremove a redundant piece of code
2002-06-15 Bill StoddardClose race condition cleaning up cache entry.
2002-06-15 Ryan BloomWe must set the MIME-type for .shtml files to text...
2002-06-15 Brian PaneFixed a bug in the handling of nested if-statements...
2002-06-15 Bill StoddardStyle cleanups
2002-06-15 William A. Rowe Jr Fix serious brokenness... we abused prog_type rather...
2002-06-14 William A. Rowe Jr Clean up a signedness emit
next