summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add the ap_get_os_*_time funcs after Dean's time re-write.rbb2000-01-091-6/+12
* Cleaning up the config stuff for APR even more. We had some smallrbb1999-12-061-5/+5
* This finishes cleaning up the APR macro leak. APR public headers no longerrbb1999-12-011-1/+7
* The next step in removing the APR HAVE_*_H leak. This removes all of thoserbb1999-12-011-19/+4
* Remove some of the includes of apr_config.h from public header files.rbb1999-11-301-6/+0
* Fix Win32 build breakstoddard1999-11-081-0/+5
* Fix interface of ap_get_os_dir(): it previously modified a localmartin1999-10-231-1/+1
* The rest of the changes for BeOS the process change I made tonight.dreid1999-10-221-1/+1
* Remove the check for HAVE_PTHREAD_H from the common code for ap_get_thread*.rbb1999-10-211-2/+2
* Modify APR so that if we build without threads, we do not create no-oprbb1999-10-211-3/+13
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-4/+4
* Bring network code to the parameter order spec. This means contexts go last,rbb1999-10-101-1/+1
* Bring file_io up to the new parameter order for APR. I have decided to dorbb1999-10-061-2/+2
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-9/+9
* Prevent duplicate declarationsstoddard1999-09-131-0/+11
* A bunch of APR BEOS changes. Including: Better autoconf support, addingrbb1999-09-071-0/+21