FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/main/java/org/lmdbjava - lmdbjava/lmdbjava · GitHub
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
8
Pull requests
6
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
main
java
org
lmdbjava
on
gh-267
User selector
Datepicker
Commit history
Commits on Nov 5, 2025
#267 Fix to establish start key when iterating backwards from a start key using DUPSORT
stroomdev66
committed
c289763
View commit details
Copy full SHA for c289763
View code at this point
Browse repository at this point
#267 Fix to establish start key when iterating backwards from a start key using DUPSORT
stroomdev66
committed
787d6d3
View commit details
Copy full SHA for 787d6d3
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:lmdbjava/lmdbjava into gh-267
stroomdev66
committed
79c0df6
View commit details
Copy full SHA for 79c0df6
View code at this point
Browse repository at this point
#273 Improve DirectBufferProxy comparison performance
stroomdev66
committed
89634ca
View commit details
Copy full SHA for 89634ca
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
#273 Improve ByteBufferProxy comparison performance
stroomdev66
committed
fadcb33
View commit details
Copy full SHA for fadcb33
View code at this point
Browse repository at this point
Resolve write performance regression (fixes #268)
Show description for ab6a6a0
bp-alex
committed
ab6a6a0
View commit details
Copy full SHA for ab6a6a0
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Merge branch 'master' of github.com:lmdbjava/lmdbjava into gh-267
stroomdev66
committed
9db91a5
View commit details
Copy full SHA for 9db91a5
View code at this point
Browse repository at this point
Replace Zig cross-compilation with native library artifact
Show description for e5b510c
bp-alex
committed
e5b510c
View commit details
Copy full SHA for e5b510c
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
Fix major performance regression
Show description for e634b3f
bp-alex
committed
e634b3f
View commit details
Copy full SHA for e634b3f
View code at this point
Browse repository at this point
#267 Fix to establish start key when iterating backwards from a start key using DUPSORT
stroomdev66
committed
dc0b96b
View commit details
Copy full SHA for dc0b96b
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
Upgrade to JUnit 5 and replace Hamcrest with AssertJ
stroomdev66
committed
2fb1c02
View commit details
Copy full SHA for 2fb1c02
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Fix accidental change to import order
at055612
committed
58a489f
View commit details
Copy full SHA for 58a489f
View code at this point
Browse repository at this point
Merge branch 'master' into fix/bufferproxy_out_ignored
at055612
committed
f0b9c56
View commit details
Copy full SHA for f0b9c56
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Fix JavaDoc link
bp-alex
committed
a510be7
View commit details
Copy full SHA for a510be7
View code at this point
Browse repository at this point
Fix transient pointer deallocation in ByteArrayProxy
Show description for c91893a
bp-alex
committed
c91893a
View commit details
Copy full SHA for c91893a
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
Fix comparator lost buffer ref from proxy in Dbi.
Show description for ddca4bd
LambdAurora
committed
ddca4bd
View commit details
Copy full SHA for ddca4bd
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 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
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
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL