Arvid Norberg
|
81a88a774f
|
test_swarm fixes
|
2008-07-20 17:39:28 +00:00 |
Arvid Norberg
|
b32aa520c2
|
delete_files bug fix
|
2008-07-20 17:38:59 +00:00 |
Arvid Norberg
|
5ad495865e
|
fixed bug in windows path of file.cpp
|
2008-07-20 16:34:01 +00:00 |
Arvid Norberg
|
df27541904
|
only use wpath on windows
|
2008-07-20 16:13:52 +00:00 |
Arvid Norberg
|
c605c8021f
|
added file priority functions
|
2008-07-20 16:00:08 +00:00 |
Arvid Norberg
|
d16629f7c8
|
default to use UNICODE on windows
|
2008-07-20 11:53:21 +00:00 |
Arvid Norberg
|
417855848f
|
merged file_win.cpp and file.cpp (removed the need for file_win.cpp). The file is no longer a pimpl
|
2008-07-20 11:14:54 +00:00 |
Arvid Norberg
|
0433a32857
|
fixed msvc warning
|
2008-07-20 10:35:51 +00:00 |
Arvid Norberg
|
8c91fff1d6
|
saves torrent settings in resume data (up/down rate limits, max connections, upload slots, paused state, auto managed, piece priorities, renamed files)
|
2008-07-19 11:12:40 +00:00 |
Arvid Norberg
|
d4ee273573
|
fix print out issue in lazy_entry
|
2008-07-19 09:45:56 +00:00 |
Arvid Norberg
|
7607034ab6
|
exposed upload_only in peer_info
|
2008-07-19 07:57:43 +00:00 |
Arvid Norberg
|
49e76f510f
|
stop scraping torrents when session is paused
|
2008-07-19 07:45:15 +00:00 |
Arvid Norberg
|
4597de74df
|
removed incorrect assert
|
2008-07-19 07:35:24 +00:00 |
Arvid Norberg
|
8f1455919a
|
disable announce timers when paused
|
2008-07-18 22:57:49 +00:00 |
Arvid Norberg
|
21dff61cb5
|
clears read cache when paused. Saves memory
|
2008-07-18 15:31:22 +00:00 |
Arvid Norberg
|
d17d7d7b3f
|
added missing file error_code.cpp
|
2008-07-18 14:41:08 +00:00 |
Arvid Norberg
|
64727894c4
|
set all permission bits on files and let umask handle reducing permissions
|
2008-07-18 14:15:18 +00:00 |
Arvid Norberg
|
db4001e406
|
fixed file checking bug where the files on disk wouldn't even be inspected
|
2008-07-18 13:51:26 +00:00 |
Arvid Norberg
|
3b35b2c2e3
|
added dict_find_string to lazy_entry
|
2008-07-18 13:48:09 +00:00 |
Arvid Norberg
|
2ab80ddc3a
|
moved the error_category to error_code.cpp and added the new files (error_code.{hpp|.cpp}) to the Jamfile and makefiles
|
2008-07-18 10:22:16 +00:00 |
Arvid Norberg
|
429a118dd2
|
keep track of interest more tightly. better support for upload_only
|
2008-07-18 10:03:42 +00:00 |
Arvid Norberg
|
84406e2064
|
excluded mapped_storage from build
|
2008-07-18 00:21:51 +00:00 |
Andrew Resch
|
755567a7a0
|
Fix building with msvc
|
2008-07-17 23:56:58 +00:00 |
Arvid Norberg
|
3cb1369385
|
improved error reporting of file errors (uses boost.system's error_code). Now permission errors are properly reported when checking files
|
2008-07-17 23:41:46 +00:00 |
Arvid Norberg
|
86d8b54f5b
|
fix build for FreeBSD
|
2008-07-17 22:27:04 +00:00 |
Arvid Norberg
|
f754a18ecf
|
improved test_storage to report error conditions better
|
2008-07-17 15:08:29 +00:00 |
Arvid Norberg
|
e5c8b7c00a
|
fixed issue when trying to announce to tracker for tracker-less torrents
|
2008-07-14 13:09:07 +00:00 |
Arvid Norberg
|
72b99059e7
|
optimized policy::peer
|
2008-07-14 11:15:35 +00:00 |
Arvid Norberg
|
cf9ce06df3
|
fix logging build
|
2008-07-13 20:53:21 +00:00 |
Arvid Norberg
|
d88acd3d95
|
file_progress fix
|
2008-07-13 16:44:14 +00:00 |
Arvid Norberg
|
5bf38323c1
|
removed invariant check that can get triggered in peer_connection::snub_peer
|
2008-07-13 08:06:24 +00:00 |
Arvid Norberg
|
8fd33d65f1
|
file_progress fix
|
2008-07-13 07:58:32 +00:00 |
Arvid Norberg
|
4ee16ef247
|
use new file_progress api in client_test
|
2008-07-12 18:54:20 +00:00 |
Arvid Norberg
|
7541d9d246
|
don't allow force_tracker_request when paused
|
2008-07-12 18:45:58 +00:00 |
Arvid Norberg
|
1ed583011c
|
made the invariant checks cheaper and more useful. The full invariant checks are still available as an option
|
2008-07-12 17:51:59 +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
|
3162a03d0c
|
fix manual markup
|
2008-07-12 13:40:21 +00:00 |
Arvid Norberg
|
9bf25d1006
|
changed the definition of file_progress and deprecated the old function. Python bindings only exposes the new one
|
2008-07-12 13:38:22 +00:00 |
Arvid Norberg
|
e49c015c92
|
fixed torrent alert assert
|
2008-07-12 11:04:23 +00:00 |
Arvid Norberg
|
c5af2c2eaf
|
moved tracker announces into a timer instead of polling every second. Added state to properly send complete, started and stopped events
|
2008-07-12 08:25:19 +00:00 |
Arvid Norberg
|
9122ed8cea
|
support for logging to file in client_test
|
2008-07-12 08:19:17 +00:00 |
Arvid Norberg
|
2435c5f19b
|
increased accuracy of file_progress down to bytes (from 16kB blocks)
|
2008-07-11 14:10:33 +00:00 |
Arvid Norberg
|
486fb1082d
|
reports event in tracker_announce_alert
|
2008-07-11 12:00:29 +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
|
535aaf8182
|
fix to previous parole fix
|
2008-07-11 09:25:03 +00:00 |
Arvid Norberg
|
589e098002
|
fixed parole mode with timeouts and made it optional
|
2008-07-11 09:23:22 +00:00 |
Arvid Norberg
|
de8f676b98
|
increase timeouts
|
2008-07-11 09:02:05 +00:00 |
Arvid Norberg
|
5e48b63ede
|
removed hard coded file permission bits
|
2008-07-11 08:53:33 +00:00 |
Arvid Norberg
|
1b6cc3b870
|
wait a bit longer for fastresume data
|
2008-07-11 07:33:34 +00:00 |