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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved file deletion to before the fork() to prevent a race condition
Andrew Tridgell
2000-01-24
1
-0
/
+10
*
added some really ugly code to allow errors to propogate to
Andrew Tridgell
2000-01-23
1
-0
/
+16
*
fixed a bug with waitpid() - I'd forgotten about WEXITSTATUS !
Andrew Tridgell
1999-12-09
1
-3
/
+3
*
removed old non-blocking fd code (a hangover from a earlier version of
Andrew Tridgell
1999-11-15
1
-18
/
+0
*
fixed a bug that made us use only 16 bits of the file checksum when
Andrew Tridgell
1999-06-26
1
-2
/
+0
*
handle the case of an empty file list in get_local_name
Andrew Tridgell
1999-04-06
1
-1
/
+1
*
don't abort the server side if the file list is empty (perhaps because
Andrew Tridgell
1999-04-06
1
-2
/
+2
*
Changed the protocol version to 20 so that --stats will work without -v in
David Dykstra
1999-03-15
1
-3
/
+2
*
Add --delete-excluded option to delete files on the receiving side that
David Dykstra
1999-02-22
1
-2
/
+4
*
Changed --stats implementation to work without -v in only these two
David Dykstra
1999-02-18
1
-7
/
+12
*
A slight compensation I had just added for total bytes read when using -v
David Dykstra
1999-02-10
1
-8
/
+9
*
Allow --stats to work without -v.
David Dykstra
1999-02-10
1
-20
/
+31
*
Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.
David Dykstra
1999-02-09
1
-1
/
+1
*
Move the initialization of push_dir, which calls getcwd, to early in main.
David Dykstra
1999-02-03
1
-0
/
+6
*
Fix segmentation fault when using -vvv. Suggested by assar@sics.se.
David Dykstra
1999-01-11
1
-4
/
+4
*
log filename(line) in exit_cleanup() to make tracking down problems
Andrew Tridgell
1998-11-15
1
-1
/
+1
*
Add support for optional ":PORT" in rsync URL.
David Dykstra
1998-11-03
1
-0
/
+6
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-16
/
+16
*
if no local destination is provided for the transfer then provide
Andrew Tridgell
1998-11-02
1
-2
/
+19
*
put the pid on each line of the log file to facilitate
Andrew Tridgell
1998-10-29
1
-4
/
+1
*
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1998-10-28
1
-1
/
+1
*
Add "use chroot" and "pid file" rsyncd.conf options. The former allows one
David Dykstra
1998-10-26
1
-0
/
+1
*
added finddead target, removed dead code and made some functions
Andrew Tridgell
1998-09-09
1
-1
/
+1
*
a couple of changes to where the nonblocking settings are called.
Andrew Tridgell
1998-08-27
1
-5
/
+11
*
- close stdout and stderr and reopen then as /dev/null when running as
Andrew Tridgell
1998-07-19
1
-1
/
+3
*
check whether there is a / before a : in the rsync command line. If
Andrew Tridgell
1998-07-17
1
-2
/
+16
*
fixed a problem with rsync buffering the debug output when redirected
Andrew Tridgell
1998-07-17
1
-11
/
+11
*
remove a useless debug message
Andrew Tridgell
1998-07-17
1
-3
/
+0
*
- use explicit flushes instead of setlinebuf. I've had reports of
Andrew Tridgell
1998-07-02
1
-5
/
+0
*
- don't show "created directory" message unless verbose is selected
Andrew Tridgell
1998-07-02
1
-1
/
+2
*
enable output buffering in the recv generator. This makes a
Andrew Tridgell
1998-07-02
1
-0
/
+2
*
added a --partial option which tells rsync to keep partially
Andrew Tridgell
1998-07-01
1
-0
/
+4
*
set network file descriptors non-blocking before starting main rsync
Andrew Tridgell
1998-06-18
1
-0
/
+14
*
added some fflush() calls to make sure the statistics lines are
Andrew Tridgell
1998-06-02
1
-3
/
+11
*
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1998-06-01
1
-17
/
+41
*
replaced chdir and getcwd calls with push_dir/pop_dir functions. These
Andrew Tridgell
1998-05-29
1
-8
/
+9
*
heaps of cleanup in the io code.
Andrew Tridgell
1998-05-27
1
-1
/
+0
*
formatting changes
Andrew Tridgell
1998-05-26
1
-34
/
+35
*
fixed a bug in the glob expansion code (pointed out by
Andrew Tridgell
1998-05-18
1
-3
/
+3
*
handle rsh clients that don't like half-open connections
Andrew Tridgell
1998-05-18
1
-15
/
+13
*
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1998-05-18
1
-20
/
+38
*
if f_in == f_out then don't close one of them
Andrew Tridgell
1998-05-17
1
-2
/
+2
*
close some unnecessary file descriptors in do_recv()
Andrew Tridgell
1998-05-17
1
-0
/
+2
*
moved usage mesage after am_daemon test (I'd broken daemon mode)
Andrew Tridgell
1998-05-17
1
-5
/
+5
*
close the other half of the pipe in do_recv(). This fixes the problem
Andrew Tridgell
1998-05-17
1
-0
/
+2
*
check for right number of arguments _after_ the option parsing.
Andrew Tridgell
1998-05-16
1
-0
/
+5
*
- print the stats at the right place when uploading in the rsync
Andrew Tridgell
1998-05-16
1
-20
/
+19
*
- distinguish downloads and uploads in the syslog messages
Andrew Tridgell
1998-05-16
1
-2
/
+4
*
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1998-05-15
1
-1
/
+0
*
syslog some stats
Andrew Tridgell
1998-05-14
1
-0
/
+7
[next]