1
0

16 Commits

Author SHA256 Message Date
Mariusz Fik
dcd6def733 Accepting request 199319 from home:Fisiu:branches:devel:libraries:c_c++
- Update to 0.16.11:
  * fix web seed URL double escape issue
  * fix string encoding issue in alert messages
  * fix SSL authentication issue
  * deprecate std::wstring overloads. long live utf-8
  * improve time-critical pieces feature (streaming)
  * introduce bandwidth exhaustion attack-mitigation in allowed-fast pieces
  * python binding fix issue where torrent_info objects where
    destructing when their torrents were deleted
  * added missing field to scrape_failed_alert in python bindings
  * GCC 4.8 fix
  * fix proxy failure semantics with regards to anonymous mode
  * fix round-robin seed-unchoke algorithm
  * add bootstrap.sh to generage configure script and run configure
  * fix bug in SOCK5 UDP support
  * fix issue where torrents added by URL would not be started immediately

OBS-URL: https://build.opensuse.org/request/show/199319
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=29
2013-09-16 21:28:01 +00:00
Mariusz Fik
5ce7cf29b5 Accepting request 178422 from home:Fisiu:branches:devel:libraries:c_c++
- Update to 0.16.10:
  * fix encryption level handle invalid values
  * add a number of missing functions to the python binding
  * fix typo in Jamfile for building shared libraries
  * prevent tracker exchange for magnet links before metadata is
    received
  * fix crash in make_magnet_uri when generating links longer than
    1024 characters
  * fix hanging issue when closing files on windows (completing a
    download)
  * fix piece picking edge case that could cause torrents to get
    stuck at hash failure
  * try unencrypted connections first, and fall back to encryption
    if it fails (performance improvement)
  * add missing functions to python binding (flush_cache(),
    remap_files() and orig_files())
  * improve handling of filenames that are invalid on windows
  * support 'implied_port' in DHT announce_peer
  * don't use pool allocator for disk blocks (cache may now return
    pages to the kernel)

OBS-URL: https://build.opensuse.org/request/show/178422
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=27
2013-06-10 17:33:15 +00:00
Ismail Dönmez
c7a47dc91e Accepting request 173515 from home:-miska-:branches:devel:libraries:c_c++
- update to 0.16.9:
  * fix long filename truncation on windows
  * distinguish file open mode when checking files and downloading/seeding with bittorrent.
    updates storage interface
  * improve file_storage::map_file when dealing with invalid input
  * improve handling of invalid utf-8 sequences in strings in torrent files
  * handle more cases of broken .torrent files
  * fix bug filename collision resolver
  * fix bug in filename utf-8 verification
  * make need_save_resume() a bit more robust
  * fixed sparse flag manipulation on windows
  * fixed streaming piece picking issue
- do not hide symbols (drop -fvisibility=hidden) to fix qbittorrent

OBS-URL: https://build.opensuse.org/request/show/173515
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=25
2013-04-26 13:16:11 +00:00
Ismail Dönmez
e403cd67bb Accepting request 155991 from home:lrupp:branches:devel:libraries:c_c++
- update to 0.16.8:
  + support torrents with more than 262000 pieces
  + make tracker back-off configurable
  + improve SSL torrent support by using SNI and a single SSL listen socket
  + improved peer exchange performance by sharing incoming 
    connections which advertize listen port
  + add web seed support for torrents with pad files
  + introduced a more scalable API for torrent status updates 
  + updated the API to add_torrent_params turning all bools into 
    flags of a flags field
  + added async_add_torrent() function to significantly improve 
    performance when adding many torrents
  + deprecated compact storage allocation
  + feature to encrypt peer connections with a secret AES-256 key 
    stored in .torrent file
  + added support for fadvise/F_RDADVISE for improved disk 
    read performance 
- removed libtorrent-rasterbar-boost-time_utc.patch
- removed libtorrent-rasterbar-0.15.9-missing-return.patch
- specfile cleanup: remove tags and allow to build on SLE-11-SP2

OBS-URL: https://build.opensuse.org/request/show/155991
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=23
2013-02-21 16:32:52 +00:00
Mariusz Fik
dea37993f9 Accepting request 148939 from home:Fisiu:branches:devel:libraries:c_c++
- Update to 0.16.6:
  + support torrents with more than 262000 pieces
  + support banning web seeds sending corrupt data
  + feature to encrypt peer connections with a secret AES-256 key
    stored in .torrent file
  + added support for RSS feeds
  + uTP protocol support
  + and much more, full list available in ChangeLog file
- Drop libtorrent-rasterbar-boost-time_utc.patch
- Drop libtorrent-rasterbar-0.15.9-missing-return.patch - it's not
  needed for linux builds.
- soname gets 7

OBS-URL: https://build.opensuse.org/request/show/148939
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=21
2013-01-18 14:24:08 +00:00
590f8a5882 Accepting request 129777 from home:a_jaeger:FactoryFix
Fix build with updated boost

OBS-URL: https://build.opensuse.org/request/show/129777
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=19
2012-08-04 07:55:46 +00:00
Ismail Dönmez
080c60436a Accepting request 112375 from home:Fisiu:branches:devel:libraries:c_c++
- Upstream update to 0.15.10, bugfix release:
  + fixed peer_tos (type of service) setting
  + fix connection queue issue causing shutdown delays
  + fix overflow bug in progress_ppm field
  + don't filter local peers received from a non-local tracker
  + fix python deadlock when using python extensions
  + fixed small memory leak in DHT

OBS-URL: https://build.opensuse.org/request/show/112375
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=17
2012-04-03 13:26:50 +00:00
Cristian Rodríguez
934d849b6c Accepting request 101541 from home:elvigia:branches:devel:libraries:c_c++
- Usage of symbols visibility is supported but needs either 
 using cmake or passing the relevant CXXFLAGS.

OBS-URL: https://build.opensuse.org/request/show/101541
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=15
2012-01-25 17:05:40 +00:00
Cristian Rodríguez
3a672f1138 Accepting request 101381 from home:Fisiu:branches:devel:libraries:c_c++
- Upstream update to 0.15.9, bugfix release.

OBS-URL: https://build.opensuse.org/request/show/101381
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=13
2012-01-24 18:41:32 +00:00
79e9888a80 Remove redundant/unwanted tags/section (cf. specfile guidelines)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=10
2011-12-09 15:38:42 +00:00
Ismail Dönmez
8e109f2edf Accepting request 96043 from devel:openSUSE:Factory:for-legal
fix license to be in spdx.org

OBS-URL: https://build.opensuse.org/request/show/96043
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=9
2011-12-09 09:06:02 +00:00
Mariusz Fik
a8aa061a9b Accepting request 88624 from home:Fisiu:branches:devel:libraries:c_c++
- Upstream update to 0.15.8, bugfix release.
- Reworked missing-return patch.

OBS-URL: https://build.opensuse.org/request/show/88624
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=7
2011-10-18 21:21:12 +00:00
Mariusz Fik
82cae3bd91 Accepting request 88063 from home:coolo:branches:openSUSE:Factory
- fix build for factory

OBS-URL: https://build.opensuse.org/request/show/88063
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=5
2011-10-16 16:40:58 +00:00
3e4e48c245 - added back the support to build the examples. they are very
useful for debugging. they are guarded by a %bcond_with so they
  wont be build by default.
- disable silent rules to make the check_gcc_output scripts work

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=3
2011-06-07 15:23:03 +00:00
Mariusz Fik
12995974f4 - Disable building examples.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=2
2011-06-03 14:49:11 +00:00
Cristian Rodríguez
24e65a03ef Accepting request 66650 from openSUSE:Factory:Contrib
OBS-URL: https://build.opensuse.org/request/show/66650
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=1
2011-04-11 03:07:13 +00:00