index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comments.
Martin Pool
2001-02-22
1
-5
/
+12
*
Improved error message.
Martin Pool
2001-01-08
1
-3
/
+6
*
Doc.
Martin Pool
2000-11-15
1
-3
/
+9
*
Print a warning message in the version if the platform cannot support 32-bit ...
Martin Pool
2000-11-09
1
-2
/
+8
*
Add some comments.
Martin Pool
2000-11-02
1
-0
/
+2
*
make sure we don't chew too much CPU when the outgoing fd is full
Andrew Tridgell
2000-08-29
1
-0
/
+12
*
got rid of some unused variables
Andrew Tridgell
2000-08-19
1
-16
/
+1
*
Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.
David Dykstra
2000-06-06
1
-0
/
+15
*
don't pprint the IO timeout message if we are a server or daemon (can
Andrew Tridgell
2000-04-09
1
-2
/
+5
*
went back to non-blokcing IO
Andrew Tridgell
2000-03-30
1
-1
/
+11
*
another hang-at-end fix. It looks like we are more sensiitive to
Andrew Tridgell
2000-01-30
1
-0
/
+1
*
damn!
Andrew Tridgell
2000-01-29
1
-3
/
+5
*
don't need PIPE_BUF any more
Andrew Tridgell
2000-01-29
1
-2
/
+0
*
fixed some logcode warnings
Andrew Tridgell
2000-01-29
1
-1
/
+1
*
- switched on multiplexing for all connections, not just daemon
Andrew Tridgell
2000-01-28
1
-23
/
+50
*
switch to using socketpair instead of pipe if possible. This fixes the
Andrew Tridgell
2000-01-28
1
-82
/
+2
*
reinstated the MAX_READ_BUFFER code. Its a nasty tradeoff - using lots
Andrew Tridgell
2000-01-24
1
-4
/
+2
*
don't use stderr after we become a daemon
Andrew Tridgell
2000-01-24
1
-1
/
+0
*
added some really ugly code to allow errors to propogate to
Andrew Tridgell
2000-01-23
1
-9
/
+85
*
don't try to write errors to a dead socket
Andrew Tridgell
2000-01-23
1
-0
/
+4
*
don't write more than PIPE_BUF bytes in any one write() in io.c
Andrew Tridgell
1999-11-23
1
-2
/
+5
*
removed old non-blocking fd code (a hangover from a earlier version of
Andrew Tridgell
1999-11-15
1
-18
/
+1
*
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1998-11-14
1
-1
/
+1
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-9
/
+9
*
Jason told me that's its very important for his site to log exactly
Andrew Tridgell
1998-11-02
1
-2
/
+6
*
final change needed to get rsync working on a CRAY J90
Andrew Tridgell
1998-10-29
1
-1
/
+5
*
changes to get rsync working on a CRAY J90. This machine doesn't have
Andrew Tridgell
1998-10-29
1
-2
/
+4
*
added finddead target, removed dead code and made some functions
Andrew Tridgell
1998-09-09
1
-1
/
+1
*
removed the limit on the read buffer size until I fully understand the
Andrew Tridgell
1998-08-27
1
-2
/
+1
*
I think I might havefinally fixed the rsync hanging bug. It was caused
Andrew Tridgell
1998-07-20
1
-3
/
+10
*
always use a timeout to select, even if --timeout is not
Andrew Tridgell
1998-07-19
1
-5
/
+7
*
changed wording of an error message
Andrew Tridgell
1998-07-17
1
-1
/
+1
*
code style change
Andrew Tridgell
1998-07-17
1
-1
/
+1
*
remove a redundent continue statement
Andrew Tridgell
1998-07-02
1
-1
/
+0
*
prioritise reading over writing in the select loop. (this is another
Andrew Tridgell
1998-07-02
1
-6
/
+7
*
fix the problem of --timeout waiting for twice the specified time.
Andrew Tridgell
1998-07-02
1
-2
/
+2
*
if we get EWOULDBLOCK on a write then reduce the amount of data we are
Andrew Tridgell
1998-06-19
1
-5
/
+5
*
handle non-blocking file descriptors for both read and write. Add a
Andrew Tridgell
1998-06-18
1
-0
/
+18
*
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1998-06-01
1
-20
/
+4
*
make sure that io_flush() doesn't call writefd_unbuffered from within
Andrew Tridgell
1998-05-30
1
-1
/
+6
*
fixed a bug in the flist sending code that caused the flist sending to
Andrew Tridgell
1998-05-29
1
-1
/
+1
*
use Realloc instead of realloc
Andrew Tridgell
1998-05-28
1
-4
/
+1
*
cosmetic fix. don't display a EOF error when displaying just the motd
Andrew Tridgell
1998-05-28
1
-2
/
+12
*
- always flush the IO write buffer when reading
Andrew Tridgell
1998-05-27
1
-0
/
+2
*
heaps of cleanup in the io code.
Andrew Tridgell
1998-05-27
1
-244
/
+121
*
fixed a multiplexing bug
Andrew Tridgell
1998-05-18
1
-5
/
+12
*
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1998-05-18
1
-127
/
+265
*
close some unnecessary file descriptors in do_recv()
Andrew Tridgell
1998-05-17
1
-2
/
+2
*
put a limit (default 1MB) on the read buffer size. This stops it
Andrew Tridgell
1998-05-17
1
-56
/
+61
*
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1998-05-15
1
-7
/
+1
[next]