Arvid Norberg
|
7be41a5c8a
|
added bitfox as a project using libtorrent
|
2007-02-26 20:21:40 +00:00 |
Arvid Norberg
|
bb0b8c9d95
|
improved unit test for storage, modified move_storage to hopefully fix a bug. updated Changelog.
|
2007-02-25 21:11:29 +00:00 |
Arvid Norberg
|
e051892c21
|
patches to configure.in and Makefile.am by brandon rioja
|
2007-02-25 10:18:14 +00:00 |
Arvid Norberg
|
10068634f8
|
fix for typo in previous checkin
|
2007-02-25 09:44:08 +00:00 |
Arvid Norberg
|
7888b72e12
|
fix for crashes when stopping or restarting DHT
|
2007-02-25 09:42:43 +00:00 |
Arvid Norberg
|
fcc9c49608
|
fixed issue with metadata-less torrents and their statistics updates
|
2007-02-25 05:20:14 +00:00 |
Arvid Norberg
|
f6c7a87fff
|
added the gentoo ebuilds to the building documentation
|
2007-02-22 18:47:27 +00:00 |
Arvid Norberg
|
de37f48179
|
fixed bug where multi-file torrents with just a single file in left directories after storage::move_storage was called
|
2007-02-21 22:49:01 +00:00 |
Arvid Norberg
|
ae059040da
|
fixed typo
|
2007-02-21 17:16:29 +00:00 |
Arvid Norberg
|
b0ae8d3a14
|
tracker fixes for trackerless torrents
|
2007-02-21 17:15:47 +00:00 |
Arvid Norberg
|
11b44fd286
|
fixed typo in previous check in
|
2007-02-21 03:05:25 +00:00 |
Arvid Norberg
|
4b66454a38
|
another fix for closing torrentless torrents
|
2007-02-20 22:58:31 +00:00 |
Arvid Norberg
|
9c7e0576bd
|
improved verbose logging of http seed connections
|
2007-02-20 17:38:07 +00:00 |
Arvid Norberg
|
df46401c9c
|
added docs for python binding. Fixed warning in python binding.
|
2007-02-20 04:32:13 +00:00 |
Arvid Norberg
|
3fc73cb219
|
added a web seed test (requires manual environment setup for web server). fixed bug in torrent_info where file offsets could be left uninitialized. Fixed bug in torrent which would cause a crash in case a torrent without any trackers would be aborted.
|
2007-02-20 01:42:12 +00:00 |
Arvid Norberg
|
4f86042b97
|
bandwidth management fix + improved string conversion fallback in case strings are incorrect in torrent
|
2007-02-19 23:06:20 +00:00 |
Arvid Norberg
|
f5fe27e691
|
bandwidth management fix + fix to http tracker connection request builder
|
2007-02-19 21:24:48 +00:00 |
Arvid Norberg
|
9c0e9701d9
|
fix for bug in bandwidth throttler when limiting a torrent to lower than bandwidth block size. Fixed #ifndef related to DHT support
|
2007-02-19 00:01:39 +00:00 |
Arvid Norberg
|
16457e2280
|
fixed missing #ifdef
|
2007-02-18 18:28:07 +00:00 |
Arvid Norberg
|
320de0d8e6
|
fixed warning on msvc-8
|
2007-02-17 01:01:34 +00:00 |
Arvid Norberg
|
889ad70cee
|
fixes for metadata-less torrents, and fixes for peer requests
|
2007-02-15 03:03:50 +00:00 |
Arvid Norberg
|
14cb23cec2
|
tracker announces will always request 50 peers, unless it's stopped
|
2007-02-12 22:45:23 +00:00 |
Arvid Norberg
|
6a47eb501e
|
fixed problem with torrents that were paused not getting any upload slots or connection quota once the were unpaused
|
2007-02-12 18:21:14 +00:00 |
Arvid Norberg
|
f795be7acf
|
made the dht be a fallback by default, fixed glitch in earlier fix to make sure block requests are sent properly, fixed problem in peer_connection::second_tick if the piece picker was removed because of the torrent becoming a seed
|
2007-02-12 09:20:49 +00:00 |
Arvid Norberg
|
a3bf238143
|
fixed typo in previous checkin and updated AUTHORS
|
2007-02-12 05:56:29 +00:00 |
Arvid Norberg
|
98b92e3f02
|
fixed problems in the network layer that made web seeds fail some times. prepared for proxy support in peer connections. worked on the http seeding. added support for web seeds in make_torrent tool
|
2007-02-12 05:46:29 +00:00 |
Arvid Norberg
|
e324cfc519
|
fixed configure.in script to run AC_PROG_CXX before testing for
|
2007-02-09 19:56:16 +00:00 |
Arvid Norberg
|
0019e9a2fb
|
fixed illegal iterator dereference
|
2007-02-05 17:10:34 +00:00 |
Arvid Norberg
|
8d5e14d557
|
fixed race condition when fast resume data was being checked
|
2007-02-04 02:08:46 +00:00 |
Arvid Norberg
|
d0ebdb2dee
|
added prioritization in the bandwidth_manager (throttler), web seeds now have lower priority when being handed bandwidth. torrent_reply_alert now includes the number of peers returned from the tracker. updated Changelog
|
2007-02-01 07:33:04 +00:00 |
Arvid Norberg
|
1a0547a15c
|
removed chat extension code that was commented out
|
2007-01-30 22:40:21 +00:00 |
Arvid Norberg
|
05f4ce5b6c
|
fixed potetial deadlock in bandwidth manager. Fixed http-tracker requests that are sensitive to existing arguments in url (avoids duplicates and doesn't replace arguments)
|
2007-01-30 17:56:42 +00:00 |
Arvid Norberg
|
6cb914b62f
|
removed invariant_check() left in by mistake
|
2007-01-29 17:56:59 +00:00 |
Arvid Norberg
|
f14c84b01e
|
fixes in DHT to make it work when the number of transaction slots are full (very rare case). Added a feature to (optionally) resolve the countries of peers and updated the docs (see peer_info::country).
|
2007-01-29 07:39:33 +00:00 |
Arvid Norberg
|
c2a032be7a
|
fix for use with latest version of asio
|
2007-01-29 07:37:32 +00:00 |
Arvid Norberg
|
69ef67d71e
|
made a common base class for torrent alerts. Made the bandwidth quota block size variable depending on the limit
|
2007-01-16 05:05:52 +00:00 |
Arvid Norberg
|
977ab61140
|
updated configure script to bail out if no compiler is found
|
2007-01-13 19:09:21 +00:00 |
Daniel Wallin
|
ae2b0afafb
|
Fixed float -> int conversion of parameters.
|
2007-01-11 17:33:43 +00:00 |
Arvid Norberg
|
cfb238886d
|
added lines that were removed by mistake
|
2007-01-11 02:59:38 +00:00 |
Daniel Wallin
|
8cf5c01ba0
|
Added console driver for *nix.
|
2007-01-10 19:58:54 +00:00 |
Arvid Norberg
|
a26e7133ca
|
correction of previous bugfix
|
2007-01-10 17:39:24 +00:00 |
Arvid Norberg
|
50123405fd
|
added missing sourcefile
|
2007-01-10 17:36:21 +00:00 |
Arvid Norberg
|
f840f4529d
|
bugfix
|
2007-01-10 17:34:53 +00:00 |
Arvid Norberg
|
72e3f97607
|
added missing header
|
2007-01-10 17:16:55 +00:00 |
Daniel Wallin
|
ba44509c2a
|
added minimal binding for peer_connection
|
2007-01-10 16:54:55 +00:00 |
Daniel Wallin
|
ce3bb57e61
|
fixed typo
|
2007-01-10 16:51:12 +00:00 |
Daniel Wallin
|
aa3ce54455
|
Python binding initial checkin.
|
2007-01-10 16:11:43 +00:00 |
Arvid Norberg
|
87f7b186b0
|
replaced the bandwidth throttling code with a leaky bucket for better accuracy
|
2007-01-10 15:02:25 +00:00 |
Arvid Norberg
|
5f6c12214b
|
bugfix
|
2007-01-08 15:29:17 +00:00 |
Arvid Norberg
|
7a9e7d112e
|
added max upload slots limit
|
2007-01-07 18:01:12 +00:00 |