8927 Commits

Author SHA1 Message Date
Hongchao Deng
8ab6684bf5 Merge branch 'fileSystem' of github.com:xiangli-cmu/etcd into fileSystem 2013-09-07 10:40:43 -04:00
Hongchao Deng
4f7011fc2b add acl doc 2013-09-07 10:40:19 -04:00
Xiang Li
08057fa642 remove todo 2013-09-07 09:14:27 -04:00
Xiang Li
f50cf0497d add comments; event.go: add Create and Update const 2013-09-07 08:54:58 -04:00
Xiang Li
bd8ec6d67b support watch delete 2013-09-07 01:05:11 -04:00
Xiang Li
948044093b support create directory 2013-09-06 23:36:11 -04:00
Xiang Li
4f99b60291 update test 2013-09-06 23:24:01 -04:00
Xiang Li
907e39edec update operation 2013-09-06 23:01:11 -04:00
Xiang Li
8cf87921ff Merge pull request #160 from diwakergupta/patch-1
Add another Java library for etcd
2013-09-06 19:41:00 -07:00
Diwaker Gupta
a623effaf1 Add another Java library for etcd
https://github.com/diwakergupta/jetcd
2013-09-06 19:34:22 -07:00
Xiang Li
d95485d511 Merge branch 'fileSystem' of https://github.com/xiangli-cmu/etcd into fileSystem 2013-09-06 22:05:27 -04:00
Xiang Li
ea4ab2a429 recursive watch 2013-09-06 22:05:11 -04:00
Xiang Li
9138a75df4 Merge pull request #6 from fengjingchao/fileSystem
refine doc
2013-09-06 11:32:31 -07:00
Hongchao Deng
9b80e1cd64 refine doc 2013-09-06 14:28:11 -04:00
Xiang Li
f50ea7d971 Merge pull request #159 from hayesgm/master
Blank prevValue should be TestAndSet with blank prevValue, not Set
2013-09-05 21:29:54 -07:00
Geoff Hayes
b366f10446 Blank prevValue in POST should be interpreted as a blank test-and-set, not a normal set 2013-09-05 21:08:43 -07:00
Xiang Li
450d0eb0da support recursive get 2013-09-05 23:10:41 -04:00
Xiang Li
6d27afd1c9 more testandset test cases 2013-09-05 15:48:53 -04:00
Xiang Li
227d79e2bf support testandset 2013-09-05 15:38:22 -04:00
Brandon Philips
adbcbefe92 feat(README): add python library transitorykris/etcd-py 2013-09-05 08:42:30 -07:00
Xiang Li
4c286fde23 change key_path to keyPath 2013-09-05 11:00:53 -04:00
Xiang Li
cc77613fd9 update file 2013-09-04 23:57:19 -04:00
Xiang Li
621cf57761 event.go: remove extra logic in addEvent() 2013-09-04 23:36:14 -04:00
Xiang Li
197b9106f9 init file system spec 2013-09-04 22:40:33 -04:00
Xiang Li
7ce8389d83 Merge pull request #5 from fengjingchao/fileSystem
change filepath to path and fix path namespace collision
2013-09-04 17:51:11 -07:00
Hongchao Deng
03af286b03 change filepath to path and fix path namespace collision 2013-09-04 20:50:04 -04:00
Brandon Philips
b300d2877e README: add justinsb/jetcd project 2013-09-04 17:31:27 -07:00
Xiang Li
4e2f9b4991 Merge pull request #4 from fengjingchao/fileSystem
node.go: fix defer and add doc
2013-09-04 15:24:10 -07:00
Hongchao Deng
aed76d0e08 gofmt 2013-09-04 18:23:44 -04:00
Hongchao Deng
90f691fc2a node.go: fix defer and add doc 2013-09-04 18:22:07 -04:00
Xiang Li
c56312f09f refactor 2013-09-03 23:21:26 -04:00
Xiang Li
23775dc776 add hidden test 2013-09-03 23:10:33 -04:00
Xiang Li
b8967bc7d1 support hidden node 2013-09-03 22:35:25 -04:00
Xiang Li
45c9ec9f29 basic get 2013-09-03 21:27:46 -04:00
Xiang Li
dee496b5ae Merge pull request #153 from philips/add-cors
feat(etcd_handlers): enable CORS
2013-09-03 16:10:03 -07:00
Brandon Philips
2f5015552e 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.
2013-09-03 15:12:46 -07:00
Xiang Li
45ab5238fe Merge https://github.com/coreos/etcd into fileSystem 2013-09-03 14:33:21 -04:00
Xiang Li
329f8c4fa3 init filesystem 2013-09-03 14:30:42 -04:00
Xiang Li
40dcde42aa Merge pull request #152 from evan-gu/tranWithTimeout
Transporter with timeout
2013-09-02 17:09:24 -07:00
Ivan7702
90d7ebec47 gofmt 2013-09-02 19:58:45 -04:00
Ivan7702
8eaa9500e9 change heartbeattimeout to electiontimeout 2013-09-02 19:54:46 -04:00
Ivan7702
fec65d8717 change DefaultHeartbeat to DefaultElectionTimeout
modified:   raft_server.go
	modified:   transporter_test.go
2013-09-02 17:05:35 -04:00
Ivan7702
0c39971363 change default heart beat to electionTimtout 2013-09-02 16:50:53 -04:00
Ivan7702
51941fa613 add timeout for transportation layer 2013-09-01 21:41:57 -04:00
Ivan7702
946f9eaedc merge 2013-09-01 21:37:54 -04:00
Ivan7702
a90bb85bb3 modified: README.md 2013-09-01 17:48:29 -04:00
Xiang Li
43f808fa60 Merge pull request #150 from evan-gu/master
add README version
2013-09-01 14:39:06 -07:00
Evan
a22bd2b8b2 full version for readme 2013-09-01 17:38:41 -04:00
Xiang Li
d56d79018e Merge pull request #151 from philips/listening-ip-cleanups
Listening ip cleanups
2013-09-01 03:08:14 -07:00
Brandon Philips
de0a8c60ac feat(README): document -cl flag 2013-08-31 22:28:25 -07:00