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-inmemory.c
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge branch 'ps/odb-generic-corrupt-objects'
Junio C Hamano
1
-5
/
+6
2026-08-19
odb/source: allow `read_object_info()` to bubble up error messages
Patrick Steinhardt
1
-1
/
+2
2026-08-19
odb/source: let callers discern missing and corrupt objects
Patrick Steinhardt
1
-1
/
+1
2026-08-19
odb/source: introduce error status when reading objects
Patrick Steinhardt
1
-4
/
+4
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-2
/
+2
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
1
-4
/
+4
2026-08-05
odb/streaming: support streaming arbitrary object types
Patrick Steinhardt
1
-2
/
+3
2026-08-05
odb/streaming: drop `is_finished` field
Patrick Steinhardt
1
-1
/
+8
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-6
/
+5
2026-07-18
odb: support setting mtime when writing objects
Patrick Steinhardt
1
-2
/
+4
2026-07-18
odb: compute object hash in `odb_write_object_ext()`
Patrick Steinhardt
1
-3
/
+3
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
-1
/
+2
2026-07-15
Merge branch 'ps/odb-drop-whence'
Junio C Hamano
1
-1
/
+2
2026-07-13
Merge branch 'ps/odb-generalize-prepare'
Junio C Hamano
1
-2
/
+3
2026-07-10
odb/transaction: introduce ODB transaction flags
Justin Tobler
1
-1
/
+2
2026-07-02
odb: drop `whence` field from object info
Patrick Steinhardt
1
-2
/
+0
2026-07-02
odb: add `source` field to struct object_info_source
Patrick Steinhardt
1
-0
/
+3
2026-06-22
odb/source: generalize `reprepare()` callback
Patrick Steinhardt
1
-2
/
+3
2026-06-16
object-file.c: use size_t for header lengths
Philip Oakley
1
-1
/
+1
2026-05-15
odb/source-inmemory: stub out remaining functions
Patrick Steinhardt
1
-0
/
+31
2026-05-15
odb/source-inmemory: implement `freshen_object()` callback
Patrick Steinhardt
1
-0
/
+10
2026-05-15
odb/source-inmemory: implement `count_objects()` callback
Patrick Steinhardt
1
-0
/
+20
2026-05-15
odb/source-inmemory: implement `find_abbrev_len()` callback
Patrick Steinhardt
1
-0
/
+39
2026-05-15
odb/source-inmemory: implement `for_each_object()` callback
Patrick Steinhardt
1
-16
/
+72
2026-05-15
odb/source-inmemory: convert to use oidtree
Patrick Steinhardt
1
-20
/
+52
2026-05-15
odb/source-inmemory: implement `write_object_stream()` callback
Patrick Steinhardt
1
-0
/
+40
2026-05-15
odb/source-inmemory: implement `write_object()` callback
Patrick Steinhardt
1
-0
/
+25
2026-05-15
odb/source-inmemory: implement `read_object_stream()` callback
Patrick Steinhardt
1
-0
/
+52
2026-05-15
odb/source-inmemory: implement `read_object_info()` callback
Patrick Steinhardt
1
-0
/
+53
2026-05-15
odb/source-inmemory: implement `free()` callback
Patrick Steinhardt
1
-0
/
+12
2026-05-15
odb: introduce "in-memory" source
Patrick Steinhardt
1
-0
/
+12