Commit Graph

593 Commits

Author SHA1 Message Date
Ethan Buchman 6f49ba4c3e merge go-process 2017-04-18 16:33:44 -04:00
Ethan Buchman 5b4dcddb59 Merge remote-tracking branch 'process/master' into unstable 2017-04-18 16:33:44 -04:00
Ethan Buchman 024fcb4fdb merge go-logger 2017-04-18 16:33:43 -04:00
Ethan Buchman e8ab6b7496 Merge remote-tracking branch 'logger/master' into unstable 2017-04-18 16:33:43 -04:00
Ethan Buchman 44274eeb58 merge go-flowrate 2017-04-18 16:33:42 -04:00
Ethan Buchman 125e25a929 Merge remote-tracking branch 'flowrate/master' into unstable 2017-04-18 16:33:42 -04:00
Ethan Buchman fe92e62a19 merge go-events 2017-04-18 16:33:40 -04:00
Ethan Buchman 3e8b7df789 Merge remote-tracking branch 'events/master' into unstable 2017-04-18 16:33:39 -04:00
Ethan Buchman fdbb10827d merge go-db 2017-04-18 16:33:35 -04:00
Ethan Buchman d234a164f7 Merge remote-tracking branch 'db/master' into unstable 2017-04-18 16:33:32 -04:00
Ethan Buchman acbd7caaf8 merge go-clist 2017-04-18 16:33:27 -04:00
Ethan Buchman 7ed7422e7f Merge remote-tracking branch 'clist/master' into unstable 2017-04-18 16:33:27 -04:00
Ethan Buchman a893bb119b merge go-autofile 2017-04-18 16:33:26 -04:00
Ethan Buchman e01445ea94 Merge remote-tracking branch 'autofile/master' into unstable 2017-04-18 16:33:26 -04:00
Ethan Buchman 356657a37b move all files to common/ to begin repo merge 2017-04-18 16:33:22 -04:00
Ethan Buchman 5aecd32554 merge.sh file for the repo merge 2017-04-18 16:33:07 -04:00
Ethan Buchman 9643f60bc2 Merge pull request #5 from tendermint/iterate-data
Exposed an iterator to access all of the underlying key/value pairs for all databases.
2017-04-18 15:47:42 -04:00
Ethan Buchman f9e3db0373 Merge pull request #11 from tendermint/develop
Develop
2017-04-18 15:39:03 -04:00
Ethan Buchman 714fdaee3b Merge pull request #9 from tendermint/bugfix/check-for-error-returned-by-impl
[service] check for error returned by impl
2017-04-13 13:52:23 -04:00
Paul W. Homer 2feff1ea16 Commented the empty table in c_level_db, and cleaned up the mem_db Value call. 2017-04-01 15:44:41 -04:00
Paul W. Homer 4fdcf51467 Refactored the iterator to follow Go constructor conventions. 2017-03-30 11:51:11 -04:00
Paul W. Homer 34e2d6638d Fixed a typo in LevelDB property names. 2017-03-29 09:09:01 -04:00
Anton Kaliaev dec518eb06
update comment [ci skip] [circleci skip] 2017-03-29 16:03:05 +04:00
Ethan Buchman 6af2364fa9 Merge pull request #10 from tendermint/recreate-quit-channel-on-reset
Recreate Quit channel on reset
2017-03-28 12:26:02 -04:00
Anton Kaliaev 7a12594edb
[service] recreate Quit channel on reset
don't think that user should do this thing him/herself
2017-03-28 13:56:48 +04:00
Anton Kaliaev c46ffe39a8
[service] check for error returned by impl
otherwise, we mark it as started when it is not in fact
2017-03-27 20:46:46 +04:00
Anton Kaliaev 75a539ae3d Merge pull request #3 from silasdavis/master
From the department of pedantry
2017-03-27 15:23:47 +04:00
Paul W. Homer 097e0abca9 Added in locking 2017-03-23 14:46:40 -04:00
Paul W. Homer 6064c80250 Modified all db types to conform to the interface changes. 2017-03-23 11:37:46 -04:00
Paul W. Homer d6205eb4ca Changed the iterations 2017-03-17 14:34:11 -04:00
Paul W. Homer bb8104b624 Exposed the LevelDB iterator in the DB struct. 2017-03-17 13:27:20 -04:00
Ethan Buchman dcb015dff6 repeat_timer: drain channel in Stop; done -> wg 2017-03-05 03:33:35 -05:00
Ethan Buchman eac3f2bc14 Merge remote-tracking branch 'origin/master' into develop
Conflicts:
	LICENSE.md
2017-03-05 00:16:10 -05:00
Jae Kwon 286cbbd99d Update LICENSE.md 2017-03-04 17:12:18 -08:00
Jae Kwon ab0cca734a Update LICENSE.md 2017-03-04 17:11:59 -08:00
Ethan Buchman 6141dc6eed Merge pull request #7 from tendermint/develop
Develop
2017-03-03 00:06:45 -05:00
Ethan Buchman 959efd3127 Merge branch 'master' into develop 2017-03-03 00:05:51 -05:00
Ethan Buchman 95c14fbd65 Merge branch 'master' into develop 2017-03-03 00:03:39 -05:00
Ethan Buchman f8ffbfb2be Merge pull request #9 from tendermint/develop
Add test
2017-03-03 00:02:46 -05:00
Ethan Frey a816ff0bab Add test 2017-02-27 14:52:48 +01:00
Jae Kwon 48b17de829 Merge pull request #2 from alessio/master
Add LICENSE file
2017-01-28 08:01:48 -08:00
Jae Kwon 1c977f78fd Update LICENSE 2017-01-28 08:01:29 -08:00
Alessio Treglia c3b8006166 Add LICENSE file 2017-01-28 12:42:01 +00:00
Jae Kwon 339e135776 Add IsDirEmpty 2017-01-27 20:37:04 -08:00
Ethan Buchman 72f6dacd22 fix tests 2017-01-12 22:32:20 -05:00
Ethan Buchman b27edfd189 Merge pull request #1 from tendermint/develop
Include pwd dir to StartProcess
2017-01-12 21:39:27 -05:00
Ethan Buchman fddee66d90 Merge pull request #8 from tendermint/develop
use mtx in OnStop
2017-01-12 21:38:04 -05:00
Ethan Buchman 996c483f23 Merge pull request #4 from tendermint/develop
C LevelDB
2017-01-12 21:37:57 -05:00
Ethan Buchman e289af53b6 Merge pull request #6 from tendermint/develop
Develop
2017-01-12 21:37:18 -05:00
Ethan Buchman 2337086736 use mtx in OnStop 2017-01-12 14:32:48 -05:00