summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Dowxygen correctionsdreid2006-06-231-4/+4
* - add apr_ssl_library_name()dreid2006-06-222-0/+15
* - trim some long linesdreid2006-06-223-0/+14
* Docs drop for the ssl codedreid2006-06-201-6/+123
* - remove symbols with '_' as first characterdreid2006-06-203-16/+23
* First dump of some ssl sockets code. This follows the methodology of thedreid2006-06-203-0/+185
* Implement DBD transaction modesbojan2006-06-142-6/+59
* Fix a typo and add an #error condition if the security codes are not supportedbnicholes2006-06-052-1/+4
* Since no all LDAP SDKs support the LDAP_SECURITY_ERROR macro, define the comm...bnicholes2006-06-051-0/+21
* Clarify that field size relates to prepared statements only.bojan2006-06-041-1/+2
* Document new connection key/value pairs for MySQL driver.bojan2006-06-041-3/+6
* Revert because of veto.mturk2006-05-311-4/+2
* Allow external override for XLATE support.mturk2006-05-311-2/+4
* Improve APU DBD documentation.bojan2006-05-151-6/+29
* * include/apr_ldap.h.in: For OpenLDAP, before including <ldap.h>,jorton2006-04-061-0/+6
* Commit the b**** API for get_name, dammit!niq2006-04-011-0/+11
* Add support for column name, and protectionniq2006-03-311-0/+8
* * include/apr_dbd.h: Add some necessary includes so that this file can berooneg2006-03-301-0/+3
* Place the DBD doxygen docs in a module.rooneg2006-02-101-0/+12
* Fix declarations in apr_uri API.niq2005-12-281-7/+7
* Update general build stuffniq2005-11-171-0/+1
* apr_thread_mutex_t is only defined if APR_HAS_THREADS.jfclere2005-11-041-0/+2
* For consistency as well as so that the NetWare export list AWK script can fin...bnicholes2005-10-281-81/+65
* Use apr_size_t for referencing data lengths.pquerna2005-10-281-3/+3
* Use apr_size_t instead of apr_uint32_t in several places.pquerna2005-10-281-1/+1
* Import apr_memcache trunk to APR-Util.pquerna2005-10-281-0/+366
* remove apr_dbd_reset from the header file as well - it breaks the current httpdnd2005-10-151-10/+0
* Undo revision 321121 (reset doesn't do anything useful enoughniq2005-10-141-7/+0
* Shut up compiler warningsniq2005-10-141-2/+2
* Add reset function (TBImpl) to apr_dbd APIniq2005-10-142-0/+16
* Make dbd thread mutex available to DBD driversniq2005-10-141-0/+3
* * include/apr_buckets.h (apr_brigade_partition): Document the returnjorton2005-09-201-0/+4
* Remove C++-style comment to fix breakage withtrawick2005-08-221-1/+0
* APR-Util rolls on to 1.3.0-devpquerna2005-08-141-1/+1
* * include/private/apr_dbd_internal.h: Include system header witn <>, not "".brane2005-08-111-1/+2
* Add const-ness to apr_dbd_driver_t pointersniq2005-08-111-22/+22
* #include <stdarg.h> so it compiles OK with va_list argsniq2005-08-111-0/+1
* * include/private/apr_dbd_internal.h: Include public header; removejorton2005-08-112-13/+4
* Be a bit more correct in our handling of varargs in the DBD code.rooneg2005-08-111-4/+4
* Remove conditional include from apr_dbd.h.niq2005-08-102-3/+2
* Move apr_dbd private .h to where builds workniq2005-08-091-0/+262
* Fix it to forward-declare apr_dbd_driver_t for clientsniq2005-08-091-0/+1
* Revise apr_dbd to hide driver struct from public APIniq2005-08-091-304/+34