- 26 Jul, 2016 5 commits
-
-
Jeromy authored
-
Jeromy Johnson authored
implement batching for leveldb
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 05 Jul, 2016 3 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
flatfs: dont error out Walk in case of FileNotFound error
-
Jakub Sztandera authored
This is to prevent race that can happen while GCing the repo Walk will build list of files and one of those files can be removed by GC, currently it causes a failure which shouldn't be the case. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 02 Jul, 2016 1 commit
-
-
Jeromy authored
-
- 01 Jul, 2016 1 commit
-
-
Jakub Sztandera authored
Print formatted string using Errorf
-
- 30 Jun, 2016 4 commits
-
-
Jeromy Johnson authored
Set the channel buffer size to 128 for KeysOnly queries.
-
Kevin Atkinson authored
-
Jeromy Johnson authored
Fix deps for tests
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 28 Jun, 2016 3 commits
-
-
Jeromy authored
-
Jeromy Johnson authored
omit slash from created dskeys
-
Jeromy authored
-
- 27 Jun, 2016 3 commits
-
-
Jeromy authored
-
Jeromy Johnson authored
remove hex encoding from flatfs
-
Jeromy authored
-
- 26 Jun, 2016 1 commit
-
-
Jeromy authored
-
- 22 Jun, 2016 1 commit
-
-
Jeromy authored
-
- 21 Jun, 2016 5 commits
-
-
Juan Benet authored
merge ipfs org changes back into jbenet/go-datastore
-
Jeromy Johnson authored
Log errors in Walk function
-
Jakub Sztandera authored
We have some random crashes there and it would be good to know what are erros that are causing those crashes. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
Standardized Readme
-
-
- 11 Jun, 2016 10 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
Fix bug in LevelDB datastore's Delete() method.
-
Jakub Sztandera authored
In the measure package don't return ErrInvalidType in batch Put.
-
Jeromy Johnson authored
Migration to gx
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
It is unused and not working on current vesion of elasticode License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
fix panic on zero length filename
-
- 10 Jun, 2016 1 commit
-
-
Jeromy authored
-
- 02 Jun, 2016 2 commits
-
-
Kevin Atkinson authored
LevelDB Delete() method will not return ErrNotFound, so check that the key exists first by calling Has() and return ds.ErrNotFound if Has() returns false. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Kevin Atkinson authored
None of the other methods in the measure package return this error, instead they only call RecordValue() when the value is []byte. This change makes batch Put consistent with the other methods and allows non []byte data to be passed though the measure datastore. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-