summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursionjorton2005-09-241-0/+25
* * test/testsock.c (test_print_addr): Add regression test for v4-mappedjorton2005-09-201-0/+14
* * test/testlfs.c: Fix cpp tests broken in r280469.jorton2005-09-161-2/+2
* Lots of new, missing files in the .dsp 'pictorial' representation,wrowe2005-09-131-1/+65
* The -v message is really wrong, here. Failure to support sparse fileswrowe2005-09-131-1/+6
* It's not possible anymore to keep these in sync, we've alreadywrowe2005-09-133-115/+75
* I noted that we didn't test the is_dev flag. Do so.wrowe2005-09-131-0/+7
* The apr_dso tests are borked on win32, begin by choosing a '.dll' file,wrowe2005-09-131-13/+23
* Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect():jorton2005-09-091-0/+60
* * test/teststr.c (string_cpystrn): Add test case for apr_cpystrn.jorton2005-09-081-0/+15
* Fix handling of %pI with psprintf; the psprintf implementation assumesjorton2005-09-081-0/+14
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forjorton2005-08-251-1/+3
* Bring all get{pw,gr}*_r error handling in line with POSIX:jorton2005-08-231-0/+46
* * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle thejorton2005-08-221-0/+37
* * test/Makefile.in: Clean more.jorton2005-08-211-2/+1
* * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush()jorton2005-08-201-0/+32
* * strings/apr_snprintf.c (apr_vformatter): Add support for %pm tojorton2005-08-181-0/+19
* Update remaining 2004 copyright notices.jorton2005-06-141-1/+2
* * test/testtable.c (table_overlap2): Add test case forjorton2005-05-041-0/+22
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0460-60/+120
* * test/testfile.c (test_writev, test_writev_full): Fix nbytes type.jorton2004-12-131-2/+2
* * test/testfnmatch.c: Really fix the constant.jorton2004-12-082-2/+2
* * test/testfnmatch.c: Update silly constant again for new test file.jorton2004-12-061-1/+1
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-052-1/+39
* * test/testfile.c: Add a test for apr_file_writev().pquerna2004-12-042-1/+44
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structurebnicholes2004-12-029-18/+18
* * test/Makefile.in (CLEAN_TARGETS): Clean up after new tests.jorton2004-11-241-1/+2
* * test/testshm.cjorton2004-11-191-0/+4
* * file_io/unix/readwrite.c (file_printf_flush): Newjorton2004-11-181-0/+33
* Remove .cvsignore files.jorton2004-11-182-50/+0
* * test/testfnmatch.c (test_glob, test_glob_currdir): Fix for presencejorton2004-11-171-13/+15
* * test/testud.c (get_userdata, get_nonexistkey, post_pool_clear): jorton2004-11-173-12/+14
* * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full.jorton2004-11-171-0/+47
* * test/Makefile.in (CLEAN_TARGETS): Clean up more files.jorton2004-09-291-1/+2
* Relicense.jorton2004-09-271-49/+10
* The apr/test/Makefile.win is missing a target to build a readchild.exeminfrin2004-09-191-1/+5
* As per 0.9 branch:jorton2004-09-091-0/+6
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-1/+1
* Win32: Fix compile break in apr tests. PR: 30103 by Craig Rodriguesstoddard2004-07-262-4/+8
* * test/abts.c (abts_run_test): Avoid the malloc/free.jorton2004-07-081-7/+5
* Add support for KQueue and sys_epoll to apr_pollset.jerenkrantz2004-07-061-4/+8
* * test/teststr.c (string_strfsize, overflow_strfsize): Addjorton2004-06-301-0/+62
* The failure to delete the conditional lock ws causing a hang on BeOS, sodreid2004-06-301-0/+2
* Destroy the shared memory once the test finishes.dreid2004-06-291-1/+6
* Bring over the display fix from apr-util.dreid2004-06-291-1/+1
* If a test fails due to be not implemented, then record it as suchdreid2004-06-291-3/+1
* Fix apr_snprintf() to respect precision for small floating pointtrawick2004-06-271-0/+19
* Bring in the patch from apr-util that allows for NULL strings to be passeddreid2004-06-211-1/+3
* Reuse cleanup structures to prevent memory consumption from repeatedjorton2004-06-171-0/+48
* * test/testprocmutex.c (test_exclusive): Take lock type parameter.jorton2004-06-141-5/+28