Arvid Norberg
|
7c66c2911f
|
merged fixes from RC_0_16
|
2013-09-07 21:27:07 +00:00 |
Arvid Norberg
|
d616d3592b
|
make python bindinga build without deprecated functions
|
2013-08-28 02:38:31 +00:00 |
Arvid Norberg
|
50f98c124f
|
some python bindings fixes
|
2013-08-27 16:04:19 +00:00 |
Arvid Norberg
|
a571f361a2
|
merged fixes from RC_0_16
|
2013-07-16 15:55:14 +00:00 |
Arvid Norberg
|
982a14c2e9
|
extend move_storage functionality to have more flexible behavior
|
2013-05-09 02:50:16 +00:00 |
Arvid Norberg
|
f01169a68d
|
merged python binding update from RC_0_16
|
2013-05-03 08:24:26 +00:00 |
Arvid Norberg
|
f1cd525ec1
|
merged python fix from RC_0_16
|
2013-03-27 23:34:26 +00:00 |
Arvid Norberg
|
73fb9ba4b2
|
merged python binding fix from RC_0_16
|
2012-08-18 19:33:24 +00:00 |
Arvid Norberg
|
ad4efb8d59
|
add python bindings for SSL support
|
2012-06-26 23:53:59 +00:00 |
Arvid Norberg
|
5192d03852
|
fixed python binding build with no deprecated functions
|
2012-06-14 15:41:39 +00:00 |
Arvid Norberg
|
68e9b06358
|
added missing functions to python bindings (file_priority())
|
2012-05-19 23:34:31 +00:00 |
Arvid Norberg
|
c3695d9fbb
|
add have_piece function to torrent_handle
|
2011-11-27 00:01:13 +00:00 |
Arvid Norberg
|
4efabcefff
|
added some functions missing from the python binding
|
2011-11-16 06:12:48 +00:00 |
Arvid Norberg
|
587de62205
|
expose verified_pieces and the enums passed in to torrent_handle::status to python
|
2011-08-07 19:03:19 +00:00 |
Arvid Norberg
|
f38f8c57c4
|
add announce_ip to python binding
|
2011-08-05 17:11:05 +00:00 |
Arvid Norberg
|
109e527568
|
added reset_piece_deadline function
|
2011-08-05 06:31:46 +00:00 |
Arvid Norberg
|
220793c369
|
exposed comparison operators on torrent_handle to python
|
2011-07-04 21:02:15 +00:00 |
Arvid Norberg
|
a4651536c9
|
fixed python bindings build with disabled DHT support
|
2011-04-28 09:24:42 +00:00 |
Arvid Norberg
|
81c730fe54
|
fix torrent_handle.status in python binding
|
2011-03-05 02:31:12 +00:00 |
Arvid Norberg
|
1d8f768531
|
fixed python build with no deprecated functions
|
2011-01-23 18:41:15 +00:00 |
Arvid Norberg
|
415cd7fc4f
|
fixed typos in python binding
|
2010-10-30 16:59:17 +00:00 |
Arvid Norberg
|
e4de1fc8b1
|
graceful disconnect mode which finishes transactions before disconnecting peers
|
2010-10-30 08:36:18 +00:00 |
Arvid Norberg
|
0d196d3c84
|
document the problem of the disk cache potentially modifying files after saving resume data. In trunk, add a flag to flush the cache in the same call as saving resume data
|
2010-10-29 02:21:43 +00:00 |
Arvid Norberg
|
e3e70d3412
|
python bindings updates and build fixes
|
2010-09-05 16:49:03 +00:00 |
Arvid Norberg
|
b5efe1c92a
|
added feature to ask a torrent if it needs to save its resume data or not
|
2010-04-12 00:36:31 +00:00 |
Arvid Norberg
|
ce18e3b907
|
reverted bad python binding change
|
2010-01-09 00:09:45 +00:00 |
Arvid Norberg
|
a6ed83e7fe
|
add load_state/save_state to python bindings and made them build
|
2009-12-05 07:24:22 +00:00 |
Arvid Norberg
|
c418165e07
|
replaced boost.filesystem with custom functions (improves efficiency and drops unnecessary dependencies and improves libtorrent portability)
|
2009-10-26 01:29:39 +00:00 |
Arvid Norberg
|
6c137d6ef6
|
announces torrents immediately to the DHT when it's started
|
2009-10-25 02:37:45 +00:00 |
Arvid Norberg
|
ba12527c5a
|
added set_piece_deadline to the python binding
|
2009-09-25 15:03:24 +00:00 |
Arvid Norberg
|
35bca49c61
|
add torrent priority to adjust bandwidth allocation of torrent's peers
|
2009-09-13 02:24:25 +00:00 |
Andrew Resch
|
e19fb0548b
|
Fix setting/getting trackers
|
2009-06-04 02:14:34 +00:00 |
Arvid Norberg
|
bb9815713b
|
updated python bindings with the recent API change
|
2009-05-03 16:38:27 +00:00 |
Arvid Norberg
|
c51471c563
|
fixed python binding build warning
|
2009-03-02 05:23:25 +00:00 |
Arvid Norberg
|
63a2522014
|
fixed some warnings
|
2009-02-13 07:13:03 +00:00 |
Arvid Norberg
|
2454919be3
|
fixed typo in python binding
|
2009-01-21 23:41:26 +00:00 |
Arvid Norberg
|
4b01a8fe61
|
added read_piece() to python binding
|
2008-12-15 07:49:05 +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 |
Andrew Resch
|
e9dd8ce050
|
Fix building bindings when TORRENT_NO_DEPRECATE is defined
Add 'performance_alert' to the bindings
|
2008-10-28 06:29:30 +00:00 |
Andrew Resch
|
f5dda8dae5
|
Add torrent_handle::file_priorities to python bindings
|
2008-10-08 12:41:55 +00:00 |
Andrew Resch
|
0670ed9d0e
|
update python bindings
|
2008-09-30 16:05:08 +00:00 |
Arvid Norberg
|
59767d0e61
|
python bindings and examples fixes
|
2008-08-18 12:29:01 +00:00 |
Arvid Norberg
|
ff6cbbc6b6
|
added torrent_handle::clear_error() to retry a torrent that is in an error state (torrent_status::error is set)
|
2008-07-12 17:00:52 +00:00 |
Arvid Norberg
|
9bf25d1006
|
changed the definition of file_progress and deprecated the old function. Python bindings only exposes the new one
|
2008-07-12 13:38:22 +00:00 |
cg25
|
ff3e80c42f
|
Removed svn:executable property from {c,h}pp files in branches/RC_0_13 and
trunk.
|
2008-06-25 14:15:21 +00:00 |
Andrew Resch
|
737824eb60
|
Add force_recheck to the bindings
|
2008-06-07 21:02:14 +00:00 |
Andrew Resch
|
cffb933aaa
|
Fix issue with is_auto_managed and queue_position
|
2008-06-04 05:16:31 +00:00 |
Andrew Resch
|
70fb14e11c
|
Update bindings to include queueing and file_renamed_alert
|
2008-06-02 21:18:50 +00:00 |
Andrew Resch
|
73d9db3877
|
Fix torrent_handle.cpp in python bindings to compile.
|
2008-04-15 22:32:53 +00:00 |