| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | ivan | 2022-11-20 | 1 | -5/+5 |
* | Stage 3 in dismantling _WIN32_WCE ... cleanup code | mturk | 2021-12-02 | 1 | -8/+0 |
* | Follow up to r1893204: restore apr_file_setaside() semantics, fix file_bucket... | ylavic | 2021-09-19 | 1 | -0/+1 |
* | apr_file_setaside: don't blindly kill the old cleanup and file descriptor. | ylavic | 2021-09-10 | 1 | -4/+2 |
* | apr_file_dup2() on Windows: Fix debug RTL assertion when attempting to | trawick | 2013-11-06 | 1 | -3/+6 |
* | change apr_palloc+memcpy to apr_pmemdup | trawick | 2011-04-06 | 1 | -2/+1 |
* | Use the APR_FOPEN_* constants instead of the deprecated APR_* constants | minfrin | 2010-03-01 | 1 | -1/+1 |
* | Cleanups for various gcc warnings, conditional assignment and type errors | wrowe | 2009-12-18 | 1 | -1/+0 |
* | On windows files != sockets, so do not | mturk | 2009-02-26 | 1 | -2/+4 |
* | Group of two changes; we must keep file->flags in sync when | wrowe | 2007-10-12 | 1 | -25/+17 |
* | Introduce APR_NO_FILE as an option for any of the three stdio streams | wrowe | 2007-09-28 | 1 | -28/+82 |
* | Fix the typo. | jorton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | jorton | 2006-08-03 | 1 | -6/+6 |
* | Fix up Win32-private includes to bring it in line with all other platforms. | jerenkrantz | 2006-07-12 | 1 | -1/+1 |
* | Initial win32 implementation of the variable file-io buffer size functions. | colm | 2005-10-18 | 1 | -1/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix apr_file_dup and apr_file_dup2 win32 implementations | stas | 2004-09-24 | 1 | -0/+14 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 1 | -49/+10 |
* | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | gstein | 2003-11-17 | 1 | -0/+9 |
* | fix apr_file_dup() and apr_file_dup2() to dup the ungetchar member | stas | 2003-09-19 | 1 | -0/+2 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -2/+2 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 1 | -1/+1 |
* | Several StdHandles may be defined as the same handle, handle that case. | wrowe | 2002-12-28 | 1 | -8/+13 |
* | Win32: Get APR_APPEND file i/o working correctly. | stoddard | 2002-10-29 | 1 | -5/+5 |
* | reenabled apr_file_setaside() | brianp | 2002-07-04 | 1 | -4/+1 |
* | Fixed bad variable references in apr_file_setaside() | brianp | 2002-07-03 | 1 | -5/+5 |
* | This function isn't behaving itself. Comment it out for now | wrowe | 2002-07-03 | 1 | -1/+4 |
* | Added apr_file_setaside() function to move an apr_file_t from | brianp | 2002-07-02 | 1 | -0/+35 |
* | Rename the "cntxt" members of the fileio structures to "pool". | striker | 2002-03-20 | 1 | -3/+3 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 1 | -1/+1 |
* | Outch. Compare the appropriate file handle! Then close the target if | wrowe | 2002-02-13 | 1 | -6/+7 |
* | WinCE doesn't have the concept of 'duplicating' file handles - it lacks | wrowe | 2002-02-12 | 1 | -0/+8 |
* | My misinterpretation. -1 is our interal flag for a invalid handle - it | wrowe | 2002-02-12 | 1 | -1/+1 |
* | Symbolic rather than explicit value - no need to push into .32. | wrowe | 2002-02-12 | 1 | -1/+1 |
* | Thank you for applying, Aaron! Notice that threadproc/*/proc.c files seem | wrowe | 2002-01-24 | 1 | -8/+0 |
* | Change the new_file parameter of apr_file_dup2() so that it is perfectly | aaron | 2002-01-24 | 1 | -8/+8 |
* | Allow apr_file_dup() to behave as before, for a while longer | wrowe | 2002-01-11 | 1 | -0/+8 |
* | Compiler doesn't distinguish between void** and void*, apparently. | wrowe | 2002-01-11 | 1 | -3/+3 |
* | Implement apr_file_dup2() for win32. Don't understand precisely why | wrowe | 2002-01-11 | 1 | -45/+65 |
* | Clean up APR_INHERIT - it's now a private flag. | wrowe | 2001-07-18 | 1 | -1/+4 |
* | Introduce opening a file inheritable on Win32, and some general text cleanup. | wrowe | 2001-07-16 | 1 | -1/+1 |
* | *) Add apr_file_flags_get() which returns the flags that were originally | jwoolley | 2001-06-27 | 1 | -0/+1 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -3/+3 |
* | The platform changes in apr to support the APR_FINFO_wanted declaration | wrowe | 2001-01-20 | 1 | -23/+1 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 1 | -1/+2 |
* | Fixes most of the Unicode problems for Win9x, and expands the effective | wrowe | 2000-11-09 | 1 | -1/+1 |
* | Move all of the file private header files to an arch directory under | rbb | 2000-11-09 | 1 | -1/+1 |
* | Catch up on some Unicode stuff that I've discovered while yanking around | wrowe | 2000-11-08 | 1 | -4/+0 |