summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.3.0 tagWilliam A. Rowe Jr2008-05-301-1/+1
* Refactor and update apr.hw to apr.h.in contents.William A. Rowe Jr2008-05-291-109/+147
* Respect the cardinal rule that non-apr stuff needs to beWilliam A. Rowe Jr2008-05-291-9/+14
* Remove apr_ssl schema from apr altogether; this belongs in apr_utilWilliam A. Rowe Jr2008-05-221-21/+1
* Add APR_DSOPATH to allow us to inspect the current working dso path varWilliam A. Rowe Jr2008-05-213-0/+6
* Leverage the new apr_uintptr_t type for our ULONG_PTR members.William A. Rowe Jr2008-05-024-4/+23
* Implement apr_proc_wait_all_procs for windows (apply trunk r649208)Mladen Turk2008-04-182-0/+28
* Apply trunk patches r648601, r649000 and r649173 (fixing WIN64 compile time w...Mladen Turk2008-04-181-6/+10
* Revert r647394. The API is incomplete and needs more developmentMladen Turk2008-04-161-34/+0
* Revert r47540Mladen Turk2008-04-131-6/+0
* Introduce apr_pollset_wakeup()Mladen Turk2008-04-131-0/+6
* Fix typo for r647384Mladen Turk2008-04-121-1/+1
* Introduce apr_pool_sys_allocator_setMladen Turk2008-04-121-0/+34
* Introduce apr_pool_pre_cleanup_registerMladen Turk2008-04-121-0/+17
* Introduce apr_pool_create_core_exMladen Turk2008-04-121-0/+54
* Static global variables are bad on NetWare. Move them into the library applic...Bradley Nicholes2008-04-091-0/+2
* A buggered declare that we need to fix in APR 2William A. Rowe Jr2008-01-041-0/+2
* Revert sockaddr.c all the way back to r428317, and discardWilliam A. Rowe Jr2007-12-151-4/+0
* Document that apr_is_empty_table() and apr_is_empty_array() accept NULL.Karl Fogel2007-12-121-2/+2
* Propose an API and it's explicit meaning.William A. Rowe Jr2007-12-121-0/+4
* Add error codes for the SSL EVP interface for apr-util.Graham Leggett2007-11-211-0/+20
* Learn the appropriate csize Allocation magic applicableWilliam A. Rowe Jr2007-11-081-0/+25
* Catch a flaw on Win32 x64 platformsWilliam A. Rowe Jr2007-11-081-10/+6
* Now in 1.3.0 a valid csize becomes very critical to enableWilliam A. Rowe Jr2007-11-061-0/+25
* More effectively explain apr_shm_remove, and the hints thatWilliam A. Rowe Jr2007-11-061-2/+7
* Axe another poor illustration, apr_shm_destroy preceeds apr_shm_removeWilliam A. Rowe Jr2007-11-062-3/+4
* It is entirely pointless to have nonportable behaviors as examplesWilliam A. Rowe Jr2007-11-061-0/+2
* Perhaps smaller than long, perhaps larger than long,William A. Rowe Jr2007-10-243-0/+7
* Define apr_ino_t in such a way that it doesn't change definitionWilliam A. Rowe Jr2007-10-244-6/+3
* Fill in apr_fileinfo_t member st_csize on Netware and UnixWilliam A. Rowe Jr2007-10-171-0/+4
* OS2 fails to fork-for-exec, and therefore doesn't use theWilliam A. Rowe Jr2007-10-151-0/+50
* Whoops, collision! Avoid with a comment in the futureWilliam A. Rowe Jr2007-10-151-1/+2
* Fix testsockets the right way, moving forwards share aWilliam A. Rowe Jr2007-10-151-1/+15
* Note an anomoly that was probably not intended.William A. Rowe Jr2007-10-141-0/+9
* Had inverted read/write.William A. Rowe Jr2007-10-141-4/+4
* Enhance our file_io in APR 1.3 with apr_file_pipe_create_ex(),William A. Rowe Jr2007-10-143-33/+38
* With the tests committed, introduce Win32 APR_FOPEN_SPARSE handlingWilliam A. Rowe Jr2007-10-142-6/+21
* Redundant commit to remove redundancy.William A. Rowe Jr2007-10-011-1/+1
* Clearer comment. (Well, I think it's clearer :)William A. Rowe Jr2007-10-011-5/+7
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-281-5/+6
* Introduce APR_NO_FILE as an option for any of the three stdio streamsWilliam A. Rowe Jr2007-09-282-1/+14
* Proposed;William A. Rowe Jr2007-08-262-36/+64
* We expect iov lengths to match up with a size_t, not ssize_t.William A. Rowe Jr2007-08-231-1/+1
* insure that an optimizing compiler will re-load the links from memory eachGreg Ames2007-08-151-2/+2
* Backport revision 560480 from the eventset branch:Davi Arnaut2007-08-063-0/+33
* "Signal Handling" was listed as "Handling" in the APR documentation.Davi Arnaut2007-08-051-3/+3
* Prefer solaris builtins even on x86, and fix a compiler warning.Davi Arnaut2007-08-041-2/+2
* Add comment about platorm specific values of macros and typedefsBojan Smojver2007-07-251-0/+3
* Document and add extern "C" linkage declaration to the apr_random.h header.Davi Arnaut2007-07-211-15/+94
* Improve WIN32 condition variables fairness by using a generation count. The c...Davi Arnaut2007-07-121-0/+1