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
/
unix
/
readwrite.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplement apr_poll() on Unix. This improves performance by giving the
rbb
2002-07-11
1
-39
/
+3
*
use the time conversion macros rather than dividing by APR_USEC_PER_SEC
brianp
2002-07-04
1
-2
/
+2
*
Introduce apr_table_do_callback_fn_t as a prototype declaration, and
wrowe
2002-06-28
1
-1
/
+2
*
Fix a problem with eof reporting with Unix file I/O on
trawick
2002-04-18
1
-0
/
+1
*
CHANGES
brianp
2002-03-15
1
-4
/
+12
*
Update our copyright for this year.
fielding
2002-03-13
1
-1
/
+1
*
Replace FD_SETSIZE with the bare minimum we need to call select() with
jerenkrantz
2002-02-18
1
-1
/
+1
*
Conversion of the file_io routines from INTRAPROCESS apr_lock_t
aaron
2001-11-21
1
-5
/
+5
*
Don't mix tabs and spaces in the same code segment.
jerenkrantz
2001-11-11
1
-6
/
+6
*
fix a problem with buffered files on unix which was exposed
trawick
2001-08-29
1
-3
/
+4
*
get apr_file_ungetc() for unix working well enough with buffered
trawick
2001-08-24
1
-0
/
+6
*
Wrap all APR functions in APR_DECLARE macro.
rbb
2001-08-10
1
-10
/
+10
*
Fix hand-patched typos (sorry guys)
wrowe
2001-02-25
1
-1
/
+1
*
Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and
wrowe
2001-02-25
1
-1
/
+1
*
Update copyright to 2001
fielding
2001-02-16
1
-1
/
+1
*
doh. need a spellchekker for these rename scripts. s/apr_lock_aquire/apr_lo...
dougm
2001-02-13
1
-2
/
+2
*
Moved the prototypes for apr_snprintf and apr_vsnprintf to the
rbb
2001-02-11
1
-0
/
+1
*
renaming various functions for consistency sake
dougm
2001-02-08
1
-22
/
+22
*
Fix OS/2 build after the move of private APR headers to the include/arch/
bjh
2000-11-14
1
-1
/
+1
*
Move all of the file private header files to an arch directory under
rbb
2000-11-09
1
-1
/
+1
*
Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return
rbb
2000-11-07
1
-8
/
+8
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
wrowe
2000-10-16
1
-1
/
+1
*
apr_putc(), apr_puts() for Unix: handle buffered files and interrupted
trawick
2000-09-12
1
-20
/
+13
*
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
wrowe
2000-08-06
1
-2
/
+2
*
prefix libapr functions and types with apr_
dougm
2000-08-02
1
-39
/
+39
*
ap_puts(), ap_write(): make input buffer ptr const * instead of *
trawick
2000-06-17
1
-2
/
+2
*
Turn on buffering for config file reads. This is dependent on ap_fgets()
trawick
2000-06-16
1
-60
/
+33
*
straighten out some formatting problems in file_io/unix/readwrite.c
trawick
2000-06-14
1
-15
/
+24
*
This starts to take the BeOS defines into the source. I've added support
dreid
2000-06-13
1
-1
/
+3
*
Another change to allow the newest version of BeOS to be used to it's
dreid
2000-06-12
1
-3
/
+7
*
Fix readwrite to support BeOS. BeOS doesn't currently support select'ing
rbb
2000-06-01
1
-4
/
+6
*
Remove the file_check_read function. This should have been removed with
rbb
2000-06-01
1
-20
/
+0
*
Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.
wrowe
2000-05-26
1
-1
/
+1
*
fix two problems with Ryan's recent checkin: missing entries in an
gstein
2000-05-24
1
-5
/
+6
*
Implement saferead in Apache 2.0. This has had minimal testing, and it
rbb
2000-05-24
1
-0
/
+18
*
back out APR_ prefix for TRUE,FALSE
dougm
2000-04-28
1
-5
/
+5
*
prefix TRUE,FALSE with APR_
dougm
2000-04-28
1
-5
/
+5
*
Remove the invalid data checking from APR's file I/O on Unix.
rbb
2000-04-21
1
-30
/
+0
*
Avoid some compiler warnings (two of which indicated logic
trawick
2000-04-15
1
-0
/
+3
*
ap_set_pipe_timeout() now takes microseconds instead of seconds;
trawick
2000-04-15
1
-4
/
+12
*
Add buffered I/O back into APR's file I/O on unix. This code comes from
rbb
2000-04-14
1
-59
/
+149
*
Avoid signed/unsigned comparison warnings
martin
2000-04-14
1
-4
/
+4
*
- ap_writev() should be available even if the os doesn't support writev.
dgaudet
2000-04-14
1
-72
/
+5
*
- fix a case where a byte could have been read (via unget) and it wasn't
dgaudet
2000-04-14
1
-19
/
+17
*
Fix compile error on OS/390 in ap_read().
trawick
2000-04-11
1
-1
/
+2
*
Check for EWOULDBLOCK in addition to EAGAIN inside APR.
trawick
2000-04-10
1
-2
/
+6
*
fix typo setting ungetchar to -1 in ap_read()
trawick
2000-04-07
1
-1
/
+1
*
Remove all the buffered I/O code from APR. APR supports buffered I/O only
rbb
2000-04-06
1
-116
/
+48
*
Make ungetc work with un-buffered files on Unix.
rbb
2000-04-06
1
-57
/
+85
*
Finish the APR naming cleanup. This removes the struct's from
rbb
2000-04-03
1
-4
/
+4
[next]