arvidn
d49e7443a0
restore accidentilly removed .rst file
2016-02-18 19:14:01 -05:00
arvidn
2e5e11859f
soft deprecate support for adding torrents by HTTP URL (remove from documentation)
2016-02-18 18:34:45 -05:00
arvidn
8e94df5723
regenerated html
2016-02-17 19:12:33 -08:00
arvidn
b47599d216
fix aafigure diagram
2016-02-17 19:11:28 -08:00
arvidn
c5f714c605
minor documentation makefile fix
2016-02-17 18:41:26 -08:00
arvidn
f0db0245a3
preseve blank lines in session stats documentation generation
2016-02-17 18:38:50 -08:00
Arvid Norberg
53e2d5ee8a
Merge pull request #480 from arvidn/build-docs-1.1
...
build documentation on travis
2016-02-17 01:01:18 -08:00
arvidn
262f045ab9
build documentation on travis
2016-02-17 00:39:44 -08:00
Arvid Norberg
b101dd69cf
Merge pull request #479 from ssiloti/RC_1_1
...
more robust flags parsing in python bindings
2016-02-16 08:32:07 -08:00
Steven Siloti
df368c2d15
more robust flags parsing in python bindings
...
The flags supplied by libraries cannot be relied upon to be sane so
they all must be run through a parser to make sure search paths are
specified in the correct order.
2016-02-15 15:19:37 -08:00
arvidn
d6d0480313
forward port documentation fix
2016-02-12 13:30:37 -05:00
Arvid Norberg
6b87c4dff2
Merge pull request #476 from ssiloti/RC_1_1
...
Fix note in listen_interfaces docs
2016-02-12 02:00:13 -05:00
Steven Siloti
7d5a3bf4ee
Fix note in listen_interfaces docs
...
Apparently rst2html doesn't appreciate tabs. Also make the note a proper rst
directive, I think this was the intention.
2016-02-11 20:29:07 -08:00
Arvid Norberg
1d746f9c96
Merge pull request #475 from aldenml/typos
...
Documentation typos and new lines
2016-02-11 23:12:51 -05:00
Alden Torres
feb2fd34d6
Documentation typos and new lines
2016-02-11 19:53:43 -05:00
arvidn
828e79472d
forward port enum_net MTU fix
2016-02-11 00:46:28 -05:00
Arvid Norberg
7d8566f694
Merge pull request #473 from arvidn/bind-ssl-fix-1.1
...
fix issue in socket binding and back-port ssl test reliability fix
2016-02-10 19:47:34 -05:00
arvidn
ee14337894
revert listen_failed_alert::port
2016-02-10 18:28:34 -05:00
arvidn
87c31bec25
revert remaining left-over from deprecating listen_failed_alert::endpoint
2016-02-10 18:20:17 -05:00
arvidn
ceb0ac6148
fix issue in socket binding and back-port ssl test reliability fix
2016-02-10 02:09:12 -05:00
arvidn
6ad2b0709e
correct the documentation for listen_interfaces
2016-02-10 02:07:41 -05:00
Arvid Norberg
0d1f259cac
Merge pull request #472 from arvidn/forward-port-ip-voter-fix-1.1
...
forward port fix to ip_voter from RC_1_0
2016-02-09 20:24:07 -05:00
arvidn
d91054b8f1
forward port fix to ip_voter from RC_1_0
2016-02-09 19:09:53 -05:00
Arvid Norberg
896bcaf3de
Merge pull request #470 from arvidn/forward-port-python-fix-1.1
...
forward port python binding fix - 1.1
2016-02-09 01:38:45 -05:00
arvidn
be44f9dd50
forward port python binding fix from RC_1_0
2016-02-08 22:14:08 -05:00
arvidn
e7a0a9f49a
fix properly deprecating resolve-countries feature
2016-02-08 17:56:59 -05:00
arvidn
44abd1a59b
forward port fix to post torrent_added_alert earlier, from RC_1_0
2016-02-08 15:28:13 -05:00
Arvid Norberg
d14ce48ec4
Merge pull request #466 from arvidn/print-alerts-1.1
...
minor debug logging issue in test facility wait-for-alert
2016-02-08 15:12:32 -05:00
arvidn
dd48faa8d4
minor debug logging issue in test facility wait-for-alert and fix minor shutdown issue with udp_socket packet subscription
2016-02-08 02:05:00 -05:00
Arvid Norberg
7b1a8ff6f1
Merge pull request #465 from arvidn/got-tracker-1.1
...
removed unused field in torrent
2016-02-07 14:50:08 -05:00
Arvid Norberg
e5eab9dbd1
Merge pull request #463 from arvidn/un-deprecate-listen-alert-endpoint
...
un-deprecate the endpoint field in listen_failed_alert
2016-02-07 14:49:52 -05:00
Arvid Norberg
530b6cf736
Merge pull request #462 from ssiloti/RC_1_1
...
build dist fixes
2016-02-07 14:48:36 -05:00
arvidn
f4627db97f
removed unused field in torrent
2016-02-07 02:37:32 -05:00
arvidn
f8a53d17ec
un-deprecate the endpoint field in listen_failed_alert
2016-02-07 02:12:58 -05:00
Steven Siloti
f2bd5003ad
Enable extra exports when doing a distcheck
2016-02-06 20:47:55 -08:00
Steven Siloti
ad9d50c6b8
add make_torrent to Makefile.am
2016-02-06 19:46:19 -08:00
Steven Siloti
e62278e951
update reference document list
2016-02-06 19:45:55 -08:00
Steven Siloti
dcee303120
escape underscores in function signatures
...
Underscores can be interpreted as hyperlinks so they must be escaped in code.
Also fix spliting of the function name and formal parameters when the parameters
contain default values with parens in them.
2016-02-06 19:45:55 -08:00
arvidn
df353bc3f9
forward port typo fix in udp_socket from RC_1_0
2016-02-06 15:49:25 -05:00
Arvid Norberg
6168850519
Merge pull request #459 from ssiloti/RC_1_1
...
port new Boost.Python macro from RC_1_0
2016-02-06 14:07:22 -05:00
Steven Siloti
18dc2e3d3a
port new Boost.Python macro from RC_1_0
2016-02-06 07:48:17 -08:00
Arvid Norberg
2b4fbc8b1e
Merge pull request #457 from arvidn/getadaptersaddresses-1.1
...
forward port GetAdaptersAddresses from RC_1_0
2016-02-05 01:08:48 -05:00
arvidn
74554de330
forward port GetAdaptersAddresses from RC_1_0 and fix error categories in enum_net.cpp
2016-02-05 01:08:09 -05:00
Arvid Norberg
b7a6d8114e
Merge pull request #455 from aldenml/hex-include
...
Fix compilation with BOOST_NO_IOSTREAM
2016-02-03 17:34:20 -05:00
Alden Torres
930a33b59c
Fix compilation with BOOST_NO_IOSTREAM
2016-02-03 13:35:23 -05:00
Arvid Norberg
38c1b1d932
Merge pull request #453 from arvidn/support-null-listen-interface-1.1
...
support NULL being passed as the listen interface to session constructor
2016-02-03 08:13:27 -05:00
arvidn
b0cc0f84ab
support NULL being passed as the listen interface to session constructor
2016-02-02 23:17:51 -05:00
arvidn
14387f52a4
forward port ssiloti's python binding configure script fix from RC_1_0
2016-02-02 19:13:43 -05:00
arvidn
0f747695b7
fix error handling bug in logging
2016-02-02 01:57:56 -05:00
Arvid Norberg
5cee0cb5f2
Merge pull request #430 from arvidn/optimistic-unchoke-1.1
...
optimize the optimistic unchoke logic-1.1
2016-02-01 23:56:17 -05:00