Up to [cvs.netbsd.org] / pkgsrc / net / btget
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 13 21:20:58 2008 UTC (4 years, 4 months ago) by tonio
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
patch-ac wasn't applying cleanly
Revision 1.4 / (download) - annotate - [select for diffs], Wed Mar 1 12:16:04 2006 UTC (6 years, 2 months ago) by reinoud
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
This new 1.0.5 release fixes two bugs that were causing frequent core dumps. It also fixes a logic error that was dropping certain connections randomly.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Jan 10 19:50:46 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Include sys/types.h before openssl/sha.h to get size_t on DragonFly.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 5 23:41:13 2005 UTC (6 years, 8 months ago) by reinoud
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Fix small bug in bittorrent message handling. If i understand the code correctly a message is send with a 4 byte length in front of a block of data. If the data length was less than 80 a stack reserved memory block was used to avoid over-malloc'ing for small pieces. This block was declared 80 bytes long... so it would overflow if messages of aprox. 80 bytes were sent for the length bytes were not accounted for. Claimed more for certain. With this small fix the repeated crashes that i experienced are gone. Author has been notified of the possible problem.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Aug 5 22:00:49 2005 UTC (6 years, 9 months ago) by reinoud
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
LibBT is a C reimplementation of the BitTorrent core protocols. Our goal for the project is to develop a low overhead library version of the protocols so that BitTorrent transfers can easily be built in to any existing application. A suplied application called `btget' is a full fledged bittorrent application based on this library.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 5 22:00:49 2005 UTC (6 years, 9 months ago) by reinoud
Branch: MAIN
Initial revision