Next | Query returned 41 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-06-23 10:34:39 by Nia Alarie | Files touched by this commit (1)
Log message:
libtorrent-rasterbar: needs atomic64
   2021-06-07 11:13:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libtorrent-rasterbar: updated to 1.2.14

libtorrent-1.2.14

improve handling of seed flag in PEX messages
fix issue of accruing unlimited DHT node candidates when DHT is disabled
fix bug in parsing chunked encoding
fix incorrect reporting of active_duration when entering graceful-pause
fix python binding for functions taking string_view
fix python binding for torrent_info constructor overloads
issue python deprecation warnings for some deprecated functions in the python \ 
bindings
fix python binding for torrent_info::add_url_seed, add_tracker and add_http_seed
   2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864)
Log message:
revbump for boost-libs
   2021-03-30 11:30:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libtorrent-rasterbar: updated to 1.2.13

libtorrent-1.2.13
Use /etc/ssl/cert.pem to validate HTTPS connections on MacOS
allow no-interest timeouts of peer connections before all connections slots are full
fix issue where a DHT message would count as an incoming connection
fix issue when failing to parse outgoing_interfaces setting
fix super-seeding issue that could cause a segfault
fix data race in python binding of session::get_torrent_status()
fix need_save_resume_data() for renaming files, share-mode, upload-mode,
disable- pex, lsd, and dht.
fix incoming TCP connections when using tracker-only proxy
fix issue with paths starting with ./
fix integer overflow when setting a high DHT upload rate limit
improve Path MTU discovery logic in uTP
fix overflow issue when rlimit_nofile is set to infinity
fix issue in python binding interpreting int settings > INT_MAX
Fix cxxflags and linkflags injection via environment variables
   2021-03-12 10:24:37 by Nia Alarie | Files touched by this commit (1)
Log message:
libtorrent-rasterbar: Pass gnu++14 through wrappers instead of c++14

While it doesn't specify a -std= argument by default (which is a bug),
it needs C++14 but also uses alloca(), which is not properly defined
on NetBSD unless GNU extensions are enabled.

this should help building this package on aarch64.
   2021-01-06 15:25:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
libtorrent-rasterbar: updated to 1.2.12

libtorrent-1.2.12
fix loading of DHT node ID from previous session on startup
use getrandom(), when available, and fall back to /dev/urandom
fix python binding for "value" in dht put alerts
fix bug in python binding for dht_put_mutable_item
fix uTP issue acking FIN packets
validate HTTPS certificates by default (trackers and web seeds)
load SSL certificates from windows system certificate store, to authenticate trackers
introduce mitigation for Server Side Request Forgery in tracker and web seed URLs
fix error handling for pool allocation failure
   2021-01-01 09:24:59 by Ryo ONODERA | Files touched by this commit (266)
Log message:
*: Recursive revbump from boost-1.75.0
   2020-11-21 23:16:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libtorrent-rasterbar: updated to 1.2.11

libtorrent-1.2.11

Fixes since the 1.2.10 release:

fix issue with moving the session object
deprecate torrent_status::allocating. This state is no longer used
fix bug creating torrents with symbolic links
remove special case to save metadata in resume data unconditionally when added \ 
throught magnet link
fix bugs in mutable-torrent support (reusing identical files from different torrents)
fix incorrectly inlined move-assignment of file_storage
add session::paused flag, and the ability to construct a session in paused mode
fix session-pause causing tracker announces to fail
fix peer-exchange flags bug
allow saving resume data before metadata has been downloaded (for magnet links)
record blocks in the disk queue as downloaded in the resume data
fix bug in set_piece_deadline() when set in a zero-priority piece
fix issue in URL parser, causing issues with certain tracker URLs
use a different error code than host-unreachable, when skipping tracker announces
   2020-10-09 09:22:25 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
libtorrent-rasterbar: updated to 1.2.10

libtorrent-1.2.10
fix regression in python binding for move_storage()
improve stat_file() performance on Windows
fix issue with loading invalid torrents with only 0-sized files
fix to avoid large stack allocations

libtorrent-1.2.9
add macro TORRENT_CXX11_ABI for clients building with C++14 against
libtorrent build with C++11
refreshed m4 scripts for autotools
removed deprecated wstring overloads on non-windows systems
drop dependency on Unicode's ConvertUTF code (which had a license
incompatible with Debian)
fix bugs exposed on big-endian systems
fix detection of hard-links not being supported by filesystem
fixed resume data regression for seeds with prio 0 files
   2020-08-08 23:24:26 by Nia Alarie | Files touched by this commit (2)
Log message:
libtorrent-rasterbar: Update to 1.2.8

1.2.8 released

	* validate UTF-8 encoding of client version strings from peers
	* don't time out tracker announces as eagerly while resolving hostnames
	* fix NAT-PMP shutdown issue
	* improve hostname lookup by merging identical lookups
	* fix network route enumeration for large routing tables
	* fixed issue where pop_alerts() could return old, invalid alerts
	* fix issue when receiving have-all message before the metadata
	* don't leave lingering part files handles open
	* disallow calling add_piece() during checking
	* fix incorrect filename truncation at multi-byte character
	* always announce listen port 1 when using a proxy

Next | Query returned 41 messages, browsing 21 to 30 | Previous