Commit Graph

  • bac57a6e69 merged RC_1_1 into master arvidn 2018-11-23 23:42:11 +0100
  • cdf66409a4 don't use page aligned disk buffers arvidn 2018-11-23 02:08:57 +0100
  • 50ae1838e6 wrap inclusion of windows.h with appropriate defines arvidn 2018-11-20 16:05:40 +0100
  • 1f9178f882 clean up test_fast_extension to use span arvidn 2018-11-20 21:55:18 +0100
  • 3406f12ab3 Include &ipv4= for private trackers airium 2018-11-19 19:12:42 +0800
  • 9ae4aedeb0 deprecate slow bdecode() function arvidn 2018-11-18 12:59:52 +0100
  • 0d8a5a8a44 add support for &ipv4= tracker argument arvidn 2018-11-19 01:56:30 +0100
  • c1bfd696d4 removed misleading message Alden Torres 2018-11-18 14:15:50 -0500
  • 8258a114b9 port of cmake c++ standard detection from RC_1_1 Alden Torres 2018-11-18 13:52:12 -0500
  • 8841c58435 improve interoperability between bdecode_node and entry (for encoding). Make it possible to construct an entry from a bdecode_node. move comparison operators out of entry to support implicit conversions from bdecode_node arvidn 2018-11-18 12:59:52 +0100
  • 295bcc08e5 more use of should_log in torrent.cpp Alden Torres 2018-11-18 11:50:33 -0500
  • f3d1352cb3 doozer macOS script simplification Alden Torres 2018-11-18 10:02:02 -0500
  • 8d7af2344f use new bdecoder in ut_metadata class arvidn 2018-11-18 01:29:50 +0100
  • eab1055938 more warnings on appveyor arvidn 2018-11-16 16:19:12 +0100
  • 9a03b25133 don't use ccache on doozer, as it retains the build directory between builds arvidn 2018-11-17 23:10:44 +0100
  • 04fd20d62b cmake: read project version from the version.hpp file Eugene Shalygin 2018-11-15 18:20:02 +0100
  • 5f26ff9f62 add lgtm quality badge arvidn 2018-11-17 23:05:40 +0100
  • 7538d68086 clean up integer_to_str() function arvidn 2018-11-16 02:39:31 +0100
  • 66a8f133b0 merged RC_1_1 into master arvidn 2018-11-17 14:38:43 +0100
  • 25a1f12991 Fix redundant bytes overflow airium 2018-11-17 00:52:29 +0800
  • 95049cde1a Include cmake file for bindings in the tarball sledgehammer_999 2018-11-16 23:13:17 +0200
  • 3126e8f39e improve type-safety a bit in the hole-punch code arvidn 2018-11-16 09:32:45 +0100
  • e3c5b6c13c add rvalue ref overload of apply_settings() to avoid copying the whole settings_pack object arvidn 2018-11-16 16:20:27 +0100
  • 7103b12cb7 remove typed_span type arvidn 2018-11-05 01:23:13 +0100
  • ef6db120a3 Decrease MSBuild verbosity level for AppVeyour cmake builds Eugene Shalygin 2018-11-16 10:18:37 +0100
  • 6381b35891 bump verson to 1.1.11.0 arvidn 2018-11-08 10:20:28 +0100
  • 8c18baf10e check for self-assignment in bitfield operator= arvidn 2018-11-16 02:44:11 +0100
  • 1dc8c1c127 initialize bencoded ints with zero when constructed arvidn 2018-11-16 08:22:36 +0100
  • 5383854768 make span's and sha1_hash's index and size types signed (instead of unsigned). Specifically std::ptrdiff_t. In line with the direction of gsl span and reduce signed->unsigned casts arvidn 2018-11-01 23:05:30 +0100
  • 48980896d5 exit natpmp::on_reply earlier if we're shutting down arvidn 2018-11-13 11:00:18 +0100
  • 5929ad4cae merge RC_1_1 into master (again) arvidn 2018-11-15 22:55:52 +0100
  • 29cddaa23e merged RC_1_1 into master arvidn 2018-11-14 15:48:37 +0100
  • b91c595b43 cmake: allow selecting C++ standard version during build Eugene Shalygin 2018-11-14 13:07:42 +0100
  • 9415467dd8 Fix setting ipv6 interface airium 2018-11-15 01:55:49 +0800
  • eda8227d80 simplify test Jamfile by making each test its own target. Make test_lsd explicit and don't run it on travis OSX, since it can't get the socket there arvidn 2018-11-14 14:48:05 +0100
  • 164982c63a pass the dht item object by const reference instead of by value arvidn 2018-11-14 12:30:27 +0100
  • 6d886f29a9 support moving the whole add_torrent_params object into the add_torrent call on session arvidn 2018-11-14 12:09:43 +0100
  • 0c76a3a0c5 require tracker_request objects be moved into queue_manager. also replace non-const reference parameter with rvalue reference arvidn 2018-11-11 20:33:41 +0100
  • 00987475f4 run the simulator tests by themselves, on appveyor arvidn 2018-11-14 07:31:39 +0100
  • e5dfcfc6b8 Include cmake file in the tarball sledgehammer_999 2018-11-14 02:58:50 +0200
  • 13dd7cfe1e a better fix to the ssl port announce bug arvidn 2018-11-12 18:06:31 +0100
  • 437887ca37 pass add_torrent_params by const reference in deprecated add_magnet_uri functions. They are large to copy but since they're deprecated aren't worth the trouble of having an rvalue reference overload arvidn 2018-11-12 01:51:05 +0100
  • 4d88c83576 add rvalue reference overloads for add_torrent_params, settings_pack and session_params. Those structures are pretty large so being able to take them by rvalue reference may be beneficial arvidn 2018-11-11 02:37:13 +0100
  • 049b090e8d detect cases where TORRENT_EXPORT is placed where gen_reference_doc.py ignores it, and fix the code arvidn 2018-11-12 17:38:01 +0100
  • f425a3818a cmake: make pkg-config package name independent of target name Eugene Shalygin 2018-11-12 12:52:34 +0100
  • 87041b40d5 perfect forward async handlers for udp_socket to underlying asio socket arvidn 2018-11-12 00:14:06 +0100
  • 5c533522cb cmake: make pkg-config package name independent of target name Eugene Shalygin 2018-11-12 12:52:34 +0100
  • 2d6a6a24ae move the whole add_torrent_params object into save_resume_data_alert arvidn 2018-11-12 02:43:30 +0100
  • a233d3cc28 actually fix the issue with the second tracker announce with port 0 arvidn 2018-11-11 20:36:06 +0100
  • e0c1b3403c add header guards to ConvertUTP.h and fixedint.h arvidn 2018-11-12 01:11:26 +0100
  • 2edb86c543 fix some warnings in utp_stream arvidn 2018-11-11 23:31:54 +0100
  • 8d40cf6227 remove redundant MTU boundary checks arvidn 2018-11-12 00:33:44 +0100
  • 9b9ed6ad60 cmake: strip directories and library prefixes for pkg-config Eugene Shalygin 2018-11-11 21:23:19 +0100
  • dc7cc3ef37 bump max size of read/write handlers arvidn 2018-11-10 15:45:25 +0100
  • fccf25e839 cmake: strip directories and library prefixes for pkg-config Eugene Shalygin 2018-11-11 21:23:19 +0100
  • f6e5007044 add include guards to assert.hpp arvidn 2018-11-11 17:33:10 +0100
  • ffdd34a41a add include guard to puff.hpp arvidn 2018-11-11 16:11:33 +0100
  • b731764c85 remove unused variables arvidn 2018-11-11 15:59:43 +0100
  • 2087dbc05a added CMakeLists.txt.user to gitignore silver 2018-11-11 05:51:36 +0100
  • a2a10e9bee expose some dht alert fields as bytes instead of strings arvidn 2018-11-09 10:43:16 +0100
  • a7f345aa0d split out cmake build on appveyor arvidn 2018-11-10 01:38:20 +0100
  • 28d123ef23 factor out duplicate code in choker arvidn 2018-11-10 11:12:12 +0100
  • 69485558ef factor out duplicate code in piece_picker, upnp and lazy_bdecode arvidn 2018-11-09 18:48:33 +0100
  • 9d26f4f96c fix asio-debugging build of dht test arvidn 2018-11-09 02:15:43 +0100
  • 7bb828af6e back-port the new test SSL cert from master arvidn 2018-11-09 09:15:51 +0100
  • 30706adfb7 convert classic for-loops to range-for loops. revert use of CHAR_BIT macro (we use fixed width types, not char) arvidn 2018-11-07 21:36:21 +0100
  • 0ad3bb139d fix cppcheck pavel.pimenov 2018-10-27 12:03:30 +0300
  • 82ca0adc66 update projects.rst info on qBittorrent David Refoua 2018-11-08 03:49:30 +0330
  • a06a78ee1c fix of asio-debugging build in natpmp. resend_request could be called directly, not only as a handler for an async operation arvidn 2018-11-08 01:01:12 +0100
  • e2f8bce539 add tests for low level I/O functions, read_* and write_*. also turn some raw for loops into range-for loops in the I/O functions arvidn 2018-11-06 23:36:35 +0100
  • 1f9e74f40d merged RC_1_1 into master arvidn 2018-11-06 23:57:04 +0100
  • cec300234c fix move_storage with save_path with a trailing slash Arvid Norberg 2018-10-27 01:20:34 +0200
  • 6be8b395da some cleanup turning memcmp() and memcpy() into span comparisons and std::copy(). some more use of random_bytes() instead of loops. arvidn 2018-11-05 13:08:55 +0100
  • a0fa0b14bb merged RC_1_1 into master arvidn 2018-11-04 16:17:30 +0100
  • 117ca9c6b1 use variatic templates in python binding arvidn 2018-11-01 12:15:47 +0100
  • 3988be348f simplify SFINAE on write_impl to just use enable_if arvidn 2018-11-02 10:49:20 +0100
  • bf496c6b14 use span for picker_log_alert arvidn 2018-11-02 10:46:16 +0100
  • 014533da12 regenerate test SSL certificate arvidn 2018-11-03 00:45:37 +0100
  • 939b380fda fix build against boost-1.69 Arvid Norberg 2018-10-27 15:24:05 +0200
  • 5b5b280b87 only make snubbed peers invert the piece picking strategy when we're doing rarest first (i.e. snubbed peers do common-first). Specifically, this prevents snubbed peers from picking from the end of the torrent when in sequential mode Arvid Norberg 2018-10-26 15:42:10 +0200
  • d0e146eb75 merged RC_1_1 into master arvidn 2018-11-01 09:37:18 +0100
  • 89a6e3cf7a cmake: allow selecting C++ standard version during build Eugene Shalygin 2018-10-20 15:27:09 +0200
  • ba294e6594 cmake: backport changes from the master branch Eugene Shalygin 2018-10-20 14:34:25 +0200
  • e1eb12e60f ssl listen port fix and improved tracker announce logging Arvid Norberg 2018-10-26 15:10:10 +0200
  • a3eed212a1 fix warning in clean.py arvidn 2018-10-26 00:47:23 +0200
  • b00ce69d58 remove params.url.clear(); pavel.pimenov 2018-10-20 15:05:48 +0300
  • a5da48edd4 add missing boost/noncopyable include Arvid Norberg 2018-10-24 23:02:19 +0200
  • 88266edd43 Update comment in put_mutable_item Amir Abrams 2018-10-23 22:22:13 -0500
  • 3fb05d77d8 fix warnings arvidn 2018-10-20 12:50:53 +0200
  • 36801fb96f add some const arvidn 2018-10-19 19:22:26 +0200
  • 6eb05e4842 fix typos and run hunspell on more documentation arvidn 2018-10-19 19:56:07 +0200
  • c57b3be4cc more lgtm fixes arvidn 2018-10-20 00:05:18 +0200
  • 9463159e67 merged RC_1_1 into master arvidn 2018-10-19 22:44:05 +0200
  • 12c52e8751 back-port the fix from the lgtm fixes in master Arvid Norberg 2018-10-19 16:27:42 +0200
  • da58e0cbd1 Update streaming.rst Gabor Szelcsanyi 2018-10-19 18:44:51 +0200
  • 06597a5d30 Fix typo in docs/client_test.rst Kiss Áron 2018-10-19 16:49:42 +0200
  • cf83ab1f0e fix sonar-scanner typo in .travis Arvid Norberg 2018-10-19 18:02:52 +0200
  • ede7dbf0aa add LGTM badge to README and fix warnings Arvid Norberg 2018-10-19 14:35:19 +0200
  • 911e4a892b cmake: remove $<LINK_ONLY:...> expressions from INTERFACE_LINK_LIBRARIES Eugene Shalygin 2018-10-15 23:10:37 +0200
  • 3b32c90dde fix gcrypt build arvidn 2018-10-17 00:40:31 +0200