| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a first revision of the Pollset Callback API. | Paul Querna | 2006-03-31 | 1 | -0/+20 |
| * | After a bit of discussion on list, it seems this flag's behavior | William A. Rowe Jr | 2006-03-02 | 1 | -1/+5 |
| * | Improve some documentation comments. | Garrett Rooney | 2006-02-13 | 3 | -4/+12 |
| * | * include/apr_support.h | Garrett Rooney | 2006-02-13 | 1 | -2/+0 |
| * | A simple typo that's come up more than once, VC accepts while | William A. Rowe Jr | 2006-02-11 | 1 | -1/+1 |
| * | Make apr_file_t::filePtr an apr_off_t on unix so that we avoid truncating | Garrett Rooney | 2006-02-08 | 1 | -1/+1 |
| * | Revert note about unused pool parameter. | Mladen Turk | 2006-01-14 | 1 | -2/+2 |
| * | Mark pool param for apr_file_remove and apr_file_rename | Mladen Turk | 2006-01-13 | 1 | -2/+2 |
| * | Fix various MS VC 14 (Studio 2005) 'bugs', e.g. MS's choice | William A. Rowe Jr | 2005-12-19 | 1 | -0/+16 |
| * | Clean up the documentation surrounding the APR_INCOMPLETE status code, | Garrett Rooney | 2005-12-13 | 2 | -4/+14 |
| * | Increment the APR_MINOR_VERSION to reflect what trunk should be, and such that | Colm MacCarthaigh | 2005-10-24 | 1 | -1/+1 |
| * | Added an optional APR_POLLSET_NOCOPY flag for apr_pollset_create(). | Brian Pane | 2005-10-23 | 1 | -0/+1 |
| * | Initial implementation of the variable file-io buffer sizes functions on the | Colm MacCarthaigh | 2005-10-18 | 1 | -2/+4 |
| * | Initial implementation of variable file-io buffer sizes on the Netware | Colm MacCarthaigh | 2005-10-18 | 1 | -2/+5 |
| * | Initial win32 implementation of the variable file-io buffer size functions. | Colm MacCarthaigh | 2005-10-18 | 1 | -1/+4 |
| * | Add apr-wide definitions and unix implementation of apr_file_buffer_set() and | Colm MacCarthaigh | 2005-10-18 | 2 | -2/+26 |
| * | Add apr_file_open_flags_std[err|out|in]() functions, to allow the opening of | Colm MacCarthaigh | 2005-10-15 | 1 | -0/+45 |
| * | apr_poll() - don't promise to fill in rtnevents if no event was | Jeff Trawick | 2005-10-02 | 1 | -7/+9 |
| * | * include/arch/unix/apr_arch_file_io.h: Define APR_USE_READDIR64_R to | Joe Orton | 2005-09-27 | 1 | -1/+7 |
| * | * include/apr_file_io.h | Garrett Rooney | 2005-09-10 | 1 | -2/+2 |
| * | Fix handling of %pI with psprintf; the psprintf implementation assumes | Joe Orton | 2005-09-08 | 1 | -0/+9 |
| * | Add some workarounds for cases where readdir_r fails due to large | Joe Orton | 2005-08-31 | 1 | -0/+4 |
| * | Provide APR_VERSION_AT_LEAST() macro for applications which | Jeff Trawick | 2005-08-31 | 1 | -0/+16 |
| * | * include/apr_pools.h: Clarify docs on cleanups. | Joe Orton | 2005-08-30 | 1 | -16/+34 |
| * | APR_STATUS_IS_ENOENT(): check for EMVSCATLG | Jeff Trawick | 2005-08-23 | 1 | -1/+11 |
| * | * strings/apr_snprintf.c (apr_vformatter): Add support for %pm to | Joe Orton | 2005-08-18 | 1 | -0/+5 |
| * | Add two helper macros for working with variable length arrays. | Garrett Rooney | 2005-08-18 | 1 | -0/+19 |
| * | document the multithreaded semantics more explicitly, so that application cod... | Brian Pane | 2005-07-23 | 1 | -0/+18 |
| * | Refactor Win32 condition variables code to address bugs. | William A. Rowe Jr | 2005-07-22 | 1 | -1/+0 |
| * | OS/2: Implement apr_file_mtime_set(). | Brian Havard | 2005-07-16 | 1 | -0/+2 |
| * | Actually implement the multicast on the WIN32. | Mladen Turk | 2005-07-08 | 1 | -0/+3 |
| * | Add %pt support to apr_snprintf() for printing an apr_os_thread_t | Jeff Trawick | 2005-06-17 | 1 | -0/+2 |
| * | Update remaining 2004 copyright notices. | Joe Orton | 2005-06-14 | 3 | -3/+6 |
| * | Implement pool accessor for sockets | Mladen Turk | 2005-06-12 | 4 | -3/+8 |
| * | fix typo | Cliff Woolley | 2005-05-26 | 1 | -1/+1 |
| * | Use AC_CHECK_HEADERS to find the uuid header files. | Paul Querna | 2005-05-05 | 1 | -2/+0 |
| * | * include/apr_pools.h: Remove some out-of-context references to | Joe Orton | 2005-05-04 | 1 | -8/+6 |
| * | Steal the joined-pool debug code from 1.3: | Joe Orton | 2005-05-04 | 1 | -1/+5 |
| * | - Add support for uuid_generate on OS X 10.4. This required some extra foot | Paul Querna | 2005-05-03 | 1 | -0/+2 |
| * | Fix the @return Docstring to say that this will return NULL if the key doesn'... | Paul Querna | 2005-04-22 | 1 | -1/+1 |
| * | Remove setting FD_SETSIZE from apr.hw to | Mladen Turk | 2005-04-22 | 1 | -2/+0 |
| * | Set FD_SETSIZE to 1024 like POSIX does. | Mladen Turk | 2005-04-21 | 1 | -0/+2 |
| * | Allow Apache on NetWare to build using either the standard socket libraries o... | Bradley Nicholes | 2005-04-14 | 4 | -5/+34 |
| * | Yes, these are depreciated, but lets not use C++ Comments. | Paul Querna | 2005-04-13 | 1 | -3/+3 |
| * | * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave' | Joe Orton | 2005-02-15 | 1 | -2/+2 |
| * | Since reaction is negative to a seperate apr_release.h file for | William A. Rowe Jr | 2005-02-07 | 2 | -103/+77 |
| * | No newline == bad form, my bad. | William A. Rowe Jr | 2005-02-07 | 1 | -1/+1 |
| * | apr_revision? Whoops - I rethought that, decided on apr_release.h to | William A. Rowe Jr | 2005-02-07 | 1 | -1/+1 |
| * | In order to remove the win32ver.awk generation of .rc files for apr, | William A. Rowe Jr | 2005-02-07 | 3 | -40/+98 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 92 | -92/+184 |