summaryrefslogtreecommitdiff
path: root/test/testfilecopy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-19/+19
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-6/+6
* Moved new apr_file_link() function to open.c for all platformsThomas J. Donovan2008-07-251-20/+0
* Add apr_file_link() function.Bojan Smojver2008-07-251-0/+20
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intWilliam A. Rowe Jr2006-02-091-4/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Presently if we fail in apr_assert_success we get the line number forDavid Reid2004-06-071-7/+7
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-2/+2
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-14/+14
* Add an initial test for the file_copy APIs.Ryan Bloom2004-03-181-0/+137