Commit Graph

194 Commits

Author SHA1 Message Date
12636ce89c A little lit bit easy to read
I have only reordered to parameters to be according to the first instance executed.
2013-10-14 19:14:14 +02:00
a0007dbeab Correct index number to match description in 'watch' example 2013-10-14 13:48:20 +01:00
c7d3d3371b feat(README): add go-discover 2013-10-12 21:27:20 -07:00
0dfbb3f921 Merge pull request #217 from xiangli-cmu/master
Add F&Q about creating a valid client auth cert
2013-10-10 23:45:12 -07:00
beac6d8589 Update README.md 2013-10-10 23:44:59 -07:00
188a903e97 Update README.md 2013-10-10 23:43:47 -07:00
d65c2451c4 Update README.md 2013-10-10 23:15:48 -07:00
cb323e95ff Including clojure library 2013-10-10 13:43:51 +01:00
52d5773cc6 Add confd to list of projects using etcd 2013-10-08 14:41:39 -07:00
d64cf5f64c Update README.md
Minor typo fix (dead -> died).
2013-10-03 12:45:26 -04:00
5a7ba24790 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.
2013-10-02 15:04:26 +02:00
98eba608fc 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.
2013-09-30 12:13:24 -07:00
c345203c27 README: add russellhaering/txectd 2013-09-29 10:37:29 -07:00
248992e380 Typos 2013-09-29 04:45:35 -07:00
940294d1cd README: add jdarcy/etcd-api, a C library 2013-09-19 10:57:17 -05:00
ca84d11f8c Added new python client
Hi! I just published my own take on a python client for etcd.
2013-09-18 13:28:02 +02:00
fba31a8461 README: add binocarlos/yoda 2013-09-17 10:21:33 -07:00
62b8b7a6a8 Update README.md
Add my project to `Projects using etcd`
2013-09-15 18:48:41 -04:00
eff09adf2e feat(README): add coderanger/etcd-chef 2013-09-14 16:34:48 -07:00
f923548182 Change key "testAndSet" -> "foo" for clarity 2013-09-13 09:33:44 +01:00
db534fde3b Merge pull request #161 from philips/add-faq-section
feat(README): add note about cluster size
2013-09-07 10:27:14 -07:00
380326b5d1 feat(README): add note about cluster size
Cluster size keeps coming up on IRC and the mailing list. Add an FAQ
section.
2013-09-07 09:05:24 -07:00
a623effaf1 Add another Java library for etcd
https://github.com/diwakergupta/jetcd
2013-09-06 19:34:22 -07:00
adbcbefe92 feat(README): add python library transitorykris/etcd-py 2013-09-05 08:42:30 -07:00
b300d2877e README: add justinsb/jetcd project 2013-09-04 17:31:27 -07:00
43f808fa60 Merge pull request #150 from evan-gu/master
add README version
2013-09-01 14:39:06 -07:00
a22bd2b8b2 full version for readme 2013-09-01 17:38:41 -04:00
de0a8c60ac feat(README): document -cl flag 2013-08-31 22:28:25 -07:00
e28fd7cc2b fix(README): use 127.0.0.1 everywhere
0.0.0.0 used to be the default advertised ip, fix this everywhere.
2013-08-31 22:28:25 -07:00
59599dc519 Update README.md
add README version
change -F to -d for consistence
add -v to show SSL handshake message
2013-08-30 23:52:37 -04:00
b8d85e627e Change leader and machine result examples in readme 2013-08-27 16:30:25 +02:00
50d53f3ae0 fix(README): add cd etcd on build instructions
thanks to edw in #coreos for the fix
2013-08-22 13:13:41 -07:00
9b7109b466 Merge pull request #137 from fatih/patch-1
Fix error code in README.md
2013-08-21 11:26:15 -07:00
800c4718c1 Fix api urls in examples
They don't work without the v1
2013-08-21 14:43:43 +03:00
7563a13621 Fix error code in README.md
There is no error code with number 404. It returns 
100 when no key exist.
2013-08-21 14:21:17 +03:00
e848659db6 feat(README): add etcdenv project 2013-08-19 09:21:36 -07:00
2991bf58e1 feat(README): add etcd-vim 2013-08-19 09:17:06 -07:00
e0731233c2 feat(README): add some new projects 2013-08-19 09:12:14 -07:00
ad55b4236b Update README.md 2013-08-13 10:36:25 -07:00
d88bfc084b fix doc 2013-08-12 17:18:05 -07:00
1bf4e656a8 feat(README): add node library
Thanks for @stianeikeland for starting a node-etcd library.
2013-08-12 08:59:40 -07:00
aad1626dc9 typo(README): thanks asbjorn 2013-08-12 00:03:06 -07:00
e8a284d295 feat(README): point people at etcdctl
etcdctl is included in the releases so point people at it.
2013-08-11 19:10:35 -07:00
b3654e68d9 fix(README): fixup a grammar bug 2013-08-11 19:05:06 -07:00
9d85c741d9 fix(README): use -n everywhere 2013-08-11 19:03:43 -07:00
47babce767 feat(README): add the active-proxy project 2013-08-11 17:40:19 -07:00
408d0caafc fix(README): remove url highlight
```url isn't a thing. delete it.
2013-08-11 17:19:57 -07:00
08abb4bb6a feat(README): add a link to binary downloads 2013-08-11 12:17:45 -07:00
d8a05f1766 feat(README): add note about the license 2013-08-11 11:15:07 -07:00
f8e68ba272 feat(README): at a versioning section 2013-08-11 11:11:38 -07:00