aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsync.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-17splitted some of the preferences texts into more than one line,Ulf Lamping1-2/+2
to reduce the size of the preferences dialog. This becoming necessary, as some of the texts were huge svn path=/trunk/; revision=9693
2003-07-08Fix some unused parameter and function warnings.Tim Potter1-2/+2
svn path=/trunk/; revision=7981
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-5/+5
where necessary to reflect the new behavior. svn path=/trunk/; revision=7607
2003-04-27Replace some unchecked malloc calls by g_malloc.Laurent Deniel1-3/+3
svn path=/trunk/; revision=7584
2003-03-01Fix possible null pointer deference (conversation_data).Laurent Deniel1-3/+6
svn path=/trunk/; revision=7244
2003-02-20Move packet-rsync.c into alphabetically correct posision in Makefile.*Jörg Mayer1-2/+2
Remove comma after last element in enum. svn path=/trunk/; revision=7176
2003-02-18From Brad Hards: initial rsync support.Guy Harris1-0/+335
svn path=/trunk/; revision=7171