arvidn
|
d80a129871
|
fix gcc warnings
|
2015-12-12 07:15:24 +02:00 |
arvidn
|
99eb440945
|
comment in test_swarm
|
2015-12-04 23:39:37 -05:00 |
arvidn
|
332799bff2
|
make alert types declared final and disable the log alert declarations when logging is disabled
|
2015-11-29 10:16:02 -05:00 |
arvidn
|
2c3d7ee0ef
|
fix a bug where the torrent's invariant was not always maintained as well as a shutdown issue (now covered by test as well)
|
2015-11-28 14:14:49 -05:00 |
arvidn
|
7b84c8122e
|
extend test_transfer to include IPv6-only networks
|
2015-11-28 01:00:06 -05:00 |
arvidn
|
a8e31fd8ca
|
add first coverage of test_transfer as a proper sim
|
2015-11-28 00:59:39 -05:00 |
arvidn
|
847cd340ee
|
extend tracker sim test and fix some bugs in tracker error reporting
|
2015-11-24 23:38:49 -05:00 |
arvidn
|
eed17f0bc1
|
remove the cases from non-sim test that are covered by the new http_connection sim test
|
2015-11-24 00:39:02 -05:00 |
arvidn
|
47cd496617
|
extend http_connection sim test to proxy hostnames
|
2015-11-24 00:39:02 -05:00 |
arvidn
|
710e510c4b
|
fix format string to be msvc compatible and work-around issue with boost.asio beeing header-only and instantiating multiple error_category objects when linking shared
|
2015-11-24 00:39:02 -05:00 |
arvidn
|
e3dad98fbe
|
fix an old use of posix_category. make http_connection translate IPs into proper endpoints when connecting over socks (instead of passing the IP on as a hostname string). add test coverage
|
2015-11-24 00:39:02 -05:00 |
arvidn
|
92236a9923
|
clean up error_code use, and use error_condition to test for errors in test_http_connection
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
fa3215f8c7
|
don't capture buffer by value in lambda expression
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
8db3fef969
|
update libsimulator
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
174e0aeb46
|
fix semantics of socks5_stream and http_connection to make them not close themselves. Add socks5 and socks4 proxy coverage in test_http_connection
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
91868f2086
|
add test for gzipped http responses
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
9e971895dc
|
test chunked encoding in new http_connection test
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
c6e46ae305
|
improve http_connection simulation test and extend it
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
f4a2b4d949
|
start of an http_connection test under the simulator
|
2015-11-24 00:39:01 -05:00 |
arvidn
|
ed3dbaa78e
|
also make sure trackers are subject to the IP filter
|
2015-11-21 09:30:02 -05:00 |
arvidn
|
73381d223b
|
add integration test for IP filter
|
2015-11-21 02:31:53 -05:00 |
arvidn
|
4a30653084
|
improve coverage of stop-start-test
|
2015-11-20 22:27:33 -05:00 |
arvidn
|
c0d6b20634
|
extend swarm simulation test to include stopping and starting and graceful pause
|
2015-11-20 22:27:12 -05:00 |
arvidn
|
74d12bd35b
|
update libsimulator
|
2015-11-07 22:50:51 -05:00 |
arvidn
|
2592acfd8c
|
fix c++98 build
|
2015-11-07 21:14:52 -05:00 |
arvidn
|
06f702b21a
|
fix test_tracker build
|
2015-11-07 14:57:25 -05:00 |
arvidn
|
1fa184ba8a
|
fix msvc-10.0 build
|
2015-11-07 10:01:01 -05:00 |
arvidn
|
ee7774ea37
|
fix appveyor build
|
2015-11-07 00:22:13 -05:00 |
arvidn
|
1046f0c121
|
update libsimulator submodule
|
2015-11-02 01:16:40 -05:00 |
arvidn
|
b756465157
|
update libsimulator
|
2015-10-31 10:58:20 -04:00 |
arvidn
|
3462c061a7
|
merged error handling fix from RC_1_0
|
2015-10-31 10:06:15 -04:00 |
arvidn
|
729a8e9152
|
update libsimulator. add simulation/test for announcing twice to trackers over IPv4 and IPv6. fix bugs preventing libtorrent from doing that correctly
|
2015-10-27 00:21:07 -04:00 |
arvidn
|
b2796af5b3
|
update libsimulator submodule and fix a warning
|
2015-10-25 16:59:28 -04:00 |
arvidn
|
6009547613
|
update libsimulator submodule
|
2015-10-25 14:44:05 -04:00 |
arvidn
|
3cc464805f
|
update libsimulator submodule
|
2015-10-25 10:55:20 -04:00 |
arvidn
|
a75dfe2eb6
|
silence warnings in boost headers in dht_storage
|
2015-10-25 09:30:56 -04:00 |
arvidn
|
234ac8adeb
|
update libsimulator submodule with IPv6 support
|
2015-10-24 15:57:22 -04:00 |
arvidn
|
51c6079c42
|
add stop-when-ready feature, to support checking torrents without starting the download afterwards
|
2015-10-04 13:08:23 -04:00 |
arvidn
|
cae4e3dfe2
|
fix documentation
|
2015-09-29 21:05:18 -04:00 |
arvidn
|
5da511f140
|
now that force-started torrents aren't affected by the auto-manager, they need to be explicitly kicked when entering checking state (it would be nice if all this could be done through set_state())
|
2015-09-29 20:49:38 -04:00 |
Alden Torres
|
197a443465
|
Fix of dht_storage_counters::peers counter.
|
2015-09-24 10:50:04 -04:00 |
arvidn
|
e7a2bd8614
|
update libsimulator
|
2015-09-21 16:31:05 -07:00 |
arvidn
|
fb2f659a31
|
fix bug in time keeping of active_time, seeding_time, finished_time etc.
|
2015-09-21 00:38:56 -07:00 |
arvidn
|
67a33dd792
|
update libsimulator
|
2015-09-20 19:55:29 -07:00 |
arvidn
|
73d2b8dc89
|
more msvc-12 support, and build sim config first on appveyor
|
2015-09-20 19:31:04 -07:00 |
arvidn
|
7000576588
|
attempt msvc-12 support
|
2015-09-20 18:52:34 -07:00 |
arvidn
|
b628692223
|
separate out announce_entry and torrent_status into their own headers
|
2015-09-18 08:08:08 -04:00 |
arvidn
|
c9a0212ee0
|
add simulation of tracker announces
|
2015-09-16 20:49:10 -04:00 |
arvidn
|
28ffc6969a
|
revert appveyor build image
|
2015-09-15 08:08:00 -04:00 |
arvidn
|
5e3d0dcbb9
|
update libsimulator submodule
|
2015-09-12 13:45:35 -04:00 |