2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore: exclude postgresql 1.0.0-dev-master-SNAPSHOT from Renovate as we use the version for testing purposes More... 6 months ago
chore: use allowedVersions to limit Renovate updates More... 6 months ago
fix(deps): update dependency org.checkerframework:org.checkerframework.gradle.plugin to v0.6.36 More... 6 months ago
chore: try using different syntax for Renovate from upgrading system-stubs 1.x to 2.x More... 6 months ago
chore: prevent Renovate from upgrading system-stubs 1.x to 2.x More... 6 months ago
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6 More... 6 months ago
Apply connectTimeout before SSLSocket.startHandshake to avoid infinite wait in case the connection is broken (#3040) More... 6 months ago
chore: try pinning system-stubs-jupiter:1.2.0 so Renovate does not upgrade it More... 6 months ago
chore(deps): update codecov/codecov-action digest to b0466b4 (#3059) More... 6 months ago
fix(deps): update checkerframework to v3.41.0 (#3058) More... 6 months ago
fix: support waffle-jna 2.x and 3.x by using reflective approach for ManagedSecBufferDesc (#2720) More... 7 months ago
fix(deps): update logback to v1.2.13 (#3053) More... 7 months ago
doc: update documentation samples for accessing binary data More... 7 months ago
test: improve StrangeInputStream, add StrangeOutputStream More... 7 months ago
ci: exclude Semeru JDK from CI matrix for a while More... 7 months ago
perf: add buffer scaling to BlobInputStream More... 7 months ago
chore(deps): update codecov/codecov-action digest to 438fa9e (#3051) More... 7 months ago
fix(deps): update dependency spotbugs to v4.8.2 (#3052) More... 7 months ago
perf: reduce array allocation in ByteStreamWriter.writeTo(ByteStreamTarget) More... 7 months ago
perf: allow BlobOutputStream to resize its buffer up to 512KiB More... 7 months ago
chore: fix test -> generateKar dependency More... 7 months ago
perf: add large object read/write benchmarks More... 7 months ago
chore: add src/testFixtures to share test-related code across subprojects More... 7 months ago
perf: rework BlobOutputStream.write so it uses gathering write and aligns writes More... 7 months ago
feat: add LargeObject.write(ByteStreamWriter) so multiple buffers can be written at once without copying More... 7 months ago
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v5.2.5 More... 7 months ago
chore: bump Gradle to 8.5 (#3045) More... 7 months ago
perf: allocate min(blob.length, 8192) buffer in PgPreparedStatement.createBlob More... 7 months ago
perf: optimize BlobOutputStream.write by buffering small consequent writes, and allocating the buffer lazily More... 7 months ago
perf: improve performance of BlobInputStream.read(b, off, len) with buffering reads More... 7 months ago