summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-2/+2
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-4/+4
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Last doc update.rbb2000-03-151-6/+9
* Updating more docs. :-)rbb2000-03-151-2/+3
* Fix more docs and change some parameter order on ap_getopt. This makesrbb2000-03-141-2/+3
* Fix the docs for all of the file I/O functions. Also added variable names torbb2000-03-141-4/+6
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-4/+0
* Namespace protect the HAVE_SEMUN variable that was added. This has notrbb2000-01-241-1/+1
* Make interprocess mutexes actually choose, fix semaphore mutexes.ben2000-01-231-0/+3