]> granicus.if.org Git - apache/history - modules
remove trailing whitespace, adjust formatting and comments prior
[apache] / modules /
2008-11-01 Chris Darrochremove trailing whitespace, adjust formatting and comme...
2008-11-01 Ruediger Pluem* Use distinct char pointers for sending and receiving...
2008-10-31 Chris DarrochAdd AuthType of None to support disabling authentication.
2008-10-31 Jim JagielskiMaintain the assumption that uids are long (as is done
2008-10-30 Paul QuernaMake unixd_set_user a local static function.
2008-10-30 Paul QuernaAdd Makefile.in, so unixd will actually compile correct...
2008-10-30 Paul QuernaChange the child_init hook to a drop_privileges hook...
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 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 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* modules/http/http_request.c
2008-10-29 Paul Querna* modules/database/mod_dbd.c
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-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-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 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 Ruediger Pluem* There are no subrequests which have itself as parent.
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-20 Jean-Frederic Clereap_proxy_determine_connection modifies the url if we...
2008-10-19 Eric Covener *) mod_dir: Support "DirectoryIndex None"
2008-10-16 Chris DarrochPrior to authn/z refactoring in r368027, if authorizati...
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 Ruediger Pluem* Revert r703998.
2008-10-13 Ruediger Pluem* Make the connection timeout to backends work by tempo...
2008-09-20 Jim JagielskiFor timeouts, behave as before and not drop.
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-09-19 Jim JagielskiAllow for the smax param to be 0, so that all connections
2008-09-18 Mladen TurkAlways send body (zero size at least) whenever C-L...
2008-09-11 Ruediger Pluem* Replace control characters in output strings with...
2008-09-10 Ruediger Pluem* Fix potential segfault if flags remains NULL.
2008-09-10 Ruediger Pluem* Allow empty substitute patterns (to remove data from...
2008-09-09 Ruediger Pluem* Use send_bucket_downstream to send data down the...
2008-09-09 Greg Amesstash the brigade used by send_bucket_downstream in...
2008-09-09 Ruediger Pluem* If CPING fails retry once more with a fresh TCP conne...
2008-09-09 Nick Kewmod_authnz_ldap: avoid returning NULL env vars
2008-09-08 Ruediger Pluem* Fix compiler warning (missing sentinel in function...
2008-09-08 Nick Kewmod_mime: don't adjust case in filename components...
2008-09-08 Jim JagielskiAdd in useful feature. %k which logs the keepalives
2008-09-08 Nick KewRelax checks on HTTP Response status line from a backend.
2008-09-05 Greg AmesPR 45687: Detect and pass along error buckets
2008-09-02 Nick KewCommit mod_sed: enable filtering of HTTP Requests and...
2008-08-30 Graham Leggettmod_auth_form: Make sure that basic authentication...
2008-08-30 Graham LeggettRemove trailing spaces (on the insistence of Eclipse).
2008-08-30 Graham Leggettmod_session_cookie, mod_session_dbd: Make sure cookies...
2008-08-30 Graham Leggettmod_auth_form: Make sure the logged in user is populate...
2008-08-29 Graham Leggettmod_session_cookie: Make sure that cookie attributes...
2008-08-26 Nick KewAdd option to insert something in autoindex head.
2008-08-26 Nick KewFix typo in r689224 (thanks rpluem for spotting it)
2008-08-26 Nick KewTry to get a meaningful error message when dbd_open...
2008-08-21 Sander TemmeMove struct definition out of the header file since...
2008-08-21 Jim JagielskiAllow determination of whether to use ';' as
2008-08-21 Sander TemmeImplement dynamic mutex callbacks for the benefit of...
2008-08-19 Jim JagielskiAdd in additional logging and use correct formats
2008-08-18 Jim JagielskiRemove trailing path element, ala ./jk/native/common...
2008-08-18 Jim JagielskiAdd in bybusyness LB method, via Joel Gluth in
2008-08-18 Jim JagielskiAdd comment on why the cast is safe and does not result
2008-08-18 Jim JagielskiWe are really looking for the scheme here... so be...
2008-08-18 Jim Jagielskitypo
2008-08-12 Jeff Trawickcomment tweak
2008-08-12 Joe Orton* modules/dav/fs/repos.c (DAV_FINFO_MASK): Define macro.
2008-08-09 Ruediger Pluem* Introduce environment variable proxy-initial-not...
2008-08-09 Ruediger Pluem* Add the possibility to set a separate connection...
2008-08-07 Jeff Trawickmod_dav_fs: Retrieve minimal system information about...
2008-08-06 Ruediger Pluem* Move nonce field inside the html form.
2008-08-06 Joe Orton* modules/mappers/mod_rewrite.c (cmd_rewritelock):...
2008-08-06 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_input_getline...
2008-08-06 Joe Orton* modules/ssl/ssl_engine_io.c (char_buffer_read): Use...
2008-08-06 Joe OrtonRelax checks for OCSP responder URIs:
2008-08-05 Ruediger Pluem* Prevent XSS attacks when using wildcards in the path...
2008-08-05 Jim Jagielskipicking nits - de-tab
2008-08-04 Jim JagielskiSimplyfy codepath. Don't treat "" as special, just
2008-08-04 Eric Covener *) mod_cgid: Pass along empty command line arguments...
2008-08-04 Ruediger Pluem* Remove call to apr_reslist_destroy. With the latest...
2008-07-30 Ruediger Pluem* Construct a site in the reverse proxy case when there...
2008-07-27 Issac GoldstandChange r->content_type when mod_headers sets the Conten...
2008-07-22 Eric Covenerpropogate a NULL get_realm_hash() implementation from...
2008-07-22 Eric Covenerrevert r672639 which lacked a necessary major bump...
2008-07-22 Ruediger Pluem* Ensure that the SSL filters are not inserted on FTP...
2008-07-19 Ruediger Pluem* Prevent a segfault when a CGI script sets a cookie...
2008-07-04 Ruediger Pluem* Prevent Header edit from processing only the first...
2008-06-29 Eric Covenercaught by Ruediger
2008-06-29 Eric Covenermod_auth_digest: Detect during startup when AuthDigestP...
2008-06-21 Ruediger Pluem* Fix formating. No functional change.
2008-06-21 Thomas J. Donovancorrect r670061 - preserve query string with [noescape...
2008-06-20 Thomas J. DonovanAfter r649840, mod_proxy_http will no longer append...
2008-06-13 Bradley NicholesSwitch the default base authz logic operation to 'AND...
2008-06-13 Jim JagielskiAllow for negation of env check as well...
2008-06-12 Jim Jagielskimore tab cleanups
2008-06-12 Jim Jagielskimore de-tabify
next