Commit Graph

2776 Commits

Author SHA1 Message Date
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
Arvid Norberg
09b3a865ef fixed compiler flags in pkg-config file and made header files not depend on the NDEBUG define 2008-11-29 21:33:21 +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
1b686a1364 m_currently_trying_tracker cleanup 2008-11-27 20:48:29 +00:00
Arvid Norberg
65559b3441 made example client_test UI more compact 2008-11-27 20:10:17 +00:00
Arvid Norberg
5ed3daa49a PEX optimization 2008-11-26 08:27:57 +00:00
Arvid Norberg
3fd5405fa9 torrent_handle::add_tracker() 2008-11-26 01:42:14 +00:00
Arvid Norberg
294e62a4c3 current_tracker now also indicates which tracker is being tried. fixes #404 2008-11-26 01:31:54 +00:00
Arvid Norberg
93a0103746 ut_metadata fix to not send metadata for private torrents 2008-11-25 19:25:49 +00:00
cg25
153cad1315 Fix configure script to check for minimal python version 2.4 (instead of 2.5). 2008-11-25 15:12:42 +00:00
Arvid Norberg
2cd1838f38 exception fix in udp_socket 2008-11-24 19:19:27 +00:00
Arvid Norberg
73907913d7 force recheck assert fix 2008-11-24 19:18:53 +00:00
Arvid Norberg
0836ceec0b more setup.py fixed for windows build 2008-11-24 00:38:26 +00:00
Arvid Norberg
86f2365be4 regenerated docs 2008-11-23 21:57:46 +00:00
Arvid Norberg
98f2a7d82b updated changelog 2008-11-23 20:45:41 +00:00
Arvid Norberg
36b29053f9 fixed windows python bindings build. Made setup.py build with boost-build on windows, to be able to generate a windows binary installer for the python bindings 2008-11-23 20:41:24 +00:00
Arvid Norberg
f8b6d1c483 fixed geoip shared linking in Jamfile 2008-11-23 20:40:08 +00:00
Arvid Norberg
157603b597 first pass at a link compatibility check 2008-11-23 15:44:11 +00:00
Arvid Norberg
c8c914c7e5 updated 0.14.1 Changelog 2008-11-23 07:51:11 +00:00
Arvid Norberg
94c8edc344 add boost-system dependency to .pc file 2008-11-23 07:16:53 +00:00
cg25
f40e605ae3 Minor fixes to the new build system for python bindings. 2008-11-22 13:17:40 +00:00
Andrew Resch
177e53516a Add session_settings::rate_limit_ip_overhead to the python bindings 2008-11-22 09:00:54 +00:00
Arvid Norberg
30c98c4b37 fixed missing documentation 2008-11-22 02:55:38 +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
446d3b51f0 regenerated documentation 2008-11-21 20:13:15 +00:00
Arvid Norberg
3c90672b2f fixed upnp parsing problem #427 2008-11-21 18:23:44 +00:00
Arvid Norberg
9d148d6816 fixed simple_clien.py example 2008-11-21 18:04:59 +00:00
Arvid Norberg
340476f45b fixed client.py example 2008-11-21 17:54:04 +00:00
Arvid Norberg
551a1bec2c merged in [2962] from RC_0_14 2008-11-21 04:09:34 +00:00
Arvid Norberg
ad97c040f4 added link to create torrent docs from index page 2008-11-19 18:40:49 +00:00
Arvid Norberg
5da78dc9c5 added missing make_torrent documentation 2008-11-19 18:32:36 +00:00
Arvid Norberg
ed604e8652 added clarification about the need to have pkg-config installed when building the python bindings. #422 2008-11-19 08:02: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
78abf8a340 made recent change where the TCP/IP overhead is take into account when rate limiting, optional 2008-11-18 11:14:44 +00:00
Arvid Norberg
ce24a17308 minor checking torrent fix 2008-11-18 11:03:19 +00:00
Arvid Norberg
57c22bb214 complete support for pausing checking torrents 2008-11-18 11:01:30 +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
70119a6b53 consider 0-sized piece messages to be reject messages 2008-11-17 19:29:14 +00:00
Arvid Norberg
51393dabdf fixed typo 2008-11-17 19:19:45 +00:00
Arvid Norberg
370ee02ef6 fixed incorrect assert when receiving a 0-size piece message 2008-11-17 19:12:34 +00:00