summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * include/apr_tables.h: Clarify that array push/pop work as a LIFOjorton2004-06-041-2/+2
* * include/apr_thread_proc.h: apr_proc_create() API clarification.jorton2004-06-041-6/+8
* * build/apr_network.m4 (APR_CHECK_SCTP): Safer check for SCTP supportjorton2004-06-041-15/+11
* * test/globalmutexchild.c: Fix compiler warning.jorton2004-06-041-0/+1
* * test/testglobalmutex.c: Fix compiler warnings.jorton2004-06-041-1/+31
* * test/abts.c (abts_add_suite): Fix for non-absolute __FILE__jorton2004-06-041-3/+5
* My rationale as to why this isn't a showstopper.jerenkrantz2004-06-041-1/+18
* Various test suite improvements to actually test the global mutex code with alljerenkrantz2004-06-043-14/+77
* * test/testsock.c (setup_socket): Return NULL if bind fails, fixingjorton2004-06-021-2/+8
* clean out some unused variablesthommay2004-06-011-4/+0
* * network_io/unix/sockaddr.c (call_resolver): Fix lookups with NULLjorton2004-06-011-1/+13
* Eliminate the redundant compiler rulesbnicholes2004-06-011-87/+4
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-017-0/+114
* * Makefile.in (DISTCLEAN_TARGETS): Add apr.pc.jorton2004-05-311-1/+1
* Add pkg-config APR file.thommay2004-05-294-0/+20
* Ignore more.jorton2004-05-271-1/+1
* * include/apr_thread_proc.h: Fix copy'n'past'o.jorton2004-05-271-1/+1
* * include/apr_file_io.h: Doxygen/formatting/whitespace cleanups.jorton2004-05-271-113/+107
* * Makefile.in: Rename export_vars.h to export_vars.c to fix build onjorton2004-05-271-5/+5
* * shmem/unix/shm.c (apr_shm_create): Answer some FIXMEs: wrong, yes, no.jorton2004-05-271-4/+1
* * shmem/unix/shm.c (apr_shm_attach): Remove palloc->ENOMEM checking.jorton2004-05-271-15/+0
* * shmem/unix/shm.c (shm_cleanup_owner): Simplify error handling.jorton2004-05-271-14/+2
* Reverting a NetWare timeout patchbnicholes2004-05-261-12/+7
* Build the supporting testing apps on NetWarebnicholes2004-05-253-0/+512
* A timeout value of 0 causes select() on NetWare to return immediately with a ...bnicholes2004-05-251-7/+12
* * test/teststr.c (string_strtoff): Fix failure messages.jorton2004-05-251-2/+2
* * test/testlock.c (test_thread_rwlock): Catch ENOTIMPL.jorton2004-05-251-0/+4
* List all local variable first otherwise the Metrowerks compiler complainsbnicholes2004-05-241-1/+1
* * test/testfile.c (test_readzero): New test.jorton2004-05-241-0/+18
* * test/abts.c (abts_add_suite): Use calloc/memcpy rather thanjorton2004-05-241-1/+2
* * test/abts.c (abts_add_suite): Strip .c extension from subsuite name.jorton2004-05-241-3/+8
* * file_io/unix/copy.c (apr_file_transfer_contents): Remove redundantjorton2004-05-241-1/+1
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-247-0/+70
* * test/abts.c (abts_ptr_notnull, abts_assert, abts_true,jorton2004-05-241-4/+4
* Fix failures/segfaults on Linux systems with IPv6 disabled:jorton2004-05-242-18/+36
* * test/testlfs.c (PRECOND): Return after ENOTIMPL checks trigger tojorton2004-05-241-2/+2
* * test/testenv.c: Return after ENOTIMPL checks trigger to preventjorton2004-05-241-1/+7
* Fix the output from -q. Now, there are no control characters printed whenrbb2004-05-231-3/+6
* * network_io/unix/sockaddr.c (apr_getnameinfo): Use apr_uint32_t tojorton2004-05-231-5/+4
* OS/2: In apr_file_info_get(), flush any unwritten buffered data before queryingbjh2004-05-221-1/+10
* OS/2: Fix incorrect return of APR_EOF when a 0 length read is requestedbjh2004-05-221-1/+1
* Fix stack overflow with IPv6 apr_socket_accept() on Win32.trawick2004-05-212-0/+7
* sync with 0.9 branchtrawick2004-05-211-4/+4
* Check for both multiple NLM or LIB targets before allowing the compiler optio...bnicholes2004-05-201-0/+11
* Get the APR tests building again on NetWarebnicholes2004-05-202-5/+8
* Don't assume getnameinfo() can handle IPv4-mapped IPv6 addressestrawick2004-05-204-79/+7
* * build/apr_hints.m4: Don't add -lprot for *-sco3.2v5*, thanks tojorton2004-05-191-1/+0
* * include/apr_file_io.h, include/apr_file_info.h: cont->pooljorton2004-05-172-27/+27
* * include/apr_strings.h: Document that apr_strtoi64 sets errno onjorton2004-05-171-2/+3
* * include/apr_file_io.h: apr_file_open has not required ajorton2004-05-171-2/+1