| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add inet_ntop.c to WIN32 aprlib project to fix build | ake | 2000-11-16 | 1 | -6/+9 |
* | Hard to make progress when editing headers which aren't the | wrowe | 2000-11-10 | 1 | -8/+8 |
* | APR works (maybe), Apache works (sort of), so at least FirstBill and I | wrowe | 2000-11-09 | 1 | -2/+7 |
* | Fast fix to get Win32 APR building (on to Apache itself) | wrowe | 2000-11-09 | 1 | -2/+7 |
* | Errr... was a goof. The HAS_UNICODE_FS shouldn't be toggled yet | wrowe | 2000-10-25 | 1 | -2/+2 |
* | Ok here it is: Win32 utf-8 native unicode filename support. | wrowe | 2000-10-25 | 1 | -10/+3 |
* | This slipped by. Note xlate.c isn't actually built, as we are missing | wrowe | 2000-10-17 | 1 | -4/+7 |
* | Fix compile break in Win32 | wrowe | 2000-10-16 | 1 | -1/+2 |
* | Sorry. This new module will be going into apr, but I'm not finished | wrowe | 2000-10-16 | 1 | -34/+46 |
* | Adds quick access to the must-haves (STATUS/CHANGES) and group the apr | wrowe | 2000-10-16 | 1 | -61/+113 |
* | Regardless of reaction to a symbol rename -within- the sources, these | wrowe | 2000-10-11 | 1 | -2/+2 |
* | Thanks for the goodies, Greg :-) | wrowe | 2000-10-11 | 1 | -0/+12 |
* | Add apr_full_read/write to the Win32 apr build. | wrowe | 2000-08-09 | 1 | -0/+4 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 1 | -0/+4 |
* | Changes to get Win32 compiling again, including substituting | wrowe | 2000-07-25 | 1 | -102/+120 |
* | Some serious completion of stricmp, strnicmp, strdup and strstr issues | wrowe | 2000-06-10 | 1 | -0/+4 |
* | PR: | wrowe | 2000-05-27 | 1 | -0/+8 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 1 | -7/+8 |
* | PR: | wrowe | 2000-05-26 | 1 | -1/+1 |
* | Win32: Convert ap_proc_t to tranparent type. | stoddard | 2000-05-24 | 1 | -2/+3 |
* | Current and clean make files for Win95. Changes Include: | wrowe | 2000-05-19 | 1 | -7/+7 |
* | This commit will most likely break everybody on Windows. The .dsp | rbb | 2000-05-17 | 1 | -5/+6 |
* | Create a true misc.c for ap_get_oslevel and ap_load_dll_func, | wrowe | 2000-05-12 | 1 | -0/+4 |
* | Eliminates dead apr\inc from Win32 .dsp projects. | wrowe | 2000-05-01 | 1 | -6/+6 |
* | Clean up a few Win32 build oversights before the alpha. | wrowe | 2000-04-28 | 1 | -4/+0 |
* | Some Windows tweaks from William Rowe... | stoddard | 2000-04-25 | 1 | -6/+22 |
* | Add apr_strnatcmp to the Windows build to fix link break. | stoddard | 2000-04-24 | 1 | -0/+4 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 1 | -10/+10 |
* | Win32: Get mod_auth_digest compiling and added to the Windows | stoddard | 2000-04-21 | 1 | -0/+4 |
* | Win32: Begin adding ap_strerror and ap_canonicalize_error to APR. Server | stoddard | 2000-04-21 | 1 | -0/+8 |
* | Win32: Change the intermediate directory for aprlib.dsp | stoddard | 2000-04-21 | 1 | -28/+17 |
* | linkwin20.diffs Resolves: | stoddard | 2000-04-17 | 1 | -4/+4 |
* | Win32: Update VC++ project files to remove threadcancel.c | stoddard | 2000-04-14 | 1 | -4/+0 |
* | Get rid of references to ap_slack to fix Win32 compile break. | stoddard | 2000-04-07 | 1 | -5/+0 |
* | Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is | stoddard | 2000-04-05 | 1 | -1/+19 |
* | Fix some of the Windows APR time functions. | stoddard | 2000-04-04 | 1 | -2/+2 |
* | Get APR DSO code working under Windows | stoddard | 2000-04-03 | 1 | -0/+8 |
* | Remove file_io/win32/readdir.c and .h | stoddard | 2000-04-03 | 1 | -8/+0 |
* | Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). | stoddard | 2000-04-03 | 1 | -4/+60 |
* | Get rid of WinTimeToUnixTime. Replace all instances of its use with | stoddard | 2000-03-28 | 1 | -4/+0 |
* | Win32: Continue removing precompiled header support from the dsp and | stoddard | 2000-03-21 | 1 | -2/+4 |
* | More sendfile tweaks for Windows. Still not ready for prime time. | stoddard | 2000-01-24 | 1 | -2/+2 |
* | Update Windows project files to include new time an file_io specs. | stoddard | 2000-01-17 | 1 | -0/+4 |
* | Fix some Windows compile breaks | stoddard | 1999-11-29 | 1 | -5/+1 |
* | Add local_addr and remote_addr to APR for Windows | stoddard | 1999-10-25 | 1 | -0/+4 |