summaryrefslogtreecommitdiff
path: root/net/rtorrent
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07Needs pkg-config.joerg1-2/+2
2006-05-28Use C++.joerg1-1/+2
2006-02-25Update "libtorrent" package to version 0.8.5 and "rtorrent" packagetron3-76/+7
to version 0.4.5. Changes since 0.8.3 respectively 0.4.3: - Bind udp and http tracker requests to the address given with the "bind" option. - Change the priority of a torrent with the '+' and '-' keys. - The schedule option allows clock time for the start and interval sections. - Made it safe to remove torrents being viewed/selected, making "remove_untied" usable. - Added the ^O key to change a closed torrent's destination directory. A bit of a hack, and only works if the torrents hasn't been activated. - Allow new settings to be applied with the ^P key. This can be tested with "print = foobar", which prints the string to the log. - Added the "working_directory" option that calls 'chdir' for the process. - Fixed a bug that caused crashes with small screen sizes. - Enabled a session lock file by default. Made it remove stale locks if the hostname matches and the process id is not running. - Added proper abstraction for creating timers from seconds, this fixes some overflow bugs when scheduling tasks like tracker timeouts. - For every time all the trackers in the list has been unsuccessfully tried, increase the timeout by 20 seconds. - Expand ~ in paths in the client. This should cover all uses of file paths, but I might have missed some. - Added "import" and "try_import" options that loads an option file. The latter silently fails on non-existent files. - Added "-O" flag that takes a single option, allowing ',' to be used.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-30Update "libtorrent" package to version 0.8.3 and "rtorrent" package totron4-6/+100
version 0.4.3. Changes since 0.7.6/0.3.6: - New throttle implementation - Improved config file parser - Settings for using a http proxy and changing the process's umask. - Many more bug fixes and improvements
2006-01-12Changes 0.3.6:adam2-6/+6
* Bug fixes
2005-12-23Added requirement for gcc >= 3.3, corresponding to the same change inheinz1-1/+2
net/libtorrent. This allows building on NetBSD 1.6.x.
2005-10-24Changes 0.3.5:adam3-22/+6
* Improvements
2005-09-26Fix a bug in the tab-completion. When the prefix is not unique, rtorrentjoerg3-2/+18
would have hit an internal assertion later. The patch is a merge from the unstable tree as suggested by the author. Bump revision to 1.
2005-07-22rTorrent is a console-based BitTorrent client. It aims to be a fully-featuredadam4-0/+37
and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.