summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * network_io/unix/sockaddr.c (apr_ipsubnet_test): Fix false positiveJoe Orton2012-11-051-0/+1
* Make apr_brigade_(v)putstrs more efficient by using apr_brigade_writevStefan Fritsch2012-10-271-0/+24
* Fix potential data corruption in apr_brigade_write() and friends ifStefan Fritsch2012-10-271-0/+20
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXGraham Leggett2012-10-051-27/+369
* memcache test: log a message in verbose mode if memcached isn't runningJeff Trawick2012-09-261-2/+7
* easy fixes for a few warnings about unused variablesJeff Trawick2012-09-234-7/+6
* add testcase for PR 53175Jeff Trawick2012-08-121-20/+27
* fix print_time() to format the month properly, and adjust the tests toJeff Trawick2012-08-111-3/+3
* fixup previous commitStefan Fritsch2012-07-051-1/+1
* add another checkStefan Fritsch2012-07-051-1/+3
* Run tests with -v by default, to make debugging easierStefan Fritsch2012-07-051-1/+1
* Add support for bcrypt encoded passwords.Stefan Fritsch2012-07-051-0/+27
* Add an APR_ASSERT_FAILURE macro for tests that must failStefan Fritsch2012-07-052-0/+18
* NetWare build tweaks to enable nlmconv linker.Guenter Knauf2012-05-0210-31/+33
* Add testsuite for r1309332 fixMladen Turk2012-04-041-0/+4
* Randomise hashes by providing a seed (initial hash value).Bojan Smojver2012-01-281-0/+74
* Revert hash randomisation again. Elegant, but ultimately ineffective.Bojan Smojver2012-01-281-74/+0
* Randomise hashes by providing a seed.Bojan Smojver2012-01-271-0/+74
* Remove variables that we assign but never read.Graham Leggett2011-11-281-3/+0
* Fix test case for child randomness.Rainer Jung2011-11-071-41/+97
* Formatting, no functional change.Graham Leggett2011-10-231-108/+131
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withGraham Leggett2011-10-231-10/+3
* apr_crypto: Remove an unused parameter from the apr_crypto_init() function.Graham Leggett2011-06-081-2/+2
* Fixes to finish cleaning up Netware builds/testsWilliam A. Rowe Jr2011-06-011-10/+0
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-315-257/+4
* apr_crypto: Add apr_crypto_get_block_key_types() andGraham Leggett2011-05-301-0/+164
* Document another unexpected failure, researchingWilliam A. Rowe Jr2011-05-191-0/+1
* Add more pattern tests involving slashes.William A. Rowe Jr2011-05-181-1/+11
* Worked out a test to reveal the flaw corrected by r1103041William A. Rowe Jr2011-05-171-0/+2
* Remove the apr_crypto_t context from calls where the apr_crypto_block_t isGraham Leggett2011-05-151-11/+9
* Reorder parameters. No functional change.Graham Leggett2011-05-151-25/+23
* Add namespace protection for apr_crypto_block_key_type_e andGraham Leggett2011-05-141-37/+37
* Catch several faulty edgecases, no serious harm doneWilliam A. Rowe Jr2011-05-141-0/+10
* Appears to be required for getpid()William A. Rowe Jr2011-05-141-0/+1
* * test/testfnmatch.c: Add a few more apr_fnmatch() tests toJoe Orton2011-05-111-0/+48
* Merge from 1.4.x branch:Joe Orton2011-05-111-0/+109
* Some more NetWare build fixes.Guenter Knauf2011-04-1010-10/+10
* Removed tabs and trailing spaces.Guenter Knauf2011-04-081-64/+64
* poll, pollset, pollcb on Windows: Handle calls with no file/socketJeff Trawick2011-04-061-0/+64
* add a missing server socket closeJeff Trawick2011-04-061-0/+5
* avoid segfault when setup_socket() failsJeff Trawick2011-04-061-0/+3
* MinGW: Resolve paths to test DSOs and executables within the testJeff Trawick2011-04-051-2/+7
* avoid trying to test crypt[_r]()-based hash on the threeJeff Trawick2011-04-021-0/+12
* MinGW/MSYS: Support shared builds of APR, other general improvementsJeff Trawick2011-04-021-3/+3
* fix data initialization error which could cause testhooks to failJeff Trawick2011-03-201-0/+1
* include testlfsabi in IDE file selectionJeff Trawick2011-03-202-0/+40
* Should be sufficient to cause new testlfsabi features to compileWilliam A. Rowe Jr2011-03-201-0/+3
* fix low-hanging gcc warnings, mostly for WindowsJeff Trawick2011-03-192-1/+5
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-192-0/+4
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-1810-10/+10