summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* remove trailing comma from enum listtrawick2007-10-291-1/+1
* Correctly doc apr_base64_decode_len.wrowe2007-10-281-2/+3
* size'edness issues in sdbm, which is limited to int'swrowe2007-10-231-0/+1
* Un-'fix' r585381; give the const'ness to include/apr_memcache.hwrowe2007-10-221-5/+5
* for now now DSO drivers without hacking the header.fuankg2007-10-221-10/+0
* make database defines setable from makefile.fuankg2007-10-221-0/+10
* Added apu_config.hnw (fix for r586260).fuankg2007-10-221-0/+50
* Serious namespace violations here; make consistent to apr.h.inwrowe2007-10-191-20/+19
* Make consistent to unixwrowe2007-10-191-22/+21
* For a 10 or 50 line block, this is pretty.wrowe2007-10-191-1/+1
* Language fixbojan2007-10-191-1/+1
* Add group parameter to MySQL driverbojan2007-10-191-7/+9
* detabwrowe2007-10-181-4/+4
* Wrong place to include, this comes from apu_wantwrowe2007-10-181-4/+0
* Fix comment, that was illegible.wrowe2007-10-181-1/+1
* HUGE violation of best practices, when you install a headerwrowe2007-10-181-13/+9
* Sync to apr_ldap.h.inwrowe2007-10-181-0/+7
* Un-UTF8 this filewrowe2007-10-181-1/+1
* A declare macro has a scope of ONE LIBRARY ONLY.wrowe2007-10-171-22/+22
* Support Tivoli ITDS LDAP client library, without SSL supporttrawick2007-07-311-0/+5
* Fix typos, grammar and consistency of apr_thread_pool docs.davi2007-07-221-25/+24
* Public APR-UTIL functions are declared with APU_DECLARE(), not APR_DECLARE().davi2007-07-221-43/+31
* Make apr_brigade_length() always update the length parameter. In case of adavi2007-07-211-2/+3
* added check for newer NDKs which use now correctly 'const char*' with iconv.fuankg2007-07-181-0/+8
* reverted r553027;fuankg2007-07-103-6/+0
* added define APU_DBD_DRIVER_FMT to apu.h which sets the driver format to buil...fuankg2007-07-043-0/+6
* Put Thread Pool routines in their own Doxygen groupbojan2007-06-241-0/+8
* s/memcahce/memcache/. Fix spelling of memcache on the function prototypes.pquerna2007-06-121-4/+4
* Make the server selection pluggable. This should be all that is needed to pl...pquerna2007-06-081-2/+23
* Allow apr_memcache to use a pure CRC32 hash fucntion for server selection. W...pquerna2007-06-081-0/+10
* Make the hash calculation function used for server selection a plugable part ...pquerna2007-06-081-1/+18
* Add additional stats fields to apr_memcache, added to memcached in version 1....pquerna2007-06-081-0/+7
* Fix the assert, which should only for preventing task from owner itselfwrowe2007-04-171-0/+9
* DBD documentation fixbojan2007-04-021-5/+5
* Explicity state what type of factory we are creating rather thandreid2007-03-282-8/+17
* Correct the doxygen blocks for the ssl code.dreid2007-03-282-11/+15
* Add the #define APR_LDAP_SIZELIMIT that is set appropriately forbnicholes2007-03-131-0/+24
* Unify parsing of prepared statements in DBDbojan2007-02-172-14/+208
* Update license headers.jerenkrantz2007-01-1543-260/+258
* Add apr_thread_pool implementation.wrowe2007-01-041-0/+240
* Allow apr_queue.h to be included before other APR headers. Previouslyrooneg2006-11-061-1/+2
* * include/apr_buckets.h: Update documentation for apr_brigade_split() andjorton2006-10-311-6/+14
* Add an apr_reslist_acquired_count API for determining how many outstandingrooneg2006-09-131-0/+6
* Add memcache multi-get support to apr_memcache.pquerna2006-08-051-0/+41
* Rollback 426711.jfclere2006-07-311-1/+0
* Add AJP for Tomcat for example.jfclere2006-07-281-0/+1
* First cut at an implementation of Winsock SSL for the NetWare platform.bnicholes2006-07-123-3/+48
* Account for win32 ldap, enum style identifiers on a one-off platformwrowe2006-07-061-0/+6
* Add a function to change the requested poll events for an ssl socketdreid2006-06-232-6/+18
* Add basis of pollset support.dreid2006-06-232-4/+29