summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-37/+0
* Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1998-10-261-0/+47
* handle sstem (sco 3) with glob but not glob.hAndrew Tridgell1998-09-091-1/+1
* added finddead target, removed dead code and made some functionsAndrew Tridgell1998-09-091-9/+1
* a couple of changes to where the nonblocking settings are called.Andrew Tridgell1998-08-271-0/+3
* I think I might havefinally fixed the rsync hanging bug. It was causedAndrew Tridgell1998-07-201-1/+1
* added the --safe-links option to disallow symlinks outside theAndrew Tridgell1998-07-171-0/+47
* output progress % every 1k instead of every 1%, this is better forAndrew Tridgell1998-07-021-5/+5
* added --progress option which shows the progress of transfers. ThisAndrew Tridgell1998-07-021-0/+25
* put set_nonblocking() code back in.Andrew Tridgell1998-06-181-6/+24
* replace calls to strcmp() with a u_strcmp() function that uses onlyAndrew Tridgell1998-06-011-0/+14
* replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1998-05-291-0/+94
* use Realloc instead of reallocAndrew Tridgell1998-05-281-0/+6
* heaps of cleanup in the io code.Andrew Tridgell1998-05-271-155/+0
* check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell1998-05-261-3/+3
* need a ifdef around some mmap codeAndrew Tridgell1998-05-221-0/+2
* use mmap() for files of any size. This should be much more bufferAndrew Tridgell1998-05-211-25/+64
* fixed a bug in the glob expansion code (pointed out byAndrew Tridgell1998-05-181-9/+12
* this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1998-05-181-2/+3
* fixed handling of vsprintf on SunOSAndrew Tridgell1998-05-161-14/+7
* got rid of "EOF in map_ptr" problem. If a file shrinks mid transferAndrew Tridgell1998-05-151-29/+34
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-1/+94