summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Increase the default for FD_SETSIZE on Netwarebnicholes2004-03-161-0/+2
* * include/apr_strings.h: Clarify apr_cpystrn docco and fix null/NULjorton2004-03-161-10/+12
* Use the correct macros for converting between winsock net errors and apr on N...bnicholes2004-03-161-4/+5
* * include/apr_errno.h: Treat EDQUOT like ENOSPC on Unix.jorton2004-03-121-0/+5
* Add apr_match_glob and two tests to make sure that it is working. Thererbb2004-03-051-0/+12
* Add apr_threadattr_stacksize_set() for overriding the defaulttrawick2004-03-013-0/+10
* enable IPv6 for Windows XP and 2003. In addition this thisake2004-03-011-1/+2
* Relicense.jorton2004-02-284-196/+40
* * include/apr_file_info.h: Remove misleading @remark about dot/dot-dotjorton2004-02-191-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1390-4374/+904
* * configure.in: Fix detection of pthread rwlocks to actually fail whenjorton2004-01-261-1/+1
* * include/arch/unix/apr_arch_thread_rwlock.h: Use result ofjorton2004-01-251-2/+2
* spellingtrawick2004-01-161-1/+1
* Document return values of apr_cpystrn and apr_collapse_spaces.jorton2004-01-151-1/+3
* Make things a bit easier to understand, based on feedback to thewrowe2004-01-141-1/+1
* Clean up configure logic for enabling "nonportable" atomics: don'tjorton2004-01-061-3/+0
* make it say NUL-terminated instead of \0 terminated so both developersianh2004-01-051-1/+1
* more doxygen cleanupianh2003-12-301-10/+4
* more doxygen fixes from sanderianh2003-12-292-0/+4
* doxygen fixesianh2003-12-291-2/+4
* silence 2 doxygen warningsianh2003-12-292-1/+5
* * include/apr_thread_cond.h: Note when destroying a condvar givesjorton2003-12-291-0/+6
* * include/arch/unix/apr_arch_thread_cond.h: Store a pthread_cond_tjorton2003-12-291-1/+1
* Spelling/grammar fixes.jorton2003-12-291-3/+3
* Clean up some 32 bit/64 bit type incompatibilities that cause problems when l...bnicholes2003-12-152-3/+7
* large file support is causing problems with acrobat reader and PDF files. Tu...bnicholes2003-12-131-1/+5
* Clarify what is and isn't safe to do with cleanups.striker2003-12-121-1/+6
* Completely remove apr_socket_from_file which is deprecated on the 0.9jorton2003-12-091-3/+1
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRtrawick2003-12-051-16/+0
* apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)trawick2003-12-041-2/+4
* remove apr_sockaddr_ip_set() APItrawick2003-12-031-12/+1
* move the implementations of apr atomics out of the public header filetrawick2003-12-032-288/+11
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-301-1/+8
* Use the correct literal typing for NetWarebnicholes2003-11-251-6/+0
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-242-3/+8
* Modify the beos dso code to always return a structure, adding the errormsgdreid2003-11-231-0/+3
* Add back apr_poll as it shouldn't have been removed.dreid2003-11-211-0/+22
* NO_USE_SIGACTION was only declared by Win32, and not tested withinwrowe2003-11-211-2/+0
* Drop deprecated apr_proc_{...} functions with detailed CHANGES notes.wrowe2003-11-201-14/+0
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-18/+0
* OS/2: Remove the apr_pollset_t from apr_file_t. File handles can't be polledbjh2003-11-191-3/+0
* Unix propagates the fname from the apr_file_t to apr_file_info_twrowe2003-11-191-1/+1
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-178-0/+31
* Remove the old/deprecated apr_poll interface.gstein2003-11-171-46/+0
* Puzzle for the day, how does sha2.c compile already on Win32 or Netware.wrowe2003-11-172-1/+9
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-164-9/+17
* Correct misdeclaration of Win32 type remapping function typedefs.wrowe2003-11-161-6/+6
* ripjwoolley2003-11-161-14/+0
* axing deprecated apr_atomic_foo functionstrawick2003-11-161-127/+20
* ripjwoolley2003-11-161-48/+0