Undo last setting of blocking_io. I hadn't reviewed the code well enough;
[rsync.git] / rsync.h
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-01-29 Andrew Tridgelldamn.
2000-01-29 Andrew Tridgelldon't need PIPE_BUF any more
2000-01-29 Andrew Tridgellfixed some logcode warnings
2000-01-28 Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-28 Andrew Tridgellswitch to using socketpair instead of pipe if possible...
2000-01-24 Andrew Tridgellreinstated the MAX_READ_BUFFER code. Its a nasty tradeo...
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
1999-11-23 Andrew Tridgelldon't write more than PIPE_BUF bytes in any one write...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-03-15 David DykstraChanged the protocol version to 20 so that --stats...
1999-03-15 David DykstraFix typo in comment in h, suggested by bje@cygnus.com
1999-03-04 David DykstraThe change a couple days ago to create files initially...
1999-03-01 David DykstraChange the mask used when creating temporary files...
1999-02-18 David DykstraChanged exclude/include matching so that normally wildc...
1999-02-09 David DykstraUse MAXHOSTNAMELEN (256) for the array holding the...
1999-01-08 Andrew Tridgellmade the "max connections" and "lock file" local rather...
1998-12-30 Andrew Tridgellno longer use mmap() in rsync because of the risk of...
1998-11-15 Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-11-15 Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-30 Andrew Tridgellcheck for a broken inet_ntoa() on IRIX
1998-10-30 Andrew Tridgelladded "log format" option to allow admins to choose...
1998-10-29 Andrew Tridgellsome minor optimisations
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-27 Andrew Tridgellhandle OSes (such as Unicos) which use a different...
1998-09-09 Andrew Tridgellhandle sstem (sco 3) with glob but not glob.h
1998-07-17 Andrew Tridgellhandle hard links on systems with 16 bit ino_t
1998-07-17 Andrew Tridgellmoved getopt.h above unistd.h to prevent problems with...
1998-06-18 Andrew Tridgellfixed a race condition in rsync that opened a security...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-06-18 Andrew Tridgellmove include of compat.h after other includes.
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-27 Andrew Tridgellreduce IO_BUFFER_SIZE by 4 bytes so when then length...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-27 Andrew Tridgellfixed a race condition in the --delete handling code...
1998-05-26 Andrew Tridgellcheck for munmap as well as mmap. NextStep only has...
1998-05-21 Andrew Tridgellnow that we slide the mmap window we can use a smaller...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-17 Andrew Tridgellput a limit (default 1MB) on the read buffer size....
1998-05-15 Andrew Tridgelladded write buffering during the file list sending...
1998-05-13 Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13 Andrew Tridgelldefine INADDR_NONE if necessary
1998-05-13 Andrew Tridgellneed sys/file.h for flock()
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellcleanup code a bit
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
1998-05-06 Andrew TridgellSolaris 2.6 doesn't support "signed char". What a broke...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-05-06 Andrew Tridgellfix up the int64 handling a little. It should work...
1998-04-28 Andrew Tridgelladded support for sockets and fifos
1998-04-17 Andrew Tridgellrevamped the -delete code. The last few bugs with it...
1998-04-05 Andrew Tridgellhandle sparse files more efficiently
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-25 Andrew Tridgell- on systems (such as intel linux) where off_t is 32...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgellsave some more memory by only allocating the checksum...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-27 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-06 Andrew Tridgell*** empty log message ***
1997-12-17 Andrew Tridgell*** empty log message ***
1997-12-16 Andrew Tridgellhandle things more grecefully when one machine supports...
1997-12-15 rsync-bugsonly include sys/mod.h if S_ISLNK is not already define...
1997-12-15 Andrew Tridgellinclude sys/socket.h if possible (this should make...
1997-07-10 Andrew Tridgellminor updates
1996-10-01 Andrew Tridgellmove check for remsh after config.h
1996-10-01 Andrew Tridgell- check for sys/select.h
1996-10-01 Andrew Tridgell- detect presence of remsh and use it instead of rsh
1996-07-04 Andrew Tridgelladded CHAR_OFFSET
1996-07-04 Andrew Tridgell*** empty log message ***
1996-07-02 Andrew Tridgelladded resend logic
1996-07-01 Andrew Tridgell*** empty log message ***
1996-06-30 Andrew Tridgellnew header tests for sunos
1996-06-30 Andrew Tridgelladded checksum seed
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-28 Andrew Tridgell- handle no mmap for munmap
1996-06-27 Andrew Tridgell- improved filename packing
1996-06-26 Andrew Tridgelladded support for non-mmap operation
1996-06-26 Andrew Tridgellmore byte efficient flist routines
1996-06-26 Andrew Tridgelladded SIGPIPE catch
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-25 Andrew Tridgelladded "created dir" message
1996-06-22 Andrew Tridgelladd SIGNAL_CAST
1996-06-22 Andrew TridgellInitial revision