Next | Query returned 98 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2011-11-04 19:15:30 by Hans Rosenfeld | Files touched by this commit (2)
Log message:
libtorrent and rtorrent need gcc>=4.2.1 \ 
(http://libtorrent.rakshasa.no/ticket/2088)
Fixes a build problem seen on NetBSD/sparc64 5.x
   2011-09-29 18:53:14 by Matthias Scheler | Files touched by this commit (1)
Log message:
Build this package with "-march=i486" on IA32 systems if GCC is used as
the compiler. This is necessary to get supported for atomatic operations.

This should fix PR pkg/45406 by Greg Oster.
   2011-08-01 23:51:37 by Matthias Scheler | Files touched by this commit (1)
Log message:
Recursive revision bump (well, not really, just showing off) of all
packages which require the "libtorrent" package as its ABI and API
minimum versions were increased to 0.12.9.
   2011-08-01 15:12:38 by Thomas Klausner | Files touched by this commit (3)
Log message:
Restore previous window sizes fix (both height and width non-zero).
Bump PKGREVISION.
Fix a pkglint warning while here.
   2011-07-30 19:06:33 by Matthias Scheler | Files touched by this commit (8)
Log message:
Update "libtorrent" package to version 0.12.9 and "rtorrent" \ 
package
to version 0.8.9. Changes since version 0.12.6 respectively 0.8.6:
- Added multithreading support for XMLRPC calls. Sponsored by Xirvik.
- Discard dht cache if it is corrupt, instead of killing rtorrent.
- Better handling of resume after crash/reboot alliviating the need to
  full hash checks. Sponsored by anonymous source.
- Added support for Linux's fallocate and Darwin's
  fcntl(...,F_PREALLOCATE,...) to preallocate files by default. The
  'system.file_allocate' setting will now only be used to indicate you
  want posix_fallocate called, which may block while it zeros out the
  file manually.
- Added 'event.download.hash_failed' and 'event.download.hash_final_failed'.
- Cleaning up command names. The deprecated commands will be redirected.
- Renamed 'system.method.*' to 'method.*'.
- Added 'system.files.{opened,closed,failed}_counter' commands.
- Added xmlrpc calls for peer snubbed, banned and disconnect.
- Added '-D' flag which turns of redirects for deprecated commands.
  Use this to ensure your scripts/webui's will be compatible with future
  releases.
- Added separate '-I' and '-K' switches for command redirects, the
  former is for testing rtorrent code, the latter for webui's.
- Added a static_map implementation based on Josef's patches.
- Commited the DHT changes from dht-pex-static_map.diff with changes
  so it works with the modified static_map implementation.
- Applied the magnet-uri patch.
- Don't install the out-of-date man page.
- Added 'execute.*.bg' commands for non-blocking calls. Always returns 0.
- Added support for prioritizing first/last chunk of files matching
  specified patterns. Default:
  file.prioritize_toc.set=0
  file.prioritize_toc.first.set = {*.avi,*.mp4,*.mkv,*.gz}
  file.prioritize_toc.last.set  = {*.zip}
- Added 'method.rlookup' and 'method.rlookup.clear' commands for looking
  up the event handlers holding a specified key, and set views to support
  rlookup.
- Added 'd.timestamp.finished' that is set when a downloading torrent
  completes. For torrents that only seed it remains '0'.
- Added 'elapsed.{less,greater}' for checking the time elapsed since a
  time is less/greater, and it also returns false in all cases where
  the time is '0'.
- Moved the default value for 'system.files.max_size' to rtorrent, and
  set the default in libtorrent to ~0.
- Increased the default values for min/max_peers and max_uploads.
- Fixed a bug that would cause hash checking to block excessively in some
  cases.
- Fixed a bug when setting the pex flags.
- Fixed an issue where DHT's hashing function for TR1 unordered_map was
  casting unaligned size_t pointers.
- Fixed default session name.
- Added a missing inline that could cause linking errors.
   2011-07-29 01:14:46 by Matthias Scheler | Files touched by this commit (2)
Log message:
Add optional XMLRPC support which is enabled by default. Based on a
patch Emile iMil Heitor.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-03-01 08:44:53 by Matthias Scheler | Files touched by this commit (3)
Log message:
Use patch suggested on "arch-linux" mailing list to make rTorrent work
with ncurses 5.8.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2010-01-01 20:36:31 by Soren Jacobsen | Files touched by this commit (4)
Log message:
Update libtorrent to 0.12.6 and rtorrent to 0.8.6.

Changes:
- Added a simple scheduler framework.
- Don't send numwant in STOPPED messages as some trackers are stupid about
  it.
- Reintroduced clearing of epoll event list when a socket is closed as
  it might cause race conditions.
- Added cppUnit test framework. Tests will be added on rather unregular
  basis.
- Logging for SCGI calls.
- Fixed handling of errors when writing out session torrents, it should
  no longer hit an infinite loop.
- Fixed a bug that would cause reading of a piece to hang rtorrent if
  the incoming data contains only data up to a file boundary, but not
  the next file's data.
- Fixes a file handle leak in the execute_capture functions.
- Fixed crash on empty bitfield in 'd.bitfield'.
- Fixed the Object::flag_unordered code to handle initial zero-length
  keys. Ticket #1950.
- Made torrent::Rate::rate_type uint64_t and added sanity checks due to
  reports of bad download/upload values being reported to some trackers.

OK tron@ wiz@

Next | Query returned 98 messages, browsing 51 to 60 | Previous