Detect and report when open or opendir succeed but read and
[rsync/rsync.git] / rsync.h
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-08-21 Wayne DavisonGot rid of a duplicate include for malloc.h and improve...
2003-08-21 Wayne DavisonLet's try only including malloc.h if stdlib.h isn't...
2003-07-30 Wayne DavisonInclude "lib/wildmatch.h", not "lib/fnmatch.h" or ...
2003-07-04 Wayne DavisonAttempting to fix the snprintf() conflict on a gcc...
2003-07-01 Wayne DavisonAdded some defines for the various exclude-function...
2003-05-01 Wayne DavisonTweaked the exclude_struct for our improved matching...
2003-04-10 J.W. Schultz - Per-file dynamic block size is now sqrt(file...
2003-04-10 J.W. SchultzNow support dynamic per-file checksum2 size.
2003-04-10 J.W. Schultzversions prior to 1.7.0 (protcol version 17) cannot...
2003-03-30 Wayne DavisonDefine O_BINARY as "0" if it isn't defined.
2003-03-26 J.W. SchultzPrevent tempfile names from overflowing.
2003-03-25 J.W. SchultzSeperate the uint64_t macros from int64_t
2003-03-25 J.W. SchultzFrustration mounting. I'll get it right eventually.
2003-03-25 J.W. Schultzearlier problem was a typo.
2003-03-25 J.W. SchultzAnother stab at uint64 because some platforms seem...
2003-03-25 J.W. SchultzCreate uint64 for INO64_T and DEV64_T eliminating type...
2003-03-24 J.W. SchultzIncreased maximum protocol version.
2003-02-18 Paul GreenPatch from Roderick Schertler (roderick at argon.org...
2003-01-26 Wayne DavisonGot rid of recent O_TEXT* and O_BINARY* changes.
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2003-01-19 Wayne DavisonAdded "extern" to io_{read,write}_phase line (they...
2003-01-10 Wayne Davison+ The prototype for isc_net_pton() should have been...
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-04-11 Martin PoolDoxygen
2002-04-09 Martin PoolOK, we can now get phase messages if we fail in send_fi...
2002-04-08 Martin PoolAdd manual prototype for maintainer-mode function
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.
next