summaryrefslogtreecommitdiff
path: root/test/testfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-071-0/+48
* test_buffered_write_size: Pass TRUNCATE not EXCL to open so test isn'tjorton2003-02-071-4/+4
* Added a new test to check the behaviour of apr_file_info_get inbrane2003-02-031-0/+33
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* After recovering the 'manditory' bits, confirm that fields are identicalwrowe2002-12-291-27/+61
* Missing a space between each missing item in the file info and the NULL asbnicholes2002-12-191-2/+2
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Remove redundant pallocs, and mark local funcs/vars as static.jorton2002-11-231-4/+4
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-7/+0
* Fix test_stat function; don't call apr_file_close on a dangling pointer.jorton2002-11-231-2/+0
* Add a new test, testfileinfo. This came from the old testfile program,rbb2002-11-221-0/+195