Arvid Norberg
|
0abb46e794
|
fixed extension bug, where 0-pointers would be added the the extension list
|
2006-11-23 16:21:45 +00:00 |
Arvid Norberg
|
139cd9a1f0
|
updated jamfile to build on cygwin
|
2006-11-22 17:54:02 +00:00 |
Arvid Norberg
|
1015864eeb
|
fixed division by zero problem in allocate_resources, removed incorrect asserts
|
2006-11-22 12:15:47 +00:00 |
Arvid Norberg
|
8e289bb233
|
improved logging and fixed glitch in quota management.
|
2006-11-21 15:51:28 +00:00 |
Arvid Norberg
|
d90f833eed
|
fixed problem in quota management for upload and download bandwidth
|
2006-11-21 00:42:52 +00:00 |
Arvid Norberg
|
68e8ea35ea
|
added logging of upload and download statistics, revised some of the quota management, added support for sessions to allocate_resources (patch by wojci)
|
2006-11-20 21:03:58 +00:00 |
Arvid Norberg
|
c52de08421
|
added more logging and modified the resource allocation algorithm. A new, looser, upload and download bandwidth limiter is now used, in order to be able to use more of the available bandwidth
|
2006-11-19 15:29:58 +00:00 |
Arvid Norberg
|
dd7aeba978
|
added some more checks
|
2006-11-19 15:25:02 +00:00 |
Arvid Norberg
|
2414eb8f37
|
updated configure script to handle more options
|
2006-11-19 15:24:30 +00:00 |
Arvid Norberg
|
9c8f5327b5
|
fixed incorrect assert
|
2006-11-19 15:23:41 +00:00 |
Arvid Norberg
|
01f1d01d58
|
improved logging, fixed option to allow multiple connections from the same IP
|
2006-11-15 21:39:58 +00:00 |
Arvid Norberg
|
51e3261dd0
|
the file pool has been moved to the session and its size can be controlled via session_settings. Added untested option to allow multiple connections from the same IP.
|
2006-11-14 15:53:38 +00:00 |
Arvid Norberg
|
247b8ae443
|
removed temporary assert and factored file_pool out of storage to prepare for a per session file pool
|
2006-11-14 13:36:10 +00:00 |
Arvid Norberg
|
e35fc5c4be
|
refactored extensions and added a plugin interface. fixed file.cpp for windows
|
2006-11-14 00:08:16 +00:00 |
Arvid Norberg
|
b5e6c66e64
|
added link to lecture notes on bittorrent introduction
|
2006-11-12 23:42:41 +00:00 |
Arvid Norberg
|
cb0da5c7a6
|
fixed credits and date
|
2006-11-08 00:38:30 +00:00 |
Arvid Norberg
|
562d95759f
|
updated docs
|
2006-11-08 00:34:02 +00:00 |
Arvid Norberg
|
5e4be184a3
|
added defines for msvc to disable bogus warnings
|
2006-11-02 12:44:33 +00:00 |
Arvid Norberg
|
84aa3cf421
|
made client_test build in msvc
|
2006-11-02 11:47:26 +00:00 |
Arvid Norberg
|
8e876cab72
|
added asio.hpp to the distribution
|
2006-11-01 12:51:26 +00:00 |
Arvid Norberg
|
7bff835cdd
|
fixed problem when sending messages to oneself fails in the dht
|
2006-10-27 01:56:01 +00:00 |
Arvid Norberg
|
6f939b565b
|
added necessary try catch block
|
2006-10-25 11:43:25 +00:00 |
Arvid Norberg
|
340d8a1cbc
|
removed incorrect assert hit when rebinding the dht service port
|
2006-10-24 11:52:30 +00:00 |
Arvid Norberg
|
333366f1f3
|
added ./include/libtorrent as a usage requirement, since the asio headers are found there.
|
2006-10-23 23:18:35 +00:00 |
Arvid Norberg
|
ed15b5989e
|
fixed warning on msvc8
|
2006-10-19 22:23:40 +00:00 |
Arvid Norberg
|
1805beaaec
|
added Deluge client id
|
2006-10-18 04:04:34 +00:00 |
Arvid Norberg
|
4d94c7574c
|
added default constructor to session_proxy
|
2006-10-15 13:46:52 +00:00 |
Arvid Norberg
|
6727dfaed7
|
added warning to torrent_handle
|
2006-10-14 17:18:41 +00:00 |
Arvid Norberg
|
892268aef4
|
updated changelog and added 0.11 release point
|
2006-10-14 08:15:57 +00:00 |
Arvid Norberg
|
ec53633975
|
added mutex locks around critical sections
|
2006-10-13 00:01:18 +00:00 |
Arvid Norberg
|
c84e96898b
|
added workaround for incorrectly encoded paths in torrent files
|
2006-10-12 23:51:10 +00:00 |
Arvid Norberg
|
7eb6090a08
|
fixed the layout
|
2006-10-12 21:37:16 +00:00 |
Arvid Norberg
|
81f54dee02
|
added ubuntu build notes by xi stan
|
2006-10-12 21:24:24 +00:00 |
Arvid Norberg
|
37541d4676
|
fixed incorrect include of standard header with .hpp-sufix
|
2006-10-12 20:42:58 +00:00 |
Arvid Norberg
|
40741a1626
|
added missing include of set.hpp
|
2006-10-12 19:24:38 +00:00 |
Arvid Norberg
|
7e9da2a261
|
fixed indentation
|
2006-10-11 22:07:07 +00:00 |
Arvid Norberg
|
c66165614e
|
the dht uses the specified port now
|
2006-10-11 22:05:10 +00:00 |
Arvid Norberg
|
7b3ef9620d
|
added session_impl.cpp
|
2006-10-11 22:04:45 +00:00 |
Arvid Norberg
|
f1457fd33e
|
added signature to session::abort()
|
2006-10-11 22:03:24 +00:00 |
Arvid Norberg
|
c8fbd5db21
|
split session and session_impl into separate compilation units
|
2006-10-11 20:57:54 +00:00 |
Arvid Norberg
|
f0519e86e8
|
separated session from session_impl and made a real pimpl-class of it. Introduced the possibility to destruct the sessions async.
|
2006-10-11 14:02:21 +00:00 |
Arvid Norberg
|
8346841d35
|
fixed bug in file_progress with file sizes of 0 bytes
|
2006-10-08 20:36:05 +00:00 |
Arvid Norberg
|
8e0d7a3bc8
|
added msvc workarounds
|
2006-10-04 15:18:51 +00:00 |
Arvid Norberg
|
e50a7c10d2
|
updated Makefiles
|
2006-10-04 10:53:43 +00:00 |
Arvid Norberg
|
6856989cb8
|
added a test for allocate resources
|
2006-10-04 02:27:32 +00:00 |
Arvid Norberg
|
db426ae80d
|
fixed race condition in udp_tracker_connection
|
2006-10-02 22:19:21 +00:00 |
Arvid Norberg
|
599cfe3820
|
moved a stderr log to the verbose log
|
2006-10-02 10:06:31 +00:00 |
Arvid Norberg
|
f029f5d6b2
|
fixed sequenced download bug
|
2006-10-02 08:58:28 +00:00 |
Arvid Norberg
|
57471d4b37
|
fixed bug in client_test where dht_state wasnt used
|
2006-09-29 14:59:59 +00:00 |
Arvid Norberg
|
065c437d31
|
fixed bug in client_test where dht_state wasnt used
|
2006-09-29 14:59:26 +00:00 |