arvidn
|
d17ae19391
|
Merge branch 'RC_1_1'
|
2016-04-11 02:08:06 -04:00 |
arvidn
|
2921caf95e
|
fix msvc test build. make test framework robust to tmpfile() failing. add missing files and tests to makefile
|
2016-04-10 20:46:51 -04:00 |
arvidn
|
5ebb7d203b
|
Makefile fix
|
2016-04-10 15:10:29 -04:00 |
arvidn
|
08edf43b3f
|
fix to documentation generation to exclude private functions. fix makefile errors
|
2016-04-09 00:33:26 -04:00 |
arvidn
|
867b83ccda
|
merged RC_1_1 into master
|
2016-04-08 02:20:24 -04:00 |
arvidn
|
6bc5de5903
|
fail correctly when move_storage is called to move into its own directory
|
2016-04-02 10:03:31 -04:00 |
arvidn
|
f662d86458
|
fix merge issue in test_storage.cpp
|
2016-03-30 02:06:10 -04:00 |
arvidn
|
fd4a46342f
|
merge RC_1_1 into master
|
2016-03-30 00:33:29 -04:00 |
Arvid Norberg
|
a5af3b0dc5
|
Merge pull request #563 from arvidn/no-compact-1.1
remove remaining references to storage_mode_compact
|
2016-03-20 23:20:19 -04:00 |
arvidn
|
b16f43132b
|
Merge branch 'RC_1_1'
|
2016-03-20 20:39:49 -04:00 |
Arvid Norberg
|
ee2d7a039d
|
Merge pull request #562 from arvidn/coalesce-reads-1.1
make coalesce reads and coalesce writes actually work
|
2016-03-20 20:25:51 -04:00 |
arvidn
|
f5c112eefc
|
remove remaining references to storage_mode_compact (since it's been deprecated for quite a while now, and no longer implemented)
|
2016-03-20 18:25:24 -04:00 |
arvidn
|
2dd28c1708
|
just use malloc/free in test_storage (instead of page_aligned_allocator). file no longer requires alignment
|
2016-03-20 17:00:49 -04:00 |
arvidn
|
0095aa084f
|
make coalesce reads and coalesce writes actually work
|
2016-03-20 16:34:19 -04:00 |
arvidn
|
96e2693d13
|
merge RC_1_1 into master
|
2016-03-19 16:02:46 -04:00 |
arvidn
|
f7c9062019
|
deprecate more parts of explicit cache as well as fixing typos of TORRENT_NO_DEPRECATE preprocessor tests
|
2016-03-19 07:54:29 -04:00 |
Arvid Norberg
|
50f7c88cee
|
Merge pull request #554 from arvidn/tracker-next-test-1.1
convert tracker try-next test to be a simulation (and deterministic)
|
2016-03-18 19:49:18 -04:00 |
arvidn
|
d3df16cd12
|
convert tracker try-next test to be a simulation (and deterministic)
|
2016-03-18 14:38:45 -04:00 |
arvidn
|
3c98868f6c
|
deprecate explicit cache feature
|
2016-03-18 12:15:03 -04:00 |
arvidn
|
ff44af2854
|
fix test_torrent on windows
|
2016-03-17 08:18:29 -04:00 |
arvidn
|
f79a9c7adf
|
merged RC_1_1 into master
|
2016-03-16 19:59:53 -04:00 |
Arvid Norberg
|
82d177472e
|
Merge pull request #541 from arvidn/fix-test-transfer-1.1
improve message from listen_failed_alert
|
2016-03-14 21:43:34 -04:00 |
arvidn
|
921cbeebed
|
add option to delete just the partfile when removing a torrent
|
2016-03-14 08:26:39 -04:00 |
arvidn
|
fb85e5e60f
|
improve message from listen_failed_alert. Post listen_failed_alert for every failure, including the ones that are re-tried
|
2016-03-13 16:18:44 -04:00 |
arvidn
|
6d85c7c5f0
|
merge RC_1_1 into master
|
2016-03-08 01:10:48 -05:00 |
arvidn
|
f5d5ac4f3a
|
fix bug where disk cache was wiped out after completion file-checking. factor out sim test utilities and reuse them in the regression test
|
2016-03-06 21:44:38 -05:00 |
arvidn
|
442979c318
|
support filtering which parts of session state are loaded by load_state()
|
2016-03-06 16:35:49 -05:00 |
arvidn
|
26f88bb12d
|
add receive_buffer unit test and some more cleanup and asserts
|
2016-03-05 00:14:00 -05:00 |
arvidn
|
84eafac1e2
|
add more slack to test_recheck, as it has been failing on and off on travis
|
2016-03-02 21:38:20 -05:00 |
arvidn
|
8ffa76842c
|
fix test_upnp build
|
2016-02-28 01:18:27 -05:00 |
arvidn
|
587e888152
|
fix bug in torrent_info::rename_file
|
2016-02-27 10:20:23 -05:00 |
arvidn
|
2fd8047308
|
merged RC_1_1
|
2016-02-24 21:22:39 -05:00 |
arvidn
|
e5ccb63375
|
fix build with openssl and deprecated functions disabled
|
2016-02-24 02:07:27 -05:00 |
arvidn
|
dcd6af6473
|
more fixing of test_transfer proxy tests
|
2016-02-24 00:03:56 -05:00 |
arvidn
|
d748a59029
|
attempt to fix test_transfer
|
2016-02-23 19:13:14 -05:00 |
arvidn
|
d599bef0ee
|
add unit test for read_resume_data
|
2016-02-20 13:26:21 -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
|
6d77000ab0
|
deprecate ssl_listen setting. instead ssl sockets are specified by an 's' suffix of the port in listen_interfaces.
|
2016-02-12 15:46:12 -05:00 |
arvidn
|
3842a0a197
|
Merge branch 'RC_1_1'
|
2016-02-12 15:43:13 -05:00 |
arvidn
|
126ce22cb9
|
Merge branch 'RC_1_1'
|
2016-02-10 02:10:02 -05:00 |
arvidn
|
ceb0ac6148
|
fix issue in socket binding and back-port ssl test reliability fix
|
2016-02-10 02:09:12 -05:00 |
arvidn
|
d91054b8f1
|
forward port fix to ip_voter from RC_1_0
|
2016-02-09 19:09:53 -05:00 |
arvidn
|
4f40f84a7e
|
Merge branch 'RC_1_1'
|
2016-02-08 15:28:34 -05:00 |
arvidn
|
dd48faa8d4
|
minor debug logging issue in test facility wait-for-alert and fix minor shutdown issue with udp_socket packet subscription
|
2016-02-08 02:05:00 -05:00 |
Steven Siloti
|
ad9d50c6b8
|
add make_torrent to Makefile.am
|
2016-02-06 19:46:19 -08:00 |
arvidn
|
660647b590
|
improve abstraction level of stats cache and fix test
|
2016-02-06 15:51:00 -05:00 |
arvidn
|
ae7058e119
|
remove the timestamps and file sizes from the resume data. This makes saving resume data alot cheaper, since it doesn't have to go via the disk thread. It also removes an old-standing API usage issue where there was easily a race condition introduced between saving resume data and pausing a torrent.
|
2016-02-06 15:50:55 -05:00 |