summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify where the storage comes from with apr_sockaddr_ip_get()trawick2003-02-171-1/+2
* Added a new module, apr_env, for manipulating the environment. The newbrane2003-02-171-0/+107
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implbrane2003-02-164-8/+85
* Clarify the changeover with APR 1.0wrowe2003-02-161-2/+4
* Several problems here; licenses were missing, and generally consistifywrowe2003-02-163-24/+117
* get the prototypes for these functions in the right placetrawick2003-02-131-0/+9
* Revert bogus commit of revision 1.100.brane2003-02-121-3/+0
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-122-0/+34
* Implemented apr_proc_wait and apr_wait_all_procs for NetWarebnicholes2003-02-111-2/+3
* add apr_procattr_error_check_set() for telling apr_proc_create() totrawick2003-02-072-0/+15
* Performance enhancement by trying to create and cache path contexts sobnicholes2003-02-071-0/+18
* Moved the APP_DATA structure and other private elements to apr_private.hbnicholes2003-02-071-14/+0
* Allow apr_proc_create() to call an app-provided error reportingtrawick2003-02-062-0/+26
* fix a typo in a commenttrawick2003-02-041-1/+1
* As documented to the dev@apr list; the Win32 fork of the otherchildwrowe2003-01-281-1/+1
* Removed some unnecessary #defines from apr.hnwbnicholes2003-01-271-16/+0
* No code changes. Augment documentation for apr_file_open_std*.fitz2003-01-241-0/+30
* Eliminate open_nt_process_pipe and give apr_create_nt_pipe a very similarwrowe2003-01-241-1/+23
* Only include sys/syslimits.h if we don't have limits.hthommay2003-01-221-2/+3
* OS/2: Enable inline assembly version of atomics as they work well with EMX GCC.bjh2003-01-141-1/+1
* Remove the stat info caching for NetWarebnicholes2003-01-142-8/+0
* Brane is 100% on target... I leave this turned on (myself) but it shouldn'twrowe2003-01-141-1/+1
* A binary-safe patch that satisfies Jerenkrantz's original desire forwrowe2003-01-131-1/+1
* While this is a 'proper' change, it breaks 64 bit platforms.wrowe2003-01-131-3/+8
* Catch up on some new apr.h.in flags for consistency.wrowe2003-01-132-2/+22
* Replaced the apr_atomic_dec function and the apr_atomic_casptr macrobnicholes2003-01-101-4/+16
* When one does not use the value of the apr_atomic_cas macro,sascha2003-01-091-1/+1
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-077-3/+3
* Finish off the rename of include/archthommay2003-01-077-9/+9
* Namespace protection for include/arch/ header filesthommay2003-01-0653-0/+0
* Added a new function, apr_filepath_encoding, to determine the characterbrane2003-01-031-0/+26
* Change to the correct 64-bit format string.bnicholes2003-01-021-1/+1
* OS/2 can return ERROR_ACCESS_DENIED when creating an already existing directorybjh2003-01-021-2/+4
* Update copyright notices to 2003.thommay2003-01-0189-89/+89
* APR_STATUS_IS_FOO() tests must provide at _least_ the canonical test forwrowe2002-12-311-3/+7
* Use apr_uint32_t rather than apr_size_t for the maximum hash table size.jerenkrantz2002-12-301-1/+1