Arvid Norberg
|
391bd37113
|
updated python bindings
|
2009-05-14 17:24:17 +00:00 |
Arvid Norberg
|
e3f1b5a905
|
updated C bindings
|
2009-05-14 17:23:24 +00:00 |
Arvid Norberg
|
bb9815713b
|
updated python bindings with the recent API change
|
2009-05-03 16:38:27 +00:00 |
cg25
|
ecdf83547e
|
Revert changeset introduced in r3424 and add a specific define to disable
boost.serialization for python bindings build.
|
2009-04-30 05:28:22 +00:00 |
Arvid Norberg
|
12dd8a8723
|
build windows python bindings with geoip support. fixes some warnings in msvc
|
2009-04-26 21:21:31 +00:00 |
cg25
|
a79932c9fd
|
optionally set specific installation parameters in makefile for python bindings
|
2009-04-12 10:54:12 +00:00 |
cg25
|
b59c93392a
|
strip unneeded cflag in setup.py for python bindings
|
2009-04-12 00:00:24 +00:00 |
Arvid Norberg
|
1ed9e6d2f8
|
more C bindings and added getters for max_uploads on session and torrent
|
2009-04-07 15:55:05 +00:00 |
Arvid Norberg
|
49a4a62168
|
added start of C API library in bindings
|
2009-04-06 04:55:15 +00:00 |
Arvid Norberg
|
1ed7e222f8
|
added documentation to explain how paused and auto_managed are overridden by resume_data. Added a mechanism to trunk to ignore the resume data for those two settings. Updated documentation in trunk to include more fields in the resume data. Fixed broken links in the trunk docs
|
2009-03-21 04:33:53 +00:00 |
Arvid Norberg
|
a4fca76eff
|
python binding build fixes (BBv2)
|
2009-03-02 05:43:56 +00:00 |
Arvid Norberg
|
c51471c563
|
fixed python binding build warning
|
2009-03-02 05:23:25 +00:00 |
Arvid Norberg
|
a080fdc8fa
|
python binding fix for file_storage
|
2009-03-01 08:13:26 +00:00 |
Arvid Norberg
|
8ce5774307
|
added missing python bindign for create_torrent
|
2009-02-21 08:39:26 +00:00 |
Arvid Norberg
|
bed92597a9
|
fix for building the python bindings with boost-build
|
2009-02-20 08:58:36 +00:00 |
Arvid Norberg
|
63a2522014
|
fixed some warnings
|
2009-02-13 07:13:03 +00:00 |
Andrew Resch
|
11c21f2abe
|
Add a std::pair to tuple converter
Add 'outgoing_ports' to session_settings
|
2009-01-24 05:29:23 +00:00 |
Arvid Norberg
|
2454919be3
|
fixed typo in python binding
|
2009-01-21 23:41:26 +00:00 |
Andrew Resch
|
d60a5399bf
|
Add *_proxy() methods
|
2009-01-02 21:23:43 +00:00 |
Arvid Norberg
|
24668058fc
|
added -fPIC and -fvisibility=hidden as features for cleaner Jamfile (and to make the propagation work for boost_system)
|
2008-12-20 23:30:53 +00:00 |
Arvid Norberg
|
3d34d30afb
|
use -fvisibility=hidden for darwin and gcc toolkits
|
2008-12-20 21:12:39 +00:00 |
Arvid Norberg
|
ba1de6ea99
|
added session::id() to python binding
|
2008-12-15 08:03:47 +00:00 |
Arvid Norberg
|
4b01a8fe61
|
added read_piece() to python binding
|
2008-12-15 07:49:05 +00:00 |
Arvid Norberg
|
76d9c80182
|
added missing functions to python bindings
|
2008-12-14 20:51:22 +00:00 |
Arvid Norberg
|
b47f965c85
|
added torrent_handle::read_piece(). #441
|
2008-12-14 19:47:02 +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
|
8cd106833d
|
fix python bindings Jamfile to properly build with -fPIC
|
2008-12-12 18:44:18 +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
|
ea7715988c
|
made windows build of python bindings optimize for space
|
2008-11-30 08:33:54 +00:00 |
Arvid Norberg
|
18d3744adb
|
added python converter from unicode to path
|
2008-11-30 00:17:21 +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
|
0836ceec0b
|
more setup.py fixed for windows build
|
2008-11-24 00:38:26 +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 |
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
|
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
|
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 |
Andrew Resch
|
83b1f7ad91
|
Fix building in windows
|
2008-10-30 20:56:54 +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 |
Arvid Norberg
|
5ab28ed37f
|
added back the old add_torrent function, made optional parameters actually optional in the new add_torrent functions
|
2008-10-28 02:34:14 +00:00 |
Arvid Norberg
|
2c4ee11f30
|
added -fPIC to python binding jamfile when building libtorrent, since it's a python module linking statically against libtorrent
|
2008-10-25 20:40:34 +00:00 |
Andrew Resch
|
9c3677794b
|
Add smart_ban to python binding extensions
|
2008-10-19 06:03:37 +00:00 |
Andrew Resch
|
90e5407772
|
Fix segfault in python bindings when passing None to torrent_info()
|
2008-10-17 19:35:52 +00:00 |
Arvid Norberg
|
c0f82a730e
|
updated setup.py and documentation for python bindings (thanks will guaraldi)
|
2008-10-17 07:42:17 +00:00 |
Andrew Resch
|
f5dda8dae5
|
Add torrent_handle::file_priorities to python bindings
|
2008-10-08 12:41:55 +00:00 |
Arvid Norberg
|
c65919f43d
|
setup.py works on mac with boost 1.35 now. Still needs work to be portable
|
2008-10-04 20:57:48 +00:00 |