]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2008-11-02  Ruediger Pluem* Digest providers works as well.
2008-11-02  Ruediger Pluem* Fix typo
2008-11-02  Chris Darrochupdate transformations, and remove variations of mod_au...
2008-11-02  Chris DarrochDocumentation revisions for r709838 and r709839.
2008-11-02  Chris DarrochRemove mod_authn_default and mod_authz_default.
2008-11-02  Chris DarrochFix handling of authz configurations, make default...
2008-11-01  Chris Darrochminor formatting changes prior to larger changes
2008-11-01  Chris Darrochremove unused variables, rename some variables, move...
2008-11-01  Chris Darrochprevent crash when authz provider not registered prior...
2008-11-01  Chris Darrochmove some variable initializations prior to larger...
2008-11-01  Chris Darrochlocalize some variables in authz provider alias functions
2008-11-01  Chris Darrochmove function prior to larger changes
2008-11-01  Chris Darrochmajor not minor bump for r709708
2008-11-01  Chris Darrochremove unused AUTHZ_GROUP_NOTE define
2008-11-01  Chris Darrochfix typo
2008-11-01  Chris Darrochremove trailing whitespace, adjust formatting and comme...
2008-11-01  Chris Darrochwhitespace cleanup
2008-11-01  Ruediger Pluem* Update transformation
2008-11-01  Ruediger Pluem* Use distinct char pointers for sending and receiving...
2008-11-01  Paul QuernaConvert events to have an associated pool.
2008-11-01  Paul QuernaReset the timers when in the child -- this prevents...
2008-11-01  Paul QuernaRemove extra log line with how many threads are being...
2008-11-01  Paul QuernaMove creation of the pollcb object to after we fork...
2008-10-31  Chris DarrochNote crash fix in mod_authn_core.c from r709553.
2008-10-31  Chris DarrochAdd AuthType of None to support disabling authentication.
2008-10-31  Chris DarrochAllow <Limit> and <LimitExcept> directives to nest...
2008-10-31  Jim JagielskiAlso adjust unixd.c with changes from r709406
2008-10-31  Jim JagielskiMaintain the assumption that uids are long (as is done
2008-10-31  Lucien GentisMinor typo correction
2008-10-30  Paul QuernaMake unixd_set_user a local static function.
2008-10-30  Jim JagielskiMake a valid prototype
2008-10-30  Paul QuernaBasic support for spawning children porcesses via fork...
2008-10-30  Paul QuernaAdd Makefile.in, so unixd will actually compile correct...
2008-10-30  Paul QuernaRemove completed todo items.
2008-10-30  Paul Quernareindent according to our coding style: <http://httpd...
2008-10-30  Paul QuernaChange the child_init hook to a drop_privileges hook...
2008-10-30  Paul QuernaCreate a new drop_privileges hook for the Simple MPM.
2008-10-30  Paul QuernaRemove SimpleUser configuration command, this will...
2008-10-30  Paul QuernaStrip down mod_unixd to only do chroot and changing...
2008-10-30  Paul QuernaAdd mod_unixd to build, update svn:ignore.
2008-10-30  Paul Quernaremove empty directory.
2008-10-30  Paul QuernaMove mod_unixd to arch/unix.
2008-10-29  Nick KewIntroduce modules/system, and mod_unixd.c
2008-10-29  Jim JagielskiAvoid time traveling :)
2008-10-29  Paul Querna* include/http_core.h
2008-10-29  Paul QuernaCleanup mod_dialup to compile with -std=c89 and -pedantic.
2008-10-29  Paul Querna* modules/generators/mod_cgid.c
2008-10-29  Paul Querna* include/mod_auth.h
2008-10-29  Paul Querna* modules/http/http_request.c
2008-10-29  Paul Querna* modules/database/mod_dbd.c
2008-10-29  Paul Querna* server/core.c: Fix implicit declaration of function...
2008-10-29  Paul QuernaImprove ability to compile on C90 Compilers.
2008-10-28  Paul Querna* server/mpm/simple/simple_io.c: s/simple_io_timeut_cb...
2008-10-28  Joe Orton* modules/mappers/mod_rewrite.c (do_rewritelog): Add...
2008-10-28  Ruediger Pluem* Supply the per-dir parameter to the rewritelog call...
2008-10-28  Takashi Satoupdate transformation
2008-10-28  Paul Querna* simple_io.c line 111 and 145 cause a build falure...
2008-10-28  Takashi Satofix XML errors
2008-10-28  Paul Querna* server/mpm/simple/simple_{event,run}.c: Turn off...
2008-10-28  Paul QuernaAdd a work in progress, a completely new, "Simple MPM".
2008-10-27  Takashi Satoupdate a Japanese translation
2008-10-27  Takashi Sato* caching.xml.fr: fix a tag
2008-10-27  Ruediger Pluem* Do more greedy reads in the core input filter to...
2008-10-27  Paul Querna* modules/cache/mod_socache_dbm.c
2008-10-27  Paul Querna* modules/cache/mod_socache_dbm.c: Fix compile by inclu...
2008-10-26  Vincent DeffontainesAdding .fr translations for suexec logs server-wide...
2008-10-25  Vincent DeffontainesNew french translations.
2008-10-24  Ruediger Pluem* save_table needs to be declared first before it can...
2008-10-24  Jim JagielskiAJP was dropping pre-existing cookies. Use same logic
2008-10-23  Nilgun Belma... update transformation
2008-10-23  Nilgun Belma... update for sync with English docs.
2008-10-23  Nilgun Belma... New Turkish translation
2008-10-23  Jim JagielskiUpdate docco xforms
2008-10-23  Jim JagielskiFix the io buffersize code. Have the docs match the...
2008-10-22  Chris DarrochImplement checks for NULL r->user as per r705361.
2008-10-22  Jim JagielskiRemove potential for memory leak... allocate on this
2008-10-22  Eric Covenermissing an "if"
2008-10-22  AndrĂ© Maloupdate transformation
2008-10-22  Eric Covenerleave a hint about some non-intuitive startup behavior...
2008-10-22  Ruediger Pluem* There are no subrequests which have itself as parent.
2008-10-22  Ruediger Pluem* This one is backported.
2008-10-22  Ruediger Pluem* Move ap_timeout_parameter_parse from mod_proxy.c...
2008-10-22  Ruediger Pluem* Improve the way to detect whether buckets in the...
2008-10-22  Nilgun Belma... pre-translation improvements
2008-10-21  Nilgun Belma... update for sync with English docs.
2008-10-20  Jean-Frederic... ap_proxy_determine_connection modifies the url if we...
2008-10-19  Eric Covener *) mod_dir: Support "DirectoryIndex None"
2008-10-17  Chris Darrochconvert tabs to spaces
2008-10-16  Chris DarrochPrior to authn/z refactoring in r368027, if authorizati...
2008-10-16  Mads ToftumMake text match example.
2008-10-16  Tony StevensonAdd example and comments when using ScriptAlias with...
2008-10-16  Tony StevensonUpdate howto/cgi.xml to link to RFC 3875 not a document...
2008-10-15  Sander TemmeThis was backported
2008-10-15  Ruediger Pluem* Update transformation
2008-10-15  Ruediger Pluem* Add the possibility to set the worker parameters...
2008-10-15  Ruediger Pluem* Send Content-Type application/ocsp-request for POST...
2008-10-15  Thomas J. DonovanWindows: add apr_dbd_odbc project to Visual Studio...
2008-10-15  Graham LeggettMinor bump when exporting mod_rewrite.h
2008-10-15  Thomas J. DonovanAlways build the odbc dbd driver on winodws, to be...
2008-10-15  Ruediger Pluem* Revert r703998.
next