summaryrefslogtreecommitdiff
path: root/test/testmmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-2/+2
* tests: Fix numeric types warnings.Yann Ylavic2022-06-231-2/+5
* Revert r1902107.Ivan Zhakov2022-06-201-3/+3
* * test/testmmap.c: Create test files in data directory instead of drive root.Ivan Zhakov2022-06-201-3/+3
* Fix compile error for C compilers that do not allow variable declarations aft...Mladen Turk2021-11-171-2/+4
* Align apr_mmap()ing offset to a page boundary. PR 65158.Yann Ylavic2021-03-021-30/+66
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+2
* Read the contents of the test datafile instead ofJeff Trawick2013-11-131-5/+15
* Fix message when !APR_HAS_MMAPJeff Trawick2013-11-131-1/+1
* easy fixes for a few warnings about unused variablesJeff Trawick2012-09-231-0/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-1/+1
* fix some obvious reversals of expected and actual values in invocations Jeff Trawick2007-11-181-5/+5
* Test won't compile on AIX, stop overloading symbol names!William A. Rowe Jr2007-10-151-9/+9
* Solve two sets of issues, only two possible changes, in oneWilliam A. Rowe Jr2007-10-061-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Remove several more warnings, including the need to cast our file sizeWilliam A. Rowe Jr2006-02-091-2/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-20/+20
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-41/+41
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Fixed a compile problem if mmap has not been implementedBradley Nicholes2003-02-071-1/+2
* Clean up the test by making sure that the test string is consistent and that itBradley Nicholes2003-01-311-4/+11
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* testmmap now cleans up all of its file descriptors correctly.Ryan Bloom2002-12-151-0/+9
* Fix the mmap tests. We need to use the EOL macro for the tests.Ryan Bloom2002-12-131-4/+7
* Fix the segfault in testmmap. The first test, create_filename, wasRyan Bloom2002-12-121-0/+4
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverRyan Bloom2002-11-231-7/+0
* Make global variables static where appropriate.Joe Orton2002-11-141-4/+4
* Fail gracefully if the apr_mmap_create call fails.Joe Orton2002-11-141-0/+4
* Port testmmap to the new test suite.Ryan Bloom2002-10-131-80/+99
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* In a VPATH build, we don't know where testmmap.c is, but we have aJustin Erenkrantz2002-01-021-1/+1
* Fix the apr_proc_create for win32. In order to do so, this patchWilliam A. Rowe Jr2001-09-091-1/+1
* change some of the test programs to use exit status 0 forJeff Trawick2001-08-011-1/+1
* Fixes and goodnessWilliam A. Rowe Jr2001-07-271-3/+3
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.Jeff Trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspWilliam A. Rowe Jr2001-01-231-1/+6
* The platform changes in apr to support the APR_FINFO_wanted declarationWilliam A. Rowe Jr2001-01-201-1/+1
* get rid of a bogus use of perror()Jeff Trawick2001-01-081-4/+12
* fix a feature test macro so that unistd.h actually getsJeff Trawick2000-12-101-1/+1
* Fix typo (thanks, gstein, for pointing this out.)William A. Rowe Jr2000-12-071-5/+5
* Get ahead for win32William A. Rowe Jr2000-12-071-0/+2
* Allow APR programmers to determine if an MMAP is read-only or if it shouldRyan Bloom2000-12-071-1/+2
* Build even if the platform doesn't support mmap.William A. Rowe Jr2000-12-041-0/+6
* A brand new (and -greatly- simplified) test build environment for Win32William A. Rowe Jr2000-12-041-1/+0