| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r1868477: add the echoargs testing tool to Makefile builds. | ylavic | 2020-11-20 | 1 | -1/+6 |
* | Add --tag=CC to libtool invocations. PR 62640. | minfrin | 2019-08-17 | 1 | -4/+4 |
* | apr_jose: Add support for encoding and decoding of JSON Object | minfrin | 2018-09-01 | 1 | -1/+2 |
* | apr_json: Add support for encoding and decoding RFC8259 JSON. | minfrin | 2018-07-08 | 1 | -1/+1 |
* | Add the apr_encode_* API that implements RFC4648 and RFC7515 | minfrin | 2018-06-25 | 1 | -1/+1 |
* | Redis in APR_2.0 too | jim | 2016-11-05 | 1 | -1/+1 |
* | Provide apr_siphash*() functions family. | ylavic | 2016-10-07 | 1 | -2/+3 |
* | typo in r1604596 that wasn't in my hand-modified Makefile | covener | 2014-06-22 | 1 | -1/+1 |
* | Add a basic skiplist test. Based on test program posted to PR 56654 by Takas... | covener | 2014-06-22 | 1 | -1/+1 |
* | Fix executable file extension on Windows | trawick | 2013-10-05 | 1 | -2/+2 |
* | run the sendfile test automatically | trawick | 2013-09-16 | 1 | -2/+12 |
* | Add the apr_escape interface. | minfrin | 2013-06-04 | 1 | -1/+1 |
* | Run tests with -v by default, to make debugging easier | sf | 2012-07-05 | 1 | -1/+1 |
* | Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list. | wrowe | 2011-05-31 | 1 | -4/+4 |
* | MinGW/MSYS: Support shared builds of APR, other general improvements | trawick | 2011-04-02 | 1 | -3/+3 |
* | Add a test that checks that various apr types don't change their size | sf | 2011-03-08 | 1 | -1/+2 |
* | * Ensure that the dbm drivers are also contained in the shlib path variable. | rpluem | 2009-05-31 | 1 | -2/+2 |
* | * Ensure that the in list in the for loop contains at least one argument as | rpluem | 2009-05-31 | 1 | -7/+9 |
* | start a test bucket for apr hooks | trawick | 2009-05-17 | 1 | -1/+1 |
* | Add quick base64 sanity checker to test suite. | jerenkrantz | 2009-04-16 | 1 | -1/+1 |
* | * Make dbd driver tests from APR-UTIL run again by importing dbd.c plus | rpluem | 2009-03-25 | 1 | -6/+24 |
* | * test/Makefile.in (testall): Fix per apr-util to force linking against | jorton | 2009-03-25 | 1 | -1/+1 |
* | * test/: Merge test suite from apr-util. Substitute | jorton | 2009-03-25 | 1 | -9/+14 |
* | fix spelling in a comment | trawick | 2009-01-31 | 1 | -1/+1 |
* | Revert unintentional r658631 change to Makefile.in | wrowe | 2008-05-21 | 1 | -2/+0 |
* | Add APR_DSOPATH for walking library path locations | wrowe | 2008-05-21 | 1 | -0/+2 |
* | Address the make flavor discrepancies that Joe Orton pointed out. | wrowe | 2007-10-31 | 1 | -33/+52 |
* | Explanations would be good | wrowe | 2007-10-26 | 1 | -0/+3 |
* | Drop redundant reference | wrowe | 2007-10-26 | 1 | -1/+1 |
* | Finish reverting to the old manner of building mod_test.la | wrowe | 2007-10-26 | 1 | -1/+1 |
* | Back out this change, let libmod_test carry all linkage dependencies and | wrowe | 2007-10-25 | 1 | -5/+3 |
* | Clean up the last overflow lines, and toss in some dependencies | wrowe | 2007-10-19 | 1 | -1/+8 |
* | Push check: to the end where it's easy to find, and roughly matches | wrowe | 2007-10-19 | 1 | -16/+16 |
* | In my recent commit (586209) I demonstrated that we were much too wordy | wrowe | 2007-10-19 | 1 | -17/+17 |
* | ./testall and ./data/, like peanut butter and jelly. Am I right or what? | wrowe | 2007-10-19 | 1 | -0/+3 |
* | Reordering; group into logical (what a concept) groups of tests, | wrowe | 2007-10-19 | 1 | -37/+41 |
* | Reordering, put TESTS front and center | wrowe | 2007-10-19 | 1 | -12/+14 |
* | testshmproducer|consumer are sub-apps of testall, not standalone. | wrowe | 2007-10-12 | 1 | -9/+9 |
* | * test/Makefile.in: Add missing backslash. | jorton | 2007-10-11 | 1 | -1/+1 |
* | A few more items to prune | wrowe | 2007-10-09 | 1 | -1/+2 |
* | Refactor the build to know x64 (on Visual Studios which | wrowe | 2007-10-07 | 1 | -6/+14 |
* | Run all tests, then fail make if required | bojan | 2007-09-10 | 1 | -3/+8 |
* | Any test returning non-zero should stop make | bojan | 2007-09-10 | 1 | -2/+4 |
* | Fix testrand2.c coding style and merge into testrand.c | davi | 2007-07-21 | 1 | -3/+3 |
* | Add test program for the condition variable code. There are various CV behavior | davi | 2007-06-29 | 1 | -1/+1 |
* | Don't invoke testshm* binaries from make test | wrowe | 2007-06-01 | 1 | -5/+6 |
* | Add a simple echod and a sockperf test that allows us to get some (very) basic | dreid | 2006-06-24 | 1 | -1/+9 |
* | * configure.in: Set LT_NO_INSTALL to -no-install on all platforms but | jorton | 2006-03-10 | 1 | -3/+3 |
* | Throw away a horrible change; each time we layer on more garbage to libtool | wrowe | 2006-03-10 | 1 | -3/+3 |
* | * test/Makefile.in (CLEAN_TARGETS): Clean more. | jorton | 2006-02-10 | 1 | -1/+1 |