summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix typojwoolley2005-05-261-1/+1
* move 1.1.x to 1.1.2-devpquerna2005-03-151-2/+2
* remove -dev in prep for 1.1.1 tag.pquerna2005-03-151-1/+1
* Backport r153917 and r153932 from trunk. Build fixes for multicast on Tru64 a...pquerna2005-03-151-2/+2
* blind backport attempting to fix 1.1.x, based on wrowe's changes between r151...pquerna2005-03-152-21/+53
* bump the 1.1.x branch to 1.1.1-devpquerna2005-01-261-2/+2
* Undefine -dev in prep for 1.1.0_RC1pquerna2005-01-211-1/+1
* Add Support for DragonFly BSD.pquerna2005-01-211-1/+2
* Win32 support for Multicastpquerna2005-01-181-0/+1
* Added detection for XP_SP1, XP_SP2 and 2003.mturk2005-01-171-1/+4
* Added apr_procattr_user_set and apr_procattr_group_set to allow setting uid/g...mturk2005-01-166-0/+34
* Add Support for Single Source Multicast.pquerna2005-01-101-8/+6
* Begin explicit __cdecl protection against including the apr headers from anywrowe2005-01-051-3/+3
* Add arguments for Single Source Multicast Support as suggested by Colm pquerna2005-01-031-2/+10
* Adding an initial Multicast API.pquerna2005-01-021-0/+57
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...pquerna2004-12-111-0/+4
* rename the apr_file_permissions defines (APR_UREAD,stas2004-12-101-15/+31
* Fix some style problems in the poll code, no functional changes.rooneg2004-12-061-2/+2
* * file_io/unix/fullrw.c: Add apr_file_writev_full to ensure an iovec is pquerna2004-12-051-0/+34
* * 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-301-0/+2
* add deprecated doxygen tagsstas2004-11-291-14/+14
* rename the fopen defines (APR_READ, APR_WRITE, etc.) to have prefix stas2004-11-261-21/+41
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacepquerna2004-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-221-1/+8
* This commit may break the win32 or netware builds because of the added files.pquerna2004-11-202-0/+97
* Remove .cvsignore files.jorton2004-11-182-5/+0
* Bump trunk to 1.1.0-dev so that we can try to isolate incompatible changes.jerenkrantz2004-11-171-2/+2
* WIN64: update pools code for 64 bit compilesake2004-10-075-3/+11
* added define to enable writev capabilities in NetWareclar2004-10-061-0/+2
* clarify APR_DWORD_MAXake2004-10-012-2/+2
* add some hints about non-blocking socketstrawick2004-09-301-5/+14
* replaced define for DWORD_MAX with APR_DWORD_MAXclar2004-09-282-2/+2
* added define for DWORD_MAXclar2004-09-241-0/+1
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-221-1/+3
* * include/apr_shm.h: Document alignment guarantee fromjorton2004-09-221-0/+1
* Win32: Implement apr_procattr_child_errfn_set()and apr_procattr_error_check_s...stoddard2004-08-241-0/+2
* 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