summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* APR-Util equivalent of trunk r1530988:trawick2013-10-111-4/+2
| | | | | | | | Axe redundancy with specification of generated .h files as a dependency of the various binaries. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1531289 13f79535-47bb-0310-9956-ffa450edef68
* Merge the APR-Util bits of r1523604 from trunk:trawick2013-10-112-8/+46
| | | | | | | | | | | | | | | | Support building test suite against either static or dynamic libs. (Requiring separate builds is ugly, but so is creating a more complex directory structure or naming convention in the build directory and possibly having to modify test program source to find child programs.) Add running the test suite to the build system. (Using the "NMake Makefiles" generator, use "nmake test" to run silently, with output logged to some files, or "nmake check" to run with test output logged to the console.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1531275 13f79535-47bb-0310-9956-ffa450edef68
* Merge the APR-Util portion of r1523479 from trunk:trawick2013-10-101-1/+0
| | | | | | | testpass doesn't use assert(), so don't include <assert.h>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1531106 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1531009 from trunk:trawick2013-10-101-8/+8
| | | | | | | | | | | doc improvements for brigade insertion macros PR: 55115 Submitted by: Mike Rumph <mike.rumph oracle.com> Reviewed by: trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1531010 13f79535-47bb-0310-9956-ffa450edef68
* Follow-up to r1528827:trawick2013-10-091-3/+0
| | | | | | | Remove inadvertent merge of an unrelated CHANGES entry. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1530600 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1529554 from trunk:trawick2013-10-064-3/+6
| | | | | | | | | | APR DSOs have .dll extension on Cygwin too. PR: 55587 Submitted by: Carlo Bramini <carlo.bramix libero.it> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1529675 13f79535-47bb-0310-9956-ffa450edef68
* fix crash introduced in r1484271rjung2013-10-031-1/+1
| | | | | | | Backport of r1493715 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1528857 13f79535-47bb-0310-9956-ffa450edef68
* Fix doc errors in APR header files.rjung2013-10-035-12/+19
| | | | | | | | | | PR: 55133 Submitted by: Mike Rumph <mike.rumph oracle.com> Backport of r1496407 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1528854 13f79535-47bb-0310-9956-ffa450edef68
* Fix configure help message for Berkeley DB 6.rjung2013-10-031-1/+1
| | | | | | | | | Addon to r1495887 (trunk) resp. r1528827 (1.5.x). Backport of r1495889 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1528839 13f79535-47bb-0310-9956-ffa450edef68
* Add support for Berkeley DB 6.0.rjung2013-10-032-4/+10
| | | | | | | Backport of r1495887 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1528827 13f79535-47bb-0310-9956-ffa450edef68
* essentially from trunk r1522649:trawick2013-09-122-5/+7
| | | | | | | | | | set binary attributes for dlls via libaprutil.rc Trunk's libapr.rc is missing APR-util's DLL_NAME switch, and the cmake build there doesn't set it. (To be fixed later...) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1522658 13f79535-47bb-0310-9956-ffa450edef68
* mostly from trunk r1521957: install .pdb files unless requested otherwise, ↵trawick2013-09-112-3/+25
| | | | | | tweak todo list git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1521960 13f79535-47bb-0310-9956-ffa450edef68
* from trunk r1521461: remove the ability to suppress the build setting ↵trawick2013-09-102-20/+17
| | | | | | display, tweak the todo list git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1521464 13f79535-47bb-0310-9956-ffa450edef68
* implement APR_HAS_LDAP using Microsoft LDAP clienttrawick2013-09-072-5/+29
| | | | | | | yank apr_dbd_odbc.c from libaprutil-1.dll git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1520817 13f79535-47bb-0310-9956-ffa450edef68
* backport of r1520813:trawick2013-09-071-1/+1
| | | | | | | fix feature test name in comment git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1520814 13f79535-47bb-0310-9956-ffa450edef68
* Let the location of libapr*.lib and APR include directorytrawick2013-09-012-7/+23
| | | | | | | | | | | default to the same prefix where this package is installed, generally eliminating two required settings for users. Axe the display of "Library files for XML" in the configuration status, since that varies only with APR trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1519267 13f79535-47bb-0310-9956-ffa450edef68
* APR_INSTALL_PRIVATE_H doesn't apply to APR-Utiltrawick2013-08-301-11/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1519027 13f79535-47bb-0310-9956-ffa450edef68
* Add cmake build for APR-Util 1.5.x.trawick2013-08-295-0/+750
| | | | | | | | | | | | *.hwc files are essentially the same as the existing .hw files, except for a few variables filled in during cmake configuration. tdonovan contributed a lot via a previous experiment with cmake. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1518770 13f79535-47bb-0310-9956-ffa450edef68
* merge r1516261 from trunk:trawick2013-08-291-0/+3
| | | | | | | | support Windows-style paths when checking for absolute paths (e.g., cmake-based out of tree build) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1518630 13f79535-47bb-0310-9956-ffa450edef68
* remove ancient, now-unused test programtrawick2013-08-291-240/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1518626 13f79535-47bb-0310-9956-ffa450edef68
* On some shells, test x && APR_ADDTO() is an invalid construct, becausewrowe2013-08-011-2/+5
| | | | | | | | APR_ADDTO() expands as a multiline with a leading newline. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1509460 13f79535-47bb-0310-9956-ffa450edef68
* Fix warnings in odbc driver on 64bit systems. PR 55197, from trunk r1508903tdonovan2013-07-312-13/+17
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1508904 13f79535-47bb-0310-9956-ffa450edef68
* Set platform macro automatically to make commandline compiles easier.fuankg2013-06-071-0/+1
| | | | | | | Follow-up fix to r1490588. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1490698 13f79535-47bb-0310-9956-ffa450edef68
* Set platform macro automatically to make commandline compiles easier.fuankg2013-06-071-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1490588 13f79535-47bb-0310-9956-ffa450edef68
* Make AP[R|U]_IS_DEV_STRING define-able from CFLAGS.fuankg2013-06-051-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1489687 13f79535-47bb-0310-9956-ffa450edef68
* MOved [APR|APU]_COPYRIGHT macro from *.rc to [apr|apu]_version.h.fuankg2013-05-272-3/+3
| | | | | | | Updated [APR|APU]_COPYRIGHT macro with recent year. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1486496 13f79535-47bb-0310-9956-ffa450edef68
* Backport r1484271:minfrin2013-05-192-2/+14
| | | | | | | Add support to apr_memcache for unix domain sockets. PR 54573 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1484275 13f79535-47bb-0310-9956-ffa450edef68
* Fix forever loop on NetWare when trying to get parent pool.fuankg2013-05-184-11/+18
| | | | | | | (Backport of r1479836) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1484044 13f79535-47bb-0310-9956-ffa450edef68
* 1.5.2 released todaytrawick2013-04-041-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1464458 13f79535-47bb-0310-9956-ffa450edef68
* 1.5.2 is tagged; bump to 1.5.3 (development)trawick2013-03-302-2/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462851 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for the 1.5.2 tagtrawick2013-03-302-2/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462848 13f79535-47bb-0310-9956-ffa450edef68
* spell check, from trunk r1462813trawick2013-03-301-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462817 13f79535-47bb-0310-9956-ffa450edef68
* add CHANGES entry for the windows makefilessf2013-03-301-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462776 13f79535-47bb-0310-9956-ffa450edef68
* Copy the data folder too for testing on NetWare.fuankg2013-03-301-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462769 13f79535-47bb-0310-9956-ffa450edef68
* add command line makeiles for Windows as requestedgsmith2013-03-2930-0/+11443
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462566 13f79535-47bb-0310-9956-ffa450edef68
* Fix x64 target on crypto connectors, they crash my MSVC compilersgsmith2013-03-292-40/+40
| | | | | | | | | add include/lib paths correct misspelled nss library git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462557 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1462219,1462224:sf2013-03-293-47/+619
| | | | | | | | | | | apr_uri_parse(): Do not accept invalid characters in the scheme. Per RFC 3986 3.3, enforce that the first segment of a relative path does not contain a colon. PR: 52479 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1462434 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1086937:sf2013-03-241-126/+126
| | | | | | | | Removed tabs + trailing spaces. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460377 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1127053, add CHANGES:sf2013-03-242-0/+7
| | | | | | | | | | Fix memory leak in hook sorting function PR: 51256 Submitted by: <horowity checkpoint com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460366 13f79535-47bb-0310-9956-ffa450edef68
* Merge part of 1213382:sf2013-03-241-1/+1
| | | | | | | | definAtely git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460351 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1340286:sf2013-03-241-1/+7
| | | | | | | | | Make mkdir.sh save to use in parallel builds: Don't fail if a formerly missing directory has been created by another process in the meantime. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460349 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1402903:sf2013-03-242-4/+41
| | | | | | | | Make apr_brigade_(v)putstrs more efficient by using apr_brigade_writev instead of apr_brigade_write git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460346 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1402907,1406088:sf2013-03-241-1/+9
| | | | | | | | | | If out of mem, abort instead of crashing. Use the pool's abort function if it has one. Make sure we abort, even if the abortfunc returns git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460344 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1438960:sf2013-03-241-0/+1
| | | | | | | | Don't corrupt the bucket allocator in out-of-mem situation git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460341 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1460244:sf2013-03-243-4/+47
| | | | | | | | | | speed-up md5 by avoiding some memcopies PR: 49011 Submitted by: Stefan Fritsch, Stefan Fuhrmann <stefanfuhrmann alice-dsl de> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460281 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1460243, add CHANGES entry:sf2013-03-242-15/+32
| | | | | | | | | | use heap memory for crypt in apr_password_validate, to reduce stack usage PR: 54572 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460279 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1460185:sf2013-03-241-3/+3
| | | | | | | | | | kill the threads in the thread pool in a pre-cleanup This makes sure that the threads are killed when we start destroying any sub-pools they may be using. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1460278 13f79535-47bb-0310-9956-ffa450edef68
* fix compile failure in r1449315trawick2013-03-141-1/+1
| | | | | | | (upper case version of apr_assert_success() isn't available in 1.5.x tests) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1456414 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1449314:sf2013-02-231-0/+36
| | | | | | | | | Add testcases for extended crypt algorithms PR: 54603 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1449315 13f79535-47bb-0310-9956-ffa450edef68
* Fix password validation failure for all cryptrjung2013-02-232-13/+15
| | | | | | | | | | | | | and crypt_r based algorithms. PR: 54603 Submitted by: Harvey Eneman <harvey.eneman oracle.com> Backport of r1449308 from trunk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1449309 13f79535-47bb-0310-9956-ffa450edef68