summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Effective with the last binary compatible 1.x releases, apr-util becomes partHEADmasterwrowe2010-10-052-0/+14
| | | | | | | | | | | of apr itself. To find version 2.0 apr-util functionality see; http://svn.apache.org/repos/asf/apr/apr/trunk http://svn.apache.org/viewvc/apr/apr/trunk (ViewCV browsable interface) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@1004713 13f79535-47bb-0310-9956-ffa450edef68
* Create 'a trunk' to explain things as nick suggestswrowe2010-10-05235-74517/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@1004712 13f79535-47bb-0310-9956-ffa450edef68
* apr_queue_trypush() doesn't block if the queue is full.bojan2009-06-141-3/+3
| | | | | | Patch by Neil Conway <nrc cs.berkeley.edu>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@784519 13f79535-47bb-0310-9956-ffa450edef68
* Merge r780410 from trunk:rpluem2009-06-021-7/+9
| | | | | | | | | | * Ensure that the in list in the for loop contains at least one argument as some shell puke if this is empty. Submitted by: rpluem git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@781139 13f79535-47bb-0310-9956-ffa450edef68
* It's not safe to ask an SDK that doesn't define LDAP_DEFAULT_LIMIT tocovener2009-03-083-8/+21
| | | | | | | | | | | | use -1, because it might put it on the wire as an unsigned int. We previously special-cased this for the MSSDK, but it needs to be more general. PR23356 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@751456 13f79535-47bb-0310-9956-ffa450edef68
* * The " causes the result to be double " which causes errors in the finalrpluem2009-03-061-1/+1
| | | | | | | configure scripts. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@751108 13f79535-47bb-0310-9956-ffa450edef68
* Clean up ODBC types. Warnings seen when compiling packages for Fedora 11.bojan2009-02-251-17/+26
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@747630 13f79535-47bb-0310-9956-ffa450edef68
* Use of my_init() requires my_global.h and my_sys.h.bojan2009-02-252-4/+26
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@747623 13f79535-47bb-0310-9956-ffa450edef68
* Correct FreeTDS header detection.bojan2009-02-241-3/+12
| | | | | | | Don't look for the second header if we have one already. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@747612 13f79535-47bb-0310-9956-ffa450edef68
* Fix apr_memcache_multgetp memory corruption and incorrect error handling.bojan2009-02-212-15/+43
| | | | | | | | Patch by Sami Tolvanen <sami.tolvanen mywot.com>. PR 46588. Sync CHANGES file from 1.4.x. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@746592 13f79535-47bb-0310-9956-ffa450edef68
* Fix memcache memory leak with persistent connections.bojan2009-02-201-10/+29
| | | | | | | Patch by Sami Tolvanen <sami.tolvanen mywot.com>. PR 46482. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@746075 13f79535-47bb-0310-9956-ffa450edef68
* Include all LDAP documentation.bojan2009-02-194-7/+19
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@745771 13f79535-47bb-0310-9956-ffa450edef68
* Add Oracle 11 support.bojan2009-02-131-4/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@744009 13f79535-47bb-0310-9956-ffa450edef68
* Do not crash if process is NULL.bojan2009-02-131-3/+7
| | | | | | | Do not print diagnostics to stderr (APU DBD operates silently). Do not allow driver to exit the process (always return INT_CANCEL on error). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@743986 13f79535-47bb-0310-9956-ffa450edef68
* Many ports managers install libtool 1.x as libtool1 now sincejim2009-02-091-1/+1
| | | | | | | the release of libtool 2.x git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@742753 13f79535-47bb-0310-9956-ffa450edef68
* sync with 1.3.x and 1.4.x branchestrawick2009-02-091-11/+14
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@742659 13f79535-47bb-0310-9956-ffa450edef68
* Fix a problem reporting the lber library from apu-N-config.trawick2009-02-052-1/+3
| | | | | | | | It wouldn't be reported if you override the default ldap library name using --with-ldap=FOO. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@741150 13f79535-47bb-0310-9956-ffa450edef68
* Allow the name of the lber library to be specified.trawick2009-01-262-3/+17
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@737754 13f79535-47bb-0310-9956-ffa450edef68
* Support ldap library names with non-alphanumeric characters, suchtrawick2009-01-262-2/+8
| | | | | | | as libldap-2.4.so. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@737705 13f79535-47bb-0310-9956-ffa450edef68
* Correct documentation of apr_uri_parse() and add a testcovener2009-01-072-1/+5
| | | | | | | | | | | | for the current and agreed-upon behavior. PR44761 Reported by: Lieven Govaerts <lgo mobsol.be> Contributed by: Dan Poirier <poirier pobox.com> Reviewed by: covener git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@732476 13f79535-47bb-0310-9956-ffa450edef68
* * Trunk is now 2.0.0.rpluem2009-01-071-0/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@732475 13f79535-47bb-0310-9956-ffa450edef68
* * Do not include apr.h and apr_errno.h from system search path in apu_errno.h.rpluem2009-01-072-2/+5
| | | | | | | | | PR: 46487 Submitted by: Rainer Jung <rainer.jung kippdata.de> Reviewed by: rpluem git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@732470 13f79535-47bb-0310-9956-ffa450edef68
* Fix a buffer overrun and password matching for SHA passwords.bojan2009-01-051-4/+0
| | | | | | | PR 45679. Patch by Ben Noordhuis <bnoordhuis gmail.com>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731413 13f79535-47bb-0310-9956-ffa450edef68
* Fix the saving of the old LIBS, CPPFLAGS and LDFLAGS when OpenSSLminfrin2009-01-042-8/+12
| | | | | | | and NSS are detected. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731379 13f79535-47bb-0310-9956-ffa450edef68
* We are now at version 2.minfrin2009-01-041-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731297 13f79535-47bb-0310-9956-ffa450edef68
* Add optional dbm, openssl and nss subpackages to the RPM spec file.minfrin2009-01-042-0/+43
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731293 13f79535-47bb-0310-9956-ffa450edef68
* apr_crypto_nss: Oh that it was this easy. Use pgk-config to findminfrin2009-01-043-24/+20
| | | | | | | NSS where possible. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731291 13f79535-47bb-0310-9956-ffa450edef68
* apr_crypto_nss: The nss.h header file could be in nss or nss3, theminfrin2009-01-043-3/+23
| | | | | | | prerror.h header file could be in nspr4. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731236 13f79535-47bb-0310-9956-ffa450edef68
* apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.hminfrin2009-01-043-3/+12
| | | | | | | or sybdb.h. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731225 13f79535-47bb-0310-9956-ffa450edef68
* require apr 2 - might want to review other libs (expat 2.0 baseline, anyone?)wrowe2009-01-031-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731059 13f79535-47bb-0310-9956-ffa450edef68
* we are at 2.0.0-dev on trunkwrowe2009-01-031-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731057 13f79535-47bb-0310-9956-ffa450edef68
* point at current branches, fix version recordswrowe2009-01-031-1/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731055 13f79535-47bb-0310-9956-ffa450edef68
* Fix a bogus initialisation of the IV size in the NSS crypto driver.minfrin2009-01-032-2/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731034 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that the underlying result code during driver initialisationminfrin2009-01-035-5/+13
| | | | | | | is exposed to the caller. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731033 13f79535-47bb-0310-9956-ffa450edef68
* Provide a mechanism to provide the recommended crypto driver tominfrin2009-01-032-0/+22
| | | | | | | calling application. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@731027 13f79535-47bb-0310-9956-ffa450edef68
* Text. if you play in svn, please use a sane ~/.subversion/configwrowe2008-12-210-0/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@728502 13f79535-47bb-0310-9956-ffa450edef68
* Add --enable-dtrace to configure, to trigger the existing dtrace code.pquerna2008-12-051-0/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@723601 13f79535-47bb-0310-9956-ffa450edef68
* Turn off the DSO build for netware and revert the previous changes that ↵bnicholes2008-11-253-9/+2
| | | | | | tried to make it work. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720558 13f79535-47bb-0310-9956-ffa450edef68
* Clarify the behaviour of the apr_bucket_read() and apr_brigade_write()minfrin2008-11-251-12/+77
| | | | | | | functions to lift some of the mystery surrounding how they work. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720374 13f79535-47bb-0310-9956-ffa450edef68
* Fix apu_dso_load() for netware. Make sure that the search for the apr ↵bnicholes2008-11-252-2/+7
| | | | | | global memory pool doesn't search forever since netware doesn't have a single global memory pool per process. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720364 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_ldap_stub.c to the netware buildbnicholes2008-11-241-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720247 13f79535-47bb-0310-9956-ffa450edef68
* My closest approximation of what the dbm hack for the Netwarewrowe2008-11-244-1/+850
| | | | | | | | build aught to look like. Could be way off, certainly about the naming conventions. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720099 13f79535-47bb-0310-9956-ffa450edef68
* Win32 build schema for DBM_LIST, at the moment including onlywrowe2008-11-246-0/+528
| | | | | | | | | | berkeley (db) and gdbm. Unsure of the lib binding for gdbm, so substituted libgdbm.lib for that library name. Overlaps the load baseaddr's of dbd_freetds (duplicates dbd_odbc) and dbd_sqlite2 (dbd_sqlite3 is the expected implementation). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@720090 13f79535-47bb-0310-9956-ffa450edef68
* damned notepad. thank goodness for windiffwrowe2008-11-211-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719542 13f79535-47bb-0310-9956-ffa450edef68
* I trust all of these are backported (right? I hope? please verifywrowe2008-11-211-30/+5
| | | | | | your own patches!) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719541 13f79535-47bb-0310-9956-ffa450edef68
* Add 1.3 series changes, about to resync. Please move thingswrowe2008-11-211-0/+54
| | | | | | | down when they are backported? git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719540 13f79535-47bb-0310-9956-ffa450edef68
* Assorted corrections and bug fixes I had missed, as Unixwrowe2008-11-216-24/+31
| | | | | | | | was picking up an odd path through the dbm source files. Tests now pass (linux x86 for sdbm/gdbm/db4). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719533 13f79535-47bb-0310-9956-ffa450edef68
* Fix if/ifdef confusion.wrowe2008-11-211-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719520 13f79535-47bb-0310-9956-ffa450edef68
* Prepare to invoke all available tests; we obviously needwrowe2008-11-212-1/+11
| | | | | | | | a DB open in these cases. Perhaps a standardized naming convention of apu_dbd_test or something? git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719512 13f79535-47bb-0310-9956-ffa450edef68
* Introduce DBM DSO linkage.wrowe2008-11-219-79/+189
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@719504 13f79535-47bb-0310-9956-ffa450edef68