https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
2f6ea0a *: bump to v0.4.8 23 March 2015, 20:47:10 UTC
fc8020b Merge pull request #2546 from kelseyhightower/add-internal-dir-flag etcd: add -internal-dir flag 20 March 2015, 17:36:36 UTC
03a99cf etcd: add -internal-dir flag etcd supports setting the path to the etcd binary directory used for running legacy mode and upgrades. etcd no longer limits internal version checking to GOOS=linux. 20 March 2015, 03:01:47 UTC
eae1e18 Merge pull request #2418 from kelseyhightower/release-0.4 Documentation: make -bind-addr and -peer-bind-addr docs match the code 11 March 2015, 22:35:08 UTC
6666b20 Documentation: make -bind-addr and -peer-bind-addr docs match the code Fixes #2072. 11 March 2015, 22:31:38 UTC
2d4592e Merge pull request #2416 from aeneby/etcd_trace_fix config: Capitalise strTrace field name 04 March 2015, 05:05:23 UTC
12fec1f config: Capitalise strTrace field name Field names not beginning with a capital letter will not be exported and therefore cannot be assigned values. This breaks the usage of ETCD_TRACE when debugging. Fixes #1970 03 March 2015, 13:52:08 UTC
d6523fe bump to v0.4.7 10 February 2015, 23:59:33 UTC
c25127a Merge pull request #2262 from yichengq/047 server: forbid /v2/stats/leader on follower 10 February 2015, 06:29:48 UTC
9f031e6 server: forbid /v2/stats/leader on follower 09 February 2015, 22:50:34 UTC
e55724e Merge pull request #2260 from yichengq/047 server: refresh commit index when someone rejoins 09 February 2015, 22:35:00 UTC
29af192 server: refresh commit index when someone rejoins Update commit index when rejoin happens, because 2.0 doesn't accept more than one uncommitted config entry. 09 February 2015, 22:28:30 UTC
2fc7991 Merge pull request #2194 from yichengq/o3 server: standby exits when detecting v2 is running 30 January 2015, 17:32:19 UTC
ebb8d78 server: standby exits when detecting v2 is running 30 January 2015, 00:26:47 UTC
2e30b3c Merge pull request #2130 from xiang90/047-version server: add internal version 22 January 2015, 23:23:38 UTC
9a2d828 server: add internal version 22 January 2015, 23:23:15 UTC
b077dcf Merge pull request #2125 from xiang90/047-handler next-version-handler 22 January 2015, 19:40:54 UTC
2b572cb Merge pull request #2126 from yichengq/o1 etcd: register usable versions when bootstrap 22 January 2015, 19:32:23 UTC
f36d55f next-version-handler 22 January 2015, 19:20:52 UTC
9f70568 etcd: register usable versions when bootstrap 22 January 2015, 19:08:58 UTC
1ca7d1e Merge pull request #2124 from xiang90/047-version server: add version monitoring 22 January 2015, 18:38:27 UTC
4f1f003 server: add version monitoring 22 January 2015, 18:23:15 UTC
49e0dff CHANGELOG: v0.4.6 29 July 2014, 17:31:48 UTC
6868372 fix(docs/api): mention version endpoint is per instance 28 July 2014, 18:28:16 UTC
f2652f0 Merge pull request #882 from cap10morgan/patch-1 add the /version endpoint to the API docs 28 July 2014, 18:26:24 UTC
5490eb5 Merge pull request #907 from MattParker89/patch-1 Adds units of time to flag docs 28 July 2014, 05:37:42 UTC
70dda95 Adds units of time to flag docs This fixes issue #905 based on the comments provided in server/cluster_config.go 27 July 2014, 04:39:02 UTC
a884f2a Merge pull request #881 from unihorn/111 standby server: save Running info correctly 25 July 2014, 00:29:25 UTC
bdeb96b Merge pull request #900 from unihorn/fix-timer server: fix timer leak 21 July 2014, 23:37:04 UTC
c00594e server: fix timer leak 21 July 2014, 21:23:52 UTC
919cd38 Merge pull request #883 from philips/add-consistent-note Documentation: add note about consistent=true 14 July 2014, 22:39:38 UTC
b83aec6 Merge pull request #889 from robszumski/uuid fix(docs): name defaults to uuid not hostname 14 July 2014, 21:13:55 UTC
05bfb36 Documentation: add note about consistent=true 13 July 2014, 19:07:59 UTC
0639c4c fix(docs): name defaults to uuid not hostname 11 July 2014, 18:30:05 UTC
877b3d5 Merge pull request #886 from christriddle/master Added Access-Control-Allow-Headers for CORS requests 10 July 2014, 20:05:07 UTC
d9df58b Added Access-Control-Allow-Headers to allow cors requests with those headers 10 July 2014, 16:02:41 UTC
1cffdb3 Merge pull request #866 from coreos/qread feat(get): get from quorum 09 July 2014, 01:30:18 UTC
0593a52 add the /version endpoint to the API docs I had to find this by accident. It should be documented here. 08 July 2014, 21:26:47 UTC
f7854c4 standby server: save Running info correctly Running should be true when Start, and set to false when switching to the other mode. 08 July 2014, 15:29:17 UTC
13b0e72 CHANGELOG: v0.4.5 08 July 2014, 01:11:29 UTC
43791a2 Merge pull request #877 from Rawn/flush-headers-on-wait-stream server: Flush headers when using wait=true and stream=true 08 July 2014, 00:04:02 UTC
a8d966d Merge pull request #880 from philips/add-http-server-timeouts etcd: add a read/write timeout to server 07 July 2014, 23:02:27 UTC
ad7194d Documentation: remove etcd-py since it was removed URL is no longer working 07 July 2014, 21:26:56 UTC
084dcb5 etcd: add a read/write timeout to server The default is for connections to last forever[1]. This leads to fds leaking. I set the timeout so high by default so that watches don't have to keep retrying but perhaps we should set it slower. Tested on a cluster with lots of clients and it seems to have relieved the problem. [1] https://groups.google.com/forum/#!msg/golang-nuts/JFhGwh1q9xU/heh4J8pul3QJ 07 July 2014, 18:42:56 UTC
8a0266a Merge pull request #867 from iand/json-headers fix(server/server.go): /v2/stats endpoints emit application/json content type header 07 July 2014, 17:33:27 UTC
2338481 server: Flush headers when using wait=true and stream=true Many http clients will missbehave unless they get an initial http- response, even when long-polling. It also saves the user/client from having to handle headers on the first action of the watch, but rather handle the response immediately. 03 July 2014, 16:04:36 UTC
ce1e19a Merge pull request #849 from colegleason/max-cluster-size docs(cluster-size): remove outdated references to flag max-cluster-size 02 July 2014, 19:21:14 UTC
a288333 fix(server/server.go): /v2/stats endpoints emit application/json content type header 30 June 2014, 09:50:43 UTC
097aac7 flags: remove MaxClusterSize variable 27 June 2014, 17:52:16 UTC
cd82026 Merge branch 'master' of github.com:coreos/etcd 25 June 2014, 15:57:54 UTC
ac7e6bb Merge https://github.com/coreos/template-project Conflicts: CONTRIBUTING.md LICENSE 25 June 2014, 15:57:02 UTC
4b45cd4 Merge pull request #869 from sivaramsk/patch-2 Update optimal-cluster-size.md 25 June 2014, 15:17:07 UTC
fb426ae Update optimal-cluster-size.md 25 June 2014, 08:50:59 UTC
774cb03 server: bump to 0.4.4+git 24 June 2014, 17:58:11 UTC
4fb6087 CHANGELOG: release 0.4.4 24 June 2014, 17:56:53 UTC
5524131 Merge pull request #865 from robstrong/hotfix/contentType fix(peer_server) set content type to application/json in admin 23 June 2014, 23:31:49 UTC
3efb4d8 Merge pull request #844 from unihorn/102 chore(peer_server): improve log for auto removal 23 June 2014, 21:19:48 UTC
20147c5 flags: alias max-cluster-size to cluster-active-size as deprecated flag 23 June 2014, 17:50:40 UTC
973bde9 feat(get): get from quorum 23 June 2014, 04:33:38 UTC
494d2c6 fix(peer_server) set content type to application/json in admin 21 June 2014, 17:13:10 UTC
fb32a99 doc: add note about removal of leader mod 20 June 2014, 00:10:34 UTC
d2f5934 mod: remove defunct leader test 20 June 2014, 00:10:34 UTC
4f3fb5a Merge pull request #861 from andybons/patch-2 Update to Go v1.3 19 June 2014, 20:54:34 UTC
9f5ec77 Update to Go v1.3 Now I’m just being OCD about it. 19 June 2014, 14:25:52 UTC
774cf34 CONTRIBUTING: add a section about not emailing maintainers Setup some expectation for etiquette. 19 June 2014, 01:38:28 UTC
92df442 CONTRIBUTING: remove the subject verbs After talking to a few people on the team we have decided that the feat/fix/etc tags aren't adding much value. Use a simpler format instead. 19 June 2014, 01:36:00 UTC
eb00f20 Merge pull request #856 from robn/patch-1 Add p5-etcd (Perl client lib) to clients-matrix 18 June 2014, 17:45:11 UTC
38d1677 Merge pull request #858 from mikeumus/patch-1 docs(readme.md): spelling fix "oon" to "on" 18 June 2014, 06:20:23 UTC
690fd12 docs(readme.md): spelling fix "oon" to "on" 18 June 2014, 06:11:32 UTC
b31483b Merge pull request #850 from robszumski/update-config feat(docs): add cluster config section 18 June 2014, 00:45:50 UTC
e9a21dd Merge pull request #851 from unihorn/103 docs(configuration): add cluster configuration 18 June 2014, 00:44:51 UTC
2134036 Merge pull request #857 from tarnfeld/tools-discodns Added discodns to the list of tools using etcd 17 June 2014, 23:10:57 UTC
6bd2ee4 Added discodns to the list of tools using etcd 17 June 2014, 23:08:21 UTC
fcd4294 Add p5-etcd (Perl client lib) to clients-matrix 17 June 2014, 22:15:03 UTC
e5e759b docs(config): refine cluster configuration 17 June 2014, 16:31:08 UTC
d8a08f5 feat(docs): add cluster config section 17 June 2014, 05:31:13 UTC
3e95bf0 Merge pull request #854 from brianredbeard/moarthings docs(libraries-and-tools.md) Add vulcan proxy and kubernetes 17 June 2014, 03:05:43 UTC
0d2512c docs(libraries-and-tools.md) Add vulcan proxy and kubernetes Both vulcan proxy (vulcand) and Google kubernetes utilize etcd as as storage engine. 17 June 2014, 03:03:47 UTC
a29f6fb docs(configuration): add cluster configuration 16 June 2014, 20:58:00 UTC
f4f429d docs(cluster-size): remove outdated refrences to flag max-cluster-size 16 June 2014, 16:41:37 UTC
fc2afe1 Merge pull request #847 from pwaller/patch-1 docs(production-ready.md): Tiny typo fix 13 June 2014, 15:58:33 UTC
24a4423 docs(production-ready.md): Tiny typo fix 13 June 2014, 13:41:23 UTC
f387bf8 chore(peer_server): improve log for auto removal 12 June 2014, 17:02:56 UTC
83b06c0 Merge pull request #841 from andybons/patch-1 Update to Go v1.2.2 11 June 2014, 16:43:25 UTC
75dc10c Update to Go v1.2.2 09 June 2014, 20:03:01 UTC
66acf8a Merge pull request #839 from jonboulle/jonboulle-master docs(cluster-discovery): fix bad link and confusing port references 09 June 2014, 16:47:58 UTC
1359d29 docs(cluster-discovery): fix bad link and confusing port references 09 June 2014, 06:58:14 UTC
dc1f4ad chore(server): bump to 0.4.3+git 08 June 2014, 01:17:54 UTC
9970141 chore(server): bump to 0.4.3 08 June 2014, 01:17:05 UTC
16c2bcf chore(server): go fmt blame me for not running test first. 08 June 2014, 01:03:22 UTC
868b7f7 Merge pull request #836 from philips/reduce-heartbeat-logs fix(server): reduce the screaming heartbeat logs 08 June 2014, 00:48:22 UTC
1c958f8 fix(server): reduce the screaming heartbeat logs Currently the only way we know that a peer isn't getting a heartbeat is an edge triggered event from go raft on every missed heartbeat. This means that we need to do some book keeping in order to do exponential backoff. The upside is that instead of screaming thousands of log lines before a machine hits the default removal of 30 minutes it is only ~100. 08 June 2014, 00:47:10 UTC
dfeecd2 Merge pull request #835 from unihorn/101 chore(server): set DefaultRemoveDelay to 30mins 07 June 2014, 00:56:01 UTC
ed58193 chore(server): set DefaultRemoveDelay to 30mins Its value was 5s before, which could remove the node insanely fast. 06 June 2014, 23:57:35 UTC
79c650d Merge pull request #834 from unihorn/100 fix(raft/protobuf): avoid panic on unexcepted data 06 June 2014, 22:08:13 UTC
a451cf2 fix(raft/protobuf): avoid panic on unexcepted data 06 June 2014, 21:34:32 UTC
3455431 Merge pull request #833 from unihorn/99 bump(code.google.com/p/gogoprotobuf): 7fd1620f09 06 June 2014, 20:48:47 UTC
9424a10 bump(code.google.com/p/gogoprotobuf): 7fd1620f09 06 June 2014, 20:35:59 UTC
fbcfe8e Merge pull request #807 from Shopify/raft-server-stats-struct-field-tag-fix style(server): changed a LeaderInfo struct field from "startTime" to "StartTime" 05 June 2014, 19:45:34 UTC
757bb3a Merge pull request #830 from unihorn/98 fix(raft/log): truncate file and reset offset correctly 05 June 2014, 19:40:23 UTC
back to top