[Gtk-gnutella-devel] Re: Official CVS Snaphot broken?

2005-04-05 Thread Raphael Manfredi
Quoting Christian Biere <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :It's been broken for quite a while now. I forgot how to exactly :trigger generating a snapshot and I can't find it documented :anywhere right now. Since Feb 8th it would seem. I've regenerated a proper snapshot. The s

Re: [Gtk-gnutella-devel] Reality check, base32_sha1

2005-04-05 Thread Christian Biere
Alex Bennee wrote: > On Wed, 2005-04-06 at 00:10 +0200, Christian Biere wrote: > > Oh well, the check in base32_sha1() was actually wrong. > Ah-ha! Everything is working now. I wonder why PARQ didn't bomb out? Well, it warned about a damaged SHA1 tag each time and I've just noticed a real bad typ

Re: [Gtk-gnutella-devel] Reality check, base32_sha1

2005-04-05 Thread Alex Bennee
On Wed, 2005-04-06 at 00:10 +0200, Christian Biere wrote: > Oh well, the check in base32_sha1() was actually wrong. I've accidently > used SHA1_BASE32_SIZE instead of SHA1_RAW_SIZE. Fortunately, it's only > used by PARQ so far, thus it caused little to no harm. Ah-ha! Everything is working now. I

Re: [Gtk-gnutella-devel] Official CVS Snaphot broken?

2005-04-05 Thread Christian Biere
Alex Bennee wrote: > I just tried to download the "official" 6 hourly snapshot to check how > upto date with developer CVS I am and got a 46 byte length file. Is it > being correctly generated? It's been broken for quite a while now. I forgot how to exactly trigger generating a snapshot and I can'

[Gtk-gnutella-devel] Official CVS Snaphot broken?

2005-04-05 Thread Alex Bennee
I just tried to download the "official" 6 hourly snapshot to check how upto date with developer CVS I am and got a 46 byte length file. Is it being correctly generated? -- Alex, homepage: http://www.bennee.com/~alex/ If you keep your mind sufficiently open, people will throw a lot of rubbish into

Re: [Gtk-gnutella-devel] Reality check, base32_sha1

2005-04-05 Thread Christian Biere
Christian Biere wrote: > Alex Bennee wrote: > > I'm using the base32_sha1 function to convert the ASCI string into a > > binary urn. As far as I can tell it should work the same as it does for > > PARQ, so why is it failing. > I've modified base32_sha1() to not tolerate trailing data. Your > code

[Gtk-gnutella-devel] Re: [PATCH] More Doxygen

2005-04-05 Thread Daichi Kawahata
On Tue, 5 Apr 2005 05:20:29 +0900 Daichi Kawahata wrote: > it's added ingroup and brief tag, I'd think latter tag is redundant, > causes hard to read for those who are reading source code directory, > but without this tag, generated html lacks brief summary of file ... Okay, I'm wrong at tag orde