| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). | stoddard | 2000-04-03 | 1 | -1/+1 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 7 | -222/+216 |
* | Last doc update. | rbb | 2000-03-15 | 1 | -7/+7 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 7 | -63/+63 |
* | another unused warning | dgaudet | 2000-03-02 | 1 | -1/+0 |
* | Make some of the APR to Windows time conversion routines available to other | stoddard | 2000-02-01 | 1 | -5/+3 |
* | Make interprocess mutexes actually choose, fix semaphore mutexes. | ben | 2000-01-23 | 1 | -0/+3 |
* | Make change suggested by Ben | stoddard | 2000-01-19 | 2 | -2/+2 |
* | Initialize struct tm | stoddard | 2000-01-17 | 1 | -1/+1 |
* | Humm, ULONGLONG does not appear to be recognised by VC++ 5.0 | stoddard | 2000-01-17 | 1 | -1/+1 |
* | Add timestr to Windows port. We really need a better way to use common files. | stoddard | 2000-01-17 | 1 | -0/+174 |
* | Reimplement Win32 time functions to the new spec. | stoddard | 2000-01-17 | 1 | -64/+121 |
* | Move per directory Windows project files to the attic | stoddard | 2000-01-12 | 2 | -135/+0 |
* | OS/2: Migrate directory API to new style ap_time_t | bjh | 2000-01-10 | 1 | -0/+24 |
* | add the ap_get_os_*_time funcs after Dean's time re-write. | rbb | 2000-01-09 | 2 | -12/+83 |
* | time overhaul: | dgaudet | 2000-01-09 | 4 | -650/+203 |
* | Add a new time function which creates a new time instance and initializes | rbb | 2000-01-06 | 1 | -1/+22 |
* | Next pass at the time functions. This defines an ap_ansi_time_t which has | rbb | 2000-01-06 | 1 | -4/+4 |
* | retsize should be ap_size_t, not hardwired to 32 bits | dgaudet | 1999-12-31 | 1 | -1/+1 |
* | Some changes to the ap_strftime function. We now inform the user of the | rbb | 1999-12-30 | 1 | -2/+4 |
* | A couple of new functions for APR's time library. | rbb | 1999-12-21 | 1 | -0/+37 |
* | Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to get | rbb | 1999-12-21 | 1 | -8/+8 |
* | Prevent segfault on comparing an uninitialized ap_time_t object. Treat it | bjh | 1999-12-21 | 1 | -2/+2 |
* | Remove OS/2 version of time library, the default unix code works just fine. | bjh | 1999-12-21 | 3 | -117/+0 |
* | Fix the build process for APR. There is no reason to build each library | rbb | 1999-12-20 | 1 | -6/+6 |
* | A bunch more time functions for use in Apache. This is really the first cut | rbb | 1999-12-20 | 5 | -4/+203 |
* | The compiler for PowerPC versions of BeOS is about as pedantic as | dreid | 1999-12-19 | 1 | -3/+2 |
* | Make APR compile on Windows again. The changes that I introduced for | rbb | 1999-12-09 | 2 | -1/+1 |
* | Cleaning up the config stuff for APR even more. We had some small | rbb | 1999-12-06 | 1 | -0/+3 |
* | Fix the logic in blocking vs non-blocking pipes to children. It only | rbb | 1999-12-03 | 4 | -19/+15 |
* | Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but it | rse | 1999-10-31 | 1 | -2/+2 |
* | Remove all of the ugly SAFETY_LOCK code. APR determines if it has threading | rbb | 1999-10-19 | 1 | -12/+10 |
* | OS/2: Update dependencies | bjh | 1999-10-18 | 1 | -8/+5 |
* | Simplify time/os2 directory by using a default.c module that #includes | bjh | 1999-10-18 | 4 | -128/+2 |
* | This corrects a small problem with the safety locks. Always helps | dreid | 1999-10-16 | 1 | -2/+2 |
* | Fix a bug in the logic to set/get userdata from ALL apr types. I have | rbb | 1999-10-15 | 2 | -2/+2 |
* | Rid ourselves of a warning, and make all the time functions use one lock. | rbb | 1999-10-14 | 1 | -4/+5 |
* | Isolate the APR thread-safety macros. This makes any macro available to | rbb | 1999-10-14 | 1 | -2/+3 |
* | Ditch the OS/2 specific time code as it's identical to the unix code (except | bjh | 1999-10-13 | 3 | -277/+10 |
* | This finishes the argument swaps. The docs haven't been updated, and | rbb | 1999-10-11 | 1 | -1/+1 |
* | The beos directories under file_io and time aren't needed any | dreid | 1999-10-10 | 1 | -55/+0 |
* | Bring the misc code up to the APR parameter order spec. This also fixes a few | rbb | 1999-10-08 | 2 | -4/+4 |
* | Make time functions threadsafe in APR. This is the current way to make | rbb | 1999-10-06 | 1 | -2/+10 |
* | Ryan's last patch to change argument order missed a few Win32 APR funcs. | stoddard | 1999-10-04 | 2 | -4/+4 |
* | First patch to re-order function parameters. This one gets the low hanging | rbb | 1999-10-04 | 4 | -10/+10 |
* | Ok, today it bored me too much that APR shouts many pages with warnings under | rse | 1999-10-01 | 1 | -66/+66 |
* | Make beos use the common unix code. Currently, we need the Makefile here, but | rbb | 1999-09-28 | 4 | -493/+5 |
* | Remove the vestigial hsregex.h from APR, and update dependencies. | manoj | 1999-09-23 | 1 | -5/+4 |
* | Get time functions compiling on Win32 | stoddard | 1999-09-22 | 1 | -4/+5 |
* | A change to how APR uses user data. Now, user data is a linked list that | rbb | 1999-09-14 | 1 | -6/+8 |