LevelDB
LevelDB is a fast key-value storage library that provides an ordered mapping from string keys to string values.
- Sources inherited from project SUSE:SLE-12-SP1:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-12-SP2:GA/leveldb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-debian-ports.patch | 0000006112 5.97 KB | |
leveldb.changes | 0000004389 4.29 KB | |
leveldb.spec | 0000003009 2.94 KB | |
v1.18.tar.gz | 0000209376 204 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 2)
- merging SES2 changes back to SP1 (fate#319443) - Update project url - Use url for source - Enable tests - update to 1.18: + Replace the basic fprintf call with a call to fwrite + Fix ALL the header guards. + A new CONTRIBUTING file. + leveldb: Remove unused function 'ConsumeChar'. + leveldbutil: Remove unused member variables from WriteBatchItemPrinter. + Verify checksums of index/meta/filter blocks when paranoid_checks set. + Invoke all tools for iOS with xcrun. (This was causing problems with the new XCode 5.1.1 image on pulse.) + include only once, and fix the following linter warning: "Found C system header after C++ system header" + When encountering a corrupted table file, return Status::Corruption instead of Status::InvalidArgument. + Support cygwin as build platform, patch is from https://code.google.com/p/leveldb/issues/detail?id=188 + Fix typo, merge patch from https://code.google.com/p/leveldb/issues/detail?id=159 + Fix typos and comments, and address the following two issues: + Add missing db synchronize after "fillseq" in the benchmark. + Removed unused variable in SeekRandom: value (issue #201)
Comments 0