summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-20I think I might havefinally fixed the rsync hanging bug. It was causedAndrew Tridgell1-1/+1
1998-07-17added the --safe-links option to disallow symlinks outside theAndrew Tridgell1-0/+47
1998-07-02output progress % every 1k instead of every 1%, this is better forAndrew Tridgell1-5/+5
1998-07-02added --progress option which shows the progress of transfers. ThisAndrew Tridgell1-0/+25
1998-06-18put set_nonblocking() code back in.Andrew Tridgell1-6/+24
1998-06-01replace calls to strcmp() with a u_strcmp() function that uses onlyAndrew Tridgell1-0/+14
1998-05-29replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1-0/+94
1998-05-28use Realloc instead of reallocAndrew Tridgell1-0/+6
1998-05-27heaps of cleanup in the io code.Andrew Tridgell1-155/+0
1998-05-26check for munmap as well as mmap. NextStep only has mmap in standardAndrew Tridgell1-3/+3
1998-05-22need a ifdef around some mmap codeAndrew Tridgell1-0/+2
1998-05-21use mmap() for files of any size. This should be much more bufferAndrew Tridgell1-25/+64
1998-05-18fixed a bug in the glob expansion code (pointed out byAndrew Tridgell1-9/+12
1998-05-18this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1-2/+3
1998-05-16fixed handling of vsprintf on SunOSAndrew Tridgell1-14/+7
1998-05-15got rid of "EOF in map_ptr" problem. If a file shrinks mid transferAndrew Tridgell1-29/+34
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1-1/+94
1998-05-15allow the specification of multiple filenames (with or withoutAndrew Tridgell1-1/+30
1998-05-14make host access controls case insensitiveAndrew Tridgell1-0/+12
1998-05-13removed a debug lineAndrew Tridgell1-1/+0
1998-05-13added globbing support in the rsync daemon. This will allow you toAndrew Tridgell1-0/+28
1998-05-13improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1-6/+10
1998-05-13added two new options "max connections" and "lock file"Andrew Tridgell1-0/+17
1998-05-10use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1-0/+1
1998-05-10change to allow names or numbers to be used for uid and gid.Andrew Tridgell1-0/+27
1998-05-10split the options parsing code into options.cAndrew Tridgell1-0/+9
1998-05-09first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1-55/+0
1998-05-07some large systematic changes to make socket conversion easier. TheAndrew Tridgell1-18/+74
1998-05-06handle mmap() failuresAndrew Tridgell1-2/+6
1998-05-06add support for lseek64() under solaris 2.6Andrew Tridgell1-1/+1
1998-05-06added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1-2/+2
1998-04-05a couple more system calls wrapped in syscall.cAndrew Tridgell1-1/+1
1998-04-05in local->local mode don't use exec to start the "remote" rsync,Andrew Tridgell1-0/+51
1998-04-01fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1-1/+7
1998-03-23added wrappers around all the system calls that can change what is onAndrew Tridgell1-16/+20
1998-03-23started to add some 64 bit file offset support - not complete yetAndrew Tridgell1-2/+5
1998-03-23- keep a list of pids and send them a SIGUSR1 for cleanup rather thanAndrew Tridgell1-1/+26
1998-03-23for systems with a broken select use u_sleep() to ensure the writeAndrew Tridgell1-3/+13
1998-01-27*** empty log message ***Andrew Tridgell1-12/+1
1998-01-13*** empty log message ***Andrew Tridgell1-0/+102
1997-12-15added a --relative (== -R) option. This is what Anthony ThyssenAndrew Tridgell1-0/+25
1997-12-15added some more debug info to the "EOF in map_ptr" error message toAndrew Tridgell1-2/+5
1997-07-10minor updatesAndrew Tridgell1-0/+2
1996-07-01*** empty log message ***Andrew Tridgell1-36/+37
1996-06-30- hard linksAndrew Tridgell1-7/+7
1996-06-28new exit/cleanup codeAndrew Tridgell1-8/+8
1996-06-28- handle no mmap for munmapAndrew Tridgell1-0/+2
1996-06-26added support for non-mmap operationAndrew Tridgell1-1/+56
1996-06-26went to full non-blocking writes for the send_files() processAndrew Tridgell1-154/+31
1996-06-25*** empty log message ***Andrew Tridgell1-6/+6