summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a couple of grammar problemsJeff Trawick2013-08-011-2/+2
* Fixed some Windows warnings.Guenter Knauf2013-07-071-0/+4
* Avoid including apr_general.h.Guenter Knauf2013-07-041-2/+8
* Restore support for the AUTH_HANDLED return code in AUTHN providers,Eric Covener2013-07-032-2/+4
* Replace pre_htaccess hook with more flexible open_htaccess hookStefan Fritsch2013-07-022-8/+25
* factor out DEFAULT_HANDLER_NAMEEric Covener2013-06-262-1/+5
* *) core: merge AllowEncodedSlashes from the base configuration intoEric Covener2013-06-252-1/+4
* fix doc for ap_pregsub_ex() return codeJeff Trawick2013-06-211-1/+1
* make opaqueJim Jagielski2013-06-181-26/+3
* Fold in Eric Covener's socket callbackJim Jagielski2013-06-172-0/+30
* Added missing bump.Guenter Knauf2013-06-111-0/+2
* document paramsStefan Fritsch2013-06-091-0/+2
* Allow use of strtoul()Stefan Fritsch2013-06-091-6/+0
* Note the given functions will be available in APR.Graham Leggett2013-06-061-0/+17
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-142-1/+19
* mod_proxy, mod_proxy_http: Connection headers must be stripped on the wayGraham Leggett2013-05-131-1/+2
* Make AP_SERVER_ADD_STRING define-able from CFLAGS.Guenter Knauf2013-05-131-2/+4
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-072-1/+72
* core: Add the ability to do explicit matching on weak and strong ETagsGraham Leggett2013-05-062-1/+20
* * Minor bump as documented (missed in r1478140)Ruediger Pluem2013-05-041-1/+1
* mod_cache: Invalidate cached entities in response to RFC2616 SectionGraham Leggett2013-05-011-0/+1
* fix commentStefan Fritsch2013-04-271-1/+1
* core, mod_ssl: Lift the restriction that prevents mod_ssl takingGraham Leggett2013-04-222-1/+10
* mod_dav: Improve error handling in dav_method_put(), add newJeff Trawick2013-04-041-1/+2
* update w/ correct patch levelJim Jagielski2013-03-271-1/+1
* disable pool alloc poisoning if APR_POOL_DEBUG is enabled because it usesStefan Fritsch2013-03-221-1/+1
* Useful extensions...Jim Jagielski2013-03-192-0/+20
* Pull out duplicated code to proxy_util...Jim Jagielski2013-03-071-0/+2
* I do DECLAREJim Jagielski2013-03-051-19/+19
* PR54587: LDAP connections used for authn were not respecting Eric Covener2013-03-042-1/+4
* Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com>Jim Jagielski2013-03-011-0/+1
* And now make aware... compile/build again :)Jim Jagielski2013-03-011-2/+2
* Move skiplist to coreJim Jagielski2013-03-011-0/+105
* Correct some spelling.Graham Leggett2013-02-201-6/+6
* ProxyPassInherit directiveJim Jagielski2013-01-281-1/+2
* Add helper function to execute command w args and get one line of output. All...Daniel Ruggeri2013-01-151-0/+12
* Happy new year.Rainer Jung2013-01-051-1/+1
* Add some caching for password hash validation.Stefan Fritsch2013-01-012-1/+20
* Add an option to enforce stricter HTTP conformanceStefan Fritsch2012-12-303-1/+17
* extend description of r->hostnameStefan Fritsch2012-12-291-1/+3
* add some nonnull fn attributesStefan Fritsch2012-12-231-3/+6
* Change HttpProtocol to again only allow to enable/disable 0.9Stefan Fritsch2012-12-222-6/+9
* On NetWare skip these unsupported function prototypes.Guenter Knauf2012-12-191-2/+2
* add new ap_bin2hex() utility functionStefan Fritsch2012-12-162-1/+10
* Add LogLevelOverride directive that allows to override the loglevel forStefan Fritsch2012-12-082-1/+4
* Add some __attribute__ for automatic format checking.Christophe Jaillet2012-12-081-2/+2
* fixed types since MSVC doesnt have uint*_t.Gregg Lewis Smith2012-12-051-2/+2
* s/;;/;/Stefan Fritsch2012-11-181-1/+1
* add attribute nonnull to a few functionsStefan Fritsch2012-11-182-22/+57
* Give the opportunity to the compiler to compute at compile time the strlen of...Christophe Jaillet2012-11-141-1/+1