summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix typojwoolley2005-05-261-1/+1
* drop .cvsignore filesnd2004-11-242-5/+0
* Bump version to 1.0.2-devjerenkrantz2004-11-171-2/+2
* * include/apr_version.h: Bump to 1.0.1.jerenkrantz2004-11-171-1/+1
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-178-7/+37
* This commit was manufactured by cvs2svn to create tag 'APR_1_0_0'.APR_1_0_0(no author)2004-08-241-6/+1
* Spelling fix.jorton2004-08-181-1/+1
* This must hit 1.0 - note the ambiguity of ctime.wrowe2004-08-121-2/+2
* HEAD is now 1.0.1 and is once again a dev versiondreid2004-08-031-1/+6
* OK, so there was probably an easier way to do this, but...dreid2004-08-031-6/+0
* Eliminate APR_STATUS_IS_SUCCESS macro.jerenkrantz2004-07-311-11/+1
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-221-0/+5
* Make sure that Winsock is started up properly for all NLMs that link to aprli...bnicholes2004-07-061-0/+7
* * include/apr_file_info.h: Move new APR_USETID, APR_GSETID andjorton2004-06-251-3/+3
* fix a dangling commatrawick2004-06-231-1/+1
* Add command type APR_SHELLCMD_ENV for creating a processtrawick2004-06-231-3/+6
* indicate that default on address space differs among platformstrawick2004-06-151-1/+2
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSjorton2004-06-141-3/+5
* Fixed typo in API descriptionclar2004-06-141-1/+1
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-142-3/+10
* Support POSIX semaphores on LP64 platforms:jorton2004-06-141-0/+3
* Added NetWare specific option in apr_cmdtype_e to start program in a separate...clar2004-06-111-4/+7
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-101-0/+13
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:jorton2004-06-051-16/+0
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,jorton2004-06-052-5/+0
* Update the comment.jorton2004-06-041-2/+1
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-045-19/+10
* Drop racy/broken Unix nested mutex implementation; use SUSv3-stylejorton2004-06-041-3/+0
* * 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
* * include/apr_shm.c (apr_shm_remove): Add prototype.jorton2004-06-011-0/+12
* * 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
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-243-0/+33
* * 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
* Added two new functions apr_signal_block and apr_signal_unblock tomadhum2004-04-211-0/+14
* * include/apr_hash.h: Fix formatting.jorton2004-04-211-2/+3
* * include/apr_file_info.h, file_io/unix/fileacc.c (apr_unix_mode2perms,jorton2004-04-211-0/+3
* * include/apr_time.h: More null/NUL confusion.jorton2004-04-211-2/+2
* * include/apr_hash.h: Fix some NUL/null confusion, documentjorton2004-04-211-4/+6
* Allow developers to specify their own hash function for hash tables usingrbb2004-04-181-0/+21
* #undef APR_STATUS_IS_TIMESUP on non-unix platforms before redefining it.rbb2004-04-091-0/+3
* Deprecated APR_ETIMEDOUT. Everything should be using APR_TIMESUPrbb2004-04-091-6/+19
* * include/apr_file_io.h: Add APR_LARGEFILE flag, with warning.jorton2004-03-301-0/+14
* Add LFS support:jorton2004-03-273-1/+19
* 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