summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-207-704/+1072
* * poll/unix/poll.c: Remove trailing more whitespace and fix 'apr_poll' to lay...pquerna2004-11-201-2/+3
* * poll/unix/poll.c: Remove Trailing Whitespace. No Functional Changes.pquerna2004-11-191-6/+6
* * configure.in: Fix the documentation string for '--enable-experimental-libtool'pquerna2004-11-191-1/+1
* Add ignores for the generated testbigfprintf.dat and testputs.txtpquerna2004-11-190-0/+0
* * test/testshm.cjorton2004-11-191-0/+4
* Note apr_file_printf rewrite.jorton2004-11-181-0/+4
* * file_io/unix/readwrite.c (file_printf_flush): Newjorton2004-11-182-10/+70
* Remove .cvsignore files.jorton2004-11-1840-252/+0
* * apr/network_io/unix/sendrecv.cjorton2004-11-171-1/+1
* * test/testfnmatch.c (test_glob, test_glob_currdir): Fix for presencejorton2004-11-171-13/+15
* Fix enabling of signal blocking and unblocking code.jorton2004-11-171-2/+2
* Avoid casting away "const". No functional change.jorton2004-11-171-2/+2
* * 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-172-3/+48
* Bump trunk to 1.1.0-dev so that we can try to isolate incompatible changes.jerenkrantz2004-11-172-8/+10
* * tables/apr_hash.c (find_entry): Fix gcc warning.jorton2004-11-151-1/+1