summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up dbm documentation and prepare for the next phasewrowe2008-11-211-5/+8
* APU_DSO_BUILD can never be publicly defined.wrowe2008-11-2115-43/+64
* Ensure APU_DSO_BUILD on Unix is always defined, and binary [0 or 1]wrowe2008-11-211-6/+15
* replace missing comment lost in r719466wrowe2008-11-211-0/+1
* Now, revert r719466. Must quit using commit -m ""wrowe2008-11-2111-189/+85
* replace missing commentwrowe2008-11-2111-85/+189
* Avert setting APU_DSO_BUILD if APR_HAS_DSO is false.wrowe2008-11-211-2/+4
* This was a complete mess; the correct answer is that the entire filewrowe2008-11-211-15/+9
* Remove redundant and wrongly structured code, *driver would notwrowe2008-11-211-14/+9
* * hooks/apr_hooks.cpquerna2008-11-031-0/+4
* * misc/apr_thread_pool.cpquerna2008-10-301-12/+15
* dbd odbc driver - don't segfault when params is NULL.tdonovan2008-10-241-15/+52
* Suppress pgsql column-out-of-range warningniq2008-10-152-1/+9
* Remove the len offset from apr_crypto_block_encrypt, it is a holdover from pr...minfrin2008-09-101-1/+1
* Move APU_HAVE_CRYPTO from private apu_config.h to public apu.h.minfrin2008-09-096-6/+18
* Ignore testxmldummy* files generated by the testxml test.minfrin2008-09-070-0/+0
* Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unitminfrin2008-09-0712-6/+2356
* Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,minfrin2008-09-075-0/+1316
* Expose the apr_dso_handle_t when calling apu_dso_load, so that theminfrin2008-09-075-9/+20
* Fix a segfault in the DBD testcase when the DBD modules were not present.minfrin2008-09-062-7/+22
* Update the RPM spec file to depend on the bzip2 binary instead of the gzipminfrin2008-08-301-7/+92
* Static builds require linking against odbc stillwrowe2008-08-151-2/+5
* Use of pre_cleanups is not the default for reslists.bojan2008-08-071-0/+2
* Add API that allows to setup the cleanup order after the reslist was createdmturk2008-08-072-0/+31
* Use default pool cleanup order for reslist create.mturk2008-08-071-8/+2
* Export internal reslist_maint as public apr_reslist_maintainmturk2008-08-072-3/+9
* Oops. Fix copy/paste typomturk2008-08-071-1/+1
* Destroy already created resources if create failsmturk2008-08-071-0/+3
* Revert r683191. Any blocking code should be done before invalidate to deal wi...mturk2008-08-071-2/+1
* Do not serialize destructor calls.mturk2008-08-061-1/+2
* Document that single threaded reslist fix is PR 24325.bojan2008-07-281-1/+1
* Implement resource list when threads are unavailable.bojan2008-07-283-8/+63
* Better enforce reslist limits.bojan2008-07-281-1/+2
* Avoid compiler warning of unused mc_conn_destruct().bojan2008-07-271-0/+2
* Fix parsing of rusage in stats data.bojan2008-07-251-5/+1
* Round out 675817 by avoiding a skip of a 'special' last elementwrowe2008-07-231-0/+4
* Document MySQL DBD driver change.bojan2008-07-221-0/+3
* Give MySQL DBD driver reconnect option.bojan2008-07-222-9/+16
* Fix missing $.bojan2008-07-211-1/+1
* Close memory leak.bojan2008-07-201-0/+2
* * apr_pool_pre_cleanup_register has no child_cleanup parameterrpluem2008-07-171-2/+1
* Use apr_pool_pre_cleanup_register for reslist cleanupmturk2008-07-171-2/+9
* Unlock list mutex before destroying it.bojan2008-07-151-0/+1
* There is only one pool argument to apr_reslist_create().bojan2008-07-141-1/+0
* When searching for DSOs, look in apr-util-APU_MAJOR_VERSION subdirectorybojan2008-07-112-0/+17
* Fix build with LDAP on FreeBSD.bojan2008-07-081-0/+10
* Fix build failure when --disable-util-dso is used.bojan2008-07-071-0/+2
* Detection of PostgreSQL may fail if LIBS contains all libs returned bybojan2008-07-022-12/+63
* Document PostgreSQL row counting fix.bojan2008-06-301-0/+3
* DBD rows are counted from one, but in PostgreSQL they start from zero.bojan2008-06-301-2/+2