arvidn
|
c919c63ca3
|
extend the tutorial
|
2016-02-23 00:54:14 -05:00 |
arvidn
|
ca75055c4b
|
fix documentation generation of listen_interfaces
|
2016-02-23 00:16:50 -05:00 |
arvidn
|
0e805d7d06
|
fix client_test for new read_resume_data functionality
|
2016-02-22 00:23:31 -05:00 |
arvidn
|
72a3771b87
|
attempt to fix logic around around actually closing udp sockets (specifically the SSL UDP socket)
|
2016-02-21 20:00:55 -05:00 |
arvidn
|
d8b88ba381
|
include protocol in portmap_alert
|
2016-02-21 19:16:00 -05:00 |
arvidn
|
61a67ece4a
|
fix non-openssl build
|
2016-02-21 18:40:06 -05:00 |
arvidn
|
cdfdbfd6aa
|
fix port mapping for SSL UDP socket
|
2016-02-21 17:40:27 -05:00 |
arvidn
|
967ec412a5
|
Merge branch 'RC_1_1'
|
2016-02-21 15:21:33 -05:00 |
Arvid Norberg
|
d172733c87
|
Merge pull request #487 from arvidn/fix-resume-checking-torrent
fix resuming of torrents that were checking files
|
2016-02-21 15:21:10 -05:00 |
arvidn
|
421bef5b68
|
fix resuming of torrents that were checking files
|
2016-02-21 11:32:50 -05:00 |
Arvid Norberg
|
19d42cb917
|
Merge pull request #485 from arvidn/deprecate-add-by-url
properly deprecated adding torrents by http url
|
2016-02-21 11:32:07 -05:00 |
arvidn
|
cc8066bf11
|
properly deprecated adding torrents by http url
|
2016-02-21 11:31:42 -05:00 |
Arvid Norberg
|
10e547529f
|
Merge pull request #348 from arvidn/debug-pedantic
enable _GLIBCXX_DEBUG_PEDANTIC
|
2016-02-21 11:30:08 -05:00 |
arvidn
|
3f3b366ed5
|
be a bit more strict about when the STL containers need complete types (to make it build under GCC with concept checks enabled). add proper assignment operator to types used in STL containers
|
2016-02-21 11:29:01 -05:00 |
arvidn
|
c28789260d
|
enable _GLIBCXX_DEBUG_PEDANTIC along with debug iterators when running tests and simulations. update libsimulator submodule
|
2016-02-21 11:28:51 -05:00 |
arvidn
|
13e9eb6680
|
forward-port outgoing interface fix from RC_1_0
|
2016-02-20 20:35:52 -05:00 |
Arvid Norberg
|
5d18800e04
|
Merge pull request #486 from arvidn/force-recheck-1.1
make force recheck a bit more robust
|
2016-02-20 19:53:56 -05:00 |
arvidn
|
f7109f2c0b
|
fix missing link in tutorial
|
2016-02-20 19:31:17 -05:00 |
Arvid Norberg
|
e6509ad233
|
Merge pull request #484 from arvidn/simplify-resume-1.1
simplify logic for saving resume a bit
|
2016-02-20 19:28:35 -05:00 |
arvidn
|
3ff4c0e348
|
add start of a tutorial
|
2016-02-20 17:28:41 -05:00 |
arvidn
|
5e4d6d139f
|
documentation fixes
|
2016-02-20 16:38:56 -05:00 |
arvidn
|
5817db01e7
|
documentation fix
|
2016-02-20 15:57:20 -05:00 |
arvidn
|
3231aa4c9d
|
make force recheck a bit more robust by initializing the progress state immediately
|
2016-02-20 15:53:43 -05:00 |
arvidn
|
3f40890eb6
|
simplify logic for saving resume a bit
|
2016-02-20 15:45:46 -05:00 |
Arvid Norberg
|
10b6c6f1f5
|
Merge pull request #461 from arvidn/read-resume-data
revamp the way resume data is read
|
2016-02-20 15:35:20 -05:00 |
arvidn
|
d599bef0ee
|
add unit test for read_resume_data
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
b581fef437
|
resume checking of torrents
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
a5d131b1bb
|
post fastresume_reject_alerts when building with deprecated functions enabled
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
b23cb76b6f
|
load 'info-hash' in read_resume_data
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
cc49b876bb
|
add flag for initializing m_need_save_resume_data when adding torrent
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
40f6afc2f8
|
save and restore storage allocation mode in resume data
|
2016-02-20 13:26:21 -05:00 |
arvidn
|
8304cb07bc
|
update documentation
|
2016-02-20 13:26:20 -05:00 |
arvidn
|
67dbca14b7
|
move logic that loads torrent files from resume data into read_resume_data()
|
2016-02-20 13:26:20 -05:00 |
arvidn
|
a725a3ded2
|
make client_test use the new read_resume_data function
|
2016-02-20 13:26:16 -05:00 |
arvidn
|
28ca7f8303
|
update documentation to mention read_resume_data()
|
2016-02-20 12:51:06 -05:00 |
arvidn
|
516db1fc97
|
fix python binding
|
2016-02-20 12:51:06 -05:00 |
arvidn
|
c9d7e54d7b
|
make tests pass
|
2016-02-20 12:50:52 -05:00 |
arvidn
|
b496eff206
|
reduce noise in output from test_resume
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
8135ea326f
|
rename async_check_fastresume to async_check_files, and make it take an add_torrent_params object instead of bencoded resume data
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
4ef55073e3
|
transition mapped_files over to the new add_torrent_params
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
6e88771981
|
transition merkle tree support over to the new read_resume_data()
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
6223057b1e
|
added support for pieces, verified pieces and piece_priorities in new resume data scheme
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
a60bbe0a1c
|
fix loading of peers and banned_peers from resume_data
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
35b998f90d
|
introduce backwards-compatibility, of loading resume data and merging it with the add_torrent_params. add some more missing fields. deprecate some more flags in add_torrent_params
|
2016-02-20 02:00:07 -05:00 |
arvidn
|
e0ee12d4f3
|
remove m_resume_data and m_resume_data_loaded members from torrent
|
2016-02-20 02:00:06 -05:00 |
arvidn
|
59da9f35a8
|
extend some documentation
|
2016-02-20 02:00:06 -05:00 |
arvidn
|
197ded5a0d
|
revamp the way resume data is read, by providing a function for the client to parse resume data, capturing it in add_torrent_params
|
2016-02-20 02:00:06 -05:00 |
arvidn
|
1710b7c750
|
Merge branch 'RC_1_1'
|
2016-02-20 01:58:39 -05:00 |
Arvid Norberg
|
176d57ab8c
|
Merge pull request #483 from arvidn/resume-pieces-1.1
only save pieces in resume data that have actually been checked
|
2016-02-20 01:58:01 -05:00 |
arvidn
|
5cf36fd1d6
|
only save pieces in resume data that have actually been checked
|
2016-02-20 00:48:17 -05:00 |