summaryrefslogtreecommitdiff
path: root/test/testfile.c
Commit message (Expand)AuthorAgeFilesLines
* Backport r537066 from the trunk.bojan2007-05-111-0/+103
* Update license header.jorton2006-09-201-6/+6
* Proofread this patch please, but it sure seems silly to test thewrowe2006-03-231-1/+1
* svn:ignore's to hide obj/exe's from svn status for win32wrowe2006-02-111-3/+3
* Merge r373453 into 0.9.x, with necessary changes to tests to account forrooneg2006-01-301-0/+50
* Merge r234013, r239221 from trunk:jorton2005-09-021-0/+70
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix sign error in apr_file_seek().trawick2004-05-041-0/+21
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* add a test that concentrates on APR_TRUNCATEtrawick2003-07-101-0/+40
* fix some CuAssert calls that had the expected and actual values reversedtrawick2003-05-281-4/+4
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-4/+7
* Fail gracefully rather than SEGV if data/file_datafile.txt can't be opened.jorton2003-04-291-1/+4
* don't test whether or not the OS will let us open a directorytrawick2003-01-021-14/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Remove some code that we can never reach. If we fail therbb2002-12-291-12/+1
* apr_file_open(f, "directory", ..., p) is not portable, test for it.wrowe2002-12-291-18/+22
* Readd the test removed since rev 1.60. Let others untangle the implications,wrowe2002-12-291-0/+22
* Remove a bogus test. All of the original architects have argued againstwrowe2002-12-291-22/+0
* You cannot close files that failed to open.wrowe2002-12-281-2/+10
* We were leaking file descriptors from the testfile program. Thatrbb2002-12-151-3/+81
* Make the file tests more portable. The status checking needs to use ourrbb2002-12-111-3/+3
* Ensure that strings passed to strcmp() are NUL-terminated.jorton2002-11-271-2/+2
* Add some tests that were written but not being run.rbb2002-11-241-0/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-8/+0
* Fix location passed to apr_file_read in test_fileclose.jorton2002-11-141-2/+2
* Migrate testfile to the new test suite.rbb2002-11-101-455/+291
* Remove all directory tests from testfile. We have testdir.c for testingrbb2002-11-101-57/+0
* make the test for readability on a regular file non-fataltrawick2002-10-101-2/+2
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+2
* use new time conversion macros in place of APR_USEC_PER_SECbrianp2002-07-051-1/+1
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* Win32 doesn't support remove-open-file semantics.wrowe2002-03-141-0/+3
* Update our copyright for this year.fielding2002-03-131-1/+1
* add a cast so that gcc 2.7.2.3 on FreeBSD 3.4 generates the right codetrawick2002-03-121-1/+1
* fix the type of the nbytes parm to apr_file_read and apr_file_writetrawick2002-03-111-1/+1
* add a testcase for the type of problem seen in Apache PR 10003trawick2002-03-111-0/+84
* add another testcase which tests the interaction between read,trawick2001-08-291-0/+88
* get apr_file_ungetc() for unix working well enough with bufferedtrawick2001-08-241-16/+8
* Always close what we open.bjh2001-08-231-0/+1
* rename the temporary scratch directory from testdir to tmpdirtrawick2001-08-021-6/+6
* don't hang forever on systems which don't report readability ontrawick2001-08-021-2/+2
* change some of the test programs to use exit status 0 fortrawick2001-08-011-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* get rid of some unused variablestrawick2001-05-141-2/+0
* The remainder of the changes to testfile.dreid2001-05-141-146/+73
* get rid of some unused variablestrawick2001-05-141-2/+0
* Change testfile.c to start using the new functions in test_apr.h.dreid2001-05-141-186/+96
* Update copyright to 2001fielding2001-02-161-1/+1