Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildinfo based version and official builds through go install to take advantage of it #564

Merged
merged 23 commits into from May 13, 2022

Commits on May 8, 2022

  1. prep for 1.29

    ldemailly committed May 8, 2022
    Configuration menu
    Copy the full SHA
    0fcb2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bb71a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6910973 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    d59c561 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    cc0b740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53f93f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1ec5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3bdb1d View commit details
    Browse the repository at this point in the history
  5. update release readme

    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3d68fc0 View commit details
    Browse the repository at this point in the history
  6. fix windows build path

    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    92f316c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    282228c View commit details
    Browse the repository at this point in the history
  8. deal with subdir

    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    241d98e View commit details
    Browse the repository at this point in the history
  9. for windows needs *

    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    396ba6d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56ed611 View commit details
    Browse the repository at this point in the history
  11. define OFFICIAL_DIR_BIN

    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d9bd9fb View commit details
    Browse the repository at this point in the history
  12. fix the dockerfile path

    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f8f1277 View commit details
    Browse the repository at this point in the history
  13. fix the release-test case by having a build vs install mode still and…

    … control through MODE= arg
    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    e38e7c8 View commit details
    Browse the repository at this point in the history
  14. make the diff smaller wrt to (original) build mode + don't have liter…

    …al "dev" more than once in version.go
    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bd2184e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    018ce72 View commit details
    Browse the repository at this point in the history
  16. allow the OFFICIAL_DIR to be determined from OFFICIAL_BIN so brew com…

    …mand doesn't need to change
    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bc3db74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    35f6771 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    48c74c1 View commit details
    Browse the repository at this point in the history
  19. Round robin dns, option to resolve ipv4/ipv6/both, timeout and other …

    …fixes (#566)
    
    * round robin fnet.resolve. fixes #557
    
    * fix #567 only show actual threads for dns etc, #458 flag to pick ip4, ip6 or both resolve
    
    * add connect timeout to fast client. fixes #568
    
    * use ip4 as default to avoid a bunch of test failures and failure in ip4 environment with Round Robin DNS
    ldemailly committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f3686a7 View commit details
    Browse the repository at this point in the history