Commit Graph

2816 Commits

Author SHA1 Message Date
Arvid Norberg
e3f339e63f updated project page 2008-12-13 07:51:32 +00:00
Arvid Norberg
0638251289 added queued bytes to bandwidth manager and session_stats 2008-12-13 05:12:12 +00:00
Arvid Norberg
8c39f679e7 added documentation for seeding_piece_quota. #439 2008-12-13 04:36:41 +00:00
Arvid Norberg
f992053171 expose add_piece to the python bindings 2008-12-13 04:09:53 +00:00
Arvid Norberg
e69b2b8bee fixed python bindings to have the recently added wpath overloads 2008-12-13 03:44:18 +00:00
Arvid Norberg
eb1de9d9eb fixed potential problem in storage where it sometimes checks files without first initializing 2008-12-13 03:32:57 +00:00
Arvid Norberg
aced1fcac3 don't show connecting peers in client_test 2008-12-13 03:05:29 +00:00
Arvid Norberg
8cd106833d fix python bindings Jamfile to properly build with -fPIC 2008-12-12 18:44:18 +00:00
Arvid Norberg
9c5c0418ba fixed tracker prioritization bug 2008-12-12 10:00:20 +00:00
Arvid Norberg
6d3d58020a udp_socket fixes and extra asserts 2008-12-12 09:20:27 +00:00
Arvid Norberg
5bc4a2089d fixed seeding choking algorithm to be more fair (proper round robin) 2008-12-10 23:07:44 +00:00
Arvid Norberg
92f121f504 tcp/ip overhead calculation fix 2008-12-10 22:54:49 +00:00
Arvid Norberg
5fb854d724 improved super seeding with strict option 2008-12-09 07:56:37 +00:00
Arvid Norberg
bf4ed74c65 updated changelog 2008-12-09 07:08:40 +00:00
Arvid Norberg
ef8234efc5 fixed preprocessor defines using UNICODE instead of TORRENT_USE_WPATH. Removed old boost.filesystem replacement code to support boost 1.33 2008-12-09 03:45:58 +00:00
Arvid Norberg
2768874eea removed unused member 2008-12-09 00:27:42 +00:00
Arvid Norberg
16aa2f92c2 updated changelog 2008-12-08 09:22:39 +00:00
Arvid Norberg
2a9353cf48 prefer udp trackers. Fixes #433 2008-12-08 09:13:21 +00:00
Arvid Norberg
b41cdd6469 initial super seeding support 2008-12-08 06:36:22 +00:00
Arvid Norberg
14c142d997 added add_piece() to inject data from external sources 2008-12-07 21:04:19 +00:00
Arvid Norberg
3b7e484d6a various fixes for potential shutdown freezes 2008-12-07 20:25:04 +00:00
Arvid Norberg
eda4032a93 fixed mistake in setup.py.in 2008-12-05 17:10:56 +00:00
Arvid Norberg
da93e19c5d make setup.py print a friendly error message if it was not configured with boost.python instead of failing to build 2008-12-05 16:57:37 +00:00
Arvid Norberg
a54c3fc0e7 added space after Host: http header 2008-12-04 21:44:21 +00:00
Arvid Norberg
aeee715dd6 slight upnp optimization 2008-12-04 06:24:57 +00:00
Arvid Norberg
2d4bdbca7d fixed disk_io_thread over-allocation 2008-12-03 06:42:53 +00:00
Arvid Norberg
78d0c06728 regenerated html 2008-12-02 08:41:02 +00:00
Arvid Norberg
7dbce70e96 updated python binding docs 2008-12-02 08:39:44 +00:00
Arvid Norberg
3d136a8e93 fixed logging build 2008-12-02 08:29:45 +00:00
Arvid Norberg
d5a22544fb updated changelog 2008-12-02 08:22:28 +00:00
Arvid Norberg
4cc15f34ad fixed nat-pmp bug 2008-12-02 08:20:29 +00:00
Arvid Norberg
eacab8680e fixed illegal type conversion 2008-12-01 20:37:06 +00:00
Arvid Norberg
70f4303d92 added tracker IP to tracker_response callback and added filtering of local IPs in pex and tracker responses. #409 2008-12-01 08:48:54 +00:00
Arvid Norberg
58a3f6e4a0 added wpath overload for torrent_info constructor 2008-12-01 07:52:59 +00:00
Arvid Norberg
a00ddba109 fixed bug that would grossly underestimate the TCP/IP overhead 2008-12-01 07:23:58 +00:00
Arvid Norberg
96e34b80b2 added missing string in state_change_alert 2008-12-01 07:01:53 +00:00
Arvid Norberg
4b738fca7a added previous state to state_changed_alert. #401 2008-12-01 00:19:05 +00:00
Arvid Norberg
ea7715988c made windows build of python bindings optimize for space 2008-11-30 08:33:54 +00:00
Arvid Norberg
8e48e81ead added wpath and wstring overloads for functions dealing with paths for more complete wide character support. #432 2008-11-30 08:12:26 +00:00
Arvid Norberg
aab4876ec3 added missing images to makefile to be included in package 2008-11-30 08:04:49 +00:00
Arvid Norberg
58b3061f11 regenerated html 2008-11-30 07:59:29 +00:00
Arvid Norberg
a10db6dad7 added missing documentation of torrent_handle::rename_file 2008-11-30 07:04:21 +00:00
Arvid Norberg
490ad37c43 fixes to unit tests 2008-11-30 06:10:37 +00:00
Arvid Norberg
6027f9f20c made assert tied to the new TORRENT_DEBUG define. Fixed two include problems that surfaced as a result 2008-11-30 04:50:52 +00:00
Arvid Norberg
9126bef840 bumped VERSION_INFO_REVISION 2008-11-30 01:59:15 +00:00
Arvid Norberg
c59465209b updated changelog 2008-11-30 00:19:03 +00:00
Arvid Norberg
18d3744adb added python converter from unicode to path 2008-11-30 00:17:21 +00:00
Arvid Norberg
6519660372 add port number of host field in http requests 2008-11-29 23:00:57 +00:00
Arvid Norberg
db8d817977 updated changelog 2008-11-29 21:44:54 +00:00
Arvid Norberg
1022ba45fc fixed bug in disk IO thread which would make it sometimes0 exit the thread if an error occurred 2008-11-29 21:38:34 +00:00