summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in 1.119, whereby strings likeMartin Pool2001-08-151-5/+26
* Fix casts when some variables are printed out.Martin Pool2001-08-151-2/+3
* Drop dead variables introduced in rsync+ patch.Martin Pool2001-08-151-2/+0
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-8/+50
* Try to fix "infinite loop" warning on AIX and other compilers. (WeMartin Pool2001-08-061-1/+2
* reap children in sigchld handlerAndrew Tridgell2001-07-171-0/+3
* applied simple nohang patch from Wayne DavisonAndrew Tridgell2001-06-261-4/+4
* Make --whole-file the default when source and target are on the local machine.David Dykstra2001-05-291-0/+3
* improved error handling again. Now we report messages for the remoteAndrew Tridgell2001-03-231-18/+14
* new error handling systemAndrew Tridgell2001-03-221-3/+7
* Doc.Martin Pool2001-03-161-1/+1
* Change from getopt to popt.Martin Pool2001-02-231-7/+9
* Doc.Martin Pool2001-02-211-1/+18
* Add some comments.Martin Pool2000-11-021-2/+14
* fix bug in handling of :Andrew Tridgell2000-10-311-1/+1
* don't clobber argv[0], so ps shows the right thingAndrew Tridgell2000-10-191-4/+5
* Clearer "nothing to do" message.Martin Pool2000-10-101-1/+3
* detect list_only a bit earlierAndrew Tridgell2000-08-291-4/+11
* got rid of some unused variablesAndrew Tridgell2000-08-191-1/+0
* sleep for a smaller time while waiting for a process to exitAndrew Tridgell2000-08-191-1/+1
* fixed timing problem with cleanup and io_flush() by using non-blockingAndrew Tridgell2000-08-161-0/+13
* fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocolAndrew Tridgell2000-07-291-0/+5
* optimisations from Rich Salz <rsalz@caveosystems.com>Andrew Tridgell2000-07-291-1/+3
* if the remote shell is rsh then use blocking IOAndrew Tridgell2000-06-241-0/+4
* use 1 second sleeps in the sleep loop as some OSes (NT for example)Andrew Tridgell2000-04-091-3/+4
* went back to non-blokcing IOAndrew Tridgell2000-03-301-0/+8
* another hang-at-end fix. It looks like we are more sensiitive toAndrew Tridgell2000-01-301-3/+13
* damn.Andrew Tridgell2000-01-291-0/+12
* move the read only daemon test to after the protocol setupAndrew Tridgell2000-01-291-0/+9
* damn!Andrew Tridgell2000-01-291-4/+4
* - switched on multiplexing for all connections, not just daemonAndrew Tridgell2000-01-281-0/+8
* switch to using socketpair instead of pipe if possible. This fixes theAndrew Tridgell2000-01-281-2/+2
* moved file deletion to before the fork() to prevent a race conditionAndrew Tridgell2000-01-241-0/+10
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-0/+16
* fixed a bug with waitpid() - I'd forgotten about WEXITSTATUS !Andrew Tridgell1999-12-091-3/+3
* removed old non-blocking fd code (a hangover from a earlier version ofAndrew Tridgell1999-11-151-18/+0
* fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1999-06-261-2/+0
* handle the case of an empty file list in get_local_nameAndrew Tridgell1999-04-061-1/+1
* don't abort the server side if the file list is empty (perhaps becauseAndrew Tridgell1999-04-061-2/+2
* Changed the protocol version to 20 so that --stats will work without -v inDavid Dykstra1999-03-151-3/+2
* Add --delete-excluded option to delete files on the receiving side thatDavid Dykstra1999-02-221-2/+4
* Changed --stats implementation to work without -v in only these twoDavid Dykstra1999-02-181-7/+12
* A slight compensation I had just added for total bytes read when using -vDavid Dykstra1999-02-101-8/+9
* Allow --stats to work without -v.David Dykstra1999-02-101-20/+31
* Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1999-02-091-1/+1
* Move the initialization of push_dir, which calls getcwd, to early in main.David Dykstra1999-02-031-0/+6
* Fix segmentation fault when using -vvv. Suggested by assar@sics.se.David Dykstra1999-01-111-4/+4
* log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1998-11-151-1/+1
* Add support for optional ":PORT" in rsync URL.David Dykstra1998-11-031-0/+6
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-16/+16