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
*
Fix a bug introduced in 1.119, whereby strings like
Martin Pool
2001-08-15
1
-5
/
+26
*
Fix casts when some variables are printed out.
Martin Pool
2001-08-15
1
-2
/
+3
*
Drop dead variables introduced in rsync+ patch.
Martin Pool
2001-08-15
1
-2
/
+0
*
Merge across rsync+ patch; add a little documentation to the manpage. More d...
Martin Pool
2001-08-14
1
-8
/
+50
*
Try to fix "infinite loop" warning on AIX and other compilers. (We
Martin Pool
2001-08-06
1
-1
/
+2
*
reap children in sigchld handler
Andrew Tridgell
2001-07-17
1
-0
/
+3
*
applied simple nohang patch from Wayne Davison
Andrew Tridgell
2001-06-26
1
-4
/
+4
*
Make --whole-file the default when source and target are on the local machine.
David Dykstra
2001-05-29
1
-0
/
+3
*
improved error handling again. Now we report messages for the remote
Andrew Tridgell
2001-03-23
1
-18
/
+14
*
new error handling system
Andrew Tridgell
2001-03-22
1
-3
/
+7
*
Doc.
Martin Pool
2001-03-16
1
-1
/
+1
*
Change from getopt to popt.
Martin Pool
2001-02-23
1
-7
/
+9
*
Doc.
Martin Pool
2001-02-21
1
-1
/
+18
*
Add some comments.
Martin Pool
2000-11-02
1
-2
/
+14
*
fix bug in handling of :
Andrew Tridgell
2000-10-31
1
-1
/
+1
*
don't clobber argv[0], so ps shows the right thing
Andrew Tridgell
2000-10-19
1
-4
/
+5
*
Clearer "nothing to do" message.
Martin Pool
2000-10-10
1
-1
/
+3
*
detect list_only a bit earlier
Andrew Tridgell
2000-08-29
1
-4
/
+11
*
got rid of some unused variables
Andrew Tridgell
2000-08-19
1
-1
/
+0
*
sleep for a smaller time while waiting for a process to exit
Andrew Tridgell
2000-08-19
1
-1
/
+1
*
fixed timing problem with cleanup and io_flush() by using non-blocking
Andrew Tridgell
2000-08-16
1
-0
/
+13
*
fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocol
Andrew Tridgell
2000-07-29
1
-0
/
+5
*
optimisations from Rich Salz <rsalz@caveosystems.com>
Andrew Tridgell
2000-07-29
1
-1
/
+3
*
if the remote shell is rsh then use blocking IO
Andrew Tridgell
2000-06-24
1
-0
/
+4
*
use 1 second sleeps in the sleep loop as some OSes (NT for example)
Andrew Tridgell
2000-04-09
1
-3
/
+4
*
went back to non-blokcing IO
Andrew Tridgell
2000-03-30
1
-0
/
+8
*
another hang-at-end fix. It looks like we are more sensiitive to
Andrew Tridgell
2000-01-30
1
-3
/
+13
*
damn.
Andrew Tridgell
2000-01-29
1
-0
/
+12
*
move the read only daemon test to after the protocol setup
Andrew Tridgell
2000-01-29
1
-0
/
+9
*
damn!
Andrew Tridgell
2000-01-29
1
-4
/
+4
*
- switched on multiplexing for all connections, not just daemon
Andrew Tridgell
2000-01-28
1
-0
/
+8
*
switch to using socketpair instead of pipe if possible. This fixes the
Andrew Tridgell
2000-01-28
1
-2
/
+2
*
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
[next]