summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo pointed out by Greg Marr [thx!]wrowe2002-06-121-1/+2
* To simplify future, experimental work with binary usec values, thesewrowe2002-06-121-0/+7
* Use the native cmpxchg() function for NetWarebnicholes2002-06-111-5/+1
* set/set, unset/unset.wrowe2002-06-091-0/+3
* Remove one of the two declarations of apr_socket_inherit_set()brianp2002-06-091-3/+0
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-085-29/+44
* Prepare for win32 inherit.hwrowe2002-06-081-0/+92
* Seems I was cutting a pasting just a little over the speed limit.wrowe2002-06-083-3/+2
* Nice tags, makes things easier to read [wish I noticed earlier]wrowe2002-06-082-6/+2
* More API get/set renames, and providing stubs for those previouslywrowe2002-06-082-8/+31
* Pedantic docs changewrowe2002-06-081-1/+3
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-083-10/+16
* renames for apr_xlate_sb_get, which was far more complicated.wrowe2002-06-081-34/+6
* Some simple fn renames ... by the book [deprecated entry points retained]wrowe2002-06-081-0/+5
* Allows the internal socket netmask of the accepted socket to initialize itselfbnicholes2002-06-071-0/+8
* Added 2 additional lock functions: apr_proc_mutex_name andjim2002-06-072-0/+14
* win32 now passes testsockopt. Merge the Netware codepathstoddard2002-06-061-0/+9
* More of the WinCE port.wrowe2002-06-041-1/+10
* it's amazing the typos one can catch when one actually reads the docs. :)jwoolley2002-06-031-1/+1
* these guys aren't in apr-util anymore :)jwoolley2002-06-031-3/+3
* Updated to match the header changebnicholes2002-06-031-1/+1
* Needed a function in Subversion to behave like 'mkdir -p', and thisfitz2002-05-311-0/+10
* Added the IPv6 header for NetWarebnicholes2002-05-311-0/+4
* don't use "pipe" as a field name; some platforms redefinetrawick2002-05-311-1/+1
* New function: apr_pool_allocator_get. This function allows us tostriker2002-05-301-0/+6
* Renames:striker2002-05-302-5/+5
* Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTEDwrowe2002-05-292-3/+20
* Reimplemented apr_file_pipe_create() on NetWare using the standardbnicholes2002-05-291-1/+0
* The 'reuse' patch. This will make pools a bit more carefull aboutstriker2002-05-261-0/+2
* The hi free patch. This will add the ability for a developer tostriker2002-05-261-0/+10
* That cut-and-paste job was a bit too literal.jerenkrantz2002-05-251-2/+2
* The doc doesn't match implementation. Make it consistent with write_full.jerenkrantz2002-05-251-2/+3
* Fair warning, as this keeps coming up over and over. We're not usingjwoolley2002-05-251-2/+8
* Win32:stoddard2002-05-201-0/+1
* Renames:jwoolley2002-05-182-7/+20
* Some platforms require the definitions from <sys/ipc.h> to be included before...martin2002-05-161-0/+3
* Added apr_strcatv(), a string concatenation function thatbrianp2002-05-121-0/+13
* get rid of the macro redefinition warnings for a pool-debug buildtrawick2002-05-101-1/+1
* Refer to the new guidelines document.gstein2002-05-101-20/+8
* Address PR 8963wrowe2002-05-101-5/+5
* APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_ttrawick2002-05-081-1/+1
* Optimize away a strncmp that accounted for 10% of the run time ofbrianp2002-05-071-0/+1
* apr_lock_t is no more.stoddard2002-05-061-1/+0
* FreeBSD down to 3 has atomic...ben2002-05-061-1/+2
* Convert apr_pcalloc to a macro to take advantage of compilerbrianp2002-05-051-0/+4
* All of NetWare's locks are globalbnicholes2002-05-021-1/+1
* Fix APR_STATUS_IS_ETIMEDOUT() macro, which had a stray close-paren onjwoolley2002-05-021-3/+3
* Add apr_os_get function for global_mutexes.rbb2002-05-021-0/+19
* remove some linux commentstrawick2002-05-011-3/+3
* Make the () style consistent for read and set macros. This should resolvejerenkrantz2002-04-301-5/+5