Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
lmdbjava
/
lmdbjava
Public
Notifications
You must be signed in to change notification settings
Fork
126
Star
873
Code
Issues
7
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
lmdbjava
src
on
java-foreign-function-and-memory-api
User selector
All users
All time
Commit history
Commits on Oct 14, 2025
Minimal changes required to implement Foreign Function and Memory API
stroomdev66
committed
c178d6c
View commit details
Copy full SHA for c178d6c
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
Refactor project build configuration
Show description for 309d8d9
bp-alex
committed
309d8d9
View commit details
Copy full SHA for 309d8d9
View code at this point
Browse repository at this point
Commits on Feb 16, 2025
Regression: Add DbiFlags#MDB_UNSIGNEDKEY to allow to compare byte array, ByteBuffer and DirectBuffer keys as unsigned like in versions prior to 0.9.0 (#237)
Show description for 68f0a44
cdprete
and
Cosimo Damiano Prete
authored
68f0a44
View commit details
Copy full SHA for 68f0a44
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
private static final classes to be final (checkstyle)
bp-alex
committed
7902126
View commit details
Copy full SHA for 7902126
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
Fix build on aarch64 (e.g. Apple Silicon) (#218)
Show description for 838a8a0
wardle
authored
838a8a0
View commit details
Copy full SHA for 838a8a0
View code at this point
Browse repository at this point
Commits on Apr 24, 2023
Update formatting, documentation and limit GC test write frequency
Show description for cbdaee6
bp-alex
committed
cbdaee6
View commit details
Copy full SHA for cbdaee6
View code at this point
Browse repository at this point
Merge branch 'fixcorruptionbug' of https://github.com/2018ik/lmdbjava into 2018ik-fixcorruptionbug
bp-alex
committed
c5e02f7
View commit details
Copy full SHA for c5e02f7
View code at this point
Browse repository at this point
Remove hard-coded package name resolution (follows #217)
bp-alex
committed
98c233d
View commit details
Copy full SHA for 98c233d
View code at this point
Browse repository at this point
JavaDoc corrections (follows #217)
bp-alex
committed
d87bc4b
View commit details
Copy full SHA for d87bc4b
View code at this point
Browse repository at this point
Zig cross-compilation of native libraries (#217)
Show description for 288bb09
bp-alex
authored
288bb09
View commit details
Copy full SHA for 288bb09
View code at this point
Browse repository at this point
Commits on Apr 21, 2023
Hold strong reference to all buffers passed to LmdbJava (fixes #207)
2018ik
committed
0c636f1
View commit details
Copy full SHA for 0c636f1
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Library.java : fix mdb_reader_check api, Env.java : readerCheck impl (#212)
Show description for 9cf97a5
tran4o
authored
9cf97a5
View commit details
Copy full SHA for 9cf97a5
View code at this point
Browse repository at this point
Commits on Feb 4, 2023
JavaDoc corrections (#199)
bp-alex
committed
0dc6780
View commit details
Copy full SHA for 0dc6780
View code at this point
Browse repository at this point
Refactor Comparator handling (fixes #199)
bp-alex
committed
3524995
View commit details
Copy full SHA for 3524995
View code at this point
Browse repository at this point
GitHub Actions to use Verifier for OS/JVM test matrix
Show description for 9f74352
bp-alex
committed
9f74352
View commit details
Copy full SHA for 9f74352
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Add protection for closed env (#186)
bp-alex
committed
3db0def
View commit details
Copy full SHA for 3db0def
View code at this point
Browse repository at this point
Replacing OneToOneConcurrentArrayQueue with ArrayDeque since it is thread local (#201)
Show description for 66d9f7a
danielcranford
and
dcranford
authored
66d9f7a
View commit details
Copy full SHA for 66d9f7a
View code at this point
Browse repository at this point
Dbi.openDbi(..) to support user-provided Txn (fixes #192)
bp-alex
committed
4182ad1
View commit details
Copy full SHA for 4182ad1
View code at this point
Browse repository at this point
Additional JavaDocs related to #195
bp-alex
committed
9f821c0
View commit details
Copy full SHA for 9f821c0
View code at this point
Browse repository at this point
Clarify concurrent requirements for Env methods (fixes #195)
bp-alex
committed
87dab31
View commit details
Copy full SHA for 87dab31
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Cursor.close() must release KeyVal even if write Txn closed (fixes #197)
bp-alex
committed
bb26a83
View commit details
Copy full SHA for bb26a83
View code at this point
Browse repository at this point
Refer to JVM startup options (resolves #205)
bp-alex
committed
39a1c23
View commit details
Copy full SHA for 39a1c23
View code at this point
Browse repository at this point
Copyright year only
bp-alex
committed
bf9e32a
View commit details
Copy full SHA for bf9e32a
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
Update copyright year
bp-alex
committed
da2a849
View commit details
Copy full SHA for da2a849
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
Support Netty ByteBuf variable sized data (#183)
bp-alex
committed
1d991f8
View commit details
Copy full SHA for 1d991f8
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
Suppress PMD.CompareObjectsWithEquals warning
bp-alex
committed
0282cac
View commit details
Copy full SHA for 0282cac
View code at this point
Browse repository at this point
Minor adjustments so FindBugs passes the build
bp-alex
committed
29a1543
View commit details
Copy full SHA for 29a1543
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Fix AbstractByteBufferProxy.compareBuff and Improve ComparatorTest (PR #170) (fixes #169)
at055612
authored
8230623
View commit details
Copy full SHA for 8230623
View code at this point
Browse repository at this point
fix a typo in ByteBufferProxy (#172)
huahaiy
authored
18fbd77
View commit details
Copy full SHA for 18fbd77
View code at this point
Browse repository at this point
Copyright year
bp-alex
committed
fc0bdb4
View commit details
Copy full SHA for fc0bdb4
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Support User Defined PooledByteBufAllocator
Show description for cb19f59
Maithem
committed
cb19f59
View commit details
Copy full SHA for cb19f59
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
Update import ordering to reflect new standard
bp-alex
committed
25fe08a
View commit details
Copy full SHA for 25fe08a
View code at this point
Browse repository at this point
Remove unnecessary static analysis warning suppressions
bp-alex
committed
e9d7720
View commit details
Copy full SHA for e9d7720
View code at this point
Browse repository at this point
Fix capitalisation of Checkstyle suppressions
Show description for c1aa63d
bp-alex
committed
c1aa63d
View commit details
Copy full SHA for c1aa63d
View code at this point
Browse repository at this point
Remove unnecessary Checkstyle suppressions
bp-alex
committed
ab26d23
View commit details
Copy full SHA for ab26d23
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.