Arvid Norberg
|
12dd8a8723
|
build windows python bindings with geoip support. fixes some warnings in msvc
|
2009-04-26 21:21:31 +00:00 |
Arvid Norberg
|
c7dd73dd08
|
add asserts to catch negative m_outstanding_bytes
|
2009-04-26 19:44:08 +00:00 |
Arvid Norberg
|
5fc239bd23
|
ignore empty strings when passed as a tracker url to the torrent constructor
|
2009-04-26 19:16:55 +00:00 |
Arvid Norberg
|
3ecbcc8fe7
|
filters trackers with empty url fields
|
2009-04-26 08:05:42 +00:00 |
Arvid Norberg
|
86a3bf3e07
|
fixed assert when adding a torrent with resume data and immediately setting all piece priorities to 0
|
2009-04-26 07:31:26 +00:00 |
Arvid Norberg
|
6c972e03a4
|
fixed corruption of the connection queue when a peer_connection fails immediately in its connect() function
|
2009-04-26 02:46:10 +00:00 |
Arvid Norberg
|
73262b126a
|
reorder tests to run the fast ones first
|
2009-04-26 00:32:19 +00:00 |
Arvid Norberg
|
748c4285f9
|
made test_bdecode_performance run in a more reasonable amount of time
|
2009-04-26 00:31:28 +00:00 |
Arvid Norberg
|
7109b86566
|
greatly simplified the rate limiter and generalized all rate limits (peer, torrent, global) to allow for arbitrary rate limit configurations
|
2009-04-26 00:21:59 +00:00 |
Arvid Norberg
|
f7ebd88bec
|
fixed an accuracy issue with timer classes on mac
|
2009-04-25 21:51:34 +00:00 |
Arvid Norberg
|
b324d4a190
|
fixed potential buffer overrun in verbose logging builds
|
2009-04-25 18:39:44 +00:00 |
Arvid Norberg
|
6b69f1d8c4
|
fixed crash when shutting down while checking a torrent
|
2009-04-25 08:45:13 +00:00 |
Arvid Norberg
|
fba4ae541c
|
fixed invalid iterator access in debug mode
|
2009-04-25 08:19:21 +00:00 |
Arvid Norberg
|
679a594f4e
|
fixed typo in verbose bandwidth logging
|
2009-04-24 17:40:40 +00:00 |
Arvid Norberg
|
9ea68dbb9c
|
fixed bug where an asio exception could be thrown when resolving peer countries
|
2009-04-24 17:29:57 +00:00 |
Arvid Norberg
|
4476a44160
|
fixed debug logging bug
|
2009-04-24 17:04:20 +00:00 |
Arvid Norberg
|
4421ccf11c
|
fixed missed spot in safe_convert -> convert_to_wstring rename
|
2009-04-24 08:33:23 +00:00 |
Arvid Norberg
|
73f4b06100
|
fixed merge error
|
2009-04-22 17:56:19 +00:00 |
Arvid Norberg
|
d0699bde93
|
update changelog
|
2009-04-21 19:29:01 +00:00 |
Arvid Norberg
|
3c51ceb7c5
|
fixed bug when receiving keepalive message
|
2009-04-21 19:27:52 +00:00 |
Andrew Resch
|
4137f47386
|
Do not set an error when pausing a checking torrent
|
2009-04-19 19:49:33 +00:00 |
Arvid Norberg
|
dd67612e9b
|
fixed assert when receiving invalid piece
|
2009-04-17 17:56:58 +00:00 |
Arvid Norberg
|
509c8ed402
|
timed_wait does not seem to work as expected, revert to regular wait()
|
2009-04-15 16:32:05 +00:00 |
Arvid Norberg
|
2d0370c893
|
added dht test script
|
2009-04-13 19:16:14 +00:00 |
Arvid Norberg
|
4724051841
|
fixed assert in udp_socket
|
2009-04-13 17:52:45 +00:00 |
Arvid Norberg
|
c6f4879e06
|
fixed race condition in bandwidth manager
|
2009-04-13 16:31:22 +00:00 |
Arvid Norberg
|
cf2654ba00
|
exit before invariant check if we're aborting, in bandwidth_manager
|
2009-04-13 06:07:16 +00:00 |
Arvid Norberg
|
189d618261
|
improved IPv6 support (skips unsupported tests on windows)
|
2009-04-13 05:11:44 +00:00 |
Arvid Norberg
|
9b226daede
|
test to try to reproduce multiple connections to the same IPv6 address
|
2009-04-13 05:08:47 +00:00 |
Arvid Norberg
|
32a42bae99
|
removed some dependencies on stringstream
|
2009-04-13 04:22:03 +00:00 |
Arvid Norberg
|
45f010f5d1
|
fix to_hex()
|
2009-04-13 02:13:17 +00:00 |
Arvid Norberg
|
f6c97254e1
|
gzip.hpp fix
|
2009-04-13 02:00:33 +00:00 |
Arvid Norberg
|
fb5ef271cd
|
storage fix for locale dependent filename encoding
|
2009-04-13 01:03:33 +00:00 |
Arvid Norberg
|
c3dce7c91b
|
fixed typo
|
2009-04-12 21:07:17 +00:00 |
Arvid Norberg
|
91065d7a08
|
added unit tests for identify_client. replaced iostream for rendering. renamed 'Deluge Torrent' -> 'Deluge'
|
2009-04-12 18:46:07 +00:00 |
Arvid Norberg
|
3426385226
|
improve error reporting for boost-1.34 and fix boost-1.34 compatibility
|
2009-04-12 18:04:20 +00:00 |
Arvid Norberg
|
066d6ce799
|
moved content-range parsing into http_parser and added unittest
|
2009-04-12 17:52:25 +00:00 |
cg25
|
a79932c9fd
|
optionally set specific installation parameters in makefile for python bindings
|
2009-04-12 10:54:12 +00:00 |
Arvid Norberg
|
58b053bfdf
|
replaced stringstream with sprintf in http_connection
|
2009-04-12 09:00:16 +00:00 |
Arvid Norberg
|
6a11d6ee4e
|
IPv6 tracker fix
|
2009-04-12 00:37:06 +00:00 |
cg25
|
b59c93392a
|
strip unneeded cflag in setup.py for python bindings
|
2009-04-12 00:00:24 +00:00 |
Arvid Norberg
|
90ce06bb47
|
web seed fix
|
2009-04-11 20:45:14 +00:00 |
Arvid Norberg
|
1c01c9ce98
|
stats fix
|
2009-04-11 02:19:57 +00:00 |
Arvid Norberg
|
370acde32a
|
port number string conversion fix
|
2009-04-11 00:14:49 +00:00 |
Arvid Norberg
|
408f181481
|
fixed test_pex
|
2009-04-10 21:25:37 +00:00 |
Arvid Norberg
|
bc9e58962b
|
optimized unit tests
|
2009-04-10 08:40:13 +00:00 |
Arvid Norberg
|
efbb3a5861
|
removed debug logging
|
2009-04-10 08:21:10 +00:00 |
Arvid Norberg
|
a051228069
|
fixed bug in storage when forcing recheck while renaming a file or moving it
|
2009-04-10 07:22:27 +00:00 |
Arvid Norberg
|
04d1684482
|
clarified documentation
|
2009-04-09 19:20:53 +00:00 |
Arvid Norberg
|
6219c2e36c
|
fixed padding file and resume data bug
|
2009-04-09 17:36:05 +00:00 |