| Commit message (Expand) | Author | Age | Files | Lines |
* | * file_io/unix/dir.c (apr_dir_make_recursive): Fix infinite recursion | jorton | 2005-09-24 | 1 | -0/+25 |
* | * test/testsock.c (test_print_addr): Add regression test for v4-mapped | jorton | 2005-09-20 | 1 | -0/+14 |
* | * test/testlfs.c: Fix cpp tests broken in r280469. | jorton | 2005-09-16 | 1 | -2/+2 |
* | Lots of new, missing files in the .dsp 'pictorial' representation, | wrowe | 2005-09-13 | 1 | -1/+65 |
* | The -v message is really wrong, here. Failure to support sparse files | wrowe | 2005-09-13 | 1 | -1/+6 |
* | It's not possible anymore to keep these in sync, we've already | wrowe | 2005-09-13 | 3 | -115/+75 |
* | I noted that we didn't test the is_dev flag. Do so. | wrowe | 2005-09-13 | 1 | -0/+7 |
* | The apr_dso tests are borked on win32, begin by choosing a '.dll' file, | wrowe | 2005-09-13 | 1 | -13/+23 |
* | Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect(): | jorton | 2005-09-09 | 1 | -0/+60 |
* | * test/teststr.c (string_cpystrn): Add test case for apr_cpystrn. | jorton | 2005-09-08 | 1 | -0/+15 |
* | Fix handling of %pI with psprintf; the psprintf implementation assumes | jorton | 2005-09-08 | 1 | -0/+14 |
* | Allow setting both the TCP_NODELAY and TCP_CORK socket options for | jorton | 2005-08-25 | 1 | -1/+3 |
* | Bring all get{pw,gr}*_r error handling in line with POSIX: | jorton | 2005-08-23 | 1 | -0/+46 |
* | * file_io/unix/readwrite.c (apr_file_read, apr_file_gets): Handle the | jorton | 2005-08-22 | 1 | -0/+37 |
* | * test/Makefile.in: Clean more. | jorton | 2005-08-21 | 1 | -2/+1 |
* | * file_io/unix/readwrite.c (apr_file_write): Catch apr_file_flush() | jorton | 2005-08-20 | 1 | -0/+32 |
* | * strings/apr_snprintf.c (apr_vformatter): Add support for %pm to | jorton | 2005-08-18 | 1 | -0/+19 |
* | Update remaining 2004 copyright notices. | jorton | 2005-06-14 | 1 | -1/+2 |
* | * test/testtable.c (table_overlap2): Add test case for | jorton | 2005-05-04 | 1 | -0/+22 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 60 | -60/+120 |
* | * test/testfile.c (test_writev, test_writev_full): Fix nbytes type. | jorton | 2004-12-13 | 1 | -2/+2 |
* | * test/testfnmatch.c: Really fix the constant. | jorton | 2004-12-08 | 2 | -2/+2 |
* | * test/testfnmatch.c: Update silly constant again for new test file. | jorton | 2004-12-06 | 1 | -1/+1 |
* | * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is | pquerna | 2004-12-05 | 2 | -1/+39 |
* | * test/testfile.c: Add a test for apr_file_writev(). | pquerna | 2004-12-04 | 2 | -1/+44 |
* | Allow APR-UTIL to exist and build outside of the httpd/srclib file structure | bnicholes | 2004-12-02 | 9 | -18/+18 |
* | * test/Makefile.in (CLEAN_TARGETS): Clean up after new tests. | jorton | 2004-11-24 | 1 | -1/+2 |
* | * test/testshm.c | jorton | 2004-11-19 | 1 | -0/+4 |
* | * file_io/unix/readwrite.c (file_printf_flush): New | jorton | 2004-11-18 | 1 | -0/+33 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 2 | -50/+0 |
* | * test/testfnmatch.c (test_glob, test_glob_currdir): Fix for presence | jorton | 2004-11-17 | 1 | -13/+15 |
* | * test/testud.c (get_userdata, get_nonexistkey, post_pool_clear): | jorton | 2004-11-17 | 3 | -12/+14 |
* | * file_io/unix/readwrite.c (apr_file_puts): Use apr_file_write_full. | jorton | 2004-11-17 | 1 | -0/+47 |
* | * test/Makefile.in (CLEAN_TARGETS): Clean up more files. | jorton | 2004-09-29 | 1 | -1/+2 |
* | Relicense. | jorton | 2004-09-27 | 1 | -49/+10 |
* | The apr/test/Makefile.win is missing a target to build a readchild.exe | minfrin | 2004-09-19 | 1 | -1/+5 |
* | As per 0.9 branch: | jorton | 2004-09-09 | 1 | -0/+6 |
* | Eliminate APR_STATUS_IS_SUCCESS macro. | jerenkrantz | 2004-07-31 | 1 | -1/+1 |
* | Win32: Fix compile break in apr tests. PR: 30103 by Craig Rodrigues | stoddard | 2004-07-26 | 2 | -4/+8 |
* | * test/abts.c (abts_run_test): Avoid the malloc/free. | jorton | 2004-07-08 | 1 | -7/+5 |
* | Add support for KQueue and sys_epoll to apr_pollset. | jerenkrantz | 2004-07-06 | 1 | -4/+8 |
* | * test/teststr.c (string_strfsize, overflow_strfsize): Add | jorton | 2004-06-30 | 1 | -0/+62 |
* | The failure to delete the conditional lock ws causing a hang on BeOS, so | dreid | 2004-06-30 | 1 | -0/+2 |
* | Destroy the shared memory once the test finishes. | dreid | 2004-06-29 | 1 | -1/+6 |
* | Bring over the display fix from apr-util. | dreid | 2004-06-29 | 1 | -1/+1 |
* | If a test fails due to be not implemented, then record it as such | dreid | 2004-06-29 | 1 | -3/+1 |
* | Fix apr_snprintf() to respect precision for small floating point | trawick | 2004-06-27 | 1 | -0/+19 |
* | Bring in the patch from apr-util that allows for NULL strings to be passed | dreid | 2004-06-21 | 1 | -1/+3 |
* | Reuse cleanup structures to prevent memory consumption from repeated | jorton | 2004-06-17 | 1 | -0/+48 |
* | * test/testprocmutex.c (test_exclusive): Take lock type parameter. | jorton | 2004-06-14 | 1 | -5/+28 |