]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2011-02-26  Stefan Fritschno docs should only be a blocker for GA
2011-02-26  Lucien GentisUpdates.
2011-02-26  Jeff Trawickfix some logging calls to include the server_rec
2011-02-26  Guenter KnaufAxed C++ comments and tabs.
2011-02-26  Philip M. Gollucci'votes'
2011-02-25  Jeff Trawickfix function name in log text
2011-02-25  Jim JagielskiWe are going for beta
2011-02-23  Jim JagielskiDocument mod_proxy work... userland changes
2011-02-23  Jim Jagielskiprotect one-off boundary
2011-02-23  Eric Covenercaptures of THE_REQUEST are still escaped however the...
2011-02-22  Stefan Fritschupdate xforms
2011-02-22  Stefan FritschAdd some links and bits to the ap_expr docs
2011-02-22  Jim JagielskiBe at least somewhat more RESTful... Use POST for chang...
2011-02-20  Lucien GentisUpdates
2011-02-18  Stefan FritschActually check for APU_HAVE_CRYPTO at configure time...
2011-02-18  Jim JagielskiExpose "new" ap_parse_form_data() function instead...
2011-02-18  Jim JagielskiNo longer depend on how fork() works when laying out...
2011-02-17  Jeff Trawickspelling fix
2011-02-16  Stefan FritschFix link errors for crypt() with --no-add-needed/-...
2011-02-16  Rich BowenRebuild transformations.
2011-02-16  Rich BowenI think I got the last of the "Allow from" and "Deny...
2011-02-16  Rich BowenRemoves more instances of 'allow from' and 'deny from...
2011-02-16  Rich BowenRemoves another instance of the "Allow from all" syntax.
2011-02-16  Jeff Trawickap_main_state and ap_run_mode should be marked "extern"
2011-02-16  Rich BowenWhitespace and small phrasing changes.
2011-02-15  Rich BowenNote of a good place to get content for overhauling...
2011-02-15  Rich BowenI don't think we want to encourage people to use _defau...
2011-02-15  Rich BowenRebuild transformations.
2011-02-15  Rich BowenPeople come to the SSL docs primarily for advice on...
2011-02-15  Rich BowenNote to self: Look through the docs for examples using...
2011-02-15  Rich BowenRebuild quickreference file with typo fix.
2011-02-15  Rich BowenFix XML error. Rebuild access howto.
2011-02-15  Rich BowenTypo correction as per tid50766
2011-02-15  Rich BowenRemove another mention of allow, deny, and order, and...
2011-02-15  Rich BowenMore transformation rebuilding.
2011-02-15  Rich BowenCapitalization consistent with the rest of this page.
2011-02-15  Rich BowenRebuild html transformations.
2011-02-15  Rich BowenLinks to access control howto.
2011-02-15  Rich BowenExpand the name of the "Binding" document, which seems...
2011-02-15  Rich BowenRebuild html
2011-02-15  Rich BowenLink to expr.html for more details on expression syntax.
2011-02-15  Rich BowenSmall improvements in phrasing of the access control...
2011-02-15  Rich BowenRebulds transformation, adding simplified chinese trans...
2011-02-15  Rich BowenAdds simplified Chinese translation to httpd trunk...
2011-02-15  Rich BowenRebuild documents from xml, including new access contro...
2011-02-15  Rich BowenUpdates the access control howto for trunk. Could use...
2011-02-15  Rich BowenCopies the access control howto from the 2.2 docs....
2011-02-15  Rich BowenThis document exists in the 2.2 docs, but not here...
2011-02-14  Graham LeggettDon't skip the first character, as it may be a quote...
2011-02-14  Eric Covenertypo in format string for 1070660
2011-02-14  Eric CovenerLog a hint about the directory needing to be executable
2011-02-14  Jeff Trawickfix compile failure in r1070616
2011-02-14  Jeff Trawickfix theoretical const issue in call to strchr()
2011-02-14  Jim JagielskiDocument pre_read_request and bump mmn
2011-02-14  Jim JagielskiNew hook: ap_run_pre_read_request()
2011-02-13  Stefan FritschMention ap_state_query() in the new API docs
2011-02-13  Stefan FritschFix two bugs introduced by r1070153
2011-02-13  Graham Leggettmod_cache: When a request other than GET or HEAD arrive...
2011-02-12  Graham Leggettmod_cache: Make sure that the moving of the CACHE filte...
2011-02-12  Stefan FritschUse ap_state_query() to fix many modules that were...
2011-02-12  Stefan FritschCreate new ap_state_query() function that allows module...
2011-02-12  Graham Leggettmod_cache: When a bad Expires date is present, we need...
2011-02-12  Stefan FritschLog something nicer than "Internal error: pcfg_openfile...
2011-02-12  Joe Orton* docs/manual/mod/: Play language lawyer with the SSL_...
2011-02-12  Graham Leggettmod_cache: We must ignore quoted-string values that...
2011-02-12  Stefan Fritschrevert r1026746:
2011-02-11  Graham LeggettReinstate comment.
2011-02-11  Graham Leggettmod_cache: Respect s-maxage as described by RFC2616...
2011-02-11  Ruediger Pluem* Play safe if the notes table does not contain an...
2011-02-11  Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2011-02-11  Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2011-02-11  Joe Orton* modules/ssl/ssl_private.h: Clarify comment on modssl_...
2011-02-10  Jim Jagielskimove function...
2011-02-09  Lucien GentisUpdates.
2011-02-09  Jim JagielskiUgg... unbalanced workers *do* need a mutex as well...
2011-02-09  Jim Jagielskitypo
2011-02-09  Jim JagielskiSquash error/warning about signed/unsigned comparison
2011-02-09  Ruediger Pluem* Fix syntax errors and a non existing variable.
2011-02-09  Ruediger Pluem* Make module compile by fixing some typos.
2011-02-08  Graham LeggettRPM spec file: Make the httpd init script consistent...
2011-02-08  Jim JagielskiRemove the thread mutex from the worker... it really...
2011-02-08  Jim JagielskiExpose this as part of the API. That way, other code...
2011-02-08  Joe Orton* server/mpm/prefork/prefork.c (stop_listening, sig_ter...
2011-02-08  Rich BowenRebuild transformations.
2011-02-08  Rich BowenCustom, not Customer, error docs.
2011-02-07  Jim JagielskiOnly persist if we want it to
2011-02-07  Jim JagielskiOK, use faster, shared version... makes sense to persis...
2011-02-07  Jim JagielskiKeep track of how many workers we've used so far.....
2011-02-07  Jim JagielskiSave this for later to be done... recall that .free...
2011-02-07  Jim JagielskiSlotmem now provides for the number of "free" slots
2011-02-07  Jim JagielskiMutex around adding a new worker...
2011-02-05  Stefan Fritschtest_char.h is a dependency, not a source. This seems...
2011-02-05  Stefan Fritschrevert r1066944, r1067177 for now
2011-02-05  Lucien GentisUpdates.
2011-02-04  Jim JagielskiLock around the time when we're mucking w/ balancers...
2011-02-04  Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-04  Jim Jagielskimight as well allow for the sticky session to be adjust...
2011-02-04  Jim JagielskiOops.... we need to adjust sticky, which is an array now
2011-02-04  André Maloupdate convmap
2011-02-04  Jim JagielskiAnd yet more balancer params that can be changed at...
next