| Commit message (Expand) | Author | Age | Files | Lines |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 8 | -392/+80 |
* | Time to turn on the protocol member for APR 1.0. | William A. Rowe Jr | 2003-10-15 | 1 | -4/+0 |
* | Added a new module, apr_env, for manipulating the environment. The new | Branko Čibej | 2003-02-17 | 1 | -0/+207 |
* | While this is a 'proper' change, it breaks 64 bit platforms. | William A. Rowe Jr | 2003-01-13 | 1 | -0/+4 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | Thom May | 2003-01-07 | 4 | -4/+4 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 6 | -10/+10 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 7 | -7/+7 |
* | Update the definition apr_generate_random_bytes to match jorton's prototype | Branko Čibej | 2002-12-16 | 1 | -1/+1 |
* | As pointed out by Marcel Mann <Marcel.Mann@dbaudio.com>, we were | William A. Rowe Jr | 2002-11-25 | 1 | -0/+6 |
* | Introduced apr_os_default_encoding and apr_os_locale_encoding, with | Branko Čibej | 2002-11-12 | 1 | -0/+81 |
* | Kill a small and mostly insignificant leak. | William A. Rowe Jr | 2002-09-15 | 1 | -0/+2 |
* | Fix bug reported as PR 11854. | William A. Rowe Jr | 2002-08-20 | 1 | -3/+10 |
* | Outch. The most important part, stop dragging in troublesome includes. | William A. Rowe Jr | 2002-07-17 | 1 | -3/+1 |
* | A few semirandom fixes to a mode that isn't used by much of anyone yet. | William A. Rowe Jr | 2002-07-17 | 1 | -1/+1 |
* | Skip the entire CoAPI garbage and go right for UuidCreate(), which on | William A. Rowe Jr | 2002-07-17 | 1 | -2/+5 |
* | Move UUID. Not the simplest thing in the world. Note that almost | William A. Rowe Jr | 2002-07-17 | 2 | -82/+22 |
* | Move the win32-only utf8 support [for the Unicode filesystem] out of | William A. Rowe Jr | 2002-07-17 | 1 | -0/+292 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -8/+8 |
* | Hadn't saved the file complete when committing. apr_oslevel_get will no | William A. Rowe Jr | 2002-07-09 | 1 | -1/+1 |
* | apr_oslevel_get() is an internal function. Correct it to no longer pass | William A. Rowe Jr | 2002-07-09 | 2 | -7/+7 |
* | Permit us to use very Win32 specific i18n macros and extensions so that | William A. Rowe Jr | 2002-06-24 | 1 | -1/+1 |
* | Use apr_ischar() ... especially within apr itself! | William A. Rowe Jr | 2002-06-23 | 1 | -2/+3 |
* | Fix apr_generate_random_bytes() for Win32 on Win NT or 9x by | William A. Rowe Jr | 2002-05-29 | 1 | -2/+6 |
* | Correct const'ification of apr_app_initialize and internal related | William A. Rowe Jr | 2002-04-13 | 2 | -7/+11 |
* | For CommandLineFromArgvW() if WinNT is defined. | William A. Rowe Jr | 2002-03-17 | 1 | -0/+1 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 6 | -6/+6 |
* | Some extra diagnostics I'm using, thought others might enjoy. | William A. Rowe Jr | 2002-03-13 | 1 | -2/+16 |
* | My typos - all builds once again | William A. Rowe Jr | 2002-02-18 | 2 | -4/+4 |
* | Ok, unix users should be pleased, we are eliminating start.c win32 cruft | William A. Rowe Jr | 2002-02-18 | 1 | -0/+242 |
* | Simplification - code moving to internal.c for sharing, and misc.c for | William A. Rowe Jr | 2002-02-18 | 1 | -184/+6 |
* | A new source to hide statics on Win32 that are purely internal. They | William A. Rowe Jr | 2002-02-18 | 1 | -0/+137 |
* | A companion patch to apr_dbg_file_handles.h so we can log them. | William A. Rowe Jr | 2002-02-18 | 1 | -2/+66 |
* | Vetoed by GStein, there is a better 'alternate' implementation available | William A. Rowe Jr | 2002-02-13 | 1 | -10/+0 |
* | We can't use strerror() or CoCreateGuid() on WinCE. | William A. Rowe Jr | 2002-02-12 | 1 | -0/+10 |
* | Place a trailing newline | William A. Rowe Jr | 2002-02-12 | 1 | -1/+1 |
* | Introduce apr_app_main() for global consumption. | William A. Rowe Jr | 2002-01-30 | 1 | -4/+12 |
* | apr_app_main() seems like a decent enough re-entry point, but this is | William A. Rowe Jr | 2002-01-30 | 1 | -1/+1 |
* | Final tests still required, but here goes the basic concept. The init | William A. Rowe Jr | 2002-01-30 | 1 | -0/+31 |
* | The 'second way' - not yet published in a .h file. This would allow | William A. Rowe Jr | 2002-01-30 | 1 | -7/+91 |
* | A some-platforms-symbol required for apr_app.c | William A. Rowe Jr | 2002-01-30 | 1 | -2/+2 |
* | Rejigger the API so we pass _DEBUG mode in Win32. MSVCRT believes it | William A. Rowe Jr | 2002-01-29 | 1 | -5/+28 |
* | Allocate the correct number of elements | William A. Rowe Jr | 2002-01-29 | 1 | -1/+1 |
* | Had rethought the args for clarity but hadn't brought them into sync | William A. Rowe Jr | 2002-01-29 | 1 | -1/+1 |
* | Not ready for it's own prime time slot in any build - note the purpose | William A. Rowe Jr | 2002-01-29 | 1 | -3/+17 |
* | Start from the outside in. This little applet, combined with the | William A. Rowe Jr | 2002-01-29 | 1 | -0/+136 |
* | Mladen Turk's <mturk@mappingsoft.com> WinCE port. | William A. Rowe Jr | 2002-01-28 | 1 | -0/+13 |
* | Never had set the global apr_os_level (outch!) Also improve the | William A. Rowe Jr | 2001-12-30 | 1 | -35/+78 |
* | Seems this symbol is simply too new, use it's hardcode value. | William A. Rowe Jr | 2001-12-30 | 1 | -1/+3 |
* | Tickle the Win32 rand generator so it works on W2K | William A. Rowe Jr | 2001-12-29 | 1 | -2/+3 |
* | Substantial optimization of the os_level semantic. Since this is entirely | William A. Rowe Jr | 2001-12-28 | 1 | -5/+6 |