Re: Need help with the rsync library and the communication protocol

2005-07-28 Thread Wayne Davison
On Thu, Jul 28, 2005 at 02:09:31AM +0200, [EMAIL PROTECTED] wrote: > But the rsync source isn't beautiful or structured - it's just a big > hunk of code. Right -- it's a utility, not a library (though someone is working on making it a library). I'd recommend looking into the librsync project inst

Need help with the rsync library and the communication protocol

2005-07-27 Thread matthias . christian
Hey, I'm currently adding rsync to pacman (http://archlinux.org/pacman). A static version of the program is used for rescue operations. Because of this it is impossible to use the rsync client programm via an execve call and we need a version implemented in C. So I started implementing it. But th