summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix iovec order and contents to align with the protocol document:mc-binary-protocol-devpquerna2007-07-111-14/+14
* Convert all flags, timeouts, and increment counts to and from network byte or...pquerna2007-07-111-4/+12
* Convert everything to network byte order.pquerna2007-07-111-3/+5
* Use sane values for the cmd enumpquerna2007-07-101-3/+3
* First rev of the work in progress support for a binary memcached protocol, as...pquerna2007-07-102-861/+268
* Create a development branch to track the binary protocol ideas in memcached.pquerna2007-07-100-0/+0
* added define APU_DBD_DRIVER_FMT to apu.h which sets the driver format to buil...fuankg2007-07-044-9/+9
* Solaris 2.8+ fdatasync is part of the Realtime Extensions library.davi2007-06-291-0/+1
* 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
* While extremely unlikely, its possible that a key hash could be zero. Mainta...pquerna2007-06-081-1/+1
* Make the server selection pluggable. This should be all that is needed to pl...pquerna2007-06-082-2/+37
* Allow apr_memcache to use a pure CRC32 hash fucntion for server selection. W...pquerna2007-06-082-2/+22
* Fix tests for new hash API.pquerna2007-06-081-1/+1
* Init the hash function and baton to NULL.pquerna2007-06-081-0/+2
* Make the hash calculation function used for server selection a plugable part ...pquerna2007-06-082-9/+40
* Add a set of test cases for apr_memcache.pquerna2007-06-084-2/+459
* Add additional stats fields to apr_memcache, added to memcached in version 1....pquerna2007-06-082-0/+18
* Footnotewrowe2007-06-041-0/+3
* Permit testdate.c to compile cleanly with -any- compiler.wrowe2007-05-311-69/+69
* Implement connection check function in Oracle DBD driver.bojan2007-05-221-4/+27
* Fix bug #42294bojan2007-05-111-1/+3
* Apply patch from bug #41250, by Chris Darrochbojan2007-05-101-8/+1
* newlinesnd2007-04-235-1449/+1449
* * misc/apr_thread_pool.c (apr_thread_pool_task_owner_get): Fix gccjorton2007-04-231-2/+4
* Fix the assert, which should only for preventing task from owner itselfwrowe2007-04-172-4/+34
* enabled static linking of dependent external libs.fuankg2007-04-084-9/+121
* some more minor makefile fixes.fuankg2007-04-062-2/+8
* fixed some typos.fuankg2007-04-062-6/+6
* added NetWare makefiles for DSO drivers.fuankg2007-04-065-0/+1331
* enable driver DSO build for NetWare.fuankg2007-04-061-1/+6
* enable driver DSO build for NetWare.fuankg2007-04-061-0/+2
* DBD documentation fixbojan2007-04-021-5/+5
* Add -lcrypto dependency to -lssl testmartin2007-03-301-4/+4
* Wrong function parameter list in the non-SSL casemartin2007-03-291-0/+1
* Remove the -1 return values from the openssl code.dreid2007-03-281-11/+16
* Explicity state what type of factory we are creating rather thandreid2007-03-287-13/+30
* Correct the doxygen blocks for the ssl code.dreid2007-03-282-11/+15
* * xml/apr_xml.c (elem_size, write_elem): Fix attribute namespacejorton2007-03-261-3/+6
* * dbd/apr_dbd.c (apr_dbd_get_driver): Ensure driver DSOs have the samejorton2007-03-221-0/+3
* fix some strange characters in the codebnicholes2007-03-141-1/+1
* Add the #define APR_LDAP_SIZELIMIT that is set appropriately forbnicholes2007-03-132-0/+35
* Commit #4,124 (okay, it just seems like that) for adding buffered flags tojerenkrantz2007-02-282-2/+1
* Justin dons a paper bag. Good grief.jerenkrantz2007-02-281-1/+1
* * dbm/sdbm/sdbm.c: Remove unused macros.jorton2007-02-281-4/+0
* * dbm/sdbm/dbm.c: Constify mask array.jorton2007-02-281-1/+1
* Only enable APR buffering if we aren't intending to write to the sdbm.jerenkrantz2007-02-281-1/+2
* Use buffered I/O with SDBM.jerenkrantz2007-02-282-1/+3
* Unify parsing of prepared statements in DBDbojan2007-02-179-800/+2154
* Fix a potential segfault.dreid2007-02-141-3/+4