summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Rename 1.2.3 to 1.2.4 for new release tarball.rooneg2006-01-301-1/+1
* Bump for 1.2.3 release.rooneg2006-01-271-1/+1
* Merge r356615 into 1.2.x.rooneg2006-01-262-4/+14
* Platform fix; backport 357636 for 2.2.3 (if ever released)wrowe2005-12-191-0/+16
* backport from trunk:trawick2005-10-081-7/+9
* Bump after tagwrowe2005-09-261-2/+2
* Prepare for 1.2.2 candidate.wrowe2005-09-261-1/+1
* Merge r264750 from trunk:jorton2005-08-301-16/+34
* Backport from trunk:trawick2005-08-231-1/+11
* Roll on to 1.2.2-devpquerna2005-08-141-2/+2
* prep for 1.2.1 tag.pquerna2005-08-141-1/+1
* Merge documentation update from trunk's r224442pquerna2005-08-141-0/+18
* Merge r224407 from trunk, fixing Win32 condition variables.pquerna2005-08-141-1/+0
* roll on to 1.2.1-dev.pquerna2005-07-191-2/+2
* This is the correct way to prepare for 1.2.0 tag.pquerna2005-07-191-2/+2
* Remove -dev to prepare for the tag.pquerna2005-07-191-1/+1
* OS/2: Implement apr_file_mtime_set().bjh2005-07-161-0/+2
* Actually implement the multicast on the WIN32.mturk2005-07-081-0/+3
* Add %pt support to apr_snprintf() for printing an apr_os_thread_ttrawick2005-06-171-0/+2
* Update remaining 2004 copyright notices.jorton2005-06-143-3/+6
* Implement pool accessor for socketsmturk2005-06-124-3/+8
* fix typojwoolley2005-05-261-1/+1
* Use AC_CHECK_HEADERS to find the uuid header files.pquerna2005-05-051-2/+0
* * include/apr_pools.h: Remove some out-of-context references tojorton2005-05-041-8/+6
* Steal the joined-pool debug code from 1.3:jorton2005-05-041-1/+5
* - Add support for uuid_generate on OS X 10.4. This required some extra footpquerna2005-05-031-0/+2
* Fix the @return Docstring to say that this will return NULL if the key doesn'...pquerna2005-04-221-1/+1
* Remove setting FD_SETSIZE from apr.hw tomturk2005-04-221-2/+0
* Set FD_SETSIZE to 1024 like POSIX does.mturk2005-04-211-0/+2
* Allow Apache on NetWare to build using either the standard socket libraries o...bnicholes2005-04-144-5/+34
* Yes, these are depreciated, but lets not use C++ Comments.pquerna2005-04-131-3/+3
* * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave'jorton2005-02-151-2/+2
* Since reaction is negative to a seperate apr_release.h file forwrowe2005-02-072-103/+77
* No newline == bad form, my bad.wrowe2005-02-071-1/+1
* apr_revision? Whoops - I rethought that, decided on apr_release.h towrowe2005-02-071-1/+1
* In order to remove the win32ver.awk generation of .rc files for apr,wrowe2005-02-073-40/+98
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0492-92/+184
* bump /trunk/ to 1.2.0-devpquerna2005-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