]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-04-26  Aaron BannertSome of these worker bugs may or may not be showstopper...
2002-04-25  Jeff Trawickget mod_proxy to build on EBCDIC machines
2002-04-25  Greg Amesremove a goto
2002-04-25  Rich BowenTypoed HTML tag. </ br> -> <br />
2002-04-25  Rich BowenAdded example of the Redirect status syntax.
2002-04-25  Jeff Trawickfix a compiler error with picky compilers that (correct...
2002-04-25  Joshua SliveCorrect SSI time format reference.
2002-04-25  Jeff TrawickAllow mod_unique_id to work on systems with no IPv4...
2002-04-25  William A.... Trade one signedness mismatch for another, but choose...
2002-04-25  William A.... Not yet added to the default build, but curious if...
2002-04-25  Aaron BannertI just posted a few bug fixes that need to go into...
2002-04-25  Bill StoddardBrain dump and a vote
2002-04-25  Greg Amesdemote the Content-Range/416/SSI problem to non-showsto...
2002-04-25  Sander StrikerBump after the tag.
2002-04-25  Sander StrikerBump for the tag
2002-04-25  Dirk-Willem... During the 1.3->2.0 migragrion; ab its #defined VERSION...
2002-04-25  Justin ErenkrantzFix suexec invocations from userdir - the ~ was not...
2002-04-25  Justin ErenkrantzSince UserDir is a raw argument, our config system...
2002-04-25  Justin ErenkrantzWe must always use case-insensitive comparisons in...
2002-04-25  Brian HavardGet proxy protocol modules to build on OS/2. This adds...
2002-04-24  Aaron BannertDocument the recent AB changes since they have the...
2002-04-24  Graham LeggettOooops!
2002-04-24  Graham LeggettAdd an intelligent error message should no proxy submod...
2002-04-24  Aaron BannertMention my AB fixes.
2002-04-24  Aaron BannertMajor improvement in concurrent processing for AB:
2002-04-24  Greg Amesdefault_handler: short circuit the method checks. ...
2002-04-24  Brian HavardAdd a configuration block for the OS/2 MPM.
2002-04-24  William A.... A nice end to a crazy day... laptop's fixed and life...
2002-04-24  William A.... A bug affecting any platform that had pre-lstat'ed...
2002-04-24  William A.... Formatting irk grinding at me while stepping code
2002-04-23  Bradley NicholesFixed the NetWare AWK script that produces the httpd...
2002-04-23  Cliff WoolleyThere were multiple PR's about this one
2002-04-23  Cliff Woolleyformatting buglet
2002-04-23  Justin ErenkrantzSwitch to using new exp_* macros to fix disjointedness...
2002-04-23  Cliff WoolleyWhoops, NULL is a macro, hence not available here
2002-04-23  Justin ErenkrantzThe force-response-1.0 and downgrade-1.0 checks were...
2002-04-23  Jim JagielskiI seem to recall this about FreeBSD
2002-04-23  Jim JagielskiJust add a file to use to house some platform dependent...
2002-04-23  Yoshiki HayashiSync to the latest English version.
2002-04-23  Yoshiki HayashiSync to the latest English version.
2002-04-23  Yoshiki Hayashis/.html.html/.html/
2002-04-22  Greg AmesClarify the remaining problems with Range: headers...
2002-04-22  Cliff WoolleyThis one appears to have been fixed by Greg and Jeff...
2002-04-22  Ryan BloomFix perchild MPM so that it can be configured with...
2002-04-22  William A.... Fix this optimization. We will skip along so long...
2002-04-22  William A.... Small optimization, if we are behind (at the 5th...
2002-04-22  Sander StrikerUpdate for APR rename of apr_get_groupname to apr_group...
2002-04-22  Cliff WoolleyAcceptPathInfo was totally backwards... it would reject...
2002-04-22  Brian PaneOptimization: short-circuit out of ap_set_byterange...
2002-04-22  Brian PaneSkip a potentially heavyweight call to sysconf, plus...
2002-04-22  Bill StoddardAdded the APLOG_TOCLIENT flag to ap_log_rerror() to
2002-04-22  Bill StoddardFailure to fork cgid is a shooting offense.
2002-04-21  Cliff WoolleyIgnore stuff
2002-04-21  Cliff WoolleyFix HTML 3.2 validation error: &O is not a valid entity...
2002-04-21  Cliff WoolleyFix mod_autoindex output with SuppressRules turned on.
2002-04-21  Brian PaneUse the day and month names exported from APR, rather...
2002-04-21  Brian PaneAdded ap_recent_rfc822_date(), which uses the recent...
2002-04-20  Brian PaneWorkaround to get leader/follower compiling on recent...
2002-04-20  Cliff WoolleyPropogate the change to insert "bucket_" into the names...
2002-04-19  Cliff Woolleyum, one too many negatives in that paragraph. :)
2002-04-19  Cliff Woolleyshowstoppers--;
2002-04-19  Jeff Trawicksomebody just wrote a PR on something Paul fixed earlie...
2002-04-19  Bradley NicholesAdded the NetWare make files to build the proxy modules
2002-04-19  Bradley NicholesAdded the NetWare .def files to build the proxy modules
2002-04-19  Bradley NicholesCorrected the NLM names for the proxy modules
2002-04-19  Bradley NicholesAdded new targets to the project build file to build...
2002-04-19  William A.... Fix Restart and Stop from the service taskbar list.
2002-04-19  Paul J. Reder Moved the call to apr_mmap_dup outside the error branch so
2002-04-19  Jeff TrawickTrigger an error when a LoadModule directive attempts to
2002-04-19  Jeff Trawickhot hot hot
2002-04-19  William A.... SOCKETs are HANDLEs, but they type mismatch. This...
2002-04-19  Jeff Trawickfix a spelling error in a comment
2002-04-19  Jeff TrawickChange instdso.sh to use libtool --install everywhere...
2002-04-19  Jeff Trawickfix a typo in a comment for ap_get_client_block()
2002-04-19  Brian PaneSome code transformations to improve the generated...
2002-04-19  Brian PaneReplaced the mutex around the idle worker stack with
2002-04-18  Justin ErenkrantzSwitch ap_http_filter to use ap_get_brigade and apr_bri...
2002-04-18  Justin ErenkrantzSimplify last commit by only calling cat once (this...
2002-04-18  Justin ErenkrantzReplace this bogus check with something that actually...
2002-04-18  Justin ErenkrantzThe pedant in me wishes to see all extraneous trailing...
2002-04-18  Jeff Trawickback out ill-conceived attempt to fix a segfault during
2002-04-18  Justin ErenkrantzMove the mkdir_p check outside of the cache check so...
2002-04-18  Justin ErenkrantzAllow VPATH builds to succeed when configured from...
2002-04-18  Justin ErenkrantzFix so that we can compile with OpenSSL 0.9.8-dev.
2002-04-18  Justin ErenkrantzFix 'control reaches end of non-void function' warning
2002-04-18  Justin ErenkrantzCcccccchanges.
2002-04-18  Justin ErenkrantzPerchild has been deemed experimental and has been...
2002-04-18  Justin ErenkrantzPerchild has been deemed experimental and has been...
2002-04-18  Yoshiki HayashiSync up to the latest English version (convert to XHTML).
2002-04-18  Yoshiki HayashiSync up to the latest English version (convert to XHTML).
2002-04-18  Martin KraemerTypo.
2002-04-17  Joshua SliveRemove images that are no longer needed.
2002-04-17  Joshua Slive- reference has been moved to the modules directory
2002-04-17  Joshua SliveContinuing wml removal.
2002-04-17  Joshua SliveRemoving old WML stuff from the ssl directory. These...
2002-04-17  Bill StoddardFix seg fault when garbage collecting an expired entry...
2002-04-17  William A.... Experimental patch that may mitigate (but not elimina...
2002-04-17  William A.... Introduced -E startup_logfile_name option to httpd...
2002-04-17  Jeff Trawickuse an independent pool for threads so that when we...
2002-04-17  Brian HavardWhen an exception in a worker thread initiates a child...
next