summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add doxygen work for SMS code.rbb2001-08-121-1/+16
* First pass at making apr_portable.h use doxygen.rbb2001-08-121-7/+18
* These two pool functions were declared twice in apr_pools.h. This bringsrbb2001-08-121-16/+0
* Begin to move the APR documentation to Doxygen.rbb2001-08-113-57/+91
* It is possible to have pthread.h without having threads enabled. Thejerenkrantz2001-08-111-3/+0
* Don't use the name "socket" because certain GCC settings warn aboutgstein2001-08-081-2/+2
* Fixed the apr_get_netos_error() macro to allow it to handle Winsock errorsbnicholes2001-08-071-1/+1
* Turned off APR_HAS_RANDOM for NetWarebnicholes2001-08-071-1/+1
* Added a #define for the NetWare version of apr_get_netos_error() thatbnicholes2001-08-061-1/+3
* Added stubs for the unsupported signals on NetWarebnicholes2001-08-061-32/+37
* get apr_os_dso_handle_t defined properly on Darwintrawick2001-08-061-1/+2
* correct the prototype to eliminate warning.fielding2001-08-031-1/+1
* Added the prototype for apr_thread_yield()bnicholes2001-08-031-0/+6
* Adding NetWare specific headersbnicholes2001-08-023-0/+567
* Added the NetWare specific typedef'sbnicholes2001-08-021-0/+12
* Modify this semantic to 1. keep in tune with apr return values (althoughwrowe2001-08-021-4/+5
* Quell a slow leak. The iterator's allocation is NOT pertinant to the hash!wrowe2001-08-021-4/+5
* Almost used this when I thought our contents were going out of context.wrowe2001-08-011-0/+1
* Performance: Add new socket option, APR_INCOMPLETE_READ, that should bestoddard2001-07-301-0/+11
* Reorder test so make_exports.awk recognises that it needs to go in exports.cbjh2001-07-281-1/+1
* Nasty... OS2 needs checking out, still having trouble with Win32.wrowe2001-07-271-2/+6
* * apr_user.h (apr_current_userid): new declaration.sussman2001-07-261-0/+12
* Add appropriate APR_DECLARE's for signal functions.bjh2001-07-261-2/+2
* Solve the make exports problems with these accessor wrappers by simplywrowe2001-07-262-4/+4
* Do the "right" thing with inherit macros when SMS is enabled.jerenkrantz2001-07-261-0/+24
* Replace the very limited-use ap_send_size with apr_strfsize(), whichwrowe2001-07-251-0/+11
* Fix accept filters by making all the various macro names agree with each other.jwoolley2001-07-253-4/+5
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).jfclere2001-07-251-2/+3
* Reduce CPU consumption in conv_10 function, used to format "%d" by apr_*printfgregames2001-07-241-0/+27
* OS/2: Add support for datagram sockets.bjh2001-07-242-0/+5
* Updated APR to pass the thread worker_function prototypewrowe2001-07-245-3/+18
* These both need to be apr_pool_child_cleanup_set() ... we are simplywrowe2001-07-241-1/+2
* Fix typos to get us building againjwoolley2001-07-231-3/+2
* Depricated the broken apr_pool_child_cleanup_kill, and added the newwrowe2001-07-232-10/+12
* yank apr_get_user_passwd()trawick2001-07-211-10/+0
* Add apr_hash_overlay function in the spirit of apr_table_overlay.jerenkrantz2001-07-191-0/+13
* Add tryacquire function to the apr_lock_* stable.jerenkrantz2001-07-193-0/+12
* Clean up APR_INHERIT - it's now a private flag.wrowe2001-07-182-2/+2
* Set up the inherit mechanics to drop the APR_INHERIT flag.wrowe2001-07-181-14/+0
* apr_socket_[un]set_inherit is a noop on Win32, but must be exported.wrowe2001-07-181-3/+2
* Strip the inherit flag from apr_os_sock_make() (what a lousy name)wrowe2001-07-181-2/+0
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-11/+2
* Changed two #ifdefs to #ifs since they are always defined.striker2001-07-181-2/+2
* Fix some compile breaksrbb2001-07-161-1/+1
* Split public from private declaration for INHERIT stuffwrowe2001-07-162-20/+80
* This should introduce the APR_INHERIT flag for Unix.wrowe2001-07-161-1/+30
* In order to use this IMPLEMENT_SET/UNSET schema, this has got to be awrowe2001-07-164-11/+11
* Yup Ian... this was borked :-)wrowe2001-07-161-2/+2
* If this platform will support 'da inherit bit, needs the flagwrowe2001-07-161-0/+1
* If these will support the inherit toggle, they need 'da flag.wrowe2001-07-161-0/+1