]> granicus.if.org Git - apache/history - modules
fix r1416889 a different way -- the referer should be const too.
[apache] / modules /
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...
2012-11-08 Jim Jagielskibetter logging for re-use/use of shm
2012-11-08 Guenter KnaufAdded mod_allowhandlers to NetWare build.
2012-11-07 Ruediger Pluem* Ensure that nkey is initialized.
2012-11-07 Stefan Fritschmod_allowhandlers: New module to forbid specific handle...
2012-11-06 Stefan FritschReplace duplicate log tags
2012-11-05 Ruediger Pluem* fd is no member of disk_cache_object_t. Instead it...
2012-11-04 Eric Covener *) mod_cache_disk: Resolve errors while revalidating...
2012-11-01 Jim JagielskiAllow for setting of sticky session split char...
2012-11-01 Jim Jagielski *) mod_proxy_ftp: Fix segfaults on IPv4 requests...
2012-10-28 Igor Galićpartially reverting r1403043: Titled xforms but modifyi...
2012-10-28 Igor Galićxforms
2012-10-28 Eric Coveneralso copy r->invoke_mtx when creating a subrequest
2012-10-21 Stefan FritschChange default for SSLCompression to off, as compression
2012-10-16 Christophe JailletUse 'ap_strcasestr' instead of a strdup/str_tolower...
2012-10-15 Christophe Jailletcppcheck: arrayIndexThenCheck - change the order of...
2012-10-15 Christophe Jailletccpcheck: duplicateExpression - 'vary_by_language...
2012-10-15 Ruediger Pluem* If we face a timeout during receiving the response...
2012-10-14 Vincent DeffontainesFallbackResource : Support for the 'disabled' argument
2012-10-14 Christophe JailletNo need it apr_pcalloc here, the memory is fully initia...
2012-10-14 Christophe JailletNo need to test for NULL before calling apr_pstrdup.
2012-10-12 Jeff Trawickconfigure: Fix processing of --disable-FEATURE for...
2012-10-12 Christophe Jaillets/;;/;/
2012-10-11 Christophe Jaillet[Test] First try : remove extra ';'
2012-10-10 Jeff TrawickFollow on to r1393976 and r1396424:
2012-10-10 Jeff TrawickFollow up r1393976: Fix typo in enablement of mod_syste...
2012-10-04 Joe Orton* modules/arch/unix/mod_systemd.c (systemd_pre_mpm...
2012-10-04 Joe Orton* modules/arch/unix/mod_systemd.c: New module.
2012-10-02 Graham Leggettmod_auth_form: Make sure that get_notes_auth() sets...
2012-10-02 Graham Leggettmod_include: When an include file or virtual path fails...
2012-10-02 Graham Leggettmod_include: When +Includes is not set and we disable...
2012-10-01 Jim Jagielskiand allow the xml param
2012-10-01 Jim JagielskiBring XML output up to snuff for balancer-manager
2012-10-01 Guenter KnaufAdded mod_cache_socache to NetWare build.
2012-10-01 Jeff Trawick--with-module: Fix failure to integrate them into some...
2012-09-30 Jeff Trawickfix bug in r1392120: replace ALL commas
2012-09-30 Jeff TrawickFix shell errors when trying to AC_MSG_RESULT() for...
2012-09-28 Graham LeggettApply proper APLOGNO codes for mod_cache_socache.
2012-09-28 Graham LeggettFix the return values on mod_cache_socache's store_head...
2012-09-24 Jim JagielskiMight as well show 'em all
2012-09-24 Jim JagielskiAllow for exposure of loadavg and server load via mod_h...
2012-09-24 Jim JagielskiBreak out loadavg from Apache load.... one is quick...
2012-09-24 Jim Jagielskiminor name change, but I expect most will just want...
2012-09-24 Jim JagielskiWould be nice to have some sort of canonical definition
2012-09-22 Gregg Lewis SmithWindows build for mod_cache_socache added in r1388660
next