]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-01-28  Roy T. FieldingClean up the help text for some of the options. (cosmetic)
2001-01-28  Roy T. FieldingReplace configure --with-optim option by using and...
2001-01-28  Roy T. FieldingForce --with-optim and --with-port to have argument...
2001-01-28  Ryan BloomFix some byterange handling. If we get a byte range...
2001-01-28  Ryan BloomUse the new error bucket to report HTTP_RANGE_NOT_SATIS...
2001-01-28  Ryan BloomMake the error bucket a real meta-data bucket. This...
2001-01-28  Ryan BloomThe prefork MPM wasn't killing child processes correctl...
2001-01-28  Ryan BloomMake the Prefork MPM use SIGWINCH instead of SIGUSR1...
2001-01-28  Joshua SliveAdd a devshed tutorial.
2001-01-28  Joshua SliveAdding references to html'ized man pages where appropriate.
2001-01-27  William A.... Another module to cooperate with APR_FINFO_
2001-01-27  Joshua Slive- Remove documentation on command line options from...
2001-01-27  William A.... Eliminate a gp fault on mpm_winnt since we don't...
2001-01-27  Joshua SliveBring the HTML man pages up to speed with the nroff...
2001-01-27  Joshua SliveBring a couple man pages a little closer to the 2.0...
2001-01-27  William A.... Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-27  David ReidBeOS BONE shouldn't be using this BeOS R5 check, so...
2001-01-27  William A.... Sunny and warm (if 30`F meets your definition of...
2001-01-27  Ryan BloomFix a seg fault. The problem is easy to explain. ...
2001-01-27  Ryan BloomForgot this header file when I cleaned the error_bucket...
2001-01-27  Ben LaurieAdd support for type-safe optional functions.
2001-01-27  Ryan BloomCleanup the error bucket code a bit. This uses the...
2001-01-27  Ben LaurieReapply patch for chartables.c, only this time in both...
2001-01-27  Ryan BloomGreg Stein and Dale Ghent both reminded me I forgot...
2001-01-27  William A.... Was there a file that wasn't updated with the error...
2001-01-27  Ryan Bloomfilters can now report an HTTP error to the server...
2001-01-27  William A.... Much better for win32 checkouts
2001-01-27  William A.... Discovered these were horribly broken as 'text' files...
2001-01-26  Greg Amesfix mangled headers due to underallocated buffer
2001-01-26  Ryan BloomTeach me to change just one more thing before committin...
2001-01-26  Ryan BloomStop using the request filters to filter an error respo...
2001-01-26  Greg SteinProvide a way to allow get_resource and get_parent_reso...
2001-01-26  Greg Steinapr_put_os_file() expected the caller to have an existi...
2001-01-26  Brian HavardFix uninitialized variable 'written' in ap_rvputs,...
2001-01-26  Greg Steinmy mom said not to talk to strangers. whoever is readin...
2001-01-26  Greg Steinwe only need to worry about infinite-depth PROPFINDs...
2001-01-25  Ryan BloomStore the original content_type before we replace it...
2001-01-25  Greg Amesget mod_unique_id building again...XtOffset was undefined
2001-01-25  Greg Steinclarify the comments about FollowSymLinks (and .htaccess)
2001-01-25  Joshua SliveUpdates to upgrading/new_features for some recent chang...
2001-01-25  Martin KraemerAdd fragment target
2001-01-25  Greg Amesthe issue is resolved.
2001-01-25  Greg Amesremoved docs/conf/highperformance.conf (re-named to...
2001-01-25  Greg Amesadd highperformance-std.conf . The -std name allows...
2001-01-25  Jeff Trawickclose the post file after reading it
2001-01-25  Bill StoddardAdd the coalesce filter back in. It is NOT being instal...
2001-01-24  Ryan BloomAs Greg noted, set_keepalive has to happen before we...
2001-01-24  Ryan BloomThe ap_set_keepalive call needs to be after the call to
2001-01-24  Ben LaurieThe current hooking module is _not_ a debugging aid.
2001-01-24  Bill StoddardRemove the COALESCE_FILTER. It is no longer needed...
2001-01-24  Joshua SliveFix typo in module identifier.
2001-01-24  Joshua SliveAttributes should be quoted.
2001-01-24  Jeff Trawickget http_core to compile on systems without apr_sendfil...
2001-01-24  Greg Stein- change the prototype for apr_dbm_geterror() [and...
2001-01-24  Greg SteinAdd apr_dbm_get_usednames() so that apr_dbm users can...
2001-01-24  Greg SteinUse a typesafe function for access objects' pools.
2001-01-24  Greg SteinA single outermost loop is all that is needed. Simplify...
2001-01-24  Greg SteinHave you had your Ovaltine today?
2001-01-24  Greg SteinBegin mod_core.h for CORE-private information. Ideally...
2001-01-24  Greg Steinfix the (error) return values for the ap_r* functions.
2001-01-24  Ryan BloomLoop over the brigade when multiple buckets file are...
2001-01-24  Greg SteinImprove the performance of the ap_r* functions by buffe...
2001-01-24  Tony FinchRelax the checking of Host: headers so that only charac...
2001-01-23  Joshua SliveFix the search form to interface to the new search...
2001-01-23  Ryan BloomAllow the core_output_filter to deal with multiple...
2001-01-23  Ryan BloomFix the core_output_filter. It doesn't make any sense...
2001-01-23  Ryan BloomFix the core to take the new file bucket type into...
2001-01-23  Ryan BloomFix the byterange filter for the case where the bucket...
2001-01-23  William A.... Time to refresh this version (thought we should renam...
2001-01-23  Ryan BloomCleanup the byterange filter to use the apr_brigade_par...
2001-01-23  William A.... Accomodate the change to the apr_read_dir() arguments...
2001-01-22  Ryan BloomWe only want to define ap_send_mmap if APR_HAS_MMAP...
2001-01-22  Ryan BloomAP_REQUEST_DONE is bogus and a bad idea. This had...
2001-01-22  Doug MacEacherns/LAST/MIDDLE/
2001-01-22  Doug MacEachernadjust to ap_hook_handler changes
2001-01-21  Ryan BloomRemove AddModule and ClearModuleList. Neither directiv...
2001-01-21  Ryan BloomTurn MultiViews on in the default config file. This...
2001-01-21  Doug MacEachernadjust to namechanges
2001-01-21  Ryan BloomUpdate Status. Beautiful day out there. :-)
2001-01-21  Ryan BloomFix a small bug that was making us create a directory...
2001-01-21  Ryan BloomIf --enable-suexec is specified, then we need to build...
2001-01-21  Chris Pepper Typo fixes for httpd-2.0 man pages.
2001-01-21  Brian HavardAdd headers needed for getpwnam & getgrnam prototypes...
2001-01-21  Ryan BloomBack out the last change (the one that went in without...
2001-01-21  Ryan BloomPR:
2001-01-21  Ryan BloomAdd a call to apr_hook_deregister_all() in the clear_mo...
2001-01-21  Ryan BloomGet mod_suexec compiling on FreeBSD again
2001-01-20  Joshua SliveUpdated Hebrew welcome page.
2001-01-20  William A.... Sunny in Chicago.
2001-01-20  William A.... The changes required for the APR_FINFO_wanted argument to
2001-01-20  Greg Steinsome stylistic tweaks post- John's patch
2001-01-20  Sascha SchumannNo need to run an external program for checking for...
2001-01-20  Ryan BloomMove initgroupgs, ap_uname2id and ap_gname2id from...
2001-01-20  Ryan BloomRemove ap_chdir_file. This function is not thread...
2001-01-20  Greg Stein- implement DeltaV OPTIONS extensions
2001-01-20  Joshua SliveFrench translations.
2001-01-19  William A.... Thanks for reminding me the comments had to go too...
2001-01-19  William A.... The fast fix to get FirstBill back out of the gate...
2001-01-19  William A.... Kill an unused variable
2001-01-19  Bill StoddardWin32: httpd.mak is not used now.
next