summaryrefslogtreecommitdiff
path: root/test/testfile.c
Commit message (Expand)AuthorAgeFilesLines
* Win32: Improve apr_file_read() performance on buffered files by reducingkotkov2018-04-061-0/+365
* Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.kotkov2017-09-151-0/+51
* Win32: Fix a deadlock when appending to locked files (PR50058).ivan2017-08-291-0/+167
* Win32: Improve apr_file_write() performance on buffered files by reducingivan2017-08-261-0/+186
* Fix two issues with apr_file_trunc() for buffered files:ivan2017-03-271-4/+142
* Win32: Improve apr_file_gets() performance on buffered files by not callingivan2017-03-021-0/+217
* Follow-up to r1770471: resolve two compiler warnings in testfile.c.ivan2016-11-191-2/+1
* Add test for apr_file_open(APR_FOPEN_APPEND).ivan2016-11-191-0/+70
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*trawick2014-01-181-34/+37
* easy fixes for a few warnings about unused variablestrawick2012-09-231-0/+3
* Add apr_file_trunc test case. It currently fails for APR_FOPEN_BUFFERED becau...mturk2010-12-101-0/+57
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsminfrin2010-03-021-39/+39
* Moved new apr_file_link() function to open.c for all platformstdonovan2008-07-251-0/+19
* Solve two sets of issues, only two possible changes, in onewrowe2007-10-061-21/+22
* The file pointer position must be recalculated and set when writev()ing to abojan2007-05-111-0/+39
* * test/testfile.c (test_gets_buffered): Regression test forjorton2007-04-021-0/+24
* * test/testfile.c (test_writev_buffered): Adjust to avoid breakingjorton2007-03-011-1/+1
* Fix apr_file_writev when buffering is enabled by forcing a flush, rather than...pquerna2007-02-281-0/+32
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix a host of tests that were using ABTS_INT_EQUAL to compare non-intwrowe2006-02-091-3/+3
* Fix bug #38438, seeks are broken for files opened for append in xthreadrooneg2006-01-301-0/+51
* * file_io/unix/seek.c (setptr): Don't ignore errors fromjorton2005-10-191-0/+10
* Add apr-wide definitions and unix implementation of apr_file_buffer_set() and colm2005-10-181-0/+30
* * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle thejorton2005-08-221-0/+37
* * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush()jorton2005-08-201-0/+32
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* * test/testfile.c (test_writev, test_writev_full): Fix nbytes type.jorton2004-12-131-2/+2
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-051-0/+37
* * test/testfile.c: Add a test for apr_file_writev().pquerna2004-12-041-0/+43
* * file_io/unix/readwrite.c (file_printf_flush): Newjorton2004-11-181-0/+33
* * test/testud.c (get_userdata, get_nonexistkey, post_pool_clear): jorton2004-11-171-3/+5
* * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full.jorton2004-11-171-0/+47
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-071-6/+6
* * test/testfile.c (test_readzero): New test.jorton2004-05-241-0/+18
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-100/+100
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-146/+146
* Fix sign error in apr_file_seek().trawick2004-05-041-0/+21
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-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