]> granicus.if.org Git - apache/shortlog
apache
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-29 Stefan FritschCorrectly parse an IPv6 literal host specification...
2012-12-29 Stefan Fritschextend description of r->hostname
2012-12-28 Rich BowenRebuild various transformations.
2012-12-28 Rich BowenAdd links to programs docs.
2012-12-28 Rich BowenAdd links to the relevant docs.
2012-12-26 Gregg Lewis... Add notes about compiling from Unix sources
2012-12-26 Kaspar Brandtransformations
2012-12-26 Kaspar Brandmod_ssl: add support for subjectAltName-based host...
2012-12-25 Stefan FritschCheck that AsyncRequestWorkerFactor is not negative
2012-12-25 Stefan Fritschhtdbm, htpasswd: print error message if out of memory
2012-12-25 Stefan FritschExit with error message if out of mem
2012-12-25 Stefan FritschReplace strdup by ap_malloc to ensure a proper error...
2012-12-24 Daniel GrunoFix example code
2012-12-23 Lucien GentisUpdate.
2012-12-23 Daniel GrunoStyle tweaks, remove add_version_component and fix...
2012-12-23 Stefan FritschGNU make somtimes has problems determining that $(build...
2012-12-23 Stefan Fritschadd some nonnull fn attributes
2012-12-22 Stefan FritschChange HttpProtocol to again only allow to enable/disab...
2012-12-22 Stefan Fritschstyle fixes, add comment
2012-12-22 Eric Covenercaution about merging Location settings on top of direc...
2012-12-22 Guenter KnaufRemoved now obsolete function skip from NetWare
2012-12-22 Daniel GrunoStyle tweaks, no functional change.
2012-12-21 Eric Covenerxform
2012-12-21 Eric Covenerhint about API and module usage.
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-19 Guenter KnaufOn NetWare skip these unsupported function prototypes.
2012-12-18 Joe Orton* modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO.
2012-12-17 Guenter KnaufAdded a warning that these scripts leak information.
2012-12-17 Daniel Grunoxforms
2012-12-17 Daniel GrunoSome minor tweaks to the wording of the windows page.
2012-12-17 Daniel Grunoxforms
2012-12-17 Daniel GrunoThe ASF does not provide official binary packages for...
2012-12-17 Jim Jagielskiupdate xforms
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 Christophe... ab: add the possibility to define a socket timeout...
2012-12-17 Guenter KnaufFollow-up to r1422855 for NetWare and Windows.
2012-12-17 Jim Jagielskibackported
2012-12-17 Guenter KnaufAdded missing exports for NetWare.
2012-12-17 Jim Jagielskibackported
2012-12-17 Graham LeggettInstall cache_common.h as required by mod_cache.h....
2012-12-16 Stefan Fritschremove unnecessary cast
2012-12-16 Rainer JungXforms.
2012-12-16 Rainer JungBackported.
2012-12-16 Rainer JungAdd a version compatibility section to the
2012-12-16 Lucien GentisUpdates.
2012-12-16 Stefan Fritschuse ap_bin2hex() to simplify md5/sha1 code
2012-12-16 Stefan Fritschadd new ap_bin2hex() utility function
2012-12-16 Stefan Fritschremove unused variable
2012-12-16 Daniel Grunomod_lua: Fix unitialized variable in lua_ap_send_interi...
2012-12-15 Eric Covenerxforms
2012-12-15 Eric CovenerPR54308: aliasmatch ^/foo matches requests for ////foo
2012-12-15 Daniel Grunomod_lua: If a regex fails, return false plus an error...
2012-12-15 Eric Covenernot unique to leading slashes.
2012-12-15 Eric CovenerPR54307, Alias and leading slashes
2012-12-15 Lucien GentisUpdates.
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 Christophe... httxt2dbm: Correct length computation for the 'value...
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 JungBackported in r1420827.
2012-12-14 Rainer JungUse inherit_set to let the global server set
2012-12-14 Rainer Jungxforms.
2012-12-14 Jim Jagielskibe consistent
2012-12-14 Jim JagielskiAnticipate ordering for 2.4 backport
2012-12-14 Rainer JungFix use of trailing slashes in proxy
2012-12-14 Rainer JungArchaelogy.
2012-12-14 Rainer JungDrop pre-2.3 compatibility notes from trunk docs.
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 Gregg Lewis... Add note about _fixshebang target in comments
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-13 Guenter KnaufAdded copying of .swf CGI to Windows install target.
2012-12-12 Gregg Lewis... Fix various clone/edit and search/replace errors
2012-12-12 Rainer JungDocs xforms.
2012-12-12 Rainer JungDocs update concerning recent htpasswd and htdbm
2012-12-12 Rainer JungFix validation error.
2012-12-12 Rainer Junghtdbm:
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 Rainer JungFix typo dbd -> dbm and add htdbm
2012-12-11 Jim Jagielskirjung's suggestions...
2012-12-11 Nick KewPR 54269
2012-12-11 Rainer Jung- Remove backported items from CHANGES.
2012-12-10 Christophe... mod_proxy_balancer: It's totally unclear what Drn,...
2012-12-10 Christophe... Use 'apr_is_empty_table()' instead of testing against...
2012-12-10 Christophe... Avoid unnecessary %s substitution
2012-12-10 Christophe... cppCheck: same expression on both side of '|'.
next