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
arvidn
e3fc6083bb
fix typo in listen_failed_alert
2016-02-01 20:53:58 -05:00
arvidn
88b7e3768f
add sim test for optimistic unchoke round-robin distribution
2016-02-01 20:28:30 -05:00
arvidn
f2ce2284da
optimize the optimistic unchoke logic. extend the API for extensions to be able to affect the order of optimistic unchokes
2016-02-01 20:28:22 -05:00
Arvid Norberg
fb790aec1a
Merge pull request #447 from aldenml/typos
...
Documentation typos
2016-02-01 15:26:11 -05:00
Alden Torres
9f3d13281f
Documentation typos
2016-02-01 15:00:46 -05:00
Arvid Norberg
764c8a7f0c
Merge pull request #446 from arvidn/default-gateway-fix-1.1
...
forward port removal of special case for windows and mingw-1.1
2016-02-01 01:50:28 -05:00
Arvid Norberg
e316de3fe6
Merge pull request #445 from arvidn/minor-listen-cleanup-1.1
...
minor cleanup of listen sockets-1.1
2016-02-01 00:48:24 -05:00
arvidn
55024ccc4b
forward port removal of special case for windows and mingw in get_default_gateway that appeared wrong
2016-01-31 21:14:15 -05:00
arvidn
e113e8cdf3
minor cleanup of listen sockets
2016-01-31 19:40:31 -05:00
Arvid Norberg
9bb0181087
Merge pull request #443 from arvidn/reuse-addr-1.1
...
forward-port reuse address patch for windows
2016-01-31 18:18:00 -05:00
arvidn
e584c30b29
forward-port reuse address patch for windows
2016-01-31 18:16:26 -05:00
Arvid Norberg
07d7d72a58
Merge pull request #442 from arvidn/listen-failed-alert-1.1
...
restore the endpoint field in listen_failed_alert (but deprecated)
2016-01-31 10:21:23 -05:00
arvidn
acd929381e
restore the endpoint field in listen_failed_alert (but deprecated) and add a port field
2016-01-31 10:20:10 -05:00
Arvid Norberg
f18d2d5420
Merge pull request #426 from arvidn/web-seed-padfiles-1.1
...
fix handling edge cases of padfiles in web seed peer connection
2016-01-29 00:33:54 -05:00
arvidn
efe32c6a0e
rewrite most of web_peer_connection::on_receive to make it a lot simpler and fix edge cases with pad-files
2016-01-28 01:58:33 -05:00
Arvid Norberg
4064f91f6d
Merge pull request #433 from arvidn/scrape-tracker-1.1
...
allow specifying which tracker to scrape
2016-01-26 20:59:42 -05:00
arvidn
f31d17c9c5
allow specifying which tracker to scrape in torrent_hadnle::scrape_tracker
2016-01-26 18:14:32 -05:00
Arvid Norberg
416fc4cccb
Merge pull request #438 from arvidn/verify-resume-1.1
...
fix use of uninitialized variables in default_storage
2016-01-26 08:32:57 -05:00
arvidn
73289cb8ae
fix use of uninitialized variables in default_storage
2016-01-25 19:11:57 -05:00
arvidn
389001b284
update changelog
2016-01-25 19:01:22 -05:00
Arvid Norberg
9ff1882cfd
Merge pull request #436 from aldenml/allow-xp-compilation
...
Allow xp compilation with the use GetFileInformationByHandleEx
2016-01-25 18:41:31 -05:00
Alden Torres
f71d775238
Allow xp compilation with the use GetFileInformationByHandleEx.
2016-01-25 12:22:33 -05:00
Arvid Norberg
d0ce334d6d
Merge pull request #432 from ssiloti/set-sni-hostname-1.1
...
Enable SNI for outgoing SSL connections
2016-01-24 20:15:30 -05:00
Steven Siloti
21feab838d
Enable SNI for outgoing SSL connections
...
Fixes #429
2016-01-24 12:24:33 -08:00
Arvid Norberg
6ab158de62
Merge pull request #425 from arvidn/map-block-1.1
...
add run-time check to file_storage::map_block
2016-01-22 17:17:54 -05:00
arvidn
2a0e64df46
add run-time check to file_storage::map_block and improve its documentation
2016-01-22 17:17:35 -05:00