| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate apr_get/setsockopt for apr_socket_opt_get/set | wrowe | 2002-07-15 | 1 | -13/+22 |
* | The right solution. Follow the herd, use socketdes as our name. | wrowe | 2002-07-15 | 1 | -4/+1 |
* | Remove the silly nsec manipulator, and add some msec manipulations that | wrowe | 2002-07-15 | 1 | -3/+8 |
* | Win32 has several bugs ... mostly from unix accessors, when timeout is | wrowe | 2002-07-15 | 1 | -10/+11 |
* | apr_get/setsockopt (badly named) doesn't work for apr_interval_time_t's, | wrowe | 2002-07-15 | 1 | -12/+23 |
* | added apr_is_empty_array() | brianp | 2002-07-13 | 1 | -0/+7 |
* | Changed apr_table_elts() and apr_is_empty_table() from macros | brianp | 2002-07-13 | 1 | -3/+2 |
* | get the new poll code to build on AIX, which for 32-bit builds has some | trawick | 2002-07-11 | 1 | -2/+2 |
* | Remove the apr_pollfd_t structure from OS/2. This structure is no longer | rbb | 2002-07-11 | 1 | -10/+0 |
* | Get Win32 building again. Doesn't build clean, but at least it builds. | wrowe | 2002-07-11 | 2 | -10/+6 |
* | Reimplement apr_poll() on Unix. This improves performance by giving the | rbb | 2002-07-11 | 4 | -148/+311 |
* | Reformat the example. (no tabs and realign it.) | jerenkrantz | 2002-07-10 | 1 | -10/+10 |
* | apr_oslevel_get() is an internal function. Correct it to no longer pass | wrowe | 2002-07-09 | 1 | -1/+1 |
* | added support for changing the limit on file descriptors per process | brianp | 2002-07-09 | 2 | -0/+6 |
* | Rename to apr_fnmatch_test | wrowe | 2002-07-08 | 2 | -2/+5 |
* | The native c offsetof() was conflicting when trying to use the APR_OFFSETOF | wrowe | 2002-07-08 | 1 | -1/+1 |
* | Leftovers from my size_t hunt. | wrowe | 2002-07-08 | 1 | -1/+1 |
* | Leftovers from my size_t hunt before the weekend. | wrowe | 2002-07-08 | 2 | -2/+2 |
* | Use apr_ flavor | wrowe | 2002-07-08 | 1 | -2/+2 |
* | reverting the last change because it caused another problem on FreeBSD | brianp | 2002-07-05 | 1 | -1/+0 |
* | Added the missing definition of apr_atomic_init() for FreeBSD | brianp | 2002-07-05 | 1 | -0/+1 |
* | Changed the return values of the apr_*_inherit_(un)set functions from | brane | 2002-07-05 | 5 | -23/+25 |
* | Moved the definition of apr_table_t's internals from apr_tables.h | brianp | 2002-07-05 | 1 | -15/+0 |
* | Introduce a new symbolic constant, effectively eliminating a magic | striker | 2002-07-04 | 1 | -0/+3 |
* | Have inherit_set/unset work correctly. Sockets can't do this, so punt. | wrowe | 2002-07-03 | 1 | -4/+37 |
* | Let's get rid of these damned things once and for all... for every line | jwoolley | 2002-07-03 | 1 | -0/+4 |
* | Added apr_file_setaside() function to move an apr_file_t from | brianp | 2002-07-02 | 2 | -2/+33 |
* | I committed this brokenness? Gheesh, aught to read "Modified Files:" | wrowe | 2002-07-02 | 1 | -1/+1 |
* | Solve Jeff Trawicks nsec failure, we were truncating to 32 bits before | wrowe | 2002-07-02 | 1 | -2/+4 |
* | Added ERROR_PATH_NOT_FOUND to the Win32 APR_STATUS_IS_ENOENT test, | brane | 2002-07-02 | 1 | -0/+11 |
* | back out the changes to #include sys/stat.h . This is unneccessary as long | gregames | 2002-07-01 | 1 | -1/+0 |
* | Fixed some comments to reference the right parameter names | brianp | 2002-06-29 | 1 | -2/+2 |
* | A compromise for now: changing the return type of apr_table_do() and | jwoolley | 2002-06-28 | 1 | -4/+9 |
* | Well it appears that binary compatibility is already broken. This | wrowe | 2002-06-28 | 1 | -2/+2 |
* | Introduce apr_table_do_callback_fn_t as a prototype declaration, and | wrowe | 2002-06-28 | 2 | -3/+18 |
* | Fix the definition of union semun so that it is valid on systems | trawick | 2002-06-28 | 1 | -1/+1 |
* | get APR closer to building on FreeBSD 4.6-STABLE | gregames | 2002-06-27 | 1 | -0/+1 |
* | Removed the ReadWrite mutex that protects the stat cache table. Instead impl... | bnicholes | 2002-06-26 | 1 | -2/+2 |
* | Permit us to use very Win32 specific i18n macros and extensions so that | wrowe | 2002-06-24 | 2 | -2/+2 |
* | Already exported on unix, we need this exported to write WinNT accessors | wrowe | 2002-06-24 | 1 | -4/+8 |
* | Aught to not nest extern "C" {} blocks, although this wasn't the bug | wrowe | 2002-06-24 | 1 | -6/+6 |
* | Optimized atomic CAS support for Linux/x86 | brianp | 2002-06-22 | 1 | -0/+15 |
* | fix a typo in a comment | trawick | 2002-06-21 | 1 | -1/+1 |
* | Lowercase macros, per Roy Fielding's comments and general concensus. | wrowe | 2002-06-12 | 1 | -4/+4 |
* | Fix a typo pointed out by Greg Marr [thx!] | wrowe | 2002-06-12 | 1 | -1/+2 |
* | To simplify future, experimental work with binary usec values, these | wrowe | 2002-06-12 | 1 | -0/+7 |
* | Use the native cmpxchg() function for NetWare | bnicholes | 2002-06-11 | 1 | -5/+1 |
* | set/set, unset/unset. | wrowe | 2002-06-09 | 1 | -0/+3 |
* | Remove one of the two declarations of apr_socket_inherit_set() | brianp | 2002-06-09 | 1 | -3/+0 |
* | Last for today (compiles clean on Win32, hope the same for the rest of | wrowe | 2002-06-08 | 5 | -29/+44 |