summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setwrowe2002-07-151-13/+22
* The right solution. Follow the herd, use socketdes as our name.wrowe2002-07-151-4/+1
* Remove the silly nsec manipulator, and add some msec manipulations thatwrowe2002-07-151-3/+8
* Win32 has several bugs ... mostly from unix accessors, when timeout iswrowe2002-07-151-10/+11
* apr_get/setsockopt (badly named) doesn't work for apr_interval_time_t's,wrowe2002-07-151-12/+23
* added apr_is_empty_array()brianp2002-07-131-0/+7
* Changed apr_table_elts() and apr_is_empty_table() from macrosbrianp2002-07-131-3/+2
* get the new poll code to build on AIX, which for 32-bit builds has sometrawick2002-07-111-2/+2
* Remove the apr_pollfd_t structure from OS/2. This structure is no longerrbb2002-07-111-10/+0
* Get Win32 building again. Doesn't build clean, but at least it builds.wrowe2002-07-112-10/+6
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-114-148/+311
* Reformat the example. (no tabs and realign it.)jerenkrantz2002-07-101-10/+10
* apr_oslevel_get() is an internal function. Correct it to no longer passwrowe2002-07-091-1/+1
* added support for changing the limit on file descriptors per processbrianp2002-07-092-0/+6
* Rename to apr_fnmatch_testwrowe2002-07-082-2/+5
* The native c offsetof() was conflicting when trying to use the APR_OFFSETOFwrowe2002-07-081-1/+1
* Leftovers from my size_t hunt.wrowe2002-07-081-1/+1
* Leftovers from my size_t hunt before the weekend.wrowe2002-07-082-2/+2
* Use apr_ flavorwrowe2002-07-081-2/+2
* reverting the last change because it caused another problem on FreeBSDbrianp2002-07-051-1/+0
* Added the missing definition of apr_atomic_init() for FreeBSDbrianp2002-07-051-0/+1
* Changed the return values of the apr_*_inherit_(un)set functions frombrane2002-07-055-23/+25
* Moved the definition of apr_table_t's internals from apr_tables.hbrianp2002-07-051-15/+0
* Introduce a new symbolic constant, effectively eliminating a magicstriker2002-07-041-0/+3
* Have inherit_set/unset work correctly. Sockets can't do this, so punt.wrowe2002-07-031-4/+37
* Let's get rid of these damned things once and for all... for every linejwoolley2002-07-031-0/+4
* Added apr_file_setaside() function to move an apr_file_t frombrianp2002-07-022-2/+33
* I committed this brokenness? Gheesh, aught to read "Modified Files:"wrowe2002-07-021-1/+1
* Solve Jeff Trawicks nsec failure, we were truncating to 32 bits beforewrowe2002-07-021-2/+4
* Added ERROR_PATH_NOT_FOUND to the Win32 APR_STATUS_IS_ENOENT test,brane2002-07-021-0/+11
* back out the changes to #include sys/stat.h . This is unneccessary as longgregames2002-07-011-1/+0
* Fixed some comments to reference the right parameter namesbrianp2002-06-291-2/+2
* A compromise for now: changing the return type of apr_table_do() andjwoolley2002-06-281-4/+9
* Well it appears that binary compatibility is already broken. Thiswrowe2002-06-281-2/+2
* Introduce apr_table_do_callback_fn_t as a prototype declaration, andwrowe2002-06-282-3/+18
* Fix the definition of union semun so that it is valid on systemstrawick2002-06-281-1/+1
* get APR closer to building on FreeBSD 4.6-STABLEgregames2002-06-271-0/+1
* Removed the ReadWrite mutex that protects the stat cache table. Instead impl...bnicholes2002-06-261-2/+2
* Permit us to use very Win32 specific i18n macros and extensions so thatwrowe2002-06-242-2/+2
* Already exported on unix, we need this exported to write WinNT accessorswrowe2002-06-241-4/+8
* Aught to not nest extern "C" {} blocks, although this wasn't the bugwrowe2002-06-241-6/+6
* Optimized atomic CAS support for Linux/x86brianp2002-06-221-0/+15
* fix a typo in a commenttrawick2002-06-211-1/+1
* Lowercase macros, per Roy Fielding's comments and general concensus.wrowe2002-06-121-4/+4
* Fix a typo pointed out by Greg Marr [thx!]wrowe2002-06-121-1/+2
* To simplify future, experimental work with binary usec values, thesewrowe2002-06-121-0/+7
* Use the native cmpxchg() function for NetWarebnicholes2002-06-111-5/+1
* set/set, unset/unset.wrowe2002-06-091-0/+3
* Remove one of the two declarations of apr_socket_inherit_set()brianp2002-06-091-3/+0
* Last for today (compiles clean on Win32, hope the same for the rest ofwrowe2002-06-085-29/+44