summaryrefslogtreecommitdiff
path: root/rsync.h
Commit message (Expand)AuthorAgeFilesLines
* Merge signedness security patch from Sebastian KrahmerMartin Pool2002-01-251-144/+30
* Must get declarations from addrinfo.h before prototypes.Martin Pool2002-01-241-1/+2
* Doc.v2.5.2pre1Martin Pool2002-01-231-0/+4
* indent -kr -i8Martin Pool2002-01-231-5/+5
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-3/+3
* DOc.Martin Pool2002-01-111-0/+5
* Always use 64-bit ino_t and dev_t internally, so that we can detectMartin Pool2002-01-111-9/+31
* Look for mallinfo() and use it to displayMartin Pool2002-01-111-0/+4
* In protocol version 26, alwaysMartin Pool2002-01-111-9/+9
* Get rid of global_opts struct as suggested by Dave -- too manyMartin Pool2001-12-181-11/+0
* Some platforms may have getaddrinfo() but not sockaddr_storage.Martin Pool2001-12-051-0/+1
* Add --no-detach option for W32, daemontools, etc.Martin Pool2001-12-051-0/+5
* Split code to generate "rwx-----" strings into lib/permstring.c so itMartin Pool2001-11-271-1/+1
* Add Paul Vixie's implementation of inet_ntop and inet_pton forMartin Pool2001-11-271-0/+10
* Put the new address family option into an options struct. We have tooMartin Pool2001-11-261-0/+5
* Set rsync version in configure.inMartin Pool2001-11-241-1/+0
* Fix selective definition of *snprintf. (Welcome to mbp's breakage world.)Martin Pool2001-09-061-2/+2
* If we're using built-in *printf functions, then provide prototypes.Martin Pool2001-08-311-0/+20
* Cope on machines without INADDR_LOOPBACK.Martin Pool2001-08-311-0/+7
* Merge in the LIBSMB_PROG idea from samba, so that you can doMartin Pool2001-08-311-0/+3
* Only use the "@RSYNC EXIT" tag if we're talking to a client aboutMartin Pool2001-08-231-1/+12
* Fix check for ino_t to work with both autoconf2.50 and autoconf2.13.Martin Pool2001-08-061-2/+4
* Don't unconditionally define _LARGEFILE_SOURCE, but instead includeMartin Pool2001-03-171-7/+0
* Define _LARGE_FILES to turn on LFS support on AIX (and some others?).Martin Pool2001-03-161-0/+7
* Change from getopt to popt.Martin Pool2001-02-231-6/+4
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-2/+10
* include/exclude cluestick: with -vv, print out whether files areMartin Pool2000-10-091-1/+0
* fixed timing problem with cleanup and io_flush() by using non-blockingAndrew Tridgell2000-08-161-0/+4
* optimisations from Rich Salz <rsalz@caveosystems.com>Andrew Tridgell2000-07-291-0/+10
* went back to non-blokcing IOAndrew Tridgell2000-03-301-0/+9
* damn.Andrew Tridgell2000-01-291-1/+1
* don't need PIPE_BUF any moreAndrew Tridgell2000-01-291-4/+0
* fixed some logcode warningsAndrew Tridgell2000-01-291-1/+1
* - switched on multiplexing for all connections, not just daemonAndrew Tridgell2000-01-281-6/+5
* switch to using socketpair instead of pipe if possible. This fixes theAndrew Tridgell2000-01-281-1/+0
* reinstated the MAX_READ_BUFFER code. Its a nasty tradeoff - using lotsAndrew Tridgell2000-01-241-1/+1
* added some really ugly code to allow errors to propogate toAndrew Tridgell2000-01-231-1/+1
* don't write more than PIPE_BUF bytes in any one write() in io.cAndrew Tridgell1999-11-231-0/+4
* fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1999-06-261-1/+1
* Changed the protocol version to 20 so that --stats will work without -v inDavid Dykstra1999-03-151-1/+1
* Fix typo in comment in rsync.h, suggested by bje@cygnus.comDavid Dykstra1999-03-151-1/+1
* The change a couple days ago to create files initially without group andDavid Dykstra1999-03-041-1/+4
* Change the mask used when creating temporary files from 777 to 700, to preventDavid Dykstra1999-03-011-3/+4
* Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1999-02-181-0/+1
* Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1999-02-091-0/+7
* made the "max connections" and "lock file" local rather than globalAndrew Tridgell1999-01-081-0/+1
* no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1998-12-301-8/+4
* log filename(line) in exit_cleanup() to make tracking down problemsAndrew Tridgell1998-11-151-0/+1
* use native strlcat() and strlcpy() if availableAndrew Tridgell1998-11-151-0/+10
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-0/+2