| Commit message (Expand) | Author | Age | Files | Lines |
* | No actual global_mutex implementation on Win32, it's simply a proc_lock. | wrowe | 2002-02-22 | 1 | -4/+0 |
* | Can't be playing in apr.hw without keeping apr.h.in and apr.hnw up to date. | wrowe | 2002-02-22 | 1 | -0/+5 |
* | Implement apr_global_mutex_foo() on Windows. This is basically identical | stoddard | 2002-02-19 | 1 | -0/+8 |
* | Realign internal.c as the required apr_app static fn's, and removed | wrowe | 2002-02-18 | 1 | -5/+5 |
* | Sync up to gstein's last commit | wrowe | 2002-02-01 | 1 | -0/+4 |
* | Build new goodies. | wrowe | 2002-01-30 | 1 | -0/+4 |
* | Alpha order, same order between apr.dsp and libapr.dsp | wrowe | 2002-01-29 | 1 | -4/+4 |
* | Change 'External' since some suspect this could cause Win32 to consider | wrowe | 2002-01-29 | 1 | -2/+2 |
* | Changes for Win32 to build with shm. [and a little bit of alpha ordering] | wrowe | 2002-01-10 | 1 | -3/+2 |
* | Doesn't do much good if the win32 projects aren't committed to include | wrowe | 2002-01-08 | 1 | -0/+12 |
* | Ring-a-ling, time to move from util into apr | wrowe | 2001-12-26 | 1 | -0/+4 |
* | Following the split, fix this for the IDE (really no effect on building.) | wrowe | 2001-11-21 | 1 | -1/+1 |
* | Remove SMS and all references. | striker | 2001-09-28 | 1 | -28/+0 |
* | Use the mktemp.c file from unix on Windows as well. This requires | rbb | 2001-09-24 | 1 | -0/+4 |
* | When rbb's implementation is committed, make win32 ready for thread_cond.c | wrowe | 2001-09-17 | 1 | -0/+4 |
* | Begin/End Source (not End Group :) Any patch to apr.dsp generally needs | wrowe | 2001-09-11 | 1 | -4/+4 |
* | Add the new thread_mutex API to the Windows build. This works on | rbb | 2001-09-10 | 1 | -0/+24 |
* | Split all win32 specific system calls from filepath.c into filesys.c | wrowe | 2001-08-28 | 1 | -0/+4 |
* | Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to | wrowe | 2001-08-26 | 1 | -1/+1 |
* | Never used, now never useful | wrowe | 2001-08-24 | 1 | -4/+0 |
* | The purpose of this patch is to toggle the debugging mode (default) to | wrowe | 2001-08-17 | 1 | -1/+1 |
* | Caught by apr/test/ faults, we were still missing apr_sms_trivial.c | wrowe | 2001-07-27 | 1 | -0/+4 |
* | Reorganize these projects just a bit, and sort the sources. | wrowe | 2001-07-23 | 1 | -109/+114 |
* | Goodbye lib/apr_signals.c | wrowe | 2001-07-12 | 1 | -8/+0 |
* | * use memory/unix/apr_pools.c instead of lib/apr_pools.c | stoddard | 2001-07-09 | 1 | -6/+10 |
* | Two typographical nits, and add some missing headers to our browser view. | wrowe | 2001-06-06 | 1 | -1/+13 |
* | (Attempt to) fix the build on Win32 from the sms-ified locks that David | jwoolley | 2001-06-06 | 1 | -1/+17 |
* | Add apr_strtok(), a thread-safe flavor of strtok() which has the | trawick | 2001-05-23 | 1 | -0/+4 |
* | Add APR_HAS_OTHER_CHILD support to Win32 | stoddard | 2001-05-17 | 1 | -6/+9 |
* | The code all compiles, but apr_filepath_merge isn't trained yet to parse | wrowe | 2001-04-08 | 1 | -0/+4 |
* | Conflicts are fun for noticing issues | wrowe | 2001-03-22 | 1 | -5/+0 |
* | build inet_pton.c on Win32 | trawick | 2001-03-16 | 1 | -0/+4 |
* | A binary file is a file that cannot be parsed in ascii and must not be | wrowe | 2001-02-03 | 1 | -547/+547 |
* | Clean up someone's cruft in the repository and back out this change | wrowe | 2001-02-03 | 1 | -547/+547 |
* | Revert back to dsp6 format, and add several newer headers to these | wrowe | 2001-01-28 | 1 | -8/+18 |
* | OS2 was chasing os2errno.h which we hid in a private platform directory, | wrowe | 2001-01-28 | 1 | -4/+3 |
* | Some win32 user and group handling functions | wrowe | 2001-01-28 | 1 | -0/+12 |
* | Two headers, now two entries for msvc users | wrowe | 2001-01-20 | 1 | -0/+4 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -7/+3 |
* | commit the vc6 version | ake | 2001-01-04 | 1 | -11/+11 |
* | The prior patch broke httpd. libapr.dsp relies on apr.dsp exporting all | wrowe | 2000-12-22 | 1 | -5/+8 |
* | Don't export symbols from static library. | brane | 2000-12-21 | 1 | -6/+2 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | wrowe | 2000-12-21 | 1 | -3/+4 |
* | The Win32 overhaul, in summary; | wrowe | 2000-12-21 | 1 | -18/+17 |
* | Fix build | wrowe | 2000-12-12 | 1 | -5/+4 |
* | apr_private.hw goes away, apr_private.h is static in arch/win32 | wrowe | 2000-12-08 | 1 | -30/+1 |
* | Fix a few nits, export symbols, etc. | wrowe | 2000-12-07 | 1 | -2/+1 |
* | Implement Win32 MMAP support. | wrowe | 2000-12-07 | 1 | -2/+13 |
* | Cleaning up what I broke, and then a bit more. | wrowe | 2000-12-05 | 1 | -4/+0 |
* | Win32 flock arrives | wrowe | 2000-12-04 | 1 | -5/+10 |