Make idev, hlink and file_struct + strings use allocation
[rsync/rsync.git] / rsync.h
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-06 Wayne DavisonGot rid of unused string_area struct.
2004-02-06 J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-04 Wayne DavisonAdded two defines: MY_UID() and MY_GID().
2004-02-02 Wayne DavisonAdded comment about the position of file_list's "flags...
2004-02-02 Wayne DavisonAdded CLEAR_STRUCT and FREE_STRUCT defines.
2004-01-27 Wayne DavisonAdded FLAG_MOUNT_POINT.
2004-01-27 Wayne DavisonImproved the differentiation of the transmit flags...
2004-01-25 Wayne DavisonAdded defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and...
2004-01-22 Wayne DavisonA couple comment tweaks.
2004-01-15 Wayne Davison- Define FULL_FLUSH and NORMAL_FLUSH.
2004-01-15 Wayne DavisonThe HAS_INODE_DATA flag is no longer a part of the...
2004-01-13 Wayne DavisonAdded current_file_index.
2004-01-12 Wayne DavisonAdded F_HEAD and F_NEXT defines.
2004-01-11 Wayne DavisonMoved the inode & dev items out of the flist_struct...
2004-01-11 Wayne DavisonPut 3 flist_struct items into a union: rdev, sum, and...
2004-01-10 Wayne DavisonAdded LIVE_FLAGS define.
2004-01-08 Wayne DavisonChanged the OLD_SAME_RDEV define to SAME_RDEV_pre28.
2004-01-08 Wayne Davison- Added flags HAS_INODE_DATA and SAME_DEV.
2004-01-08 Wayne DavisonAdded EXTENDED_FLAGS and SAME_HIGH_RDEV. Changed SAME_R...
2004-01-08 Wayne DavisonMade the flags in the file_struct a little smaller.
2004-01-08 Wayne DavisonGot rid of support for protocols 17 and 18.
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2003-12-16 Wayne DavisonAdded RSYNC_RSH_IO_ENV.
2003-12-16 Wayne DavisonTweaked an obsolete comment.
2003-12-15 Wayne DavisonAdded new IOERR_* defines.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
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...
next