update copyright year
merged changes from RC_1_0
merged changes from trunk
turn some more members of session_impl to private
separate the main thread and the io_service fro...
improve test_tracker
whitespace
add some bdecoding unit tests
merged fix from RC_1_0
fix bound-checking issue in bdecoder
merged changes from RC_1_0
fix uninitialized pointer in udp_socket when fo...
some test fixes
split up file unit tests into smaller pieces
some msvc fixes
fix ip_voter unit test
more msvc fixes
msvc fixes
fix ip_voter test and try to narrow down flappi...
merged RC_1_0 into trunk
fix unit test
merged changes from RC_1_0
test names
fix documentation bug in session constructor
attempt to make the socks5 proxy disconnect at ...
simplify dht logging
fix bug in piece printing in client_test
some dht_tracker clean up
merge small unit tests to make running the test...
expose missing dht_settings fields in python bi...
hold settings_pack by shared_ptr when passing i...
optimize logging of DHT packets by deferring co...
add function to query dht settings
merged changes from trunk
minor cleanup
moved some tests to the correct place and facto...
don't trigger recalculating auto-managed uncond...
fix release build and tune want_tick
merged changes from RC_1_0
fix bug in 'dont_count_slow_torrents' feature
inactive/auto managed fixes. fix client_test ke...
optimize recalculate auto-managed
fix test_primitives build
break out more tests from test_primitives
some cleanup to dht observers (don't expose int...
fix override function signature on alerts
fix warnings
fix warnings
support a NULL dht_observer again
fix warnings
whitespace
fix build warnings
fix gcc warnings
fix build issue, some warnings
fix linux build and update code coverage script
fix issues introduced in dht logging patch
minor whitespace cleanup
throw when packet_buffer fails to allocate memory
fix bug in DHT logging. clean up some whitespace
clean up disk_io_job a bit to avoid old-style c...
remove dht-verbose logging build configuration....
fix more warnings
fix some warnings
fix warnings
minor cleanup
merged changes from trunk
make the torrent hold a pointer to the ip_filte...
fix mistake in download_queue_time
merged fixes from RC_1_0 and regenerated docume...
attempted fix for mobile device rendering of do...
tag libtorrent-1.0.5
clarify documentation
make documentation more adaptable to smaller sc...
fix another merge issue
merge fix from trunk
fix some typos
fix SSL build
merged the diff from libtorrent_aio_multi_threa...
regenerated documentation
branch for separating dependencies between sess...
bump version to 1.0.5
remove residual geoip cruft
merged fixes from RC_1_0
fix unintentional integer division
fix m_storage check in torrent
fix checking of operation in dht_error_alert
remove retired feature branches
fix warnings and a peer logging bug
add unit test for extract_peer_info
fix dht build
remove the remains of the dht logging
fix test build
remove test print
clean up usage of printf attribute (encapsulate...
turn DHT logging into alerts instead of writing...
rename bitfield::bytes() -> bitfiele::data()
rename dht::node_impl -> dht::node, since this ...
improve repo cleaning script
remove the DHT's last dependency on session_impl