summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Allow APR programmers to determine if an MMAP is read-only or if it shouldrbb2000-12-071-2/+11
* *) remove include of sys/ipc.h and uslocks.h. the HAVE_ symbols were nevergstein2000-12-061-20/+16
* toss datastruct. no longer used.gstein2000-12-062-26/+20
* Eliminate apr_canonical_error as an apr symbol ... it still exists aswrowe2000-12-052-9/+0
* More goodness for win32 to accomodate msvc badnesswrowe2000-12-051-0/+6
* Is it my imagination, or was this badness?wrowe2000-12-041-1/+1
* Win32 apr.hw back in line with apr.h.in, and reordered for consistencywrowe2000-12-043-40/+61
* Add apr_make_os_sock() for constructing a fully-capable APRtrawick2000-12-041-0/+28
* Add documentation to APR's tables interfacerbb2000-12-041-10/+324
* Cleanup the rest of the docs.rbb2000-12-043-5/+4
* Cleanup some minor docs, and remove apr_fdopen. apr_fdopen is left overrbb2000-12-041-8/+1
* Cleanup some docs in the lock and network headers.rbb2000-12-042-58/+61
* Add file locking for OS/2bjh2000-12-041-1/+2
* Cleanup apr_lib's docs.rbb2000-12-041-6/+9
* Cleanup the hash table docs.rbb2000-12-041-7/+9
* Cleanup getopt's docs.rbb2000-12-041-4/+8
* Add a tip about using atexit.rbb2000-12-041-1/+2
* Make the fnmatch docs look like the rest of APRs docs.rbb2000-12-041-4/+4
* Cleanup some docs for APR. Also, add docs for all of the canonicalrbb2000-12-043-68/+150
* Make apachebench happier on Win32wrowe2000-12-041-0/+1
* Try to deal with isascii in a better manner. As we include ctype.h ifdreid2000-12-031-4/+4
* isascii() is not available on PowerPC versions of BeOS. Supply a definition.gstein2000-12-031-0/+4
* Protect a couple of functions with the appropriate #if's.rbb2000-12-023-0/+10
* BeOS should now be using the unix networkio.h, so the existance of this wasdreid2000-12-021-119/+0
* A couple of header files that are needed by BeOS to build.dreid2000-12-022-0/+8
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/trawick2000-12-011-0/+3
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andtrawick2000-12-011-23/+0
* New config variable apr_process_lock_is_global specifies that the selectedtrawick2000-12-012-0/+4
* This is basically a small header re-org, it doesn't really change anything,rbb2000-12-012-28/+37
* Change POOL_DEBUG into APR_POOL_DEBUG. This allows us to detect the macrorbb2000-12-011-22/+21
* Preparing to eliminate apr_canonical_errorwrowe2000-11-291-8/+75
* Add an extra const into the getopt functions. We never attempt to modify anygstein2000-11-291-1/+1
* *) Add functions for file-level locking/unlocking.gstein2000-11-291-1/+38
* The apr_hash_t typedef should stay in apr_hash.h. Use "struct apr_hash_t" ingstein2000-11-292-4/+8
* Make apr_pool_t's use hashes instead of the hacked up datastruct thatrbb2000-11-292-6/+2
* Fix some docs.rbb2000-11-281-1/+1
* move apr_strerror() from apr_general.h to apr_errno.hgstein2000-11-262-8/+10
* We define APR_SET/CUR/END using SEEK_SET/CUR/END from stdio so make surebjh2000-11-261-0/+3
* Make the APR headers sane.gstein2000-11-2618-190/+181
* The arguments to apr_create_process() should be "const" since we aren'tgstein2000-11-261-2/+3
* *) "socket" arg -> "sock" to prevent name collision (shadowing)gstein2000-11-261-17/+25
* (apr_getopt_t): doc clarification.kfogel2000-11-251-1/+1
* More changes from Greg Hudson <ghudson@mit.edu>, w/ small doc tweakskfogel2000-11-251-11/+11
* Changes from Greg Hudson <ghudson@mit.edu> (with minor meddling fromkfogel2000-11-251-38/+32
* This adds a simple apr_getservbyname to APR.dreid2000-11-241-0/+8
* Further clarification of apr_sendfile()'s "len" parmgregames2000-11-221-1/+3
* Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macrorbb2000-11-211-1/+1
* Remove a duplicate line in apr_set_port() and fix sometrawick2000-11-211-2/+2
* Some of the forewarned APR network_io interface changes:trawick2000-11-211-23/+16
* apr_create_tcp_socket() has been removed. Use apr_create_socket()trawick2000-11-211-7/+0