summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge r371172 to 0.9.x.rooneg2006-01-261-0/+2
* Merge r371198 to 0.9.x.rooneg2006-01-261-2/+4
* Pick up some fixes from testprocmutex.c; now it works consistentlytrawick2005-10-091-1/+5
* Merge r291339 from trunk:jorton2005-09-241-0/+24
* Merge r234013, r239221 from trunk:jorton2005-09-021-0/+70
* Merge r219635, r219667, r239390, r239574 from trunk:jorton2005-08-241-0/+46
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0450-50/+100
* Merge r64682 from trunk:jorton2004-11-211-7/+3
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-202-84/+0
* The apr/test/Makefile.win is missing a target to build a readchild.exeminfrin2004-09-191-1/+5
* * misc/unix/errorcodes.c (native_strerror): Gracefully handlejorton2004-09-091-0/+6
* Fix apr_snprintf() to respect precision for small floating pointtrawick2004-06-271-0/+19
* Fix sign error in apr_file_seek().trawick2004-05-041-0/+21
* Backport from HEAD:jorton2004-04-041-0/+97
* * time/unix/time.c (apr_time_exp_get): Remove year check that failed forjorton2004-03-251-0/+19
* Backport from HEAD:jorton2004-03-061-51/+10
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-1350-2450/+500
* set timeout on socket prior to recv, since data may nottrawick2004-01-091-0/+3
* before calling apr_socket_recv() and expecting to get EOF, maketrawick2004-01-091-0/+11
* Add the atomic test to the NetWare testsbnicholes2003-12-091-0/+1
* This commit was manufactured by cvs2svn to create branch(no author)2003-12-091-0/+255
* merge recent fixes from HEAD to remove dependency on a specifictrawick2003-11-241-15/+28
* Preserve leading '../' segments as when merging to an empty andwrowe2003-09-171-0/+13
* axe a mysterious rbb line that ignored user-specified CFLAGS whentrawick2003-08-111-2/+0
* Add the multi-load flag to the proc_child test binary.bnicholes2003-07-311-1/+1
* Increate the stack size of the apr test application to support some of the largebnicholes2003-07-311-1/+2
* add a test that concentrates on APR_TRUNCATEtrawick2003-07-101-0/+40
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-081-0/+28
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+48
* Move testprocmutex from the nonportable list to testall.exe dependencies.brane2003-07-041-2/+1
* - more cleanups, add more error checkingjorton2003-07-031-18/+38
* Pass NULL to apr_proc_mutex_create rather than the invented filenamejorton2003-07-021-2/+1
* Fix typo.jorton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-024-91/+56
* fix a bug in the table overlap testbrianp2003-06-241-1/+1
* add a testcase to catch the problem seen with PR 20295, wheretrawick2003-06-054-2/+158
* fix some CuAssert calls that had the expected and actual values reversedtrawick2003-05-281-4/+4
* get testdso to work with the vendor's compiler on HP-UX, whichtrawick2003-05-281-1/+1
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherjerenkrantz2003-05-281-0/+12
* add "-l" option for listing testcases to make it easier for a regressiontrawick2003-05-181-0/+6
* add -x option to exclude particular teststrawick2003-05-161-14/+52
* Fix typo.jorton2003-05-151-1/+1
* Use $(LIBTOOL) instead of $(LINK) for the mod_test shared objects.jerenkrantz2003-05-141-2/+2
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-4/+7
* fix some problems with undesired build droppings left around aftertrawick2003-04-301-12/+23
* Fail gracefully rather than SEGV if data/file_datafile.txt can't be opened.jorton2003-04-291-1/+4
* Localize the fudge added in r1.10 to Win32, since it makes the testjorton2003-04-291-0/+6
* get prototype for apr_snprintf()trawick2003-04-271-1/+1
* we already verify that apr-determined format strings worktrawick2003-04-181-7/+21
* no need to list testall more than oncetrawick2003-04-181-2/+2