summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_0_9_4'.APR_0_9_4(no author)2003-09-262-2/+2
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-231-0/+16
* ha, then i go to try to use the thing and find out what APR_RING_CHECK_ELEM()jwoolley2003-08-131-2/+17
* seemed like a handy tool.jwoolley2003-08-131-0/+25
* rename "this" to "here" since "this" is a reserved word in c++jwoolley2003-08-131-12/+12
* Revamp apr_thread_mutex to be as thread safe, and occasionallywrowe2003-08-071-2/+3
* Indicate that NetWare has the necessary environment functions to supportbnicholes2003-07-311-0/+4
* Implemented apr_file_mtime_set() for NetWarebnicholes2003-07-141-0/+2
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-083-0/+24
* Added a note to the apr_file_open_flags about the range of valuesbrane2003-07-081-14/+17
* New apr_file_mtime_set() API, implemented in unix and win32.sussman2003-07-072-4/+17
* Add an apr_table_compress() function to reconcile duplicatebrianp2003-06-221-0/+10
* Some SVR4 dialects need mutexes declared before including shm.hmartin2003-06-201-0/+3
* tweak a comment to better describe what APR_SHELLCMD can handletrawick2003-06-191-1/+1
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.stoddard2003-06-181-5/+3
* fix documentation for apr_file_getc()jwoolley2003-06-151-2/+2
* Fix a doc typo and clarify.aaron2003-06-131-1/+1
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-071-0/+7
* Fixing up the NetWare headers to be compatible with the GNU compilerbnicholes2003-05-301-5/+7
* describe the timeout parameter to apr_socket_timeout_set()trawick2003-05-301-0/+6
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-241-0/+2
* remove an incorrect commenttrawick2003-05-121-3/+1
* removed the solaris specific atomic code.ianh2003-05-031-16/+0
* apr_file_gets(): Return APR_SUCCESS if any characters aretrawick2003-05-011-4/+1
* Add %pT support to apr_snprintf() for printing an apr_os_thread_t.trawick2003-04-171-0/+2
* Add APR_TCP_NODELAY_INHERITED & APR_O_NONBLOCK_INHERITED to apr.hwake2003-04-151-0/+8
* implement APR_UINT64_T_HEX_FMTtrawick2003-04-153-0/+8
* add some additional information to the documentation oftrawick2003-04-031-0/+4
* 0.9.3 was here, on to 0.9.4-devwrowe2003-03-311-2/+2
* 0.9.3 is here, with build problems and global mutex issues resolved.wrowe2003-03-311-1/+1
* Fix for multiple fixes to __attribute__ which conflicts for 3rd partywrowe2003-03-233-1/+7
* On to 0.9.3-devwrowe2003-03-221-2/+2
* Prepare for 0.9.2 tagwrowe2003-03-221-1/+1
* /me reverts an entirely moronic patch - this was a macro declarationwrowe2003-03-191-10/+8
* Simply move a declaration to make the CLOEXEC patch much easier to read.wrowe2003-03-191-8/+10
* We register no cleanups for files with APR_FILE_NOCLEANUP - reflect thatwrowe2003-03-191-0/+4
* Define a printf format and format length for apr_uint64_t.brane2003-03-183-0/+10
* Just an observation pointed out by rbb.wrowe2003-03-171-0/+2
* * include/apr_pools.hstriker2003-03-111-0/+3
* un-rearrange some of the header file includestrawick2003-03-071-2/+3
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-0538-683/+884
* Even if the build doesn't support OTHER_CHILD functionality, we still need thebnicholes2003-03-041-2/+0
* Brad Nicholes points out that I unconditionally stubbed the functionswrowe2003-03-031-2/+4
* Better documentation of what/how/where we deal with hproc, and note a realwrowe2003-02-271-2/+9
* fix a typo in a commenttrawick2003-02-271-1/+1
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-242-13/+25
* MAXIMUM_WAIT_OBJECTS has no basis in APR, and is defined for Win32 withinwrowe2003-02-241-12/+0
* And with the last commit, we aught to have Win32 otherchildren once againwrowe2003-02-241-1/+1
* Several good changes. We replaced the following functions:wrowe2003-02-241-19/+51
* APR_NOPROC is sort of bogus (we don't check args, remember?) but it reallywrowe2003-02-241-0/+5