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

History of commit frequency

CVS Commit History:


   2007-11-23 10:49:04 by Matthias Scheler | Files touched by this commit (5) | Package updated
Log message:
Update "libtorrent" package to version 0.11.9 and "rtorrent" \ 
package
to version 0.7.9. Changes since 0.11.8 respectively 0.7.8:
- Improved detection of unnecessary handshakes to decrease the load when
  using PEX.
- Limit the number of PEX connections to 8 per download.
- Fixed several bugs in PEX.
- Fixed several sigc++ 2.1 compile errors.
- Print to the log when close_on_diskspace gets triggered.

This is not a stable version. The update was however necessary after
the premature update of the "libsigc++" package which broke the build
of these packages.
   2007-11-06 22:38:07 by Matthias Scheler | Files touched by this commit (4)
Log message:
Update "libtorrent" package to version 0.11.8 and "rtorrent" \ 
package
to version 0.7.8. Changes since version 0.11.7/0.7.7:
- Several new commands for use with XMLRPC. See the SVN log for a
  complete list.
- Fixed the wrong tracker requests being sent when finishing a torrent.
- Added Peer Exchange support, enable with the "peer_exchange=yes"
  option.
- Don't skip the last line in rc files missing the final newline.
- The torrent is no longer closed on finished for on_finished commands
  as it did last release. Instead d.set_directory causes the download to
  call close_directly to allow moving of finished torrents.
- Added "close_on_ratio".
- Allow commands to be appended to "{stop,close}_on_ratio", so you can
  e.g. erase a torrent that has finished.
- Set "encryption=allow_incoming,prefer_plaintext,enable_retry" by default.
   2007-09-21 15:04:45 by Thomas Klausner | Files touched by this commit (483)
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
   2007-09-18 14:35:13 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Update "libtorrent" package to version 0.11.7 and "rtorrent" \ 
package
to version 0.7.7. Changes since version 0.11.6/0.7.6:
- Renamed all commands to from e.g "get_d_*" to "d.get_*". \ 
Remember to
  update your rc file.
- Removed support for appending multiple commands to 'schedule'.
  Multiple commands must now be quoted, e.g "print=cmd1 ;print=cmd2".
-  Enabled 'max_downloads_div' by default. This should give better
  connection responsiveness if a reasonable download throttle rate is set.
- Added a default low_diskspace check for 500MB. It is scheduled with
  the id "low_diskspace".
- Allow lists as arguments in commands by using '{' and '}'. The list
  will be recursed and all '$' will be called, while '~' will only be
  expanded when in the first element in the list. E.g "execute =
  touch,{~/tmp/,$get_client_version=}".
- Added 'execute_log' for logging the result of calls to 'execute'.
- Dynamically sized SCGI read buffer, system.multicall should work
  properly now.
- Added 'call_download' that takes a view as the first parameter and
  then a list of commands. It will return a list of lists containing the
  results from those commands.
- Allow loading torrents from https and ftp uri's.

A quick release to get new "d.get_*" naming into use before too many
people write XMLRPC clients using the old commands.
   2007-08-19 20:08:03 by Matthias Scheler | Files touched by this commit (4)
Log message:
Update "libtorrent" package to 0.11.6 and "rtorrent" package \ 
to 0.7.6.
Change since versions 0.11.4 respectively 0.7.4:
- The old option handler has been rewritten.
- Added support for SCGI rpc calls.
- Added "http_ca{path/cert}" options. Patch by Johan Gunnarsson
- Added configure options that allow building universal binaries.
- Fixed a bug that caused piped requests to be lost.
- Improved XMLRPC support, including support for 64bit ints, removed
  defective FastCGI support,
- Added a large number of commands for use with XMLRPC. See
  system.listMethods for a complete list.
- Fixed a bug where the tracker re-announce interval for the previous
  tracker was being used. Now the announce intervals for each tracker is
  stored seperately.
- Commands that pass through rpc::parse_command_* now support inline
  commands that start with a '$'. E.g 'print="$get_ip="'.
- Allow ';' as a separator for multi-command lines. Not recognized by
  the string parser, so it must be preceded by whitespace.
- Allow escaping of newlines in the resource file.
- The "load_*" commands now allow a list of commands to be appended.
  These commands will be called on the newly loaded download.
   2007-04-20 15:37:59 by Matthias Scheler | Files touched by this commit (10) | Package removed
Log message:
Update "libtorrent" package to version 0.11.4 and "rtorrent" \ 
package
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively:
- Added "max_open_http" option that limits the max number of simultaneous
  http connections. By default set to 32.
- Directory structured view of the file list. The '/' key collapses
  directories, while the right arrow or ^F enters the selected directory.
  Changing the priority for a directory changes all contained files.
- Added "create_link" and "delete_link" options which apply \ 
to a download.
  These must be used with the new "on_*" options, so as to allow you to
  create symbolic links when starting, stopping, finishing, etc, a torrent.
- The "tos" option was parsing the hex value with unit == 0, which caused
  it to always zero it.
- Forgot to check if there were any torrents hashing before starting new
  non-fast-resume checks, which would cause multiple torrents to be hashed
  at once.
- File progress is now updated when hash_check is called, and no longer
  cleared on close. This fixes a bug with >100% file progress being reported
  and optimizes file progress updating for completed torrents.
- Disabled IPv6 http requests so the trackers won't think we support it,
  and enabled curl's support for gzip encodings.
- Added 'seeding' view on key 8.
- Added "max_{up,down}loads_{div,global}" options. See the man page for
  more information.
- Added support for dvorak keyboard layout. Patch by matled at gmx.net.
- The STOPPED request was being canceled when a download was closed with
  f.ex ^K, moved it so it only happens when the download is removed.
- Allow properly quoted and escaped arguments to options. F.ex "schedule
  = wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule =
  wd,10,10,load_start="~/Foo Bar/*.torrent"" now works.
- Added unlimited setting for max unchoked in ChokeManager and made it
  the default. Set with 0 as a temporary hack.
- Don't resize empty files used for creating directories.
   2007-01-30 15:04:05 by Matthias Scheler | Files touched by this commit (1)
Log message:
Update minimum required version of "libtorrent" package to >=0.11.0.
   2007-01-26 19:48:53 by Matthias Scheler | Files touched by this commit (6)
Log message:
Update "libtorrent" package to version 0.11.1 and "rtorrent" \ 
package to
version 0.7.1. Major changes since 0.10.4/0.6.4:
- support for the CANCEL piece request message
- support for tunneling through HTTP 1.0 proxies
- Azureus-style encryption
   2007-01-04 13:45:41 by Matthias Scheler | Files touched by this commit (5)
Log message:
Fix build under Solaris. Patch provided by Peter Schuller in PR pkg/35356.
   2006-11-08 10:19:40 by Matthias Scheler | Files touched by this commit (4)
Log message:
Update "libtorrent" package to version 0.10.4 and "rtorrent" \ 
package to
version 0.6.4. Changes since version 0.10.3 and 0.6.4:
- Use the actual completed torrent data in the 'downloaded' field sent to
  the tracker, rather than the download rate total. This should fix some
  problems with too much downloaded data being reported to the tracker.

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