| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 3 | -1/+5 |
* | Consistenly use apr_file_* API instead of libc when dumping config because | Stefan Fritsch | 2011-10-09 | 1 | -0/+4 |
* | Remove ap_proxy_removestr(). It has been unused for a decade and has quadratic | Stefan Fritsch | 2011-10-09 | 1 | -2/+3 |
* | re-add "extern" accidentally removed by r1179448 | Stefan Fritsch | 2011-10-06 | 1 | -1/+1 |
* | Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith | Stefan Fritsch | 2011-10-05 | 2 | -2/+3 |
* | Remove trailing comma on last enum member for authz_status | Paul Querna | 2011-09-30 | 1 | -1/+1 |
* | Some varbuf enhancements: | Stefan Fritsch | 2011-09-26 | 2 | -2/+39 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 16 | -406/+406 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 26 | -343/+343 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 3 | -1/+43 |
* | Fix cut'n'paste errors: APR_DECLARE -> AP_DECLARE | Stefan Fritsch | 2011-09-16 | 1 | -2/+2 |
* | Create wrapper API for apr_random; | Stefan Fritsch | 2011-09-15 | 3 | -1/+25 |
* | Add in MaxRangeOverlaps and MaxRangeReversals to accomodate | Jim Jagielski | 2011-09-12 | 2 | -4/+9 |
* | unixfy | William A. Rowe Jr | 2011-09-12 | 1 | -1/+1 |
* | RM warning text | William A. Rowe Jr | 2011-09-12 | 1 | -0/+2 |
* | typo in comment | Eric Covener | 2011-09-08 | 1 | -1/+1 |
* | refactor to pull setting of Accept-Ranges header into http_protocol.c which | Eric Covener | 2011-09-08 | 2 | -1/+9 |
* | take care of some MaxRanges feedback: | Eric Covener | 2011-09-07 | 1 | -1/+5 |
* | add MaxRanges directive institute a default limit of 200 (post-merge where | Eric Covener | 2011-08-28 | 2 | -1/+5 |
* | Actually commit the header added in r1157354 | Stefan Fritsch | 2011-08-13 | 1 | -0/+127 |
* | Add ap_varbuf API for resizable buffers. | Stefan Fritsch | 2011-08-13 | 1 | -1/+2 |
* | mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurable | Eric Covener | 2011-08-11 | 2 | -1/+4 |
* | cleanups related to new AllowOverrideList functionality: | Stefan Fritsch | 2011-08-03 | 2 | -1/+3 |
* | And we are at 2.3.15-dev | Jim Jagielski | 2011-08-01 | 1 | -2/+2 |
* | Get ready to tag 2.3.14 | Jim Jagielski | 2011-08-01 | 1 | -1/+1 |
* | Add AllowOverrideList directive and documentation | Daniel Ruggeri | 2011-07-28 | 4 | -1/+15 |
* | Document the weird semantics of ap_find_command_in_modules() | Stefan Fritsch | 2011-07-26 | 1 | -3/+6 |
* | * Make trunk compile with APR trunk again (without LDAP support of course), by | Ruediger Pluem | 2011-07-25 | 1 | -5/+11 |
* | Add change log entry, bump MMN | Stefan Fritsch | 2011-07-23 | 1 | -2/+3 |
* | Revert r1129808: | Stefan Fritsch | 2011-07-23 | 8 | -1152/+9 |
* | Revert r1129886: | Stefan Fritsch | 2011-07-23 | 6 | -44/+61 |
* | Revert r1129891: | Stefan Fritsch | 2011-07-23 | 2 | -44/+2 |
* | Revert r1131393: | Stefan Fritsch | 2011-07-23 | 6 | -21/+24 |
* | Revert r1140069: | Stefan Fritsch | 2011-07-23 | 6 | -46/+80 |
* | Revert r1143221: | Stefan Fritsch | 2011-07-23 | 1 | -1/+1 |
* | Revert r1143225: | Stefan Fritsch | 2011-07-23 | 1 | -0/+6 |
* | Add more (trace) logging to the ap_scan_script_header*() functions | Stefan Fritsch | 2011-07-16 | 2 | -2/+76 |
* | fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it | Jeff Trawick | 2011-07-14 | 1 | -1/+1 |
* | Removed define which is now in ap_ldap.h. | Guenter Knauf | 2011-07-06 | 1 | -6/+0 |
* | No tabs please. | Guenter Knauf | 2011-07-06 | 1 | -1/+1 |
* | Fix build failure without HAVE_SYSLOG, e.g. on Netware | Stefan Fritsch | 2011-07-03 | 1 | -2/+1 |
* | Add string valued expressions to ap_expr, do some API cleanup | Stefan Fritsch | 2011-07-02 | 2 | -13/+69 |
* | And roll on to 2.3.14 | Jim Jagielski | 2011-06-28 | 1 | -2/+2 |
* | Get ready to tag as 2.3.13-beta | Jim Jagielski | 2011-06-28 | 1 | -1/+1 |
* | Use APR_INLINE instead of inline, to support pre-C99 compilers | Stefan Fritsch | 2011-06-27 | 1 | -1/+1 |
* | Fix load order dependencies in LDAP code by switching to use of APR | Joe Orton | 2011-06-27 | 6 | -80/+46 |
* | dox fix | Stefan Fritsch | 2011-06-25 | 1 | -0/+1 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 2 | -1/+8 |
* | Some improvements for handling of many connections for MPM event: | Stefan Fritsch | 2011-06-19 | 4 | -5/+20 |
* | Introduce new function ap_get_conn_socket() to access the socket of | Stefan Fritsch | 2011-06-13 | 2 | -1/+9 |