summaryrefslogtreecommitdiff
path: root/test/testfile.c
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test for the issue where appending to a buffered filekotkov2023-04-121-0/+45
* Revert r1808456 (Win32: Don't seek to the end when opening files withkotkov2023-04-121-51/+0
* Remove trailing whitespaces in *.c.ivan2022-11-201-55/+55
* test/testfile.c: apr_file_datasync() fails with ENOTSUP for streams on macos.ylavic2022-06-231-0/+4
* testfile: try to determine how apr_file_datasync() fails for streams on macos.ylavic2022-06-221-1/+3
* testfile: don't generate .txt files since it distorts testfnmatch results.ylavic2021-03-311-8/+8
* fdatasync() might return EINVAL for special files (i.e. terminal).ylavic2020-11-201-1/+1
* Follow up to r1790200: fall back to fsync() if F_FULLFSYNC is not supportedbrane2020-11-121-0/+37
* testfile: silence -Wstring-plus-int warnings.brane2020-05-061-2/+2
* Added support for recording skipped test cases.brane2020-05-061-2/+1
* Make test work with thread support disabled.brane2020-05-061-0/+7
* 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