summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor wrapper for functions which should only be defined if wejim2001-05-191-0/+3
* get apr_os_dso_handle_put workingdougm2001-04-251-1/+1
* Add the apr_os_dso_handle_get/set for BeOS and some other pieces of tidying updreid2001-04-221-0/+1
* Inserting dso typedef here....bjh2001-04-191-1/+1
* Try to add the apr_os_dso_handle_t typedefs for those platformsdreid2001-04-181-1/+9
* This commit addsdreid2001-04-181-0/+24
* When we install this file it shouldn't rely on the apache defineddreid2001-03-211-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* s/pupt/put/g typodougm2001-02-081-4/+4
* renaming various functions for consistency sakedougm2001-02-081-35/+35
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-2/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-32/+67
* Add apr_make_os_sock() for constructing a fully-capable APRtrawick2000-12-041-0/+28
* Make the APR headers sane.gstein2000-11-261-5/+6
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-10/+14
* prefix libapr functions and types with apr_dougm2000-08-021-60/+60
* Update apr_portable.h to use ScanDoc.rbb2000-07-231-178/+85
* Fix compile break.stoddard2000-07-111-1/+1
* Fix ap_get_os_thread. This should work on Windows and Unix now.rbb2000-07-101-1/+1
* Include dso api'sake2000-06-191-0/+1
* Convert ap_proc_t to a complete type. This lets us access the pid directly.rbb2000-05-231-28/+0
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-111/+195
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-9/+10
* more documentation movementdgaudet2000-04-141-0/+143