]> granicus.if.org Git - apache/history - modules
Fix memory leak in core_output_filter.
[apache] / modules /
2002-09-10 Jeff Trawickmake sure we always set return_code when converting...
2002-09-10 Jeff Trawickpick up prototypes for apr_base64_* and, on some platfo...
2002-09-10 Jeff Trawickfix a syntax error in an enum (as far as some non-gcc...
2002-09-10 Jeff Trawickfix a bad parameter to ap_log_rerror()
2002-09-10 Justin ErenkrantzStage #2 of aaa rewrite: Add provider support so that...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.
2002-09-08 Brian PaneCheck that r->filename is non-null before trying to use
2002-09-06 Bradley NicholesAdded the LDAP module dependancies to the link
2002-09-06 Brian PaneMore calloc->malloc optimizations
2002-09-06 Brian PaneOptimization: use apr_table_addn instead of apr_table_s...
2002-09-06 Brian PaneOptimize away some strlen and memset calls
2002-09-06 Ian Holsmanchange the log_writer declaration so that it takes...
2002-09-06 Brian PaneClean up the temporary brigade in error cases in ap_dis...
2002-09-06 Brian PaneFixed some bucket memory leaks in ap_http_filter()
2002-09-06 Greg SteinSimplify mod_dav's handler.
2002-09-05 Jeff Trawickdon't lose const when calling strrchr()
2002-09-05 Justin ErenkrantzAdd ModMimeUsePathInfo directive.
2002-09-05 Justin ErenkrantzSwitch hook from type_checker to fixups.
2002-09-05 Justin ErenkrantzAllow mod_dav to be involved with sub-requests.
2002-09-05 Brian PaneFree the temporary working brigade upon exit from ap_ge...
2002-09-04 Brian PaneFormatting cleanup only (this is the large indent that...
2002-09-04 Brian PaneAdded optional support for caching streamed responses...
2002-09-01 Brian PaneResolve filter handles at startup to eliminate a filter
2002-09-01 Justin ErenkrantzFix FileETag None directive.
2002-08-30 Jeff Trawickupdate README.ldap and config.m4 to reflect new location of
2002-08-30 Bradley NicholesAdding the LDAP README file
2002-08-30 Bradley NicholesMake files for building the LDAP module for NetWare
2002-08-30 Ian Holsmanactuall fix the bug
2002-08-30 Ian Holsmandeflate's filter removal was reversed for non-html...
2002-08-30 Justin ErenkrantzThe style police just get really annoyed with this...
2002-08-30 Jeff Trawickfix a type mismatch
2002-08-29 Ian Holsmannew option 'path' to the cookie
2002-08-29 Ian Holsmanjust saw this bug
2002-08-29 Ian Holsmanshot in the arm by the style police while trying to...
2002-08-29 Ian Holsmanset expiry time correctly.
2002-08-28 Jeff TrawickFix a reference to an uninitialized pointer in util_lda...
2002-08-27 Paul J. RederRemove CacheOn config directive since it is set but...
2002-08-27 Ian Holsmanits >>FNAME<< not >>name<<
2002-08-27 Jeff Trawickmake the type of the variable explicit to quiet a gcc...
2002-08-26 Ian Holsmanintroduce 2 new callback oppurtunities to allow a 3rd...
2002-08-26 Bradley NicholesConditionally compile mod_edir if the directory exists
2002-08-26 William A. Rowe Jr The documentation says: ISAPIReadAheadBuffer defaults...
2002-08-26 Justin ErenkrantzClean up style on mod_auth_anon.c before hacking it...
2002-08-26 Ian HolsmanFix a segfault in mod_cache when url isn't passed
2002-08-25 Ian Holsmanmake the output XHTML
2002-08-24 Paul J. RederFix a null pointer dereference in the merge_env_dir_con...
2002-08-23 Jeff Trawickfix breakage of dbm maps which was introduced in the...
2002-08-23 Ian HolsmanMake Caching work for subrequests.
2002-08-23 Jeff Trawickadd the ability to specify the dbm type (e.g., gdbm...
2002-08-22 Ian HolsmanAdd A warning when servers don't set their status line
2002-08-22 Jeff Trawickremove some remaining NO_DBM_REWRITEMAP cruft from...
2002-08-21 Jeff TrawickChange mod_rewrite to use apr-util's dbm support for...
2002-08-21 William A. Rowe Jr Small fixes for SSLC
2002-08-21 Cliff WoolleyFix a problem whereby RewriteMap prg:'s would get out...
2002-08-21 Paul J. RederSubmitted by: Paul J. Reder
2002-08-21 Ian Holsmanfix the case when a server doesn't send a response...
2002-08-19 Bill StoddardFix another compile break.
2002-08-18 Ian HolsmanPR:
2002-08-18 Bill StoddardGet mod_disk_cache working.
2002-08-18 Bill StoddardFix compile break
2002-08-14 Cliff Woolleyon second thought, it actually *is* possible for this...
2002-08-14 Cliff Woolleymake this more gdb-friendly. no functional change.
2002-08-14 Cliff Woolleywhittling away more cruft
2002-08-14 Cliff Woolleystandardize the syntax here
2002-08-13 Cliff Woolleythis is a maxheap. this function is therefore named...
2002-08-13 Cliff Woolleyadd some debugging code -- verifies that the heap prope...
2002-08-13 Greg Amesfix weird things that happen with canned error messages...
2002-08-09 Jeff Trawickdon't lose const looking for that '/'
2002-08-09 William A. Rowe Jr Security rollup for 2.0.40 release. Tag and roll...
2002-08-08 Greg Amesremove some dead code. It's been there since 1996...
2002-08-08 Graham LeggettFix proxy so that it is possible to access ftp: URLs...
2002-08-07 Ian Holsmanmod-deflate now checks to make sure gzip-only-text...
2002-08-04 William A. Rowe Jr Just an observation, we potentially read/retain far...
2002-08-03 William A. Rowe Jr We describe body lengths throughout apr in apr_off_t...
2002-08-03 William A. Rowe Jr catch up with the apr_atoll -> apr_atoi64 rename
2002-08-03 William A. Rowe Jr Ignore goodness for VC6 .mak file exporters
2002-08-01 Jeff Trawickmod_ext_filter: Add the ability to enable or disable...
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
next