index
:
delta/libapr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file_io
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
win32: Correctly cancel write operation on timeout.
ivan
2019-05-26
1
-19
/
+31
*
* file_io/win32/readwrite.c
ivan
2019-05-26
2
-3
/
+3
*
* file_io/win32/readwrite.c
ivan
2019-05-26
1
-2
/
+1
*
Follow-up to r1859473: Fix stupid typo: use *OFFSET instead of OFFSET in
ivan
2019-05-18
1
-1
/
+1
*
win32: Use SetFilePointerEx() instead of SetFilePointer().
ivan
2019-05-18
1
-26
/
+21
*
win32: Check return value from apr_generate_random_bytes() in
ivan
2019-05-16
1
-2
/
+8
*
apr_dir_read: Do not request short file names on Windows 7 and later. This
ivan
2019-05-13
1
-1
/
+15
*
Use documented GetFileInformationByHandleEx() instead of
ivan
2019-05-05
1
-12
/
+3
*
* file_io/win32/filestat.c
ivan
2019-04-28
1
-1
/
+2
*
* file_io/win32/filestat.c: Use IsReparseTagNameSurrogate() macro to test for
ivan
2019-04-28
1
-1
/
+1
*
Address some warnings raised by MSVC-32/64.
ylavic
2019-04-03
1
-1
/
+1
*
Revert r1789258, r1856189, r1856191 following discussion on list, in favor
wrowe
2019-04-01
1
-4
/
+3
*
apr_dir: no need to allocate our dir entry if readdir{,64}_r() is not used.
ylavic
2019-03-25
1
-9
/
+14
*
Follow up to r1856189: use NAME_MAX from limits.h when available.
ylavic
2019-03-25
1
-1
/
+5
*
Follow up to r1789258: configure to detect whether readdir() is thread-safe.
ylavic
2019-03-25
1
-3
/
+1
*
* file_io/unix/filepath.c (apr_filepath_merge): Fix Coverity warning;
jorton
2019-03-22
1
-1
/
+1
*
Narrow symbolic link detection on NTFS
wrowe
2019-03-20
2
-14
/
+91
*
Unlock mutex only if APR_FOPEN_XTHREAD flag is set
mturk
2018-04-24
1
-1
/
+3
*
Win32: Improve apr_file_read() performance on buffered files by reducing
kotkov
2018-04-06
1
-23
/
+57
*
pipe: factorize apr_file_pipe_create*() in terms of static helper
ylavic
2017-09-26
4
-101
/
+68
*
pipe: fix apr_file_pipe_create_ex()'s blocking parameter forwarding.
ylavic
2017-09-26
1
-1
/
+1
*
Win32: Create and use file mutex only for files opened with APR_FOPEN_XTHREAD.
kotkov
2017-09-15
3
-15
/
+26
*
Win32: Don't seek to the end when opening files with APR_FOPEN_APPEND.
kotkov
2017-09-15
1
-1
/
+0
*
Revert r1806592 and r1806603 that were meant to be a refactoring of the
ivan
2017-08-30
1
-11
/
+11
*
Win32: Fix a deadlock when appending to locked files (PR50058).
ivan
2017-08-29
1
-0
/
+33
*
Minor refactoring of the Win32 file write code.
ivan
2017-08-29
1
-5
/
+5
*
Minor refactoring of the Win32 file write code.
ivan
2017-08-29
1
-3
/
+3
*
Minor refactoring of the Win32 file write code.
ivan
2017-08-29
1
-8
/
+8
*
Win32: Improve apr_file_write() performance on buffered files by reducing
ivan
2017-08-26
1
-12
/
+32
*
Factor out a helper function that contains the implementation of writing
ivan
2017-08-26
1
-29
/
+34
*
Factor out a helper function that adapts WriteFile() to apr_size_t
ivan
2017-08-26
1
-24
/
+36
*
Set perms correctly on file copy where destination exists
niq
2017-04-11
1
-0
/
+1
*
Do not try to use fdatasync() on macOS.
brane
2017-04-05
1
-0
/
+2
*
apr_dir_read: Since readdir() is now thread safe on most (if not all) unixes
ylavic
2017-03-29
1
-4
/
+7
*
Fix two issues with apr_file_trunc() for buffered files:
ivan
2017-03-27
2
-4
/
+37
*
Win32: Improve apr_file_gets() performance on buffered files by not calling
ivan
2017-03-02
1
-65
/
+145
*
Optimize apr_file_info_get(APR_FINFO_SIZE) on Windows.
ivan
2016-12-17
1
-0
/
+18
*
apr_file_io: Add apr_file_pipe_create_pools() allowing a pair of
minfrin
2016-03-13
4
-68
/
+165
*
Fix comments for fcntl lock
sf
2015-08-20
1
-4
/
+4
*
apr_filepath_merge: Fix truename length calculation on Windows
brane
2015-06-17
1
-2
/
+2
*
* configure.in: Detect mkostemp, mkostemp64.
jorton
2015-06-04
1
-6
/
+14
*
SECURITY: CVE-2015-1829 (cve.mitre.org)
trawick
2015-04-25
1
-3
/
+33
*
fix whitespace regression compared with 1.6.x
trawick
2015-04-23
1
-6
/
+6
*
Correct nonsense test for non-exported sys/stat.h autoconf flag
wrowe
2014-02-12
3
-3
/
+3
*
Fix timing bug in parallel apr_dir_make_recursive on Windows.
brane
2014-01-21
1
-17
/
+24
*
stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*
trawick
2014-01-18
9
-63
/
+63
*
apr_file_dup2() on Windows: Fix debug RTL assertion when attempting to
trawick
2013-11-06
1
-3
/
+6
*
APR_FOPEN_NONBLOCK is expected to be critical for an app
trawick
2013-11-02
3
-2
/
+11
*
clang scan-build noted that we sometimes assigned garbage
trawick
2013-10-23
1
-6
/
+5
*
definAtely
trawick
2011-12-12
1
-1
/
+1
[prev]
[next]