summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-093-1/+5
* Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch2011-10-091-0/+4
* Remove ap_proxy_removestr(). It has been unused for a decade and has quadraticStefan Fritsch2011-10-091-2/+3
* re-add "extern" accidentally removed by r1179448Stefan Fritsch2011-10-061-1/+1
* Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch2011-10-052-2/+3
* Remove trailing comma on last enum member for authz_statusPaul Querna2011-09-301-1/+1
* Some varbuf enhancements:Stefan Fritsch2011-09-262-2/+39
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-2316-406/+406
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-2326-343/+343
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-193-1/+43
* Fix cut'n'paste errors: APR_DECLARE -> AP_DECLAREStefan Fritsch2011-09-161-2/+2
* Create wrapper API for apr_random;Stefan Fritsch2011-09-153-1/+25
* Add in MaxRangeOverlaps and MaxRangeReversals to accomodateJim Jagielski2011-09-122-4/+9
* unixfyWilliam A. Rowe Jr2011-09-121-1/+1
* RM warning textWilliam A. Rowe Jr2011-09-121-0/+2
* typo in commentEric Covener2011-09-081-1/+1
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-082-1/+9
* take care of some MaxRanges feedback:Eric Covener2011-09-071-1/+5
* add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener2011-08-282-1/+5
* Actually commit the header added in r1157354Stefan Fritsch2011-08-131-0/+127
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-131-1/+2
* mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurableEric Covener2011-08-112-1/+4
* cleanups related to new AllowOverrideList functionality:Stefan Fritsch2011-08-032-1/+3
* And we are at 2.3.15-devJim Jagielski2011-08-011-2/+2
* Get ready to tag 2.3.14Jim Jagielski2011-08-011-1/+1
* Add AllowOverrideList directive and documentationDaniel Ruggeri2011-07-284-1/+15
* Document the weird semantics of ap_find_command_in_modules()Stefan Fritsch2011-07-261-3/+6
* * Make trunk compile with APR trunk again (without LDAP support of course), byRuediger Pluem2011-07-251-5/+11
* Add change log entry, bump MMNStefan Fritsch2011-07-231-2/+3
* Revert r1129808:Stefan Fritsch2011-07-238-1152/+9
* Revert r1129886:Stefan Fritsch2011-07-236-44/+61
* Revert r1129891:Stefan Fritsch2011-07-232-44/+2
* Revert r1131393:Stefan Fritsch2011-07-236-21/+24
* Revert r1140069:Stefan Fritsch2011-07-236-46/+80
* Revert r1143221:Stefan Fritsch2011-07-231-1/+1
* Revert r1143225:Stefan Fritsch2011-07-231-0/+6
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-162-2/+76
* fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use itJeff Trawick2011-07-141-1/+1
* Removed define which is now in ap_ldap.h.Guenter Knauf2011-07-061-6/+0
* No tabs please.Guenter Knauf2011-07-061-1/+1
* Fix build failure without HAVE_SYSLOG, e.g. on NetwareStefan Fritsch2011-07-031-2/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-022-13/+69
* And roll on to 2.3.14Jim Jagielski2011-06-281-2/+2
* Get ready to tag as 2.3.13-betaJim Jagielski2011-06-281-1/+1
* Use APR_INLINE instead of inline, to support pre-C99 compilersStefan Fritsch2011-06-271-1/+1
* Fix load order dependencies in LDAP code by switching to use of APRJoe Orton2011-06-276-80/+46
* dox fixStefan Fritsch2011-06-251-0/+1
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-222-1/+8
* Some improvements for handling of many connections for MPM event:Stefan Fritsch2011-06-194-5/+20
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-132-1/+9