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

sort by:
Revision Author Date Message Commit Date
5a7ba24 adopt documentation to implementation as requesting the root path of etcd leads to a 404, whereas a request to /version leads to the etcd version, update the documentation. 02 October 2013, 13:04:26 UTC
9a5775c fix(CONTRIBUTING): try and fix # links in markdown 30 September 2013, 19:24:50 UTC
482afb4 Update CONTRIBUTING.md 30 September 2013, 19:23:52 UTC
68206a7 Merge pull request #197 from philips/add-contributing feat(README): add contributing section and file 30 September 2013, 19:21:29 UTC
98eba60 feat(README): add contributing section and file Direct people to the contributing file and README. Trying to solve the problem of people emailing developers directly. 30 September 2013, 19:13:24 UTC
c345203 README: add russellhaering/txectd 29 September 2013, 17:37:29 UTC
dbf6990 Merge pull request #194 from mburns/patch-1 Clarify FAQ language 29 September 2013, 13:31:44 UTC
248992e Typos 29 September 2013, 11:45:35 UTC
8a7e5fc Merge pull request #187 from sakana/master Switch to coreos/go-log 28 September 2013, 20:24:14 UTC
c565ac2 Merge pull request #192 from xiangli-cmu/master fix timeout 28 September 2013, 20:20:02 UTC
266519c fix typo 28 September 2013, 04:56:42 UTC
6f32b2d fix timeout 28 September 2013, 04:24:33 UTC
1d31b57 Merge pull request #191 from philips/fixup-spelling-error-stats fix(raft_stats): spelling followers not follwers 27 September 2013, 22:58:30 UTC
6fb1d8a fix(raft_stats): spelling followers not follwers 27 September 2013, 22:57:13 UTC
8fc1abd Merge pull request #184 from xiangli-cmu/master Fix restart from snapshot. 27 September 2013, 05:27:50 UTC
cc722a4 change peer to follower 27 September 2013, 03:00:12 UTC
2eb0625 mrege and change peerstats to followersstats 27 September 2013, 02:58:48 UTC
9825976 Merge upstream 26 September 2013, 20:05:09 UTC
21f6b50 Merge pull request #189 from philips/cleanup-stats-further cleanup the stats json a bit 26 September 2013, 20:00:39 UTC
da01fe6 fix(command): make Latency and Counts objects instead of suffixing everything make a latency object 26 September 2013, 19:17:54 UTC
cbd8a4f feat(scripts/test-cluster): add a cluster test command this uses tmux to setup a test cluster that you can easily kill and start for debugging. 26 September 2013, 17:40:33 UTC
20488b4 Merge pull request #168 from xiangli-cmu/cleanupStats cleanup 26 September 2013, 13:40:59 UTC
0ef9d94 fix(gitignore): ignore the actual binary 26 September 2013, 00:04:34 UTC
aff4af1 fix(build): use /bin/sh it seems to work with bash -o posix. Ship it. 26 September 2013, 00:04:05 UTC
0b37c80 Fix nil logger in inits Move the logger initialization out of init in util.go and into the variable initializer. This ensures that it will be run before any of the other init functions. 25 September 2013, 22:39:25 UTC
a121cbb Switch from golang log to coreos/go-log 25 September 2013, 20:43:16 UTC
951d467 Swith to coreos/go-log from ccding/go-logging bump(github.com/coreos/go-etcd): 57864cf81c66b8605816fafab3ab142e1c5f5b29 bump(github.com/coreos/go-log/log): bump(github.com/coreos/go-systemd): 52f153170a52158deffce83502a9b6aed3744802 25 September 2013, 20:32:51 UTC
a8ff1b2 init peerStats in transportation.go; avoid nil pointer due to restart from snapshot(we do not keep stats in persistentlayer yet) 22 September 2013, 15:20:08 UTC
3a0a8c8 Merge pull request #183 from xiangli-cmu/master bump 3rd party 22 September 2013, 05:33:17 UTC
24b34d0 bump 3rd party 22 September 2013, 05:32:49 UTC
c5c3604 Merge pull request #182 from xiangli-cmu/master bump 3rd party 22 September 2013, 04:17:40 UTC
d3fbf6d bump 3rd party 22 September 2013, 03:09:20 UTC
940294d README: add jdarcy/etcd-api, a C library 19 September 2013, 15:57:17 UTC
48d234c Merge pull request #179 from jplana/patch-1 Added new python client 18 September 2013, 13:18:45 UTC
ca84d11 Added new python client Hi! I just published my own take on a python client for etcd. 18 September 2013, 11:28:02 UTC
fba31a8 README: add binocarlos/yoda 17 September 2013, 17:21:33 UTC
11f94d4 Merge pull request #175 from AndyPook/master Build on Windows 17 September 2013, 17:04:06 UTC
f03481f add equivalent Powershell scripts to ./build so that etcd can be built on Windows 17 September 2013, 08:15:23 UTC
09f31af Merge pull request #173 from derekchiang/patch-1 Update README.md 15 September 2013, 23:00:56 UTC
62b8b7a Update README.md Add my project to `Projects using etcd` 15 September 2013, 22:48:41 UTC
eff09ad feat(README): add coderanger/etcd-chef 14 September 2013, 23:34:48 UTC
9caca30 Merge pull request #171 from ithinkihaveacat/mv-testAndSet-foo Change key name "testAndSet" -> "foo" for clarity 13 September 2013, 13:08:52 UTC
f923548 Change key "testAndSet" -> "foo" for clarity 13 September 2013, 08:33:44 UTC
8d245b5 cleanup 12 September 2013, 17:17:19 UTC
23e99b5 Merge pull request #135 from xiangli-cmu/moreStats WIP More stats 10 September 2013, 16:29:12 UTC
86e03d2 format 10 September 2013, 16:28:58 UTC
31aa3df clear up raft_stats 09 September 2013, 01:12:26 UTC
43cb2a3 only leader will return peer stats 09 September 2013, 00:48:33 UTC
44e8c23 merge master 07 September 2013, 18:47:55 UTC
db534fd Merge pull request #161 from philips/add-faq-section feat(README): add note about cluster size 07 September 2013, 17:27:14 UTC
380326b feat(README): add note about cluster size Cluster size keeps coming up on IRC and the mailing list. Add an FAQ section. 07 September 2013, 16:05:24 UTC
8cf8792 Merge pull request #160 from diwakergupta/patch-1 Add another Java library for etcd 07 September 2013, 02:41:00 UTC
a623eff Add another Java library for etcd https://github.com/diwakergupta/jetcd 07 September 2013, 02:34:22 UTC
f50ea7d Merge pull request #159 from hayesgm/master Blank prevValue should be TestAndSet with blank prevValue, not Set 06 September 2013, 04:29:54 UTC
b366f10 Blank prevValue in POST should be interpreted as a blank test-and-set, not a normal set 06 September 2013, 04:08:43 UTC
adbcbef feat(README): add python library transitorykris/etcd-py 05 September 2013, 15:42:30 UTC
b300d28 README: add justinsb/jetcd project 05 September 2013, 00:31:27 UTC
dee496b Merge pull request #153 from philips/add-cors feat(etcd_handlers): enable CORS 03 September 2013, 23:10:03 UTC
2f50155 feat(etcd_handlers): enable CORS When developing or using web frontends for etcd it will be necessary to enable Cross-Origin Resource Sharing. Add a flag that lets the user enable this feature via a whitelist. 03 September 2013, 22:12:46 UTC
40dcde4 Merge pull request #152 from evan-gu/tranWithTimeout Transporter with timeout 03 September 2013, 00:09:24 UTC
90d7ebe gofmt 02 September 2013, 23:58:45 UTC
8eaa950 change heartbeattimeout to electiontimeout 02 September 2013, 23:54:46 UTC
fec65d8 change DefaultHeartbeat to DefaultElectionTimeout modified: raft_server.go modified: transporter_test.go 02 September 2013, 21:05:35 UTC
0c39971 change default heart beat to electionTimtout 02 September 2013, 20:50:53 UTC
51941fa add timeout for transportation layer 02 September 2013, 01:41:57 UTC
946f9ea merge 02 September 2013, 01:37:54 UTC
a90bb85 modified: README.md 01 September 2013, 21:48:29 UTC
43f808f Merge pull request #150 from evan-gu/master add README version 01 September 2013, 21:39:06 UTC
a22bd2b full version for readme 01 September 2013, 21:38:41 UTC
d56d790 Merge pull request #151 from philips/listening-ip-cleanups Listening ip cleanups 01 September 2013, 10:08:14 UTC
de0a8c6 feat(README): document -cl flag 01 September 2013, 05:28:25 UTC
e28fd7c fix(README): use 127.0.0.1 everywhere 0.0.0.0 used to be the default advertised ip, fix this everywhere. 01 September 2013, 05:28:25 UTC
bfeed19 feat(etcd): Default server listen and client listen to advertised IPs Map the advertised IP to the listening IP by default. This will make things nicer for the user. 01 September 2013, 05:28:25 UTC
59599dc Update README.md add README version change -F to -d for consistence add -v to show SSL handshake message 31 August 2013, 03:52:37 UTC
0166edc Merge pull request #147 from iconara/patch-3 Change leader and machine result examples in readme 27 August 2013, 14:50:40 UTC
b8d85e6 Change leader and machine result examples in readme 27 August 2013, 14:30:25 UTC
32cf8dd Merge pull request #145 from philips/add-listen-host feat(etcd): add listen host parameter 23 August 2013, 20:08:01 UTC
351e84a feat(etcd): add listen host parameter this separates out the listening IP from the advertised IP. This is necessary so that we can hit etcd on 127.0.0.1 but also advertise the right IP to the rest of the cluster. 23 August 2013, 20:07:15 UTC
197689f Merge branch 'master' into moreStats 23 August 2013, 17:45:51 UTC
8264156 Merge pull request #143 from xiangli-cmu/master add testandset test 23 August 2013, 17:16:54 UTC
6108f85 add testandset test 23 August 2013, 05:37:20 UTC
808eb64 tmp commit 23 August 2013, 05:25:35 UTC
4a61797 Merge pull request #142 from Mistobaan/master invert logic to have less nesting 23 August 2013, 05:11:20 UTC
a543d64 Split raw get into rawGetNode and rawGetNodeList 23 August 2013, 05:02:50 UTC
6345e02 test and set creates the key if key does not exists. fixes #96 23 August 2013, 05:02:50 UTC
91aed9e Fix error code in README.md There is no error code with number 404. It returns 100 when no key exist. 23 August 2013, 04:59:10 UTC
50d53f3 fix(README): add cd etcd on build instructions thanks to edw in #coreos for the fix 22 August 2013, 20:13:41 UTC
29b7aab Merge pull request #141 from Hoverbear/patch-1 Added a PUT handler that copies the behavior of the POST handler. 21 August 2013, 21:50:30 UTC
4f436ae Added a PUT handler that copies the behavior of the POST handler. Fixes #139. 21 August 2013, 21:43:25 UTC
23995ff add recvQueue 21 August 2013, 21:34:52 UTC
4adc17e Merge pull request #140 from marineam/quote fix(build): If you quote in shell you're going to have a bad time. 21 August 2013, 21:32:29 UTC
e856acf fix(build): If you quote in shell you're going to have a bad time. 21 August 2013, 21:25:38 UTC
6ef18b1 thread-saft queue 21 August 2013, 20:35:15 UTC
9b7109b Merge pull request #137 from fatih/patch-1 Fix error code in README.md 21 August 2013, 18:26:15 UTC
8eca7b2 Merge pull request #138 from fatih/patch-2 Fix api urls in examples 21 August 2013, 13:05:16 UTC
800c471 Fix api urls in examples They don't work without the v1 21 August 2013, 11:43:43 UTC
7563a13 Fix error code in README.md There is no error code with number 404. It returns 100 when no key exist. 21 August 2013, 11:21:17 UTC
10cdaea make a better array cyc-queue 20 August 2013, 23:48:41 UTC
f75c309 sampling sending rate 20 August 2013, 23:33:54 UTC
896c944 add serverStats 20 August 2013, 21:05:23 UTC
back to top