]> granicus.if.org Git - apache/history - modules
The pool and db object to be used should be created before trying to acquire a driver...
[apache] / modules /
2013-01-14 Daniel GrunoThe pool and db object to be used should be created...
2013-01-14 Daniel Grunorevert r1432881 - t'wasn't a bug after all.
2013-01-14 Daniel Grunomod_lua/dbd: Only 2 arguments are passed, so let's...
2013-01-12 Daniel GrunoShamelessly add some people to the contributors list...
2013-01-12 Daniel GrunoThis stuff is now in trunk.
2013-01-12 Daniel GrunoDebian doesn't like pushing statically defined function...
2013-01-11 Graham Leggettmod_ssl: Allow the SSLUserName to be used to control...
2013-01-11 Daniel GrunoSince functions are now pushed solely in lua_dbd.c...
2013-01-10 Gregg Lewis Smithinform compiler where mod_dbd.h is located
2013-01-10 Guenter KnaufAdded include path for mod_dbd.h.
2013-01-10 Daniel GrunoCodeWarrior workaround for lua_dbd
2013-01-09 Jim JagielskiFix mistaken reset of num_free with restored shm
2013-01-08 Daniel GrunoFix typo in comment, as per bugzilla #54388
2013-01-08 Daniel GrunoAdd database features for mod_lua (apr_dbd + mod_dbd).
2013-01-06 Christophe JailletAccording to my testing, one special case of 'log_xlate...
2013-01-06 Christophe JailletUse ap_bin2hex instead of sprintf(..., "%02x". It gives...
2013-01-06 Christophe JailletAccording top my testing 'socache_mc_id2key' is 6x...
2013-01-06 Christophe JailletAccording top my testing 'SSL_SESSION_id2sz' is 4x...
2013-01-04 Stefan Fritschfix typo: || not |
2013-01-04 Jim Jagielskinon-existance of byrequests is not an immediate error
2013-01-03 Joe Orton* modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler...
2013-01-03 Guenter KnaufStupid CodeWarrior compiler cant take vars with struct...
2013-01-01 Stefan FritschAdd some caching for password hash validation.
2013-01-01 Stefan Fritschremove unneeded include statements
2013-01-01 Stefan FritschRemove support for Request-Range header sent by Navigat...
2013-01-01 Stefan Fritschabort if BIO_new fails due to lack of memory
2012-12-30 Stefan Fritschadd log tags missing in r1426877
2012-12-30 Stefan FritschAdd an option to enforce stricter HTTP conformance
2012-12-29 Stefan FritschFix warning about discarding 'const' qualifier from...
2012-12-26 Kaspar Brandmod_ssl: add support for subjectAltName-based host...
2012-12-23 Daniel GrunoStyle tweaks, remove add_version_component and fix...
2012-12-22 Stefan Fritschstyle fixes, add comment
2012-12-22 Daniel GrunoStyle tweaks, no functional change.
2012-12-21 Daniel Gruno- return NULL if apr_reslist_acquire fails, so we don...
2012-12-21 Daniel GrunoRemove reference to top secret project! You did not...
2012-12-20 Daniel Grunomod_lua: Fix multipart post parsing, so it doesn't...
2012-12-18 Joe Orton* modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO.
2012-12-17 Jim JagielskiRedfine - we are just worried about balancers and worke...
2012-12-17 Jim Jagielskirestrict inherit control to those fields that "require...
2012-12-17 Guenter KnaufAdded missing exports for NetWare.
2012-12-16 Stefan Fritschuse ap_bin2hex() to simplify md5/sha1 code
2012-12-16 Stefan Fritschremove unused variable
2012-12-16 Daniel Grunomod_lua: Fix unitialized variable in lua_ap_send_interi...
2012-12-15 Daniel Grunomod_lua: If a regex fails, return false plus an error...
2012-12-15 Eric Covenerfix r1416889 a different way -- the referer should...
2012-12-15 Eric Covenerconst fixes for mod_imagemap, fatal on old xlc due...
2012-12-14 Daniel Grunomod_lua: Fix Windows compatibility issues and remove...
2012-12-14 Jim JagielskiAllow for searching w/i shm slots for a specific worker...
2012-12-14 Rainer JungUse inherit_set to let the global server set
2012-12-14 Jim Jagielskibe consistent
2012-12-14 Jim JagielskiAnticipate ordering for 2.4 backport
2012-12-14 Daniel Grunomod_lua: Oops, there was a stray 'int i' in the middle...
2012-12-14 Daniel Grunomod_lua: Fix signedness/other small bugs as per cjaille...
2012-12-13 Stephen HensonAdd support for OpenSSL configuration commands.
2012-12-13 Stephen HensonAvoid use of deprecated functions for OpenSSL version...
2012-12-13 Jim Jagielskiinherit inherit
2012-12-12 Gregg Lewis SmithFix various clone/edit and search/replace errors
2012-12-11 Daniel Grunomod_lua: Add a lot of core httpd/apr functionality...
2012-12-11 Daniel Grunolua_request.c: Add support for parsing multipart form...
2012-12-11 Joe Orton* modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler...
2012-12-11 Joe Orton* modules/aaa/mod_authz_owner.h: Add header file with...
2012-12-11 Daniel Grunolua_vmprep.c: Additional check to see if the resource...
2012-12-11 Daniel Grunomod_lua/lua_request.c: Make r:write return the return...
2012-12-11 Jim Jagielskirjung's suggestions...
2012-12-10 Christophe Jailletmod_proxy_balancer: It's totally unclear what Drn,...
2012-12-10 Christophe JailletUse 'apr_is_empty_table()' instead of testing against...
2012-12-10 Christophe JailletAvoid unnecessary %s substitution
2012-12-10 Christophe JailletNo need to clear memory that is fully initialized just...
2012-12-09 Gregg Lewis SmithAdd mod_allowhandlers to Windows build
2012-12-08 Stefan FritschFix a few 'too many arguments for format' warnings
2012-12-08 Stefan Fritschmake ssl_io_data_dump respect per-conn loglevel
2012-12-08 Stefan Fritschrename variables: s should be the server_rec
2012-12-08 Stefan FritschDon't claim "BIO dump follows" if it is not logged...
2012-12-08 Stefan FritschCVE-2012-3499
2012-12-08 Graham Leggettmod_auth_form: Make sure 500 Internal Server Error...
2012-12-08 Graham Leggettmod_session_crypto: Protect ourselves against underlyin...
2012-12-08 Graham Leggettmod_cache_socache: Don't clean up too soon. If we do...
2012-12-07 Christophe JailletAdd some __attribute__ for automatic format checking.
2012-12-07 Christophe JailletUse ap_rputs instead of ap_rvputs where applicable.
2012-12-06 Jim JagielskiAPI sync... not crucial for trunk
2012-12-05 Jim JagielskiAdd useful mod_status info... try to determine last...
2012-12-04 Christophe JailletcppCheck: kill a unread variable warning
2012-12-04 Guenter KnaufFixed type mismatch.
2012-12-03 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_error...
2012-11-26 Jim JagielskiCVE-2012-3499 and CVE-2012-4558
2012-11-21 Christophe Jailletmod_dumpio: Correctly log large messages + style issues
2012-11-20 Christophe JailletUse apr_is_empty_table() instead of getting a table...
2012-11-18 Stefan FritschDon't log a spurious "-" if a request has been rejected
2012-11-17 Eric CovenerPR53963: don't merge the rewritebase down w/o an opt-in
2012-11-14 Jim Jagielskirequired by eventopt
2012-11-14 Guenter KnaufAxed C++ comments.
2012-11-13 Christophe Jailletformatting: space vs tab
2012-11-13 Christophe Jailletmod_session_dbd: fix a segmentation fault in the functi...
2012-11-11 Christophe JailletReplace an incorrect #if by the correct corresponding...
2012-11-10 Christophe JailletcppCheck: Suspicious condition.
2012-11-09 Jim JagielskiRemove warnings
2012-11-09 Jim Jagielskiremove warning:
2012-11-09 Jeff Trawickfix a comment to match the r1299718/r1370225 changes...
2012-11-09 Jeff TrawickThe following now respects DefaultRuntimeDir/DEFAULT_RE...
2012-11-08 Jim Jagielski *) mod_xml2enc: Fix problems with charset conversion...
next