Skip to content

Releases: jesec/rtorrent

v0.9.8-r16

17 Apr 02:43
v0.9.8-r16
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 16

- allow to preallocate space for the whole torrent at once

  To enable, "system.file.allocate.set = 2".

  Currently, with system.file.allocate = 1, rTorrent preallocates space
  only after the file is opened for write.

  In many cases, it is preferable to preallocate space for the whole
  torrent at once, to reduce fragmentation of contents inside the
  torrent.

  It allows more efficient filesystem organization, where files that
  are likely to be read together are packed in contiguous area of the
  disk, improving the performance and I/O patterns of future read
  operations.

v0.9.8-r15

09 Oct 21:19
v0.9.8-r15
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 15

- "d.timestamp.last_active" is now updated when
  the user stops an active torrent manually.

- when JSON RPC is used, rTorrent is able to acquire
  global lock later and release it earlier. Hopefully,
  this would allow less contention and better performance.

v0.9.8-r14

28 May 11:24
v0.9.8-r14
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 14

- Add "download.{active,inactive}" events
  and "d.timestamp.last_active":

  The function is fully event-based, and has a
  well-defined and stable behavior.

  "Activity" here means "last time any peer was
  connected", consistent with @pyroscope's
  definition of "d.timestamp.last_active" in
  https://rtorrent-docs.readthedocs.io.

  Some caveats: the date would only be recorded
  when the last peer disconnects naturally. So if
  the user manually stopped the torrent, or stop
  the rTorrent when the torrent is still active,
  the timestamp would not be recorded. This is
  because when the torrent closes (or download
  object destructs), pending events are destroyed
  as well. Additionally, users have to check if
  the torrent is currently active by themselves,
  so rTorrent does not have to frequently write
  current time to the session.

v0.9.8-r13

06 May 16:13
v0.9.8-r13
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 13

v0.9.8-r12

01 May 16:46
v0.9.8-r12
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 12

v0.9.8-r11

28 Apr 07:11
v0.9.8-r11
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 11

v0.9.8-r10

11 Apr 14:10
v0.9.8-r10
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 10

v0.9.8-r9

04 Apr 12:21
v0.9.8-r9
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 9

v0.9.8-r8

14 Mar 05:16
v0.9.8-r8
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 8

v0.9.8-r7

04 Mar 05:25
v0.9.8-r7
Compare
Choose a tag to compare
rTorrent 0.9.8, -jc Release 7