Up to [cvs.netbsd.org] / pkgsrc / net / btpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 22 11:30:42 2011 UTC (10 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Changes since 1.4: +4 -5
lines
Diff to previous 1.4 (colored)
Update to btpd 0.16 Lose the only patch, since upstream fixed the "test ==" bashisms. Use curl to fetch distfile from https site From the CHANGES file: btpd 0.16: ---------- Misc: - Added "start all" (start -a) command. - Allow adding multiple torrents at once. - Custom list formatting options. - Man pages for btpd, btcli, and btinfo. Bug fixes: - Handle .torrent files larger than 2MB. - http parsing and addrinfo freeing fixes.
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 6 04:03:52 2009 UTC (3 years ago) by snj
Branch: MAIN
CVS Tags: 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
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
Update to 0.15. Closes PR 38144. Changes: btpd 0.15: ---------- Bug fixes: - The event loop could busy loop for up to a millisecond sometimes. - On some platforms btpd couldn't initiate connections to other peers. - The timer code was broken on MacOS X. btpd 0.14: ---------- Misc: - IPv6 support. - Bans peers with bad data. - Better tracker compatability and more reliable tracker communication. - Show tracker counts in btcli stat. - Compiles on Solaris 10. - Btpd will now signal startup failures via the process exit value and print the failure reason to stdout. - Better shutdown and torrent stop behaviour. - Needs pthreads again. - Removed libevent in favour of own event loop code. Bug fixes: - An integer array was misaligned, which could cause crashes on systems with alignment requirements. E.g., on XScale arm. - An error in the torrent parsing code could cause crashes. - The '--topdir' option to btcli add didn't work properly for single file torrents. - The system name lookup scheme is now used. In btpd 0.13 only dns lookups were performed. btpd 0.13: ---------- Misc: - cURL is no longer required. btpd now uses its own http client. - btpd doesn't use threads anymore, so pthreads are not required. - Needed parts of libevent are now included in btpd. - I/O errors for torrents no longer make btpd shut down. Instead the problematic torrent is stopped. - Added the option '--ip' to specify the ip address btpd will report to trackers. - Resume file format changed. Already added torrents will be retested once. - The torrent info (ratio etc.) are now saved regularly. - Reduced the amount of outgoing data kept in memory.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Jan 9 09:26:38 2008 UTC (4 years, 4 months ago) by bjs
Branch: MAIN
CVS Tags: 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
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Update to version 0.12. While here, add full DESTDIR support. I've also included pthread.buildlink3.mk to define PTHREAD_CFLAGS et. al. for configure and USE_FEATURES.openssl=threads. Changes: btpd 0.12: ---------- Misc: - btpd now starts with the same set of active torrents as it had when it was last shut down. The new '--empty-start' option disables this feature. - btpd now supports the key tracker extension. - btpd now supports the multi tracker extension. - btcli list and stat print headers for the presented data. Both commands displays more data than before. - Torrent management has changed, with changes to the add and del commands and two new commands, start and stop, as a result. Operation on torrents can now be done by number as well as torrent file. - A small delay has been added for contacting the same announce URL. - btpd sends keepalive messages. - The number of have messages sent has been reduced by not sending them to peers that already have the piece. - The structure of the torrents directory in the btpd directory has changed. It is best to remove it before running btpd 0.12. Bug fixes: - Zero sized files in a torrent were not always created.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 10 04:43:13 2006 UTC (5 years, 8 months ago) by obache
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
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update btpd to 0.11, patch provided via PR 34068. btpd 0.11: ---------- Bug fixes: - A file descriptor was closed too early, which could cause btpd to exit with an error message on systems using epoll. btpd 0.10: ---------- Misc: - The protection mode of the ipc socket can now be specified via the new "--ipcprot" option for btpd. Bug fixes: - The pid file is now written correctly. - btpd's "-d" option now works for relative paths too. - Add a time out for handshake completion. Prevously btpd could slowly fill with unused incoming connections. btpd 0.9: --------- Misc: - Small changes to 'btcli stat' output. Bug fixes: - Use correct value for '--prealloc' default. - Stopped torrents now show correct rates (0kB/s). - The test of content that has been modified between runs was broken.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 14 00:49:23 2006 UTC (6 years, 3 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported btpd from PR 21821. btpd is a bittorrent client consisting of a daemon and client commands, which can be used to read and/or manipulate the daemon state. The daemon is capable of running several torrents simultaneously and only uses one tcp port. It's fairly low on resource usage and should be perfect for a torrent distribution site. Efficient downloads and ease of use makes this client a good choice for the casual user as well. Packaged by Richard Nyberg.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 14 00:49:23 2006 UTC (6 years, 3 months ago) by rillig
Branch: MAIN
Initial revision