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.7
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.8
Choose a head ref
  • 11 commits
  • 11 files changed
  • 4 contributors

Commits on Aug 31, 2016

  1. version: bump to v3.0.7+git

    Anthony Romano committed Aug 31, 2016
    Copy the full SHA
    2345fda View commit details

Commits on Sep 4, 2016

  1. etcdctl: fix quoted string handling in txn and watch

    Fixes #6315
    Anthony Romano authored and gyuho committed Sep 4, 2016
    Copy the full SHA
    3faff8b View commit details
  2. e2e: add quoted key/value to txn test

    Anthony Romano authored and gyuho committed Sep 4, 2016
    Copy the full SHA
    09a239f View commit details
  3. etcdctl/ctlv3: don't crash when we should prompt for pw.

     when 'etcdctl --user name get blah' is invoked to
     prompt for password, don't panic.
    
     addresses the segfault part of #6343
    glycerine authored and gyuho committed Sep 4, 2016
    Copy the full SHA
    5c44cdf View commit details

Commits on Sep 6, 2016

  1. etcdmain: reject binding listeners to domain names

    Fixes #6336
    Anthony Romano authored and gyuho committed Sep 6, 2016
    Copy the full SHA
    6e83ec0 View commit details

Commits on Sep 9, 2016

  1. wal: fsync directory after wal file rename

    Fixes #6368
    Anthony Romano authored and gyuho committed Sep 9, 2016
    Copy the full SHA
    202da92 View commit details
  2. fileutil: windows OpenDir

    Windows needs to open a directory with write access to fsync but the go
    runtime won't open directories that way.
    Anthony Romano authored and gyuho committed Sep 9, 2016
    Copy the full SHA
    97f718b View commit details
  3. etcdctl: restore should create a snapshot

    Restore should create a snasphot. So the new db file
    can be sent to newly joined member.
    xiang90 authored and gyuho committed Sep 9, 2016
    Copy the full SHA
    0054e7e View commit details
  4. Copy the full SHA
    7071370 View commit details
  5. wal: fix error type

    gyuho committed Sep 9, 2016
    Copy the full SHA
    fe3a1cc View commit details
  6. version: bump to v3.0.8

    Anthony Romano committed Sep 9, 2016
    Copy the full SHA
    d40982f View commit details
Loading