summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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