summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Paul Haas:Martin Pool2002-03-201-6/+26
* If we've finished transferring a file, show the time taken; otherwiseMartin Pool2002-03-151-1/+8
* print_child_argv can be static.Martin Pool2002-02-231-1/+1
* Add -vvv trace statement to set_modtime to help with Debian bugMartin Pool2002-02-181-2/+10
* Remove the "rsync:" prefixes on FINFO messages. Return the "building fileDavid Dykstra2002-02-071-1/+1
* Only print the command used to open connections with -vv, not just -v.Martin Pool2002-02-051-1/+1
* More signedness fixes; should be harmless.Martin Pool2002-01-251-1/+1
* Show command used to start connection child.Martin Pool2002-01-241-0/+24
* indent -kr -i8Martin Pool2002-01-241-49/+49
* Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batchMartin Pool2002-01-231-4/+1
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-3/+3
* Remove unused variable.Martin Pool2002-01-151-2/+2
* Fix FP usage.Martin Pool2001-12-021-2/+2
* Oops, units bug.Martin Pool2001-12-021-1/+1
* Show time-remaining as hh:mm:ss.Martin Pool2001-12-021-11/+6
* Improved estimation algorithm for time-to-complete.Martin Pool2001-12-021-2/+4
* Also estimate time remaining.Martin Pool2001-12-021-5/+15
* Progress indicator now shows estimated rate of transfer (e.g. kB/s).Martin Pool2001-12-021-10/+66
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-1/+5
* Try to fix "infinite loop" warning on AIX and other compilers. (WeMartin Pool2001-08-061-4/+10
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-33/+5
* improved error handling again. Now we report messages for the remoteAndrew Tridgell2001-03-231-6/+6
* Drop dead variable.Martin Pool2000-11-091-4/+4
* added --modify-window option from David Bolen <db3l@fitlinxx.com>Andrew Tridgell2000-09-061-1/+21
* added msleep() functionAndrew Tridgell2000-08-191-0/+26
* fixed timing problem with cleanup and io_flush() by using non-blockingAndrew Tridgell2000-08-161-14/+0
* added insure debug supportAndrew Tridgell2000-06-241-0/+32
* added some comments on blocking-ioAndrew Tridgell2000-06-231-1/+10
* added --blocking-io optionAndrew Tridgell2000-06-231-0/+4
* a very simple fix - if I'd only thought if it last week :)Andrew Tridgell2000-04-091-5/+18
* went back to non-blokcing IOAndrew Tridgell2000-03-301-4/+36
* switch to using socketpair instead of pipe if possible. This fixes theAndrew Tridgell2000-01-281-4/+16
* patch from David Murn to make sure the final 100% is always printedAndrew Tridgell2000-01-251-2/+2
* removed u_sleep() as it is no longer used anywhereAndrew Tridgell2000-01-231-11/+0
* Define the WEXITSTATUS macro for systems that don't have it.David Dykstra1999-12-291-0/+3
* fixed a bug with waitpid() - I'd forgotten about WEXITSTATUS !Andrew Tridgell1999-12-091-0/+9
* removed old non-blocking fd code (a hangover from a earlier version ofAndrew Tridgell1999-11-151-30/+0
* use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1999-10-251-1/+1
* Add a couple clarifying points to the sanitize_path() comments.David Dykstra1999-07-091-4/+15
* Fix significant security holes with "use chroot = no" in an rsync daemon:David Dykstra1999-07-091-31/+59
* When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1999-03-111-1/+78
* Move the initialization of push_dir, which calls getcwd, to early in main.David Dykstra1999-02-031-0/+2
* Change sanitize_path() function to not malloc a copy since it only shrinksDavid Dykstra1998-11-241-17/+18
* Apply sanitize_paths() to glob expansions when use chroot = no.David Dykstra1998-11-171-5/+5
* use native strlcat() and strlcpy() if availableAndrew Tridgell1998-11-151-33/+2
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-20/+25
* Change sanitize_path() to not use clean_fname() because it removes theDavid Dykstra1998-11-061-17/+37
* Call clean_fname() in sanitize_path() to catch some more strange butDavid Dykstra1998-11-031-46/+49
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-11/+11
* if no local destination is provided for the transfer then provideAndrew Tridgell1998-11-021-0/+22