arvidn
|
f11b054bae
|
another travis attempt
|
2015-06-05 00:15:22 -04:00 |
arvidn
|
393f98f9ee
|
fix gcc build of test_dos_blocker. update README and travis.yml
|
2015-06-04 21:58:02 -04:00 |
arvidn
|
086723dd76
|
attempted glibc build fix
|
2015-06-04 21:44:24 -04:00 |
arvidn
|
6cea5e61da
|
travis
|
2015-06-04 20:42:55 -04:00 |
arvidn
|
d91dfcb974
|
update boost package again, in travis.yml
|
2015-06-04 20:38:50 -04:00 |
arvidn
|
5cb126ac1d
|
update travis.yml
|
2015-06-04 20:27:13 -04:00 |
arvidn
|
e0f31226db
|
update boost package in travis.yml
|
2015-06-04 20:21:23 -04:00 |
arvidn
|
c9651012bc
|
remove tabs from travis.yml
|
2015-06-04 20:17:23 -04:00 |
arvidn
|
4a956e1980
|
add travis file
|
2015-06-04 20:15:57 -04:00 |
Arvid Norberg
|
d43f7b56a2
|
update copyright year
|
2015-06-03 05:18:48 +00:00 |
Arvid Norberg
|
b5a30a65ae
|
merged changes from RC_1_0
|
2015-06-03 05:12:54 +00:00 |
Arvid Norberg
|
4e1e53f066
|
turn some more members of session_impl to private
|
2015-06-03 04:33:20 +00:00 |
Arvid Norberg
|
0351326add
|
separate the main thread and the io_service from session_impl. The io_service object is now simply run() in the main thread, all initialization is done by posting messages to it. This generalizes session_impl to some degree, enables future expansion to run in multiple threads (although, the peers and torrents don't support this). This patch also makes it possible to pass in a third party io_service to the session, but at this point that's mostly useful for tests, as it's not well supported
|
2015-06-03 03:04:44 +00:00 |
Arvid Norberg
|
5cc701df54
|
improve test_tracker
|
2015-06-03 02:37:59 +00:00 |
Arvid Norberg
|
d8c0632c78
|
add some bdecoding unit tests
|
2015-06-02 03:06:48 +00:00 |
Arvid Norberg
|
d9945f6f50
|
merged fix from RC_1_0
|
2015-06-02 01:29:05 +00:00 |
Arvid Norberg
|
5d6cba438d
|
merged changes from RC_1_0
|
2015-06-02 01:14:52 +00:00 |
Arvid Norberg
|
3409c782f8
|
merged changes from RC_1_0
|
2015-05-31 21:57:38 +00:00 |
Arvid Norberg
|
e35d8d3933
|
fix unit test
|
2015-05-31 17:28:37 +00:00 |
Arvid Norberg
|
f6eb3e8c74
|
test names
|
2015-05-31 17:16:44 +00:00 |
Arvid Norberg
|
b0eabd532c
|
some test fixes
|
2015-05-31 16:14:46 +00:00 |
Arvid Norberg
|
c8443d0c7c
|
msvc fixes
|
2015-05-31 12:21:16 +00:00 |
Arvid Norberg
|
91197005e9
|
more msvc fixes
|
2015-05-31 09:02:42 +00:00 |
Arvid Norberg
|
84849f3afd
|
some msvc fixes
|
2015-05-30 21:46:59 +00:00 |
Arvid Norberg
|
d9813ca56d
|
split up file unit tests into smaller pieces
|
2015-05-30 21:10:34 +00:00 |
Arvid Norberg
|
3073be4bbd
|
fix ip_voter test and try to narrow down flapping in test heterogeneous test
|
2015-05-30 18:42:04 +00:00 |
Arvid Norberg
|
2714e3d4ba
|
fix ip_voter unit test
|
2015-05-30 18:28:09 +00:00 |
Arvid Norberg
|
34f6b1ca19
|
merged RC_1_0 into trunk
|
2015-05-30 17:41:38 +00:00 |
Arvid Norberg
|
0aca01543b
|
simplify dht logging
|
2015-05-30 06:31:03 +00:00 |
Arvid Norberg
|
85d1d9c85e
|
fix bug in piece printing in client_test
|
2015-05-30 06:11:41 +00:00 |
Arvid Norberg
|
945eef4c4d
|
some dht_tracker clean up
|
2015-05-30 04:37:12 +00:00 |
Arvid Norberg
|
f9c9d0ad0d
|
merge small unit tests to make running the tests quicker. expand the test framework a bit. add ax_boost_random.m4 script to link against boost.random correctly from makefile.
|
2015-05-30 04:31:23 +00:00 |
Arvid Norberg
|
9b0313bd8e
|
hold settings_pack by shared_ptr when passing it across thread boundaries. don't allocate it on the heap redundantly
|
2015-05-29 05:27:53 +00:00 |
Arvid Norberg
|
e44c8e9002
|
optimize logging of DHT packets by deferring copying and printing, to only do it if the alert category is enabled
|
2015-05-28 20:36:22 +00:00 |
Arvid Norberg
|
27cbfa164e
|
minor cleanup
|
2015-05-28 14:46:12 +00:00 |
Arvid Norberg
|
647a6dba54
|
moved some tests to the correct place and factor out some tests from test_primitives.cpp in order to be able to track test coverage better
|
2015-05-27 21:27:41 +00:00 |
Arvid Norberg
|
7f5aff9823
|
don't trigger recalculating auto-managed unconditionally when adding a new torrent, only in the case where it will most likely be started right away
|
2015-05-27 20:21:50 +00:00 |
Arvid Norberg
|
06bf225237
|
fix release build and tune want_tick
|
2015-05-26 20:09:19 +00:00 |
Arvid Norberg
|
f1c998c1ef
|
merged changes from RC_1_0
|
2015-05-26 19:10:49 +00:00 |
Arvid Norberg
|
09bc072c31
|
inactive/auto managed fixes. fix client_test key input
|
2015-05-26 18:39:49 +00:00 |
Arvid Norberg
|
c6f8dd408a
|
optimize recalculate auto-managed
|
2015-05-25 21:46:42 +00:00 |
Arvid Norberg
|
027789b475
|
fix test_primitives build
|
2015-05-23 02:00:38 +00:00 |
Arvid Norberg
|
9856a1fe0c
|
break out more tests from test_primitives
|
2015-05-23 01:38:47 +00:00 |
Arvid Norberg
|
0052fa6c19
|
some cleanup to dht observers (don't expose internals)
|
2015-05-22 02:42:26 +00:00 |
Arvid Norberg
|
1b93f1e4b8
|
fix override function signature on alerts
|
2015-05-22 02:34:22 +00:00 |
Arvid Norberg
|
0de44067aa
|
fix warnings
|
2015-05-19 04:59:31 +00:00 |
Arvid Norberg
|
607e708bc4
|
fix warnings
|
2015-05-19 03:13:49 +00:00 |
Arvid Norberg
|
d18495eb39
|
support a NULL dht_observer again
|
2015-05-19 00:48:04 +00:00 |
Arvid Norberg
|
051ca6b22c
|
fix warnings
|
2015-05-18 05:32:18 +00:00 |
Arvid Norberg
|
abf9c83732
|
whitespace
|
2015-05-18 05:06:07 +00:00 |