summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Assorted corrections and bug fixes I had missed, as Unixwrowe2008-11-211-7/+5
* Introduce DBM DSO linkage.wrowe2008-11-211-4/+2
* Clean up dbm documentation and prepare for the next phasewrowe2008-11-211-5/+8
* APU_DSO_BUILD can never be publicly defined.wrowe2008-11-213-15/+31
* Now, revert r719466. Must quit using commit -m ""wrowe2008-11-213-11/+11
* replace missing commentwrowe2008-11-213-11/+11
* Move APU_HAVE_CRYPTO from private apu_config.h to public apu.h.minfrin2008-09-094-1/+12
* Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,minfrin2008-09-073-0/+870
* Expose the apr_dso_handle_t when calling apu_dso_load, so that theminfrin2008-09-071-2/+2
* Add API that allows to setup the cleanup order after the reslist was createdmturk2008-08-071-0/+20
* Export internal reslist_maint as public apr_reslist_maintainmturk2008-08-071-0/+6
* Implement resource list when threads are unavailable.bojan2008-07-281-4/+3
* Give MySQL DBD driver reconnect option.bojan2008-07-221-9/+10
* There is only one pool argument to apr_reslist_create().bojan2008-07-141-1/+0
* Need this placeholderwrowe2008-06-131-0/+1
* Make FreeTDS and ODBC drivers actually build.bojan2008-06-131-0/+2
* Be careful that files are committed in 'native' format, lest wewrowe2008-06-131-119/+119
* apr_dbd_odbc drivertdonovan2008-06-122-0/+121
* Deploy a win32 build schema to provide Makefile.winwrowe2008-05-301-0/+3
* Export the __fns array with an APU_MODULE_DECLARE_DATA,wrowe2008-05-303-0/+44
* Remaining changes to plug win32 into the dso schema.wrowe2008-05-291-1/+5
* Sync .h.in to .hw fileswrowe2008-05-294-9/+47
* * Introduce apr_brigade_split_ex. apr_brigade_split_ex allows to reuserpluem2008-05-281-0/+17
* Turn off the APU DSO functionality so that NetWare continues to build as a si...bnicholes2008-05-231-1/+1
* Clean all lingering maintainer mode emits, and drop apu_dso_init fromwrowe2008-05-231-0/+2
* Introduce an internal apu_dso API for loading modular components into thewrowe2008-05-224-0/+131
* Varargs demands APU_DECLARE_NONSTD since they cannot be passedwrowe2008-05-212-17/+22
* Add new APU_DECLARE_LDAP macro to wrap the private build of thesewrowe2008-05-216-29/+34
* Document that we count rows form 1 in DBD.bojan2008-05-181-2/+2
* * The idle thread timeout statistic was being incremented each time anwrowe2008-05-071-0/+55
* Add DTrace hooks to APR-Util's Hooks.pquerna2008-05-061-27/+67
* Wrapper for LDAP_SERVER_DOWN. where LDAP_UNAVAILABLE might occur instead.wrowe2008-05-023-0/+16
* Add support for OpenLDAP's ability to support a directory ofminfrin2008-05-011-0/+5
* Remove ssl/, test/ssl*, include/private/*ssl*, and revert r416919,jorton2008-04-154-597/+0
* Now that 1.3.x lives on /branches, this bumps to 1.4.0-devwrowe2008-04-141-1/+1
* Add a couple of options to apr_ldap_set_option (APR_LDAP_OPT_REFERALS,bnicholes2008-01-181-0/+10
* Declare these properly as apr-UTIL's exportswrowe2007-12-181-5/+5
* svn:eol-style = nativend2007-12-151-50/+50
* Make sure the rebind stuff only appears when LDAP is detected.minfrin2007-12-071-0/+7
* Add an LDAP rebind implementation so that authentication can beminfrin2007-12-072-0/+81
* Document FreeTDS DBD paramsbojan2007-11-301-0/+3
* Correct spelling.minfrin2007-11-241-2/+4
* Add clarifying documentation for buffer handling.minfrin2007-11-241-3/+12
* Expose the crypto init procedure in the API. Remove a strayminfrin2007-11-241-0/+12
* Drop the @fn declarations. Provide variable names in the functionminfrin2007-11-241-90/+34
* Add prototype for apu_ssl_recv() (eliminate a warning)martin2007-11-231-0/+1
* Expose the SSL EVP interface to encrypt and decrypt arbitraryminfrin2007-11-213-2/+214
* * crypto/apr_md5.c, include/apr_md5.h: Update to current jorton2007-11-151-6/+6
* Export apr_dbd_mutex_lock/unlock for the drivers to seebojan2007-11-121-2/+2
* enable dynamic dbd driver loading.fuankg2007-11-021-4/+14