summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
Commit message (Expand)AuthorAgeFilesLines
* Slightly improve doxygen generated documentation.jailletc362018-08-261-1/+1
* apr_os_proc_mutex_put_ex: Allow to specify whether the OS nativeylavic2016-04-131-0/+3
* proc_mutex-unixes: the apr_os_proc_mutex_t member intraproc is not usedylavic2016-03-061-7/+0
* proc_mutex-netware: follow up to r1733775.ylavic2016-03-061-1/+1
* apr_proc/global_mutex: Fix API regarding the native OS mutexesylavic2016-03-061-1/+36
* Clarify under what circumstances memory is allocated in apr_os_sock_put().minfrin2015-09-181-1/+4
* document return values for apr_os_thread_equal()trawick2011-05-021-0/+1
* Moved apr_os_uuid_get prototype out of APR_HAS_DSO block.fuankg2011-03-261-3/+4
* Fix a bunch of typos in the doxygen comments for public include filesminfrin2009-09-251-6/+6
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* more doxygen fixes from sanderianh2003-12-291-0/+3
* Forward port from APR_0_9_BRANCH:striker2003-10-261-0/+15
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-2/+0
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-9/+9
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Introduced apr_os_default_encoding and apr_os_locale_encoding, withbrane2002-11-121-0/+16
* Go through doxygen output and remove as many errors and warnings as I could.jerenkrantz2002-11-101-14/+25
* add a note about apr_os_sock_put()trawick2002-10-211-0/+2
* Add apr_socket_create_ex() to allow protocol to be specified for thetrawick2002-10-181-3/+6
* add a way to create an apr_file_t from an apr_os_file_t whichtrawick2002-10-031-0/+12
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-171-0/+8
* APR_PROC_MUTEX_IS_GLOBAL is the condition where apr_global_mutex_ttrawick2002-05-081-1/+1
* Add apr_os_get function for global_mutexes.rbb2002-05-021-0/+19
* ** DEPRECATE old lock API: apr_lock.h **aaron2002-04-091-29/+0
* If I had the energy, I'd change the Win32 apr_proc_t type to use thiswrowe2002-03-161-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-061-2/+2
* Win32 requires an apr_os accessor for shm regions. This allows us towrowe2002-01-251-0/+28
* Add the ability to pass flags to both apr_file_open and apr_mktemp.rbb2002-01-081-1/+2
* Implement portable accessors for proc mutex. These are equivalent toaaron2001-10-191-4/+33
* Remove SMS and all references.striker2001-09-281-17/+0
* * Doxygen of Header File.ianh2001-08-171-84/+66
* APR doesn't need to define union semun for apps; thetrawick2001-08-151-12/+0
* First pass at making apr_portable.h use doxygen.rbb2001-08-121-7/+18
* get apr_os_dso_handle_t defined properly on Darwintrawick2001-08-061-1/+2
* Added the NetWare specific typedef'sbnicholes2001-08-021-0/+12
* Strip the inherit flag from apr_os_sock_make() (what a lousy name)wrowe2001-07-181-2/+0
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-0/+2
* FreeBSD doesn't use threads so this didn't show up on my system,dreid2001-07-071-0/+1
* Move the thread registration functions from the apr_sms header intodreid2001-07-071-1/+17
* Add some documentation for the os_thread functions recently addeddreid2001-07-071-3/+14
* Fix warnings on Solaris 2.6 about assigning from pointer tojwoolley2001-07-021-9/+4
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-141-0/+1
* Update the include files inline with the recent changes to lockingdreid2001-06-111-6/+2
* we don't always have apr_os_thread_current()trawick2001-06-061-0/+2
* This is a much larger commit than I meant to have, but a lot hasdreid2001-06-061-0/+2
* Get HP-UX (11.0 at least) to build again by including the definitiontrawick2001-05-231-0/+1