summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add APR_DECLARE() to the function prototypes so that the will show up inbnicholes2003-11-111-10/+10
* Get rid of tabs.ben2003-11-061-7/+7
* Support third-world compilers.ben2003-11-051-1/+1
* Endianness and APR types for random.ben2003-11-051-0/+3
* Code style.ben2003-11-051-3/+2
* Fix the Win32 build.brane2003-11-041-3/+3
* Make sure randomness is different after a fork.ben2003-11-031-0/+13
* Fix child_cleanup docco.ben2003-11-031-2/+2
* Document apr_proc_fork()'s return values.ben2003-11-031-0/+2
* Change the FreeBSD i386 atomics to use the asm routines in the apr_atomicdreid2003-11-031-4/+5
* Start of new PRNG.ben2003-11-033-1/+99
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-023-10/+13
* * include/apr_allocator.hstriker2003-11-021-2/+7
* Some remarks about the fields in the memnode_t structure.striker2003-10-311-1/+6
* Submitted by: Julian Foad <julianfoad@btopenworld.com>striker2003-10-301-1/+2
* Some functions in the interface had been marked @deprecated. Shift thosegstein2003-10-281-83/+25
* Forward port from APR_0_9_BRANCH:striker2003-10-261-0/+15
* Enable large file support for NetWarebnicholes2003-10-171-2/+2
* Use function overrides to provide the correct argument types for ourwrowe2003-10-151-2/+31
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-2/+0
* Nothing to initialize on win32, this sure looks like the right answerwrowe2003-10-151-1/+1
* need <sys/ioctl.h> for SIOCATMARK on at least AIX and z/OS (OS/390 (MVS))trawick2003-10-152-0/+4
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-145-0/+15
* * include/arch/unix/apr_arch_thread_rwlock.h: Store a pthread_rwlock_tjorton2003-10-041-1/+1
* Document operations which give undefined results in a POSIXjorton2003-10-031-5/+14
* Remove an unused system import from the NetWare buildbnicholes2003-10-021-2/+0
* * configure.in, include/apr.h.in, include/apr.hw, include/apr.hnw:jorton2003-10-013-9/+0
* * configure.in, build/apr_network.m4: Remove APR_INADDR_NONEjorton2003-10-014-15/+10
* Make sure that the types are correct when the native NetWare atomic API'sbnicholes2003-09-301-9/+7
* For platforms which have "struct sockaddr_stroage", allowjorton2003-09-292-0/+6
* Fix up the apr_atomic* APIs for NETWARE to conform to the latest changesbnicholes2003-09-291-9/+34
* * include/arch/unix/apr_arch_threadproc.h: Store a pthread_attr_tjorton2003-09-291-1/+1
* * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes):jorton2003-09-291-6/+1
* clarify docs.jwoolley2003-09-261-5/+6
* * include/apr_pools.hstriker2003-09-261-1/+0
* * include/apr_pools.hstriker2003-09-261-2/+5
* Hmm. We're not on the 0.9.x branch. HEAD is 1.0-dev.jerenkrantz2003-09-261-3/+3
* Inline assembly version of apr_atomic_xchg32 for Linux/x86brianp2003-09-261-0/+8
* get prototype for default implementation of apr_atomic_sub32()trawick2003-09-251-0/+5
* new version of atomic API that works specifically on apr_uint32_t values for ...brianp2003-09-251-4/+131
* Fixed my own typo from way back when.brane2003-09-231-1/+1
* Enable use of atomics from MSVC C++ on WIN32.wrowe2003-09-191-1/+1