summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * test/testfile.c (test_writev, test_writev_full): Fix nbytes type.jorton2004-12-131-2/+2
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...pquerna2004-12-113-0/+22
* typo in commentfielding2004-12-111-1/+1
* * file_io/unix/readwrite.c: Revert to the original code for apr_file writev()...pquerna2004-12-112-19/+16
* Create the correct type of socket when using BeOS R5dreid2004-12-101-2/+24
* On BeOS R5 we don't have the option available.dreid2004-12-101-1/+4
* s/AF_UNSPEC/APR_UNSPEC/dreid2004-12-101-4/+4
* Fix a check.dreid2004-12-101-2/+2
* fix typotrawick2004-12-101-1/+1
* fix the CHANGES entry: s/APR_FRPOT_UWRITE/APR_UWRITE/stas2004-12-101-1/+1
* rename the apr_file_permissions defines (APR_UREAD,stas2004-12-102-15/+35
* Note patches for a NetWare breakage.bnicholes2004-12-091-0/+6
* Emit the run-time link path option in apr-config after installation if the userjerenkrantz2004-12-092-2/+7
* * 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
* Fix some style problems in the poll code, no functional changes.rooneg2004-12-062-6/+7
* * LICENSE: remove the CuTest license, we haven't been distributing itrooneg2004-12-051-28/+0
* Fix style nits. No fucntional changes.pquerna2004-12-052-4/+4
* Remove some unused files that appear to have been ressurected by therooneg2004-12-052-174/+0
* * file_io/unix/readwrite.c: Revert back to using apr_file_write, but also leavepquerna2004-12-051-2/+4
* * file_io/unix/readwrite.c: use apr_file_write_full() to write all of the dat...pquerna2004-12-051-4/+4
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-056-1/+112
* * test/testfile.c: Add a test for apr_file_writev().pquerna2004-12-044-3/+59
* * build/jlibtool.c: Add ifdef wrapper to fix build on Linuxpquerna2004-12-031-0/+2
* * build/jlibtool.c: Get jlibtool to work on Solaris; work on uninstalledjerenkrantz2004-12-031-22/+169
* Allow APR-UTIL to exist and build outside of the httpd/srclib file structurebnicholes2004-12-0212-29/+29
* * include/apr_network_io.h (apr_socket_sendfile): Documentjorton2004-12-012-1/+6
* * include/apr.h.in: Define __STDC_CONSTANT_MACROS for C++ so thatjorton2004-12-011-0/+6
* apr_password_get(): Fix the check for buffer overflow.trawick2004-11-303-4/+10
* add deprecated doxygen tagsstas2004-11-291-14/+14
* Remove the Runtime test for the different sendfile revisions on FreeBSD.pquerna2004-11-282-53/+9
* * Makefile.in: install.sh can not handle wildcards, so expand out with for loop.jerenkrantz2004-11-281-1/+3
* * jlibtool.c: Add NetBSD support.pquerna2004-11-281-1/+1
* Fixing various compiler errors when compiling against the latest version of L...bnicholes2004-11-272-2/+2
* rename the fopen defines (APR_READ, APR_WRITE, etc.) to have prefix stas2004-11-262-21/+44
* * STATUS: Sync with actual releases.jerenkrantz2004-11-251-0/+3
* Ignore apr_rules.out.jorton2004-11-250-0/+0
* * poll/unix/poll.c (apr_pollset_remove): Remove unused variable.jorton2004-11-251-1/+0
* property cleanupnd2004-11-240-0/+0
* property cleanupnd2004-11-243-86/+86
* * test/Makefile.in (CLEAN_TARGETS): Clean up after new tests.jorton2004-11-241-1/+2
* OS/2: Add implementation of apr_dir_make_recursive().bjh2004-11-242-8/+85
* Fix style and remove casts for the new apr_os_uuid_get() interfaces.pquerna2004-11-221-2/+2
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacepquerna2004-11-224-1/+49
* Fix a build problem on NetWare with the latest apr_poll patchesbnicholes2004-11-221-1/+1
* * include/apr_poll.h (apr_pollset_create): Documentjorton2004-11-221-2/+8
* Added support for Solaris 10 Event Completion Framework aspquerna2004-11-224-2/+349
* Win32 is select() not poll() - include the correct sources.wrowe2004-11-212-2/+2
* Things get wonky on win32 with includes, because the includedwrowe2004-11-211-0/+6
* tweak textjwoolley2004-11-201-1/+1