index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
odb
/
source-files.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge branch 'ps/odb-pluggable-pack-generation'
Junio C Hamano
1
-0
/
+149
12 days
Merge branch 'ps/odb-geometric-repack-loose-threshold'
Junio C Hamano
1
-1
/
+1
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-7
/
+24
2026-08-25
Merge branch 'ch/chdir-notify-drop-name'
Junio C Hamano
1
-4
/
+3
2026-08-23
Merge branch 'ps/odb-streams'
Junio C Hamano
1
-4
/
+3
2026-08-21
odb/files: be less aggressive with geometric repacking
Patrick Steinhardt
1
-1
/
+1
2026-08-21
odb: introduce interface to generate packfiles
Patrick Steinhardt
1
-0
/
+149
2026-08-20
Merge branch 'ps/odb-make-creation-pluggable'
Junio C Hamano
1
-0
/
+18
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-3
/
+6
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
1
-3
/
+17
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
1
-4
/
+4
2026-08-14
chdir-notify.h: Removed unused param 'name'
Colin Hinton
1
-4
/
+3
2026-08-06
odb: make creation of on-disk structures pluggable
Patrick Steinhardt
1
-0
/
+19
2026-08-05
Merge branch 'ps/odb-pluggable-housekeeping'
Junio C Hamano
1
-0
/
+470
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-1
/
+1
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-2
/
+1
2026-07-30
Merge branch 'ps/odb-move-loose-object-writing'
Junio C Hamano
1
-6
/
+8
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
1
-6
/
+3
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-4
/
+6
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
1
-1
/
+1
2026-07-18
odb: compute compat object ID in `odb_write_object_ext()`
Patrick Steinhardt
1
-1
/
+1
2026-07-18
Merge branch 'jt/receive-pack-use-odb-transactions' into HEAD
Junio C Hamano
1
-6
/
+3
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-1
/
+2
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-4
/
+5
2026-07-13
odb: make optimizations pluggable
Patrick Steinhardt
1
-0
/
+470
2026-07-10
odb/transaction: introduce ODB transaction flags
Justin Tobler
1
-2
/
+3
2026-07-10
object-file: propagate files transaction errors
Justin Tobler
1
-5
/
+1
2026-07-06
Merge branch 'po/hash-object-size-t'
Junio C Hamano
1
-1
/
+1
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-4
/
+5
2026-06-17
odb/source-packed: drop pointer to "files" parent source
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `freshen_object()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `find_abbrev_len()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `count_objects()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `for_each_object()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `read_object_stream()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `read_object_info()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `reprepare()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: wire up `close()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: start converting to a proper `struct odb_source`
Patrick Steinhardt
1
-1
/
+1
2026-06-17
odb/source-packed: store pointer to "files" instead of generic source
Patrick Steinhardt
1
-1
/
+1
2026-06-17
packfile: move packed source into "odb/" subsystem
Patrick Steinhardt
1
-1
/
+1
2026-06-16
object-file.c: use size_t for header lengths
Philip Oakley
1
-1
/
+1
2026-06-01
odb/source-loose: drop pointer to the "files" source
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `write_object_stream()` callback
Patrick Steinhardt
1
-1
/
+2
2026-06-01
object-file: refactor writing objects to use loose source
Patrick Steinhardt
1
-1
/
+2
2026-06-01
odb/source-loose: wire up `write_object()` callback
Patrick Steinhardt
1
-2
/
+3
2026-06-01
odb/source-loose: wire up `freshen_object()` callback
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt
1
-1
/
+1
[next]