Skip to content

Releases: r12f/rnp

0.1.146.main

10 Sep 04:59
1e6b078
Compare
Choose a tag to compare

Changes:

  • 1e6b078 Update cert subject name to fix msix signing. (#164)

This list of changes was auto generated.

0.1.143.main: Fix sub-millisecond time always being 0. (#161)

14 Mar 04:34
90d9c37
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

0.1.141.main

14 Nov 23:03
9ba561a
Compare
Choose a tag to compare

Changes:

  • 9ba561a Fixing file signing after recent AzureSignTool update. (#156)
  • 89f6222 Fix debug flavor in official build, due to cargo-make command line change. (#155)
  • dee7746 Upgrade all dependencies to latest. (#154)
  • 2abb6ca Upgrade cargo-make to 0.35.6. (#153)
  • e6de426 Add disconnect timeout support in Rnp. (#152)
  • 345d6e1 Add disconnect delay support in stub server. (#151)
  • 0ea99e5 Fix error message in stub server when connection get reset. (#150)
  • 8a94153 Add CLI options to Rnp Server. (#149)
  • ad4c7b4 Add Rnp Server into debian package. (#147)
  • cfb32aa Add Rnp Server info into chocolatey package. (#146)
See More
  • e97eb4b Add Rnp Server into MSIX package. (#145)
  • 458c8b3 Ignore main functions from code coverage tests. (#144)
  • 21ce6b9 Add skeleton of rnp_server executable for creating stub server for testing. (#143)
  • 1050ead Enable automatic terminal width detection for formatting CLI options. (#142)
  • 9aea9b3 Enable verbose console log in unit test when testing in build pipeline. (#141)
  • 5d76ca9 Fix incorrect result count when ping speed is too fast. (#140)
  • 07f70d8 Check connection already shutdown before initiate shutdown. (#139)
  • 6415d96 Add support for wait before disconnect for checking issues before disconnect. (#138)
  • 79af3a4 Refactor TCP ping client unit test to make them easier to debug. (#137)
  • 7eea8c4 Add sleep before write support. (#136)
  • eb246cc Refactor cli options into more structs. (#135)
  • 9959d44 Fix debian package validation failure in official build. (#134)
  • e1790f5 Add close on accept support in stub server. (#133)
  • 7b4c57f Fix server started event not signaled when bind failed. (#132)
  • 7026096 Stub server skip write when write chunk size is 0. (#131)
  • 5d2f0db Skip publishing Debian packages to github, since we already have apt repo. (#130)
  • 6fd2261 Add write_chunk_size and write_count_limit config in tcp stub server. (#128)
  • faf8567 Update README.md to show test coverage. (#129)
  • 5044ed3 Add test coverage support in AzurePipeline. (#127)
  • 8710a82 Add support for getting unit test coverage. (#126)
  • a6160b0 Move unit test output data into tests_data folder. (#125)
  • 77dc327 Refactor Rnp folder structure to organizing the code in better way. (#124)
  • e77ca50 Pack symbol package. (#123)
  • 311528b Fix typo in build pipeline.
  • 7fe7259 Fix branch name in azure build pipeline. (#122)
  • b130111 Fix official pipeline build stage file path.
  • d346b05 Move official build azure pipeline workflow to build folder.
  • 1d1214b Switch PR merge validation pipeline to build/azure-pipeline/workflow-pr.yml. (#121)
  • 3ff122b Create template for AzurePipeline to support spliting build pipeline for PR (#120)
  • e68ba72 Cleanup deadcode which was used by AzurePipeline before cargo-make is used. (#119)
  • 2163c3e Update Azure pipeline to use cargo-make. (#118)
  • 844c1a4 Add scripts to install cargo-make binary package. (#117)
  • 3055c54 Add new package release scripts and pack release script in cargo make. (#116)
  • 38901b1 Pack source tarball in cargo-make. (#115)
  • 3b72045 Make install-build-tools build task respect current target. (#114)
  • 2e058a7 Update daily build time in azure pipeline (UTC). (#113)
  • 08af390 Minor fixes on comment and spaces.
  • 8d7f1f3 Pack source package in cargo-make on linux. (#112)
  • bbc6cd9 Split init-dev-env task into install build tools and pack tools.
  • 548cefb Install 7zip in init-dev-env build task on linux. (#111)
  • 4413a2a Pack homebrew package source in cargo-make. (#110)
  • 5f9009c Pack chocolatey package source in cargo-make. (#109)
  • 0c3bc55 Add cargo-make task for CI flow. (#108)
  • 48199a6 Update zipped package publish folder and make each pack job more self-contained. (#107)
  • d8579f6 Add task for init dev environment in cargo-make. (#106)
  • 4bd4582 Add package sign support in cargo-make. (#105)
  • 02a27bb Pack debian package in cargo-make. (#104)
  • d0794ae Fix cargo-make issues on linux. (#103)
  • 38833eb Add msix build support in cargo-make and update the publish folder as well. (#102)
  • 9c59883 Adding nuget package pack support in local cargo-make. (#101)
  • b1fd74a Add cargo make support to move some build jobs from Azure pipeline to build process. (#100)
  • 61570af Add daily build for code changes.
  • b704d34 Refactor TCP stub server and make it support reporting connection stats. (#99)
  • cd3fef7 Adding skeleton of StubServer. (#97)

This list of changes was auto generated.

0.1.115.main

09 Aug 06:28
f00c984
Compare
Choose a tag to compare

Changes:

  • f00c984 Fix the issue where timeout failure is not counted as failure in statistics. (#96)
  • 4387546 Add exit on fail support for simple networking testing in script. (#95)
  • 303a922 Merge 2 log dto for csv and json into 1. (#94)
  • 272d5c3 Add rustfmt.toml and format the code again (without nightly build settings) (#93)
  • e2b343d Add no output mode support. (#92)
  • d93bacc Change the no console log option to support more quiet options. (#91)
  • b967cbf Add warning message for passing domain name as ping target. (#90)
  • c717c8e Update README.md. (#89)
  • 7d8701f Simplify the choco installer according to moderator's comment. (#87)
  • 2f7e481 Update logo to make it more visible for dark modes. (#88)
See More
  • a806b7f Add customer parser for ping target to support default port. (#86)
  • 1b54dde Fix panic when hitting ctrl+c to stop. (#85)
  • fb6759e Add integration tests for RnpCore. (#84)
  • 5576422 Rename ExternalPingClientFactory to PingClientFactory. (#83)
  • d1cc649 Always prefer abort than panic. (#82)
  • 7c7367c Update links in README.md (#81)
  • 8e666f2 Move range list type to basic types and add unit tests. (#80)
  • fb86b2f Update more images / links in the README.md. (#79)
  • 27621e2 Update README.md contribute section. (#78)
  • 332ad4c Update README.md for installation and help. (#77)

This list of changes was auto generated.

0.1.114.main

04 Aug 06:18
33ac9ed
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

0.1.112.main

03 Aug 06:17
440eba3
Compare
Choose a tag to compare

Changes:

  • 440eba3 Adding debian package generation support during build. (#74)
  • 1b13e63 Add iconUrl for chocolatey package. (#73)
  • b0d7e21 Fix homebrew audit warnings. (#72)

This list of changes was auto generated.

0.1.110.main

01 Aug 01:13
c6325a2
Compare
Choose a tag to compare

Changes:

  • c6325a2 Add validate stage to check the packed packages. (#71)
  • cc98850 Add homebrew package generation support. (#70)
  • a254ec6 Provide a unified port range syntax to simplify the way to specify it more in command line. (#69)
  • ba2163c Adding more aliases for cli options. (#68)

This list of changes was auto generated.

0.1.109.main

31 Jul 14:49
a9b53cc
Compare
Choose a tag to compare

Changes:

  • a9b53cc Fixing missing source code package publishing. (#67)
  • 0565b6a Keep git info for crate publishing. (#66)
  • 4fbf5d5 Add logo into README.md. (#65)
  • 622f72d Add logo to windows binaries. (#64)
  • 2091b14 Update file description in the binary on windows. (#63)
  • d68f2ed Rename the symbol file extension for linux/mac binaries. (#62)
  • 6b2af4e Sign binaries in windows build. (#61)
  • b9d02f2 Make source port range more easier to specify in command line. (#60)
  • b73e4e7 Update README.md for cargo install. (#59)
  • 5530579 Clean up git info in source package for publishing source. (#58)
See More
  • 69f2482 Set default warmup count to 0 and source port count to 2000. (#57)
  • 463d143 Update releases in README.md. (#56)

This list of changes was auto generated.

0.1.108.main

26 Jul 02:51
2d0e4c1
Compare
Choose a tag to compare

Changes:

  • 2d0e4c1 Add some basic unit test for QUIC ping client. (#55)
  • 857f935 Add TTL support to QUIC ping. (#53)
  • 6b60191 Remove comments in chocolatey package spec, since it will be removed by choco pack. (#54)
  • 1c4d3d5 Simplify use clauses for importing common / public definitions. (#52)
  • da2dfdd Ignore pack phase for pull request as pipeline is confirmed working again. (#51)
  • 20cd4b3 Make latency scatter log support logging multiple test iterations. (#50)
  • 6f388f9 Make result scatter log support logging multiple test iteration results. (#49)
  • 368ab7c Refactor build pipeline to extract the release package pack script into a file. (#48)
  • 9c0dc08 Format all code. (#47)
  • 95adb30 Add support for specifying extra ping result processors. (#46)
See More
  • aecaeed Adding comment in chocolatey package spec for helping moderators (#45)
  • 71a80e7 Adding external ping client factory support. (#44)
  • 283f120 Improve scatter log to show more failure reasons. (#43)
  • 528c3fc Extract common cli options. (#42)
  • 34af95a Remove chocolatey dependency in chocolatey package. (#41)
  • f58a778 Reorganize command line options into structs. (#40)

This list of changes was auto generated.

0.1.107.main

23 Jul 05:45
72dc4e2
Compare
Choose a tag to compare

Changes:

  • 72dc4e2 Make disconnect error show up as warning instead of failure, since connect works fine. (#39)
  • 3530414 Rename use-fin cli option to check-disconnect. (#38)
  • 1fd0734 When use-fin is enabled, check connect can be correctly closed as well (#37)

This list of changes was auto generated.