summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for loading DBD drivers as DSOs:jorton2007-01-306-57/+152
* * build.conf: Pick up private headers during dependency search.jorton2007-01-291-1/+1
* * LICENSE: Note license for LDAP code.jorton2007-01-291-0/+39
* Document that there are patches for Oracle DBD driver nowbojan2007-01-191-4/+3
* Introduce --with-oracle-include (use: e.g. Oracle Instant Client 10g)bojan2007-01-181-3/+35
* Update license headers.jerenkrantz2007-01-15123-742/+738
* Change to MSVC6's preferred syntaxwrowe2007-01-112-6/+6
* apr/build/cvtdsp.pl -mt logic for conditional post-link manifest processing.wrowe2007-01-112-4/+16
* Man - more bogus files.wrowe2007-01-090-0/+0
* * build/dbd.m4: Fix whitespace abuse in --help output.jorton2007-01-081-15/+11
* * build/ssl.m4, build/dbm.m4, build/dbd.m4: Fix whitespace abuse injorton2007-01-082-27/+22
* Rewrite expat detection to test for the presence of expat using thejorton2007-01-073-154/+98
* * Makefile.in (CLEAN_SUBDIRS): Add @APR_XML_DIR@ so clean andjorton2007-01-071-1/+1
* Add apr_thread_pool implementation.wrowe2007-01-044-0/+1067
* Detect libnnz10.so, required for Oracle XE 10.2 clientbojan2006-12-291-3/+24
* Avoid deadlocks between transactions by asking for a RESERVED lock right away.bojan2006-12-281-1/+1
* Add a README file, which currently just holds the crypto notice required byrooneg2006-12-241-0/+27
* Document list discussions about the potential DBD changesbojan2006-12-141-0/+9
* Versions 1.2.8/0.9.13 were released December 4, 2006bojan2006-12-141-2/+4
* When told to look for db45, actually like, invoke the correct md4 macro to se...pquerna2006-12-051-1/+1
* spelling fixtrawick2006-12-031-1/+1
* Remove the active server from the pollset before returning it's socket to the...pquerna2006-12-021-1/+1
* Reset the socket to blocking mode after connect() finishes.pquerna2006-12-021-0/+5
* Add support for Berkeley DB 4.5 to our configure scripts.rooneg2006-11-082-16/+50
* Allow apr_queue.h to be included before other APR headers. Previouslyrooneg2006-11-062-1/+5
* * include/apr_buckets.h: Update documentation for apr_brigade_split() andjorton2006-10-311-6/+14
* Fix some warnings.rooneg2006-10-101-3/+9
* Fix precedence problem in sdbm dbm back end.rooneg2006-10-092-2/+5
* * misc/apr_reslist.c (apr_reslist_acquired_count): Fix to match namejorton2006-09-181-1/+1
* Add an apr_reslist_acquired_count API for determining how many outstandingrooneg2006-09-133-0/+20
* Reviewing the documentation, it's quite clear expat2 requires the symbolwrowe2006-09-121-2/+2
* * build/apu-conf.m4jerenkrantz2006-08-311-1/+8
* Use the apr'ized (APR_MAX_IOVEC_SIZE) version of IOV_MAX rather than the plat...bnicholes2006-08-231-2/+2
* fix eol stylend2006-08-180-0/+0
* Retroactively bring the STATUS file up-to-date.maxb2006-08-061-4/+5
* Replace C++ style comments. No functional changes.pquerna2006-08-051-11/+12
* Add memcache multi-get support to apr_memcache.pquerna2006-08-052-0/+382
* When destructing a connection in the reslist, send "quit" to the memcache nod...pquerna2006-08-031-1/+18
* When there is any kind of error in the creation of the socket or the initial ...pquerna2006-08-031-2/+8
* Rollback 426711.jfclere2006-07-312-2/+0
* Add AJP for Tomcat for example.jfclere2006-07-282-0/+2
* Avoid crash when getting column names (by Keisuke Nishida)bojan2006-07-241-1/+1
* Fix an error pointed out by Brad Nicholes when closingdreid2006-07-181-2/+1
* First cut at an implementation of Winsock SSL for the NetWare platform.bnicholes2006-07-126-4/+301
* Prepared statement handling & params format patch for Oracle Driverniq2006-07-121-98/+60
* Account for win32 ldap, enum style identifiers on a one-off platformwrowe2006-07-061-0/+6
* Fix non-SSL build.dreid2006-06-244-9/+10
* - add echod and sockperf in ssl enabled versions for apr-utildreid2006-06-248-6/+506
* Correct copy/paste errors from file creationdreid2006-06-231-7/+1
* Add a function to change the requested poll events for an ssl socketdreid2006-06-234-53/+210