84 Commits

Author SHA1 Message Date
Xiang Li
c5a6f9bb6b fix iszero 2013-11-04 21:22:22 -08:00
Xiang Li
3f6d6cf4c6 refactor use time.IsZero 2013-11-04 20:56:41 -08:00
Xiang Li
9d0de611a7 feat add snapCount parameter 2013-10-30 17:36:15 -07:00
Xiang Li
107762e82a fix snapshot 2013-10-30 15:14:34 -07:00
Xiang Li
7b6e305d40 fix update also return newValue 2013-10-19 11:51:41 -07:00
Xiang Li
0392c18794 refactor put_handler.go 2013-10-15 23:18:03 -07:00
Xiang Li
baa683b484 feat POST-create unique node under given path 2013-10-15 22:21:55 -07:00
Xiang Li
c5f9afa0e8 fix store test 2013-10-14 23:15:31 -07:00
Xiang Li
fbf40fb74a refactor store.go add set function 2013-10-14 23:04:21 -07:00
Xiang Li
9ebdcb8ae3 refactor change testAndSet to CompareAndSwap 2013-10-14 22:32:22 -07:00
Xiang Li
545f8ed6a1 fix update PUT handler 2013-10-14 22:22:23 -07:00
Xiang Li
2b6c628342 Merge branch '0.2' of https://github.com/coreos/etcd into 0.2 2013-10-14 12:57:38 -07:00
Xiang Li
c87a7a039e feat test both of the condidtion 2013-10-14 12:57:35 -07:00
Ben Johnson
1321c63f3b Extract Store into an interface. 2013-10-14 11:12:30 -06:00
Xiang Li
b0793e2dd9 refactor create do not need to check existence first 2013-10-12 21:48:29 -07:00
Xiang Li
40c520ca1b refactor remove raft singleton 2013-10-10 15:40:05 -07:00
Xiang Li
4bf57537b5 refactor store.go remove extra assignment 2013-10-08 22:12:00 -07:00
Xiang Li
e597947bd8 refactor store.go update 2013-10-08 22:10:18 -07:00
Xiang Li
a030a41153 refactor store.go remove unwanted print 2013-10-08 22:01:22 -07:00
Xiang Li
75959f9948 refactor add node.ExpirationAndTTL 2013-10-08 21:49:10 -07:00
Xiang Li
c3e2332479 refactor separate kvpair to kvpair.go; simplify sorting interface 2013-10-08 21:25:56 -07:00
Xiang Li
a07802a347 refactor node.go; use once 2013-10-07 23:12:13 -07:00
Xiang Li
a71838a59b refactor watcher.go 2013-10-07 22:17:58 -07:00
Xiang Li
baaaf24f70 (feat) v1 apt backward support 2013-10-06 11:23:52 -07:00
Xiang Li
b8b81d5b03 feat(store) create node with incremental suffix. accept #190 in new API 2013-10-03 08:59:05 -07:00
Xiang Li
512dede9ce finish todo 2013-10-02 22:15:12 -07:00
Xiang Li
558d30f33f simplify lock 2013-09-30 23:18:52 -07:00
evan-gu
6f591032ef rename to DupCnt, duped; add some comments, maintained some format, add notification for immediate expiration 2013-10-01 00:35:44 -04:00
evan-gu
b8ac1d082b fix race between Expire() and others, fix UpdateTTL(), modified watcher to catch Expire() 2013-09-30 22:10:40 -04:00
evan-gu
3ae316ac38 add ExpireCount and some test case 2013-09-30 02:39:40 -04:00
evan-gu
35724319c9 add watcher for expiration, add expiration for TestAndSet, add related test case 2013-09-30 01:06:18 -04:00
Xiang Li
4b2e53f29e minor clean up 2013-09-28 17:41:45 -07:00
Xiang Li
784d286f37 merge from master 2013-09-28 16:58:57 -07:00
Xiang Li
da83ee223b clean up from yifan 2013-09-28 16:26:19 -07:00
Xiang Li
1caf2a3364 remove old store 2013-09-15 22:28:42 -04:00
Xiang Li
197689fcb5 Merge branch 'master' into moreStats 2013-08-23 13:45:51 -04:00
Fabrizio (Misto) Milo
a543d644b4 Split raw get into rawGetNode and rawGetNodeList 2013-08-22 22:02:50 -07:00
Fabrizio (Misto) Milo
6345e02d20 test and set creates the key if key does not exists. fixes #96 2013-08-22 22:02:50 -07:00
Xiang Li
a97590ff50 basic stats 2013-08-19 17:19:45 -07:00
Xiang Li
cf2d6888c2 add error package 2013-08-17 20:41:15 -07:00
Mairbek Khadikov
ac9801f570 Concurrent GET requests should not block. 2013-08-15 23:06:08 +03:00
Xiang Li
928781aaa3 fix #95 2013-08-12 09:24:33 -07:00
Fabrizio (Misto) Milo
f4fc4caf6f remove pointer to map 2013-08-08 16:47:00 -07:00
Fabrizio (Misto) Milo
140bbfec38 nip 2013-08-08 16:46:49 -07:00
Fabrizio (Misto) Milo
ab10f95911 set messager as send only 2013-08-08 16:46:29 -07:00
Xiang Li
d0e9449ba2 use url package to parse url; fix commented codes 2013-08-06 09:08:22 -07:00
Xiang Li
bebcf4b733 simplify tree list 2013-08-05 17:03:31 -07:00
Xiang Li
c6a4321310 gofmt 2013-08-05 16:06:23 -07:00
Xiang Li
63ba16f51a add clone func to help snapshot. add benchmarks 2013-08-05 16:05:49 -07:00
Xiang Li
39fa2eb4ee add benchmarks 2013-08-05 13:21:08 -07:00