summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_17(no author)2001-04-171-175/+0
* Fix compiler break on VC6wrowe2001-04-131-1/+0
* Convert the apr_create_signal_thread to apr_signal_thread. The mainrbb2001-04-121-9/+3
* Some adjustments to the time code that gets us working better with timezones.dreid2001-04-121-0/+13
* Include windows headers in apr.h (.hw) and include apr.h withinwrowe2001-04-122-31/+17
* Snap unicode into unsigned format for win32 internalswrowe2001-04-122-2/+2
* Carefully select an appropriate native type for apr_int64_t andfielding2001-04-123-10/+11
* Fix the naming of the apr_threadattr_detach_xxx functions. get and set weregregames2001-04-112-6/+7
* APR_FILEPATH_CANONICAL is senseless, so it's gone.wrowe2001-04-101-3/+3
* A new status APR_EBADPATH, plus the '-' prefix on messages that arewrowe2001-04-081-2/+4
* This fmt requires a corresponding macro for unix apr.h.in, which I threwwrowe2001-04-081-0/+4
* Recognize systems where the TCP_NODELAY setting is inherited fromtrawick2001-04-052-0/+6
* Here's food for thought ... how big is a mmap, the size of the mappedwrowe2001-04-031-4/+4
* Fix the compile on platforms without accept filters.rbb2001-04-032-0/+13
* fix apr_recvfrom() on Win32 so that it returns APR_EOF only for atrawick2001-04-021-0/+1
* REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked thiswrowe2001-04-021-3/+30
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-021-0/+1
* Anyone up for writing a bit of proper autoconf magic :-?wrowe2001-04-023-13/+28
* apr_recvfrom() should only return APR_EOF if recvfrom() returnedtrawick2001-03-311-0/+1
* Provide a fall-back definition of TRUSTEE_IS_WELL_KNOWN_GROUP sotrawick2001-03-311-0/+3
* First draft implementation of unix apr_filepath_ get, set, merge, andwrowe2001-03-311-4/+41
* Remove long since defunct function apr_file_error() (marked for death nearly abjh2001-03-291-8/+0
* Tweak formatting of declarations so make_exports.awk picks them up.bjh2001-03-251-15/+10
* Fix a couple of typos in the comments.stoddard2001-03-241-2/+2
* Declarations required for the new apr_filepath_merge implementationwrowe2001-03-242-1/+58
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-221-0/+3
* When we install this file it shouldn't rely on the apache defineddreid2001-03-211-1/+1
* OS/2: Get rid of old setup_lock() cruft.bjh2001-03-191-2/+0
* More doxygenation.ben2001-03-172-1/+3
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-152-4/+39
* More doxygenation.ben2001-03-112-73/+56
* OK, so this commit adds basic UDP support for Unix. I've had this ondreid2001-03-081-0/+21
* Allow a way to get the password from the system password database.rbb2001-03-081-0/+10
* Change the return type of apr_hash_count() to some counter typetrawick2001-03-071-2/+2
* Add APR_OS_PROC_T_FMT. Hopefully this will be used to get ridtrawick2001-03-012-1/+6
* Line things up to make them easier to readrbb2001-02-261-27/+27
* Get the various Unix flavors (other than Linux) building againtrawick2001-02-261-0/+1
* Begin to move functions from the http module to the core. The goal is torbb2001-02-261-0/+5
* Get some necessary APR_HAVE_xxx symbols actually defined.trawick2001-02-261-0/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-2511-39/+37
* APR_HAVE_SIGWAIT is now always defined, so the previous test failed on BeOS,dreid2001-02-251-1/+2
* Need to use the correct macro for APR_HAVE_SIGWAITrbb2001-02-251-1/+1
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-252-1/+2
* compat tweakgstein2001-02-241-1/+1
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andgstein2001-02-243-13/+6
* toss ENUM_BITFIELD. used in one place (but didn't need to be used), and itgstein2001-02-242-3/+0
* change mkstemp() to apr_mkstemp() so we don't pollute somebody else'strawick2001-02-231-0/+2
* Don't define the thread functions if threads haven't been included in therbb2001-02-231-0/+4
* apr_setup_signal_thread() & apr_create_signal_thread() aren't implemented onbjh2001-02-231-1/+1
* Add a couple of GCC attribute tags to printf style functions. This alsorbb2001-02-221-1/+2