Revisions of libtorrent-rasterbar

buildservice-autocommit accepted request 833550 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 137)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 833549 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 136)
- Switch to cmake build
- Remove references to python2
- Add libtorrent-rasterbar-fix_pkgconfig_path.patch and
  libtorrent-rasterbar-fix_library_version.patch
- Build in c++14 mode (qbittorrent prefers it)
buildservice-autocommit accepted request 831693 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 135)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 831692 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 134)
- Update to version 1.2.10
  * fix regression in python binding for move_storage()
  * fix issue with loading invalid torrents with only 0-sized
    files
  * fix to avoid large stack allocations
buildservice-autocommit accepted request 828551 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 133)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 828451 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 132)
- Update to version 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
buildservice-autocommit accepted request 824377 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 131)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 824375 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 130)
- Update to version 1.2.8
  * 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
buildservice-autocommit accepted request 820031 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 129)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 819847 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 128)
- Update to version 1.2.7
  * add set_alert_fd in python binding, to supersede
    set_alert_notify
  * fix bug in part files > 2 GiB
  * add function to clear the peer list for a torrent
  * fix resume data functions to save/restore more torrent flags
  * limit number of concurrent HTTP announces
  * fix queue position for force_rechecking a torrent that is
    not auto-managed
  * improve rate-based choker documentation, and minor tweak
  * undeprecate upnp_ignore_nonrouters (but refering to devices
    on our subnet)
  * increase default tracker timeout
  * retry failed socks5 server connections
  * allow UPnP lease duration to be changed after device
    discovery
  version 1.2.6:
  * fix peer timeout logic
  * simplify proxy handling. A proxy now overrides
    listen_interfaces
  * fix issues when configured to use a non-default choking
    algorithm
  * fix issue in reading resume data
  * revert NXDOMAIN change from 1.2.4
  * don't open any listen sockets if listen_interfaces is empty
    or misconfigured
  * fix bug in auto disk cache size logic
  * fix issue with outgoing_interfaces setting, where bind()
    would be called twice
  * add build option to disable share-mode
  * support validation of HTTPS trackers
  * deprecate strict super seeding mode
  * make UPnP port-mapping lease duration configurable
  * deprecate the bittyrant choking algorithm
  * add build option to disable streaming
  version 1.2.5:
  * announce port=1 instead of port=0, when there is no listen
    port
  * fix LSD over IPv6
  * support TCP_NOTSENT_LOWAT
  * fix correct interface binding of local service discovery
    multicast
  * fix issue with knowing which interfaces to announce to
    trackers and DHT
  * undeprecate settings_pack::dht_upload_rate_limit
buildservice-autocommit accepted request 778250 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 127)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 777427 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 126)
- Update to version 1.2.4
  * fix binding TCP and UDP sockets to the same port, when
    specifying port 0
  * fix announce_to_all_trackers and announce_to_all_tiers behavior
  * fix suggest_read_cache setting
  * back-off tracker hostname looksups resulting in NXDOMAIN
  * lower SOCKS5 UDP keepalive timeout
  * fix external IP voting for multi-homed DHT nodes
  * deprecate broadcast_lsd setting. Just use multicast
  * deprecate upnp_ignore_nonrouters setting
  * don't attempt sending event=stopped if event=start never
    succeeded
  * make sure &key= stays consistent between different source
    IPs (as mandated by BEP7)
  * fix binding sockets to outgoing interface
  * add new socks5_alert to trouble shoot SOCKS5 proxies
- Cleanup spec file, remove conditionals for Leap 42.x
buildservice-autocommit accepted request 765497 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 125)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 765474 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 124)
- Update to version 1.2.3
  * fix erroneous event=completed tracker announce when checking
    files
  * promote errors in parsing listen_interfaces to post
    listen_failed_alert
  * fix bug in protocol encryption/obfuscation
  * fix buffer overflow in SOCKS5 UDP logic
  * fix issue of rapid calls to file_priority() clobbering each
    other
  * clear tracker errors on success
  * optimize setting with unlimited unchoke slots
  * fixed restoring of trackers, comment, creation date and
    created-by in resume data
  * fix handling of torrents with too large pieces
  * fixed division by zero in anti-leech choker
  * fixed bug in torrent_info::swap
buildservice-autocommit accepted request 754948 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 123)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 754876 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 122)
update to 1.2.2
buildservice-autocommit accepted request 702973 from Alexei Sorokin's avatar Alexei Sorokin (XRevan86) (revision 121)
baserev update by copy to link target
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) committed (revision 120)
Alexei Sorokin's avatar Alexei Sorokin (XRevan86) accepted request 702966 from Mariusz Fik's avatar Mariusz Fik (Fisiu) (revision 119)
- Update to 1.1.13:
  * fix sock_type_t python binding
  * tighten up various input validation checks
  * replace use of boost-endian with boost-predef, fix boo#1134615
  * uTP performance fixes
buildservice-autocommit accepted request 669066 from Adam Majer's avatar Adam Majer (adamm) (revision 118)
baserev update by copy to link target
Displaying revisions 41 - 60 of 177
openSUSE Build Service is sponsored by