Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jmhodges/levigo issues and pull requests

#60 - Update actions/setup-go action to v3

Pull Request - State: open - Opened by renovate[bot] almost 3 years ago

#59 - Update actions/checkout action to v3

Pull Request - State: open - Opened by renovate[bot] almost 3 years ago

#57 - Dependency Dashboard

Issue - State: open - Opened by renovate[bot] over 3 years ago

#56 - update to leveldb 1.22 and add max file size

Pull Request - State: open - Opened by sattler over 4 years ago

#55 - WriteBatch.Delete() panics on empty key

Issue - State: open - Opened by erikgrinaker almost 5 years ago

#54 - add renovatebot config

Pull Request - State: closed - Opened by jmhodges about 5 years ago

#53 - remove ensure_go experiment

Pull Request - State: closed - Opened by jmhodges about 5 years ago

#52 - add missing go.sum file

Pull Request - State: closed - Opened by jmhodges about 5 years ago

#51 - update to latest Go release 1.13.5

Pull Request - State: closed - Opened by github-actions[bot] about 5 years ago

#50 - update to latest Go release 1.13.4

Pull Request - State: closed - Opened by github-actions[bot] over 5 years ago

#49 - bump ensure-latest-go to v1.0.2

Pull Request - State: closed - Opened by jmhodges over 5 years ago

#48 - delete Travis CI config and make GH Action Go upgradable

Pull Request - State: closed - Opened by jmhodges over 5 years ago

#47 - add docs for ErrDBClosed and IteratorError

Pull Request - State: closed - Opened by jmhodges over 5 years ago

#46 - Fix golint warnings where practical.

Pull Request - State: closed - Opened by jmhodges over 5 years ago

#45 - upgrade snappy and Go to fix Travis CI

Pull Request - State: closed - Opened by jmhodges over 5 years ago

#44 - add GitHub Actions

Pull Request - State: closed - Opened by jmhodges over 5 years ago

#43 - Make sure to link libstdc++

Pull Request - State: closed - Opened by nmlgc over 5 years ago

#42 - go build calls linker with seven -lleveldb flags

Issue - State: open - Opened by tmm1 over 5 years ago

#41 - Fix godoc link

Pull Request - State: closed - Opened by ilyaglow over 5 years ago

#40 - add godoc badge

Pull Request - State: closed - Opened by jmhodges almost 6 years ago

#39 - Add a go.mod file to support Go modules.

Pull Request - State: closed - Opened by creachadair almost 6 years ago - 3 comments

#38 - Add support to this leveldb lib.

Issue - State: closed - Opened by luckcolors over 9 years ago - 1 comment

#37 - When the DB is closed, panic with a message that says that

Pull Request - State: closed - Opened by evanphx almost 10 years ago - 8 comments

#36 - Fix golint warnings where practical.

Pull Request - State: closed - Opened by matttproud about 10 years ago - 3 comments

#35 - Unexport fields of DB and Iterator for conciseness.

Pull Request - State: closed - Opened by matttproud about 10 years ago - 1 comment

#34 - Unexport fields for Options to promote conciseness.

Pull Request - State: closed - Opened by matttproud about 10 years ago - 2 comments

#33 - Clean up minor grammar and spelling errors.

Pull Request - State: closed - Opened by matttproud about 10 years ago - 1 comment

#32 - Initial Travis CI configuration.

Pull Request - State: closed - Opened by matttproud about 10 years ago - 1 comment

#31 - How do i build levigo under windows?

Issue - State: closed - Opened by luckcolors about 10 years ago - 1 comment

#30 - Build fail on golang 1.3.3 mac osx

Issue - State: closed - Opened by jeffkit over 10 years ago - 3 comments

#29 - Fix iterator example usage to not crash

Pull Request - State: closed - Opened by evanphx over 10 years ago - 1 comment

#28 - Minor API, Documentation, and Testing Environment Improvements

Pull Request - State: closed - Opened by matttproud over 10 years ago - 6 comments

#27 - getting keys / iterating over DB without knowing what the keys are

Issue - State: closed - Opened by orcaman over 10 years ago - 2 comments

#26 - fix win32 error

Pull Request - State: closed - Opened by mei-rune over 10 years ago

#25 - fix win32 error

Pull Request - State: closed - Opened by mei-rune over 10 years ago - 7 comments

#24 - Could not run it on Win32, I modified it, it would be nice, patch is as follows

Issue - State: closed - Opened by mei-rune over 10 years ago - 2 comments

#23 - leveldb.Open() causes to stop writing to file

Issue - State: closed - Opened by cjosephson almost 11 years ago - 5 comments

#22 - `go vet` complain about example code

Issue - State: closed - Opened by msiebuhr almost 11 years ago

#21 - Basho Leveldb Fork

Issue - State: closed - Opened by densone almost 11 years ago - 1 comment

#20 - add a func to get the version of the loaded leveldb

Pull Request - State: closed - Opened by jvshahid almost 11 years ago - 8 comments

#19 - Cannot find c.h on OS X Mavericks

Issue - State: closed - Opened by ysimonson over 11 years ago - 3 comments

#18 - Can't use iterator

Issue - State: closed - Opened by xiocode over 11 years ago - 1 comment

#17 - RFC: send LevelDB logs to Go via a pipe

Issue - State: closed - Opened by alberts over 11 years ago - 2 comments

#16 - How can I get comparator from options?

Issue - State: closed - Opened by bigeagle almost 12 years ago - 1 comment

#15 - segmentation violation

Issue - State: closed - Opened by showsa almost 12 years ago - 5 comments

#14 - gofmt and fix typo in example.

Pull Request - State: closed - Opened by alberts almost 12 years ago

#13 - Build with current tip Go on darwin?

Issue - State: closed - Opened by petar almost 12 years ago - 3 comments

#12 - Why?

Issue - State: closed - Opened by rcrowley almost 12 years ago - 3 comments

#11 - It doesn't close the process when the program done

Issue - State: closed - Opened by joeguo about 12 years ago - 21 comments

#10 - minor - gofmt comparator_example.go

Pull Request - State: closed - Opened by soniah over 12 years ago - 1 comment

#9 - Compiling issue on Ubuntu 12.10

Issue - State: closed - Opened by s-l-teichmann over 12 years ago - 3 comments

#8 - 'leveldb_compact_range' undeclared

Issue - State: closed - Opened by donpdonp over 12 years ago - 2 comments

#7 - Method WriteBatch.Put() should have consistent semantic as DB.Put()

Pull Request - State: closed - Opened by albertjin over 12 years ago

#6 - Method WriteBatch.Put() should have consistent semantic as DB.Put()

Issue - State: closed - Opened by albertjin over 12 years ago - 1 comment

#5 - To sync up with leveldb_free added in leveldb-1.6+

Issue - State: closed - Opened by albertjin over 12 years ago - 1 comment

#4 - Fixed random database directory name generation

Pull Request - State: closed - Opened by milaz over 12 years ago - 2 comments

#3 - Random test error from GetApproximateSizes()

Issue - State: closed - Opened by albertjin over 12 years ago - 17 comments

#2 - Potential memory leaks

Issue - State: closed - Opened by albertjin over 12 years ago - 3 comments

#1 - Memory usage after many reads

Issue - State: closed - Opened by gbyoung over 12 years ago - 3 comments