Arvid Norberg
|
3bc8d093c2
|
fixed the distributed copy function in the piece picker
|
2007-04-11 20:33:28 +00:00 |
Arvid Norberg
|
e503e334d5
|
fix to previous check-in
|
2007-04-11 17:44:15 +00:00 |
Arvid Norberg
|
109cc3f232
|
made the announce timer (for dht and lsd) use a weak pointer instead of raw pointer, to avoid problems when torrent is being destructed
|
2007-04-11 17:22:19 +00:00 |
Arvid Norberg
|
250adabcfa
|
removed unused web stats
|
2007-04-11 16:50:54 +00:00 |
Arvid Norberg
|
3ed24da320
|
added source to peer_info, which is a bitmask of the sources where the peer has been acquired from
|
2007-04-10 21:23:13 +00:00 |
Arvid Norberg
|
009b10e9bf
|
completed previous fix
|
2007-04-10 19:22:08 +00:00 |
Arvid Norberg
|
e65206309c
|
fixed issue when aborting an http connection
|
2007-04-10 18:53:12 +00:00 |
Arvid Norberg
|
4ceb6a02ea
|
added download_limit and upload_limit functions to torrent_handle
|
2007-04-10 09:25:17 +00:00 |
Arvid Norberg
|
4710a073a1
|
updated changelog with regard to the recent check-ins
|
2007-04-10 09:12:49 +00:00 |
Arvid Norberg
|
0863bc1aa6
|
removed the dependency on the compiled boost.date_time library
|
2007-04-10 09:11:32 +00:00 |
Arvid Norberg
|
d88ffcc0e4
|
removed some more unecessary boost.date_time dependencies
|
2007-04-10 07:52:58 +00:00 |
Arvid Norberg
|
5be60cc125
|
upnp made destructor not sync.ing
|
2007-04-10 05:14:37 +00:00 |
Arvid Norberg
|
11136650d6
|
updates to multicast lsd and upnp
|
2007-04-09 21:59:40 +00:00 |
Arvid Norberg
|
a1e20276a6
|
fixed typo in previous check-in
|
2007-04-09 20:38:51 +00:00 |
Arvid Norberg
|
ceb82bd38b
|
added support for posix timer clock_gettime()
|
2007-04-09 20:18:54 +00:00 |
Arvid Norberg
|
01c9cc04cd
|
fixed lock in python binding
|
2007-04-09 01:35:23 +00:00 |
Arvid Norberg
|
fa85e3848f
|
the client test for the python bindings are now attempting to use extensions, it doesn't seem to work properly yet though
|
2007-04-09 00:48:26 +00:00 |
Arvid Norberg
|
2dea7f072c
|
upnp fix
|
2007-04-09 00:26:00 +00:00 |
Arvid Norberg
|
516d8b72f6
|
fixed python bindings for recent api updates and added support for extensions
|
2007-04-07 03:37:23 +00:00 |
Arvid Norberg
|
baecc64131
|
fix to previous timer check-in that broke the api
|
2007-04-07 03:05:59 +00:00 |
Arvid Norberg
|
5f3797cf80
|
fix in http_connection where the handler was sometimes not called when rate limited and aborted
|
2007-04-06 23:01:27 +00:00 |
Arvid Norberg
|
94fab39d4c
|
Jamfile fixes for cygwin
|
2007-04-05 23:12:50 +00:00 |
Arvid Norberg
|
b1501d0dac
|
fix for rate limited http_connection
|
2007-04-05 20:53:11 +00:00 |
Arvid Norberg
|
af21efb861
|
upnp fix
|
2007-04-05 17:53:42 +00:00 |
Arvid Norberg
|
e7d1f92623
|
removed debug printout
|
2007-04-05 16:33:40 +00:00 |
Arvid Norberg
|
27da18bd0a
|
windows fixes
|
2007-04-05 01:08:21 +00:00 |
Arvid Norberg
|
306d015924
|
added a timer abstraction and replaced the use of boost.date_time. the timers used now are QueryPerformanceCounter on windows, mach_absolute_time on darwin and currently falls back on boost.date_time on other platforms. This has the advantage of being a monotonic clock, and also slightly more efficient
|
2007-04-04 22:27:36 +00:00 |
Arvid Norberg
|
7fc238407c
|
added missing lsd.cpp and lsd.hpp
|
2007-04-04 19:11:19 +00:00 |
Arvid Norberg
|
a9eff16c7e
|
natpmp fix if set_mappings is called more than once
|
2007-04-04 08:56:58 +00:00 |
Arvid Norberg
|
a4ccee15df
|
removed unused code
|
2007-04-04 02:10:25 +00:00 |
Arvid Norberg
|
5e32484194
|
first stab at getting local service discovery
|
2007-04-04 02:06:07 +00:00 |
Arvid Norberg
|
2555daa95f
|
fixed upnp when set_mappings are called multiple times before the upnp requests can finish
|
2007-04-04 00:08:00 +00:00 |
Arvid Norberg
|
ed9e80a3d4
|
added support for rate limiting on http_connection
|
2007-04-03 20:00:47 +00:00 |
Arvid Norberg
|
36ca0eb3ba
|
addition to previous peer connection download/upload limit fix
|
2007-04-02 23:10:11 +00:00 |
Arvid Norberg
|
ed3bb7e4e8
|
fixed peer connection rate limits
|
2007-04-02 22:25:58 +00:00 |
Arvid Norberg
|
d0381a4cbd
|
added getters for rate limit on peer connections
|
2007-04-02 21:06:00 +00:00 |
Arvid Norberg
|
15ad0a36f6
|
possible fix to upnp close-down in case there are UPnP devices without WANIPConnection
|
2007-04-02 20:09:48 +00:00 |
Arvid Norberg
|
ec2962dd62
|
extensions are now instantiated for web seeds as well
|
2007-04-02 20:00:24 +00:00 |
Arvid Norberg
|
2fc73e9aeb
|
fixed upnp so that it doesn't overwrite valid ports with 0
|
2007-04-02 19:17:08 +00:00 |
Arvid Norberg
|
10b5f538b1
|
fixed timeout issues on non-bottled long running http connections
|
2007-04-02 18:51:35 +00:00 |
Arvid Norberg
|
b282c43f3f
|
fixed assert caused when network went down
|
2007-04-02 06:49:15 +00:00 |
Arvid Norberg
|
b1bc1a9de0
|
made test_web_seed build and fixed test_metadata_extension
|
2007-04-02 06:21:53 +00:00 |
Arvid Norberg
|
7a30b397f8
|
made test_storage build and fixed bug introduced when storage was turned into a customization point
|
2007-04-02 05:46:19 +00:00 |
Arvid Norberg
|
bf5dc7fce4
|
added UPnP test application
|
2007-04-02 05:14:20 +00:00 |
Arvid Norberg
|
2f9611a1a9
|
UPnP seems to work
|
2007-04-01 15:39:08 +00:00 |
Arvid Norberg
|
3d2a4e00b9
|
upnp fixes
|
2007-04-01 01:18:10 +00:00 |
Arvid Norberg
|
9e1123eb9e
|
more UPnP work. updated ChangeLog and features documentation
|
2007-03-31 23:23:30 +00:00 |
Arvid Norberg
|
b247f280b4
|
bumped version number of docs
|
2007-03-31 22:11:43 +00:00 |
Arvid Norberg
|
0863e94876
|
updated docs with wiki and subversion info
|
2007-03-31 22:07:36 +00:00 |
Arvid Norberg
|
f65b5f677b
|
fixed incorrect locking that might cause invariant check failures
|
2007-03-30 22:00:26 +00:00 |