| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow APR programmers to determine if an MMAP is read-only or if it should | rbb | 2000-12-07 | 1 | -2/+11 |
* | *) remove include of sys/ipc.h and uslocks.h. the HAVE_ symbols were never | gstein | 2000-12-06 | 1 | -20/+16 |
* | toss datastruct. no longer used. | gstein | 2000-12-06 | 2 | -26/+20 |
* | Eliminate apr_canonical_error as an apr symbol ... it still exists as | wrowe | 2000-12-05 | 2 | -9/+0 |
* | More goodness for win32 to accomodate msvc badness | wrowe | 2000-12-05 | 1 | -0/+6 |
* | Is it my imagination, or was this badness? | wrowe | 2000-12-04 | 1 | -1/+1 |
* | Win32 apr.hw back in line with apr.h.in, and reordered for consistency | wrowe | 2000-12-04 | 3 | -40/+61 |
* | Add apr_make_os_sock() for constructing a fully-capable APR | trawick | 2000-12-04 | 1 | -0/+28 |
* | Add documentation to APR's tables interface | rbb | 2000-12-04 | 1 | -10/+324 |
* | Cleanup the rest of the docs. | rbb | 2000-12-04 | 3 | -5/+4 |
* | Cleanup some minor docs, and remove apr_fdopen. apr_fdopen is left over | rbb | 2000-12-04 | 1 | -8/+1 |
* | Cleanup some docs in the lock and network headers. | rbb | 2000-12-04 | 2 | -58/+61 |
* | Add file locking for OS/2 | bjh | 2000-12-04 | 1 | -1/+2 |
* | Cleanup apr_lib's docs. | rbb | 2000-12-04 | 1 | -6/+9 |
* | Cleanup the hash table docs. | rbb | 2000-12-04 | 1 | -7/+9 |
* | Cleanup getopt's docs. | rbb | 2000-12-04 | 1 | -4/+8 |
* | Add a tip about using atexit. | rbb | 2000-12-04 | 1 | -1/+2 |
* | Make the fnmatch docs look like the rest of APRs docs. | rbb | 2000-12-04 | 1 | -4/+4 |
* | Cleanup some docs for APR. Also, add docs for all of the canonical | rbb | 2000-12-04 | 3 | -68/+150 |
* | Make apachebench happier on Win32 | wrowe | 2000-12-04 | 1 | -0/+1 |
* | Try to deal with isascii in a better manner. As we include ctype.h if | dreid | 2000-12-03 | 1 | -4/+4 |
* | isascii() is not available on PowerPC versions of BeOS. Supply a definition. | gstein | 2000-12-03 | 1 | -0/+4 |
* | Protect a couple of functions with the appropriate #if's. | rbb | 2000-12-02 | 3 | -0/+10 |
* | BeOS should now be using the unix networkio.h, so the existance of this was | dreid | 2000-12-02 | 1 | -119/+0 |
* | A couple of header files that are needed by BeOS to build. | dreid | 2000-12-02 | 2 | -0/+8 |
* | Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/ | trawick | 2000-12-01 | 1 | -0/+3 |
* | Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), and | trawick | 2000-12-01 | 1 | -23/+0 |
* | New config variable apr_process_lock_is_global specifies that the selected | trawick | 2000-12-01 | 2 | -0/+4 |
* | This is basically a small header re-org, it doesn't really change anything, | rbb | 2000-12-01 | 2 | -28/+37 |
* | Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macro | rbb | 2000-12-01 | 1 | -22/+21 |
* | Preparing to eliminate apr_canonical_error | wrowe | 2000-11-29 | 1 | -8/+75 |
* | Add an extra const into the getopt functions. We never attempt to modify any | gstein | 2000-11-29 | 1 | -1/+1 |
* | *) Add functions for file-level locking/unlocking. | gstein | 2000-11-29 | 1 | -1/+38 |
* | The apr_hash_t typedef should stay in apr_hash.h. Use "struct apr_hash_t" in | gstein | 2000-11-29 | 2 | -4/+8 |
* | Make apr_pool_t's use hashes instead of the hacked up datastruct that | rbb | 2000-11-29 | 2 | -6/+2 |
* | Fix some docs. | rbb | 2000-11-28 | 1 | -1/+1 |
* | move apr_strerror() from apr_general.h to apr_errno.h | gstein | 2000-11-26 | 2 | -8/+10 |
* | We define APR_SET/CUR/END using SEEK_SET/CUR/END from stdio so make sure | bjh | 2000-11-26 | 1 | -0/+3 |
* | Make the APR headers sane. | gstein | 2000-11-26 | 18 | -190/+181 |
* | The arguments to apr_create_process() should be "const" since we aren't | gstein | 2000-11-26 | 1 | -2/+3 |
* | *) "socket" arg -> "sock" to prevent name collision (shadowing) | gstein | 2000-11-26 | 1 | -17/+25 |
* | (apr_getopt_t): doc clarification. | kfogel | 2000-11-25 | 1 | -1/+1 |
* | More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweaks | kfogel | 2000-11-25 | 1 | -11/+11 |
* | Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling from | kfogel | 2000-11-25 | 1 | -38/+32 |
* | This adds a simple apr_getservbyname to APR. | dreid | 2000-11-24 | 1 | -0/+8 |
* | Further clarification of apr_sendfile()'s "len" parm | gregames | 2000-11-22 | 1 | -1/+3 |
* | Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macro | rbb | 2000-11-21 | 1 | -1/+1 |
* | Remove a duplicate line in apr_set_port() and fix some | trawick | 2000-11-21 | 1 | -2/+2 |
* | Some of the forewarned APR network_io interface changes: | trawick | 2000-11-21 | 1 | -23/+16 |
* | apr_create_tcp_socket() has been removed. Use apr_create_socket() | trawick | 2000-11-21 | 1 | -7/+0 |