Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: etcd-io/etcd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.4
Choose a base ref
...
head repository: etcd-io/etcd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.5
Choose a head ref
  • 18 commits
  • 48 files changed
  • 4 contributors

Commits on Jul 27, 2016

  1. version: bump to v3.0.4+git

    gyuho committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    b722bed View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. v2http: use guest access in non-TLS mode

    Fix #6075.
    gyuho committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    a31283c View commit details
    Browse the repository at this point in the history
  2. embed: use ServerName on TLS DNS discovery w/o CA file

    Anthony Romano authored and gyuho committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    487b34d View commit details
    Browse the repository at this point in the history
  3. etcdmain: check TLS on gateway SRV records

    Anthony Romano authored and gyuho committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    dca1740 View commit details
    Browse the repository at this point in the history
  4. Documentation: update clustering guide about PKI SRV record forging

    Anthony Romano authored and gyuho committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    779ad90 View commit details
    Browse the repository at this point in the history
  5. etcdctl: set ServerName for TLS when using --discovery-srv

    Anthony Romano authored and gyuho committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    e73c928 View commit details
    Browse the repository at this point in the history
  6. transport: add ServerName to TLSConfig and add ValidateSecureEndpoints

    ServerName prevents accepting forged SRV records with cross-domain
    credentials. ValidateSecureEndpoints prevents downgrade attacks from SRV
    records.
    Anthony Romano authored and gyuho committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    23cced2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. clientv3: close watcher stream once all watchers detach

    Fixes #6134
    Anthony Romano authored and gyuho committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    12c7e4a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. clientv3: handle watchGrpcStream shutdown if prior to goroutine start

    Fixes #6141
    Anthony Romano authored and gyuho committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    69a9786 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. clientv3: only block on New() when DialTimeout > 0

    Fixes #6162
    Anthony Romano authored and gyuho committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    8ae0f94 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. vendor: update grpc

    gyuho committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    ee8c577 View commit details
    Browse the repository at this point in the history
  2. clientv3: respect up/down notifications from grpc

    Fixes #5842
    Anthony Romano authored and gyuho committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    4a84145 View commit details
    Browse the repository at this point in the history
  3. integration: treat client TLS connecting to insecure server as timeout

    Anthony Romano authored and gyuho committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    f4d15a4 View commit details
    Browse the repository at this point in the history
  4. clientv3: use failfast and retry wrappers for at-most-once rpcs

    Anthony Romano authored and gyuho committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    606d79a View commit details
    Browse the repository at this point in the history
  5. mvcc: fix count

    xiang90 authored and gyuho committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    ec576ee View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. vendor: boltdb/bolt v1.3.0 for Go 1.7

    In case somebody wants to build this branch with Go 1.7
    gyuho committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    6a1e3e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d13fb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. version: bump to v3.0.5

    gyuho committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    43f7c94 View commit details
    Browse the repository at this point in the history
Loading