aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-131-6/+10
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-0/+17
* use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1998-05-101-0/+1
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-0/+27
* split the options parsing code into options.cAndrew Tridgell1998-05-101-0/+9
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-55/+0
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-18/+74
* handle mmap() failuresAndrew Tridgell1998-05-061-2/+6
* add support for lseek64() under solaris 2.6Andrew Tridgell1998-05-061-1/+1
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-2/+2
* a couple more system calls wrapped in syscall.cAndrew Tridgell1998-04-051-1/+1
* in local->local mode don't use exec to start the "remote" rsync,Andrew Tridgell1998-04-051-0/+51
* fixed a string termination bug in the uidlist handling code. I've alsoAndrew Tridgell1998-04-011-1/+7
* added wrappers around all the system calls that can change what is onAndrew Tridgell1998-03-231-16/+20
* started to add some 64 bit file offset support - not complete yetAndrew Tridgell1998-03-231-2/+5
* - keep a list of pids and send them a SIGUSR1 for cleanup rather thanAndrew Tridgell1998-03-231-1/+26
* for systems with a broken select use u_sleep() to ensure the writeAndrew Tridgell1998-03-231-3/+13
* *** empty log message ***Andrew Tridgell1998-01-271-12/+1
* *** empty log message ***Andrew Tridgell1998-01-131-0/+102
* added a --relative (== -R) option. This is what Anthony ThyssenAndrew Tridgell1997-12-151-0/+25
* added some more debug info to the "EOF in map_ptr" error message toAndrew Tridgell1997-12-151-2/+5
* minor updatesAndrew Tridgell1997-07-101-0/+2
* *** empty log message ***Andrew Tridgell1996-07-011-36/+37
* - hard linksAndrew Tridgell1996-06-301-7/+7
* new exit/cleanup codeAndrew Tridgell1996-06-281-8/+8
* - handle no mmap for munmapAndrew Tridgell1996-06-281-0/+2
* added support for non-mmap operationAndrew Tridgell1996-06-261-1/+56
* went to full non-blocking writes for the send_files() processAndrew Tridgell1996-06-261-154/+31
* *** empty log message ***Andrew Tridgell1996-06-251-6/+6
* added commentsAndrew Tridgell1996-06-251-0/+4
* added "created dir" messageAndrew Tridgell1996-06-251-2/+57
* paranoid check for null buffer in unmapAndrew Tridgell1996-06-251-1/+1
* Initial revisionAndrew Tridgell1996-06-221-0/+229