Arvid Norberg
30d04f31fd
client_test fixes
2011-02-09 04:54:22 +00:00
Arvid Norberg
90ad9ba7d9
save resume data for paused torrents if they need to
2011-02-02 06:40:29 +00:00
Arvid Norberg
b4ccc228bc
show number of torrents in each category in the top filter in client_test
2011-02-02 03:38:02 +00:00
Arvid Norberg
b842815710
added new session functions to more efficiently query torrent status
2011-02-01 09:48:28 +00:00
Arvid Norberg
1a72520f60
create directory for resume files
2011-01-31 03:13:22 +00:00
Arvid Norberg
d393bb4097
report number of peers blocked on disk in session_status
2011-01-30 10:04:15 +00:00
Arvid Norberg
1baf40596a
put resume data in a subfolder in client_test
2011-01-29 20:45:13 +00:00
Arvid Norberg
da676936d3
don't abort shutting down cleanly. don't print out all alerts while shutting down
2011-01-24 00:11:13 +00:00
Arvid Norberg
c78ba11c97
add client_test option to set active torrent limit
2011-01-20 05:49:36 +00:00
Arvid Norberg
6663f527da
fixed error handling in torrent_info constructor
2011-01-19 10:07:51 +00:00
Arvid Norberg
4693e2c94b
linux build fix
2011-01-19 07:40:45 +00:00
Arvid Norberg
c223291fb4
added support for RSS feeds
2011-01-18 03:41:54 +00:00
Arvid Norberg
26053e4b76
support adding torrents by url to a .torrent file
2010-12-30 01:47:30 +00:00
Arvid Norberg
ae41b2598b
fix non-dht build
2010-12-29 02:17:44 +00:00
Arvid Norberg
8be38c41d7
fix use of uninitialized variable in client_test
2010-12-24 01:54:20 +00:00
Arvid Norberg
20d4279177
optimized piece picking to not cause busy loops in some end-game modes
2010-12-18 10:19:34 +00:00
Arvid Norberg
4b96c79e93
prettify DHT stats output in client_test
2010-12-12 03:28:06 +00:00
Arvid Norberg
b56a1638ae
DHT fixes. fixed bucket refresh issue. re-introduced refreshing our own bucket regularly. added more DHT instrumentation in session_status. added alert for when bootstrap is complete. Fixed bootstrap to ping remaining nodes when search is complete. Completed recent DHT observer rewrite to remove some redundant fields
2010-12-12 03:17:08 +00:00
Arvid Norberg
67d1c57b5e
bumped some limits in dump_torrent
2010-12-11 22:00:20 +00:00
Arvid Norberg
e5f980d80d
merged uTP branch into trunk (yay)
2010-11-29 01:33:05 +00:00
Arvid Norberg
ba5b0638c0
add feature to automatically close client_test after a specified amount of time (for scripting tests)
2010-11-25 23:35:43 +00:00
Arvid Norberg
8ff9b6338b
some fixes
2010-11-25 10:46:52 +00:00
Arvid Norberg
faccbd8ae3
introduce safety limit on total number of items in bencoded trees in lazy_bdecode. Document lazy_bdecode and its error codes. Make dump_torrent able to change the decoding limits
2010-11-25 02:49:50 +00:00
Arvid Norberg
26a2beee5e
temporary commented out code
2010-11-24 23:52:10 +00:00
Arvid Norberg
894db973e8
optimized memory usage of torrent_info and file_storage
2010-11-24 23:49:22 +00:00
Arvid Norberg
8c404cc5c1
optimized memory usage of torrent_info
2010-11-15 05:10:36 +00:00
Arvid Norberg
a2a2ac08a2
move queue_position and need_save_resume into torrent_status. optimized client_test to make fewer synchronous calls and pull more out of torrent_status
2010-11-06 18:04:07 +00:00
Arvid Norberg
173aa6b414
add torrent filters to client_test
2010-11-06 16:57:15 +00:00
Arvid Norberg
1c7e5506e9
report stats on the number of dht request observers that are currently allocated
2010-11-06 07:12:57 +00:00
Arvid Norberg
a76570b563
deprecated a bunch of query functions on torrent_handle in favor of using status() to get as much information as possible in fewer calls, and saving time on synchronizing with the main thread
2010-10-30 17:23:30 +00:00
Arvid Norberg
e4de1fc8b1
graceful disconnect mode which finishes transactions before disconnecting peers
2010-10-30 08:36:18 +00:00
Arvid Norberg
fc1b44b560
improve error reporting of lazy_bdecode to use error_code
2010-10-28 04:01:59 +00:00
Arvid Norberg
21cbd1fac4
deprecated setters for max connections, max half-open, upload and download rates and unchoke slots. These are now set through session_settings
2010-10-09 19:09:38 +00:00
Arvid Norberg
9239eed31e
stop natpmp in test
2010-10-01 04:41:39 +00:00
Arvid Norberg
cd08a61f35
expose the full peer list size through session_status
2010-10-01 04:07:38 +00:00
Arvid Norberg
a6cb426256
update to upnp test
2010-09-30 08:53:16 +00:00
Arvid Norberg
c17c1605d7
added upnp/nat-pmp test/diagnostics program
2010-09-30 07:13:19 +00:00
Arvid Norberg
b6f92aa981
added initial support for share-mode
2010-09-05 16:01:36 +00:00
Arvid Norberg
e2ca3e1545
rate limiter fix
2010-08-27 14:52:42 +00:00
Arvid Norberg
d68719376f
use set_proxy in client_test
2010-08-26 15:13:17 +00:00
Arvid Norberg
b7b542f587
optimized file_pool lookups and string handling
2010-08-23 08:48:02 +00:00
Arvid Norberg
e7561e5274
add a flag to client_test to turn off upnp and nat-pmp
2010-08-03 07:30:38 +00:00
Arvid Norberg
ef48c92a4e
fixed SOCKS5 bug for routing UDP packets
2010-07-25 01:31:15 +00:00
Arvid Norberg
67110ec0a3
vs2010 build fixes
2010-07-22 16:49:40 +00:00
Arvid Norberg
9baa280b52
added asserts to catch broken peer allocations and frees as well as disk buffer corruption
2010-07-18 19:28:22 +00:00
Arvid Norberg
1e70456f58
improved support for multi-homed clients
2010-07-17 07:13:14 +00:00
Arvid Norberg
aa25ed00c6
fix force-reannounce and tracker retry issue
2010-07-15 05:16:06 +00:00
Arvid Norberg
e4ea683c1a
fix fragmentation test build
2010-07-15 02:08:12 +00:00
Arvid Norberg
92593abf89
added support for SOCKS5 proxies in client_test and fixed an assert when using proxies
2010-07-03 06:56:09 +00:00
Arvid Norberg
9ddf7f7cfa
add back support for ip filter files to client_test. add some logging when tracker IPs are filtered
2010-06-06 02:31:20 +00:00
Arvid Norberg
83dbc1d9f1
fixed torrent load and applying settings order issue in client test
2010-06-05 21:03:01 +00:00
Arvid Norberg
37d9c8d329
fixed terminal width underflow bug in client_test
2010-05-31 23:20:00 +00:00
Arvid Norberg
90ac0dbbcc
print fail limit on trackers in client_test
2010-05-04 16:49:26 +00:00
Arvid Norberg
5d8feafc11
add flag to client_test to turn off DHT
2010-05-03 05:51:01 +00:00
Arvid Norberg
2705859bb4
fixed bug where trackers wouldn't be retried if they failed
2010-04-27 18:22:59 +00:00
Arvid Norberg
4ca8339337
update client_test to use need_save_resume_data
2010-04-15 02:58:30 +00:00
Arvid Norberg
eeda665d06
report tracker errors in the tracker list
2010-04-13 04:37:39 +00:00
Arvid Norberg
6851254fdf
fixed FIEMAP support on linux
2010-04-11 00:48:48 +00:00
Arvid Norberg
c51e0a2a86
fixed inconsistency when creating torrents with symlinks
2010-04-01 00:44:29 +00:00
Arvid Norberg
9977480f02
fixed bug in url encoder and in client test
2010-03-29 00:31:30 +00:00
Arvid Norberg
b4abe6677d
support for sha1 file-hashes
2010-03-27 15:51:30 +00:00
Arvid Norberg
730f81ebe9
never write binary data to stdout on windows
2010-03-25 00:50:23 +00:00
Arvid Norberg
786172455b
added save resume action to client_test. potential small optimization in resume data save function
2010-03-20 22:00:13 +00:00
Arvid Norberg
281b6368f7
deprecate old state saving functions, merge dht state with session state
2010-03-04 16:42:39 +00:00
Arvid Norberg
78363cc05d
local service discovery fixes
2010-02-13 16:29:17 +00:00
Arvid Norberg
fb47469834
experimental support for the BitTyrant choking algorithm
2010-02-09 03:04:41 +00:00
Arvid Norberg
e3e177650c
added more options to client_test
2010-01-31 21:30:43 +00:00
Arvid Norberg
238f7e38f5
improve disk stats logging to include cache hits
2010-01-31 21:13:52 +00:00
Arvid Norberg
5b747f58f7
add guided read cache and update tuning docs
2010-01-31 19:14:00 +00:00
Arvid Norberg
ca8b308f5b
make connection_tester run in a single thread
2010-01-30 01:33:34 +00:00
Arvid Norberg
3174f050f9
add connection tester
2010-01-29 06:13:02 +00:00
Arvid Norberg
75a66a1f80
disable certain logging in client_test
2010-01-18 22:14:35 +00:00
Arvid Norberg
fb7aa7c1f2
support allocating storage in client_test
2010-01-18 05:29:35 +00:00
Arvid Norberg
0ab8dba84b
improve client_test rendering for checking and queued for checking torrents
2010-01-17 21:10:28 +00:00
Arvid Norberg
7a5da3815b
added test to render file fragmentation
2010-01-17 01:38:33 +00:00
Arvid Norberg
cfba431843
added connection_tester
2010-01-12 02:57:25 +00:00
Arvid Norberg
a1299c3a10
optimize disk I/O elevator algorithm to spend less time picking job
2010-01-12 01:56:48 +00:00
Arvid Norberg
08444d0c2f
reverted accidental check-in
2010-01-05 13:00:04 +00:00
Arvid Norberg
96cedc9b5f
more beos fixes
2009-12-15 13:11:07 +00:00
Arvid Norberg
9f733a7eac
replaced iostream in dump_torrent example
2009-12-09 07:10:49 +00:00
Arvid Norberg
e5e1bca254
replaced iostream in example
2009-12-09 06:20:30 +00:00
Arvid Norberg
1a60150e61
added option to client_test to announce to all tiers
2009-12-05 17:12:30 +00:00
Arvid Norberg
972858ffce
fixed client_test build
2009-12-05 16:55:25 +00:00
Arvid Norberg
5b039a8982
error handling in make_torrent
2009-11-30 00:40:36 +00:00
Arvid Norberg
af8234b035
fix include in client_test
2009-11-28 02:43:05 +00:00
Arvid Norberg
8dd244581d
header optimizations
2009-11-26 05:45:43 +00:00
Arvid Norberg
d6d577627b
removed some unnecessary includes
2009-11-22 21:08:44 +00:00
Arvid Norberg
66882b149c
client_test fix to start upnp, natpmp, lsd and dht
2009-11-14 18:55:27 +00:00
Arvid Norberg
fc3e8c28be
removed stringstream from client_test
2009-11-08 06:39:43 +00:00
Arvid Norberg
e89dc60694
client_test fixes
2009-11-02 20:50:54 +00:00
Arvid Norberg
93edeee522
reverted unintentional change
2009-11-02 03:50:26 +00:00
Arvid Norberg
4e8fc9d43a
client_test fixes
2009-11-02 03:49:16 +00:00
Arvid Norberg
fade413665
introduced alert_cast
2009-11-02 03:34:16 +00:00
Arvid Norberg
1c377b1807
streaming fixes
2009-11-02 01:01:07 +00:00
Arvid Norberg
70a83220ab
removed accidental check-in
2009-10-28 02:42:55 +00:00
Arvid Norberg
6c9e5cb011
fixed file checking bug when renaming a file before checking the torrent
2009-10-28 02:24:59 +00:00
Arvid Norberg
c418165e07
replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability)
2009-10-26 01:29:39 +00:00
Arvid Norberg
9d1989904b
some compatibility fixes.
2009-10-20 16:44:11 +00:00
Arvid Norberg
474566fa21
more DHT fixes and simplifications
2009-10-09 02:34:25 +00:00
Arvid Norberg
cee42ff5a1
more DHT simplifications
2009-10-07 20:51:02 +00:00
Arvid Norberg
dfccf0b412
some DHT work
2009-09-29 17:06:08 +00:00
cristiangreco
2fd925a4ae
Rewrite autotools build system (new configure.ac, changes for various
...
Makefile.am and fixed m4 scripts). Could still need some fixes.
2009-09-10 02:22:13 +00:00
Arvid Norberg
209b135956
msvc format string fixes
2009-09-06 16:47:48 +00:00
Arvid Norberg
1f5a722b01
improved sun studio support (it seems to lack a lot of stl)
2009-08-30 07:38:52 +00:00
Arvid Norberg
f764227012
build fix for when DHT is disabled
2009-08-30 06:25:17 +00:00
cg25
f283065cfc
completely drop BOOST_MULTI_INDEX_DISABLE_SERIALIZATION define from all build
...
systems as multi_index is no more used in src/file_pool.cpp.
2009-08-21 20:19:55 +00:00
Arvid Norberg
45fd696bc6
added I2P support
2009-08-20 03:19:12 +00:00
Arvid Norberg
541ffc842e
fixed bug in dump_torrent when the last file was 0-sized
2009-08-05 02:34:44 +00:00
Arvid Norberg
70a6c7d02b
reverted unintentional change
2009-07-26 20:23:37 +00:00
Arvid Norberg
c43229f89c
reverted unintentional change
2009-07-26 01:15:01 +00:00
Arvid Norberg
137d2d63f5
cleaned up policy. Moved logic from policy to torrent
2009-07-23 04:38:52 +00:00
Arvid Norberg
a3b6351b3b
fix to client_test to use new progress_ppm
2009-07-19 09:14:00 +00:00
Arvid Norberg
ae3be201c4
reduced the number of floating point operations to better support systems with no FPU
2009-07-19 04:59:27 +00:00
Arvid Norberg
ece98a8ef6
* added support for storing symbolic links in .torrent files
2009-07-01 08:35:45 +00:00
Arvid Norberg
8ee50045ca
added support for uTorrent interpretation of multi-tracker torrents (off by default)
2009-06-28 20:21:55 +00:00
Arvid Norberg
9d76d0481e
fixes tp typos in alert_types.hpp and windows fixes
2009-05-29 01:27:08 +00:00
Arvid Norberg
3eba18dcd5
formatting fix
2009-05-23 07:47:20 +00:00
Arvid Norberg
c1d9198dc3
added largest_contiguous cache flush algorithm
2009-05-23 07:35:45 +00:00
Arvid Norberg
77ee976f3c
fixed some client_test formatting
2009-05-22 03:40:06 +00:00
Arvid Norberg
5bce212126
fixed incoming peer source flag and exposed it in client_test
2009-05-15 23:22:11 +00:00
Arvid Norberg
2ebb82d905
client test formatting fixes
2009-05-15 16:21:36 +00:00
Arvid Norberg
53f890608d
use C99 string formatting macros for platform independence
2009-05-15 15:52:15 +00:00
Arvid Norberg
084421ab4b
transitioned more of client test over to snprintf instead of iostreams
2009-05-14 19:49:33 +00:00
Arvid Norberg
7fb7ebfa10
added option to set the screen refresh rate of client_test
2009-05-13 16:02:43 +00:00
Arvid Norberg
d53fa12cd3
revert client_test
2009-05-13 01:34:37 +00:00
Arvid Norberg
b7c5d2f12d
add a separate setting for max peer list size for paused torrents
2009-05-13 01:34:10 +00:00
Arvid Norberg
8e3bd5154a
removed iostream and boost-regex dependency in client_test
2009-05-13 01:02:06 +00:00
Arvid Norberg
f2ec6b5adb
added option to use a single block buffer when hashing, instead of for the entire piece
2009-05-03 19:09:06 +00:00
Arvid Norberg
d73c97e444
made get_download_queue() use considerably less memory and scale with larger piece_sizes
2009-05-03 09:45:07 +00:00
Arvid Norberg
e4ddb13b6f
made the cache_size setting include send and receive buffers
2009-05-02 06:52:57 +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
981ae208d1
exception fixes
2009-04-07 15:06:07 +00:00
Arvid Norberg
db8487be46
auto unchoke improvement
2009-04-04 07:55:34 +00:00
Arvid Norberg
c683126ea3
fixed missing include in enum_if (thanks Marek Stopka)
2009-03-20 07:28:30 +00:00
Arvid Norberg
31054ef069
first implementation of set_piece_deadline
2009-03-17 09:34:44 +00:00
Arvid Norberg
84a513bffb
initial support for merkle hash tree torrents
2009-03-13 06:09:39 +00:00
Arvid Norberg
c4e19e2ee7
client_test fix
2009-02-28 07:02:30 +00:00
Arvid Norberg
7aacfca292
made the examples build without exception support. added overloads of add_torrent() and add_magnet_uri() that don't throw
2009-02-26 07:09:56 +00:00
Arvid Norberg
7fff6ace1b
added download queue time estimate
2009-02-17 02:33:45 +00:00
Arvid Norberg
3cdf9c87a8
fixed build errors on Solaris
2009-01-27 08:24:48 +00:00
Arvid Norberg
708b42ad27
added option to show padding files in file list
2009-01-13 17:49:14 +00:00
Arvid Norberg
43e69cd316
added extension for file attributes. Fixes problem when sharing Application bundles on OSX or hidden files on windows
2009-01-11 22:27:43 +00:00
Arvid Norberg
ab09424d8a
don't show padding files
2009-01-11 20:28:34 +00:00
Arvid Norberg
eea890de11
added support for generating torrent files with padding files in them
2009-01-11 10:32:57 +00:00
Arvid Norberg
d07ccaf6b8
workaround for sparse files issue on Windows vista
2009-01-05 01:08:09 +00:00
Arvid Norberg
aecc24171d
extended utf-8 encoding error correction to also cover name, comment and created by. Fixes #372
2008-12-31 10:18:19 +00:00
Arvid Norberg
0638251289
added queued bytes to bandwidth manager and session_stats
2008-12-13 05:12:12 +00:00
Arvid Norberg
aced1fcac3
don't show connecting peers in client_test
2008-12-13 03:05:29 +00:00
Arvid Norberg
d1a2b774e6
changed how trackers are handled. Implements #297 by setting session_settings::announce_to_all_trackers to true
2008-11-29 08:38:40 +00:00
Arvid Norberg
acbdbfc1ef
added tracker exchange (tex) extension
2008-11-27 20:51:59 +00:00
Arvid Norberg
65559b3441
made example client_test UI more compact
2008-11-27 20:10:17 +00:00
Arvid Norberg
357d548bb5
fixed boost.filesystem usage to not rely on deprecated functions
2008-11-21 23:38:07 +00:00
Arvid Norberg
723aba6c24
solved issue with pausing checking torrents. Introduced a new state, checkin_resume_data, which a torrent is in while waiting for the disk io thread to verify the resume data, but before it has been determined wheter it should be queued for checking or not
2008-11-19 00:46:48 +00:00
Arvid Norberg
1c1ba2b383
fixed documentation and client_test code when waiting for resume_data_alert
2008-11-18 10:30:57 +00:00
Arvid Norberg
f503bbfe86
fix for when aborting torrents that are being checked. Fix in client_test when removing torrents that are checking.
2008-11-17 01:19:46 +00:00
Arvid Norberg
e9a33e6a05
added option to set alert mask when constructing session
2008-11-16 02:09:53 +00:00
Arvid Norberg
1d45dbabb0
improved client_test add_torrent output
2008-11-10 04:16:52 +00:00
Arvid Norberg
89c7a3168b
client_test fix: saves resume data when torrents are manually paused or resumed, to not loose that state
2008-10-19 04:04:12 +00:00
Arvid Norberg
f04e9e9875
made unchoke interval depend on piece size
2008-10-18 22:35:10 +00:00
Arvid Norberg
18017c3f72
updated documentation on saving resume data and fixed client_test to do it properly
2008-10-17 02:26:08 +00:00
Arvid Norberg
d8d0955910
client_test fix to not crash when loading an invalid torrent file and shut down properly (set torrents to not be auto managed when pausing them)
2008-10-17 01:47:24 +00:00
Arvid Norberg
ae4f487449
ip filter parse fix
2008-10-15 21:31:55 +00:00
Arvid Norberg
528a009f7f
removed date-time and iostream from makefiles
2008-10-04 07:46:56 +00:00
Arvid Norberg
a93ae86d85
fixed bug in client_test when loading paused torrents
2008-09-26 00:26:35 +00:00
Arvid Norberg
a36da15c29
saves sequential download in fastresume data
2008-09-23 03:52:49 +00:00
Arvid Norberg
1ac3b8298c
report tracker bandwidth usage and include it in rate limiter
2008-09-22 00:15:05 +00:00
Arvid Norberg
0338510b9b
added more bandwidth monitoring of DHT and TCP/IP overhead. added monitoring of the running DHT lookups
2008-09-20 17:42:25 +00:00
Arvid Norberg
e8a0ace739
added a key to scrape the tracker for a torrent in client_test
2008-09-07 09:59:54 +00:00
roman_rybalko
f9f7b689a3
automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear
2008-09-02 11:14:10 +00:00
Arvid Norberg
c88071ae10
fixed race when adding router nodes to the dht (router nodes should be added before it's started)
2008-09-02 06:37:40 +00:00
Arvid Norberg
eaffa85c54
fixed client_test to be able to print empty piece bars
2008-08-29 00:42:57 +00:00
Arvid Norberg
9b38724417
made dump torrent create magnet links
2008-08-27 18:44:35 +00:00
Arvid Norberg
cc7391690b
fixed client test status display since connecting_to_tracker was removed
2008-08-11 14:34:37 +00:00
Arvid Norberg
cbf8e6f3b1
introduced TORRENT_NO_DEPRECATE, to disable deprecated functions. Made example not use deprecated functions. Documented magnet uri related functions.
2008-08-03 15:14:08 +00:00
Arvid Norberg
7607034ab6
exposed upload_only in peer_info
2008-07-19 07:57:43 +00:00
Arvid Norberg
d88acd3d95
file_progress fix
2008-07-13 16:44:14 +00:00
Arvid Norberg
4ee16ef247
use new file_progress api in client_test
2008-07-12 18:54:20 +00:00
Arvid Norberg
ff6cbbc6b6
added torrent_handle::clear_error() to retry a torrent that is in an error state (torrent_status::error is set)
2008-07-12 17:00:52 +00:00
Arvid Norberg
9122ed8cea
support for logging to file in client_test
2008-07-12 08:19:17 +00:00
Arvid Norberg
792726be8d
print cache age in client_test
2008-07-11 10:35:59 +00:00
Arvid Norberg
9c9c13c7bb
exposed read cache info as well as write cache
2008-07-11 10:29:26 +00:00
Arvid Norberg
1b6cc3b870
wait a bit longer for fastresume data
2008-07-11 07:33:34 +00:00
Arvid Norberg
96ca475652
added redundant and failed byte counters to session
2008-07-11 07:30:04 +00:00
Arvid Norberg
d06f125513
improved accuracy of the file progress report to include completed blocks from incomplete pieces (but not partial blocks)
2008-07-09 10:45:07 +00:00
Arvid Norberg
9d97fc4bb9
print out percentage complete of files in client_test
2008-07-09 10:02:24 +00:00
Arvid Norberg
a20f1a8fa0
keeps track of the number of requests waiting in the send buffer and adjusts bandwidht priority accordingly in the bandwidth limiter
2008-07-08 00:03:08 +00:00
Arvid Norberg
73b54f1d0c
added timestamp to events
2008-07-07 12:03:29 +00:00
Arvid Norberg
e576babbb8
changed the alerts to have categories and to be filtered with a bitmask instead of having a severity and be filtered by a severity level.
2008-07-06 12:22:56 +00:00
Arvid Norberg
ecb538b4b2
added alert for torrent state changes. Fixes #360
2008-07-03 10:05:51 +00:00
Arvid Norberg
af0ebb519c
added copyright notices in files missing them
2008-07-01 18:59:13 +00:00
Arvid Norberg
9c84908bb9
switched resume data parsing over to use lazy_bdecode. Improves memory allocation performance, especially noticable when heap allocations are expensive. Makes it more practical to run with malloc debug. Changed resume data interface to take a vector as opposed to a parsed structure
2008-06-30 23:14:31 +00:00
Arvid Norberg
e1bedea35d
fix warning in client_test
2008-06-30 08:45:44 +00:00
Arvid Norberg
d396ab7b17
added pause and resume to the session. Fixes #349
2008-06-29 19:08:30 +00:00
Arvid Norberg
2ac5c13e6f
introduced a stricter timeout on piece requests and snubbing. exposed some more data about this through the peer_info. Fixes #40
2008-06-29 09:50:42 +00:00
Arvid Norberg
2ee95f9143
exception changes to client_test
2008-06-29 05:34:22 +00:00
Arvid Norberg
ca0f17ee95
won't save resume data for torrents without a complete state (checking or queued for checking torrents)
2008-06-24 12:48:28 +00:00
Arvid Norberg
9780d378ed
made examples use the new more efficient torrent_info constructor
2008-06-24 11:54:13 +00:00
cg25
71c4f6f9b6
* improved --with-asio configure option behaviour;
...
* using -version-info flag instead of -revision one for the sake of correct
interface versioning;
* renaming library to libtorrent-rasterbar.so to avoind conflicting with other
libraries.
2008-06-23 00:09:12 +00:00
Arvid Norberg
a0517fc3cb
client test storage allocation mode fix
2008-06-22 23:09:38 +00:00
Arvid Norberg
d35eb71389
made client test adjust settings for the active torrent instead of all at the same time
2008-06-17 08:32:32 +00:00
Arvid Norberg
a1857f9699
added force_recheck to torrent_handle. Fixes #120
2008-06-07 16:24:56 +00:00
Arvid Norberg
f16b5d0c7a
changed default to 5 upload slots in client_test
2008-06-07 14:02:26 +00:00
Arvid Norberg
9d1e77dc88
optimized away torrent::m_have_pieces ( #62 ) and added some documentation on bitfield. The piece picker is now constructed with the torrent, but still freed when turned into a seed
2008-06-07 02:58:28 +00:00
Arvid Norberg
31c9d378f5
completed queuing. It is now possible to change and query queue position of torrents.
2008-05-29 03:37:19 +00:00
Arvid Norberg
0a27b0a2ce
bugfix in client_test
2008-05-29 02:21:22 +00:00
Arvid Norberg
3910fe78de
separated file_storage from torrent_info and create_torrent
2008-05-28 08:44:40 +00:00
Arvid Norberg
c7c1a3913e
fixed client_test to use bitfield type
2008-05-28 06:50:11 +00:00
Arvid Norberg
dbb625a910
torrent_info fixes. make_torrent now builds
2008-05-20 09:49:40 +00:00
Arvid Norberg
67354421fb
introduced an error state for torrents. Torrents with an error are not restarted automatically
2008-05-20 07:57:44 +00:00
Arvid Norberg
b859942369
added torrent name to logs
2008-05-20 01:23:26 +00:00
Arvid Norberg
949dbe23d3
added more output in the client_test log
2008-05-19 07:37:01 +00:00
Arvid Norberg
777954ab3e
automatically scrape auto managed torrents to keep track of downloader/seed ratio
2008-05-19 04:06:25 +00:00
Arvid Norberg
8ed949c4d5
factored out torrent creation functionality from torrent_info into create_torrent. Modified torrent_info to use lazy_bdecoder for increased performance
2008-05-14 05:29:42 +00:00
Arvid Norberg
e51c8bea37
added makefile support for boost.system ( #322 )
2008-05-11 22:43:44 +00:00
Arvid Norberg
455045f02a
client test update
2008-05-07 18:02:11 +00:00
Arvid Norberg
4f859ba778
client test update
2008-05-07 09:28:49 +00:00
Arvid Norberg
840273a94b
example client change
2008-05-07 08:17:28 +00:00
Arvid Norberg
3ddca16525
client test fix
2008-05-07 07:24:34 +00:00
Arvid Norberg
c7e6c04705
switched over to asio from boost-1.35
2008-05-03 16:05:42 +00:00
Arvid Norberg
c3b60f1b8f
modified get_default_gateway to not take an interface
2008-04-28 02:20:40 +00:00
Arvid Norberg
c2f7fb0fb4
added enum_routes to dump routing table
2008-04-28 00:20:59 +00:00
Arvid Norberg
6a7790cd28
added implementation for get_default_router for linux
2008-04-25 05:51:21 +00:00
Arvid Norberg
b73112682c
client test ui updates
2008-04-24 04:17:54 +00:00
Arvid Norberg
c043d4b21d
initial support for queuing
2008-04-24 03:28:48 +00:00
Arvid Norberg
0550363b85
geo ip fix in client_test
2008-04-22 17:17:01 +00:00
Arvid Norberg
9a434a919f
some more ASNum additions
2008-04-22 00:05:23 +00:00
Arvid Norberg
eb82e13357
client_test updates
2008-04-16 07:02:19 +00:00
Arvid Norberg
755e50bb12
added active_time, seeding_time, all_time_upload and all_time_download to torrent_status. Also updated docs with some missing entries in torrent_status
2008-04-16 06:31:05 +00:00
Arvid Norberg
3fea2080fd
added an asynchronous save_resume_data to make it easier to synchronize with the disk IO thread
2008-04-13 18:54:36 +00:00
Arvid Norberg
42f55adcce
support for country lookup through GeoIP
2008-04-11 08:46:43 +00:00
Arvid Norberg
093d912e9a
receive buffer optimization. added receive_buffer_size and used_receive_buffer to peer_info. changed plugin api to make use of new disk_buffer_holder type
2008-04-10 10:03:23 +00:00
Arvid Norberg
57d75e120a
initial support for GeoIP (only AS mappings for now)
2008-04-05 04:53:22 +00:00
Arvid Norberg
2014e312b1
exposed connection_candidates in torrent_status and made a small optimization to not attempt to connect peers on swarms that don't have any connect candidates
2008-03-29 18:47:24 +00:00
Arvid Norberg
48127a8f6b
added enum_if example to the makefile to be part of releases
2008-03-17 02:40:14 +00:00
Arvid Norberg
9d3b60edb7
added support to bind outgoing connections to specific ports (might be useful to do traffic shaping)
2008-02-28 07:34:07 +00:00
Arvid Norberg
e48e52770b
more rendering fixes in client_test
2008-02-28 03:24:38 +00:00
Arvid Norberg
60add53428
fixes printing issue in client_test
2008-02-28 02:46:01 +00:00
Arvid Norberg
ef9ef674d5
added read cache. Not fully configurable yet
2008-02-22 04:11:04 +00:00
Arvid Norberg
4f6c77e1d5
made client test use the default file storage
2008-02-17 20:31:02 +00:00
Arvid Norberg
7e83c3fc51
changed storage interface to not require exceptions
2008-02-14 03:48:20 +00:00
Arvid Norberg
6c552db68e
added disk cache expiration
2008-02-10 00:58:25 +00:00
Arvid Norberg
cecd0dfcd2
added rtt estimation for outgoing connections
2008-02-09 22:42:56 +00:00
Arvid Norberg
8cf0510144
added disk cache for write operations
2008-02-08 10:22:05 +00:00
Arvid Norberg
c798ab30e1
rewrote the piece picker to be more cpu and memory efficient. replaces the concept of sequential-download-threshold with just a sequential download settings
2008-01-31 17:52:29 +00:00
Arvid Norberg
f783d4d869
made the piece bar work in windows
2008-01-24 03:59:08 +00:00
Arvid Norberg
127d3e6ad5
bandwidth limiter fixes. proper priority that cannot starve connections
2008-01-17 17:40:46 +00:00
Arvid Norberg
b19bf337bf
generalized peer read/write state
2008-01-13 23:46:43 +00:00
Arvid Norberg
5d196ed555
auto upload slots. opens up more slots if upload rate is not met. On by default
2008-01-13 11:18:18 +00:00
Arvid Norberg
72eee8838c
sets default per-torrent download limit to infinite in client_test
2008-01-13 10:10:44 +00:00
Arvid Norberg
95c853e107
fixed peer-info header alignment in client_test
2008-01-13 06:31:33 +00:00
Arvid Norberg
dad00f68cd
prints out default gateway in example
2008-01-11 09:58:40 +00:00
Arvid Norberg
f36e6a6c4f
proper default gateway discovery
2008-01-11 09:38:05 +00:00
Arvid Norberg
72edfc2ee7
improved network interface enumeration and upnp device filtering
2008-01-11 06:49:37 +00:00
Arvid Norberg
a8f07edffa
added download rate limit per torrent
2008-01-10 23:12:58 +00:00
Arvid Norberg
3a727e99ff
expose more info through peer_info
2008-01-10 22:13:23 +00:00
Arvid Norberg
1d6e0f5bf6
bandwidth request block size optimization
2008-01-07 04:47:20 +00:00
Arvid Norberg
4d8833bc35
added total stats to client_test
2008-01-06 20:16:46 +00:00
Arvid Norberg
5b2f1d70e8
per-torrent upload rate limit fix for client_test
2008-01-03 08:17:17 +00:00
Arvid Norberg
1aa9a5b041
added option to limit upload rate per torrent to client_test
2008-01-02 18:22:34 +00:00
Arvid Norberg
dfd563dfbb
made most examples build without exception support
2007-12-30 01:59:10 +00:00
Arvid Norberg
f9e20ed9b1
removed leftover dead code from client_test
2007-12-27 06:23:37 +00:00
Arvid Norberg
9aa2ddec80
added a plugin 'smart_ban' that can ban peers sending bad data with higher accuracy
2007-12-18 06:04:54 +00:00
Arvid Norberg
7a393426b1
made client test not use a deprecated function. fixes #229
2007-12-15 23:35:25 +00:00
Michael Wojciechowski
bce53063ab
Changed configure script to not to modify LIBS, when checking for dependencies. Changed libtorrent.pc.in again, since the libraries used were
...
wrong, because $LIBS was used. Corrected Makefile.am in test, examples and src.
2007-12-14 20:53:56 +00:00
Arvid Norberg
b2dc035a54
support for magnet links in client_test
2007-12-11 20:02:55 +00:00
Arvid Norberg
fff87a6845
added m4 script for boost iostream and added ut_metadata to makefile
2007-12-08 22:02:59 +00:00
Arvid Norberg
20621cae02
added magnet-uri functions and a base32 decode function
2007-12-03 06:03:16 +00:00
Arvid Norberg
1cc0118c9c
supports retry for web seeds that respond with 503
2007-11-27 03:37:47 +00:00
Arvid Norberg
4d19f7ff0f
storage optimization. introduced a nother allocation mode: sparse. Now there is allocate, compact and sparse. Unless compact is used, the memory structures used to keep track of pieces are no longer allocated. sparse storage mode is now the default
2007-10-08 20:01:36 +00:00
Arvid Norberg
f658686d6d
reverted incorrect check-in of client test
2007-10-02 19:46:14 +00:00
Arvid Norberg
3dcae188fb
policy now has a map of peers instead of a flat list, makes it more efficient to do lookups
2007-10-02 19:11:04 +00:00
Arvid Norberg
18a87916e6
fixed bug in client_test
2007-10-02 18:52:27 +00:00
Arvid Norberg
973e7be386
added router_for_interface along with a proper windows implementation. NAT-PMP support is now good on windows
2007-10-01 17:21:19 +00:00
Arvid Norberg
6fd42631c0
windows fixes for client_test
2007-10-01 17:17:49 +00:00
Arvid Norberg
09c1e0f007
client_test fix
2007-09-27 16:14:24 +00:00
Arvid Norberg
587d40e1ae
updates to enum_net
2007-09-20 16:25:07 +00:00
Arvid Norberg
01c20353a4
added IP to client_test
2007-09-20 01:21:43 +00:00
Arvid Norberg
80aee32972
fixed piece picker problem when a downloading piece could not be picked with the right speed category
2007-09-10 08:07:18 +00:00
Arvid Norberg
c8088459a0
made torrent_info reference counted and held by a boost::intrusive_ptr
2007-09-01 03:00:31 +00:00
Arvid Norberg
4137c0885a
fixed pausing issue introduced in the changed add_torrent
2007-08-22 18:37:20 +00:00
Arvid Norberg
ee01d7bb11
added optimistic unchoke flag to client_test
2007-08-22 05:02:45 +00:00
Arvid Norberg
6c50adabfc
updated piece_picker fix and added another invariant check to policy
2007-08-21 01:17:42 +00:00
Arvid Norberg
52a2df2d3f
added first and last piece to dump_torrent
2007-08-03 08:43:22 +00:00
Arvid Norberg
ce8acd0911
added compiler flag to disable inclusion of boost.serialization headers
2007-08-01 07:26:10 +00:00
Arvid Norberg
54aa76f940
exposed queued disk bytes in peer_info
2007-08-01 06:11:11 +00:00
Arvid Norberg
4c8c686a64
made client_test build on linux
2007-07-22 23:24:27 +00:00
Arvid Norberg
1381a008c4
added a piece bar to client_test
2007-07-09 00:00:35 +00:00
Arvid Norberg
4771f323f6
added invariant checks for peer_counter in block_info. added bytes_progress and block_size to block_info (to allow a more detail download progress display). Updated client_test to show download progress per block and also to have a separate color for 'multi blocks' (i.e. blocks that have been requested from more than one peer)
2007-07-08 20:45:42 +00:00
Arvid Norberg
9f24c6d79c
added option to link against installed boost libraries instead of building from source (boost=system and boost=source, system is default). Removed dependency in boost serialization headers
2007-07-07 21:27:36 +00:00
Arvid Norberg
46bf2970fb
fixes to remote peer download rate etimation
2007-06-14 21:47:00 +00:00
Arvid Norberg
97099dc0ca
added more fixes to Jamfile in order to make it build on windows
2007-06-13 17:36:26 +00:00
Arvid Norberg
fa1a37e649
updated Jamfile to support openssl on windows, added missing files to makefiles and made test_pe_crypto build when encryption is disabled
2007-06-13 01:48:24 +00:00
Arvid Norberg
3b8670626a
merged back async_io branch into trunk
2007-06-10 20:46:09 +00:00
Arvid Norberg
a3a2217276
an approximate peer download rate is now in peer_info
2007-06-07 00:05:18 +00:00
Arvid Norberg
273f8bd921
merged back encryption branch to trunk
2007-06-06 00:41:20 +00:00
Arvid Norberg
31247c046a
supports turning on and off upnp, natpmp and lsd. All ofthem are now off by default
2007-05-31 00:21:54 +00:00
Arvid Norberg
bb71832f5f
exposed some more peer info
2007-05-25 19:42:10 +00:00
Arvid Norberg
c48bba388e
formatting fixes in client test, and made the test build when resolve countries is disabled
2007-05-24 20:23:14 +00:00
Arvid Norberg
1eb819b901
fix to previous optimization in client_test
2007-05-24 00:52:03 +00:00
Arvid Norberg
4bcf8b53ff
string operations optimizations in client_test
2007-05-23 07:39:21 +00:00