Split code out into separate files and remove some global variables to
[rsync/rsync.git] / rsync.h
2002-03-25 Martin PoolAdd link to Apple bug.
2002-03-25 Martin PoolApparently the OS X port of gcc gags on __attribute__.
2002-03-19 Martin PoolFix --whole-file problem that caused it to be the defau...
2002-02-23 Martin PoolAdd UNUSED macro that expands to a parameter attribute...
2002-02-18 Martin PoolDoc:
2002-02-13 Martin PoolAt least change INO64_T and DEV64_T back to just 'int64...
2002-02-06 Martin PoolMerge modified --with-rsh patch: we now determine the...
2002-01-25 Martin PoolDEV64_t and INO64_T should probably be unsigned
2002-01-24 Martin PoolMust get declarations from addrinfo.h before prototypes.
2002-01-23 Martin PoolDoc.
2002-01-23 Martin Poolindent -kr -i8
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-11 Martin PoolDOc.
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2002-01-11 Martin PoolLook for mallinfo() and use it to display
2002-01-11 Martin PoolIn protocol version 26, always
2001-12-18 Martin PoolGet rid of global_opts struct as suggested by Dave...
2001-12-05 Martin PoolSome platforms may have getaddrinfo() but not sockaddr_...
2001-12-05 Martin PoolAdd --no-detach option for W32, daemontools, etc.
2001-11-27 Martin PoolSplit code to generate "rwx-----" strings into lib...
2001-11-27 Martin PoolAdd Paul Vixie's implementation of inet_ntop and inet_p...
2001-11-26 Martin PoolPut the new address family option into an options struc...
2001-11-24 Martin PoolSet rsync version in configure.in
2001-09-06 Martin PoolFix selective definition of *snprintf. (Welcome to...
2001-08-31 Martin PoolIf we're using built-in *printf functions, then provide...
2001-08-31 Martin PoolCope on machines without INADDR_LOOPBACK.
2001-08-31 Martin PoolMerge in the LIBSMB_PROG idea from samba, so that you...
2001-08-23 Martin PoolOnly use the "@RSYNC EXIT" tag if we're talking to...
2001-08-06 Martin PoolFix check for ino_t to work with both autoconf2.50...
2001-03-17 Martin PoolDon't unconditionally define _LARGEFILE_SOURCE, but...
2001-03-16 Martin PoolDefine _LARGE_FILES to turn on LFS support on AIX ...
2001-02-23 Martin PoolChange from getopt to popt.
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-09 Martin Poolinclude/exclude cluestick: with -vv, print out whether...
2000-08-16 Andrew Tridgellfixed timing problem with cleanup and io_flush() by...
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...
next