| Commit message (Expand) | Author | Age | Files | Lines |
* | Add file locking for OS/2 | bjh | 2000-12-04 | 2 | -0/+76 |
* | Win32 flock arrives | wrowe | 2000-12-04 | 1 | -0/+84 |
* | *) Add functions for file-level locking/unlocking. | gstein | 2000-11-29 | 2 | -0/+151 |
* | Take care of some newer Win32 SDK symbols | wrowe | 2000-11-19 | 1 | -0/+11 |
* | OS/2 changes to the way dependencies are built in APR makefiles | trawick | 2000-11-15 | 1 | -85/+2 |
* | This patch removes the dependencies from Makefile.in. Dependencies | trawick | 2000-11-15 | 1 | -66/+2 |
* | Add apr_get_pipe_timeout() for OS/2. | bjh | 2000-11-14 | 1 | -0/+11 |
* | Rename common.c, there can only be one or they collide when copied into | bjh | 2000-11-14 | 2 | -8/+8 |
* | Fix OS/2 build after the move of private APR headers to the include/arch/ | bjh | 2000-11-14 | 18 | -80/+92 |
* | Fix an incompatible pointer type warning. | bjh | 2000-11-13 | 1 | -1/+1 |
* | Remove some accidentally (I assume :) committed junk. | bjh | 2000-11-13 | 1 | -1/+1 |
* | Fix arg type for apr_dir_entry_size to match prototype. | bjh | 2000-11-13 | 1 | -1/+1 |
* | Yes - I was going somewhere with that redundant thought. | wrowe | 2000-11-11 | 1 | -1/+2 |
* | More files affected by APR_HAS_UNICODE_FS on Win32. | wrowe | 2000-11-11 | 1 | -4/+38 |
* | Roll everything into a single unicode -> utf8 path converter, and what | wrowe | 2000-11-11 | 1 | -1/+1 |
* | Add unlimited path length support for //server/share/ format UNC names. | wrowe | 2000-11-11 | 2 | -28/+53 |
* | Brand new goodies. Win9x reports inode/device of 0 always, but WinNT | wrowe | 2000-11-11 | 1 | -88/+145 |
* | Reintroduce MAX_PATH into win32 Unicode path processing, except on the | wrowe | 2000-11-10 | 1 | -2/+9 |
* | Observing MAX_PATH once again in win32's opendir/readdir. | wrowe | 2000-11-10 | 1 | -9/+55 |
* | Start killing off the historical files | wrowe | 2000-11-10 | 1 | -219/+0 |
* | Fix a lot of the fallback from the apr_ssize_t to apr_size_t change | rbb | 2000-11-10 | 1 | -2/+2 |
* | Teaching new dogs old tricks... apr_stat must behave and never change | wrowe | 2000-11-10 | 1 | -0/+30 |
* | Fix dependencies | martin | 2000-11-09 | 1 | -45/+27 |
* | A small ommision which (should) never occur. | wrowe | 2000-11-09 | 1 | -0/+1 |
* | Guess math isn't my strongest subject at midnight. Fortunately, I just | wrowe | 2000-11-09 | 1 | -1/+1 |
* | I knew the first typo would be obvious ... | wrowe | 2000-11-09 | 1 | -1/+1 |
* | Fixes most of the Unicode problems for Win9x, and expands the effective | wrowe | 2000-11-09 | 6 | -43/+300 |
* | Move all of the file private header files to an arch directory under | rbb | 2000-11-09 | 28 | -564/+74 |
* | Catch up on some Unicode stuff that I've discovered while yanking around | wrowe | 2000-11-08 | 6 | -105/+98 |
* | Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return | rbb | 2000-11-07 | 4 | -25/+25 |
* | Add apr_get_pipe_timeout to win32. | stoddard | 2000-11-07 | 1 | -2/+14 |
* | *) A successful call to ReadFile() with 0 bytes read indicates EOF. Return | gstein | 2000-11-07 | 1 | -4/+7 |
* | apr_get_pipe_timeout() needs to specify a return code | trawick | 2000-11-06 | 1 | -0/+2 |
* | Make non-blocking reads from pipes work through the bucket interface. | rbb | 2000-11-04 | 1 | -0/+7 |
* | Restore backwards compatibility for WIN32/!APR_HAS_UNICODE_FS, now all | wrowe | 2000-11-02 | 1 | -3/+6 |
* | Get APR building on Unix again. Only Windows has the union in the | rbb | 2000-11-02 | 1 | -1/+3 |
* | The Unicode/WinNT APR patch. Note that this may even be faster than | wrowe | 2000-11-02 | 7 | -157/+183 |
* | ensure that all cpp directives start with a # in column one | fanf | 2000-10-25 | 1 | -16/+16 |
* | Ok here it is: Win32 utf-8 native unicode filename support. | wrowe | 2000-10-25 | 6 | -48/+213 |
* | The start of the canonical name stuff. | wrowe | 2000-10-23 | 5 | -47/+66 |
* | APR pipes on Unix and Win32 are now cleaned up automatically when the | trawick | 2000-10-18 | 2 | -0/+8 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 4 | -4/+4 |
* | Note a discrepancy, W2K supports hard symlinks | wrowe | 2000-10-16 | 1 | -0/+1 |
* | OS/2: Pass apr_lstat through to apr_stat as we don't have symlinks. | bjh | 2000-10-08 | 1 | -0/+7 |
* | apr_open() always allocates storage for the apr_file_t now. The caller is no | gstein | 2000-10-06 | 2 | -8/+2 |
* | Oh, duh. Typo. | wrowe | 2000-10-06 | 1 | -4/+2 |
* | Knock off some XXX's prior to a7. | wrowe | 2000-10-06 | 1 | -2/+5 |
* | Here it is, the Win32 part of the big canonical errors patch. | wrowe | 2000-10-06 | 7 | -54/+57 |
* | apr_putc(), apr_puts() for Unix: handle buffered files and interrupted | trawick | 2000-09-12 | 1 | -20/+13 |
* | apr_put_os_file() now sets up the unget byte appropriately on Unix | trawick | 2000-09-11 | 2 | -2/+4 |