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
/
xdiff
/
xprepare.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-05
xdiff: reduce the size of array
Phillip Wood
1
-7
/
+4
2026-05-05
xprepare: simplify error handling
Phillip Wood
1
-5
/
+2
2026-05-05
xdiff: cleanup xdl_clean_mmatch()
Phillip Wood
1
-3
/
+4
2026-05-05
xdiff: reduce size of action arrays
Phillip Wood
1
-14
/
+17
2026-04-30
xdiff/xdl_cleanup_records: make execution of action easier to follow
Ezekiel Newren
1
-10
/
+30
2026-04-30
xdiff/xdl_cleanup_records: make setting action easier to follow
Ezekiel Newren
1
-2
/
+12
2026-04-30
xdiff/xdl_cleanup_records: make limits more clear
Ezekiel Newren
1
-7
/
+19
2026-04-30
xdiff/xdl_cleanup_records: use unambiguous types
Ezekiel Newren
1
-3
/
+3
2026-04-30
xdiff: use unambiguous types in xdl_bogo_sqrt()
Ezekiel Newren
1
-2
/
+2
2026-04-30
xdiff/xdl_cleanup_records: delete local recs pointer
Ezekiel Newren
1
-9
/
+8
2026-01-26
xdiff: remove unused data from xdlclass_t
Phillip Wood
1
-3
/
+5
2026-01-26
xdiff: remove "line_hash" field from xrecord_t
Phillip Wood
1
-5
/
+7
2025-11-18
xdiff: rename rindex -> reference_index
Ezekiel Newren
1
-5
/
+5
2025-11-18
xdiff: make xdfile_t.nreff a size_t instead of long
Ezekiel Newren
1
-7
/
+7
2025-11-18
xdiff: make xdfile_t.nrec a size_t instead of long
Ezekiel Newren
1
-6
/
+6
2025-11-18
xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
Ezekiel Newren
1
-9
/
+9
2025-11-18
xdiff: use unambiguous types in xdl_hash_record()
Ezekiel Newren
1
-3
/
+3
2025-11-18
xdiff: use size_t for xrecord_t.size
Ezekiel Newren
1
-3
/
+3
2025-11-18
xdiff: make xrecord_t.ptr a uint8_t instead of char
Ezekiel Newren
1
-3
/
+3
2025-10-03
xdiff: change type of xdfile_t.changed from char to bool
Ezekiel Newren
1
-6
/
+6
2025-10-03
xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.c
Ezekiel Newren
1
-37
/
+69
2025-09-30
xdiff: rename rchg -> changed in xdfile_t
Ezekiel Newren
1
-6
/
+6
2025-09-30
xdiff: delete chastore from xdfile_t
Ezekiel Newren
1
-12
/
+7
2025-09-30
xdiff: delete fields ha, line, size in xdlclass_t in favor of an xrecord_t
Ezekiel Newren
1
-10
/
+4
2025-09-30
xdiff: delete redundant array xdfile_t.ha
Ezekiel Newren
1
-10
/
+2
2025-09-26
xdiff: delete unnecessary fields from xrecord_t and xdfile_t
Ezekiel Newren
1
-13
/
+2
2025-09-26
xdiff: delete local variables and initialize/free xdfile_t directly
Ezekiel Newren
1
-48
/
+30
2025-09-26
xdiff: delete static forward declarations in xprepare
Ezekiel Newren
1
-66
/
+50
2025-04-29
xdiff: disable cleanup_records heuristic with --minimal
Niels Glodny
1
-2
/
+3
2022-07-08
xdiff: introduce XDL_ALLOC_GROW()
Phillip Wood
1
-15
/
+4
2022-07-08
xdiff: introduce XDL_CALLOC_ARRAY()
Phillip Wood
1
-6
/
+4
2022-07-08
xdiff: introduce xdl_calloc
Phillip Wood
1
-8
/
+4
2022-07-08
xdiff: introduce XDL_ALLOC_ARRAY()
Phillip Wood
1
-4
/
+4
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2021-11-18
xdiff: avoid unnecessary memory allocations
Phillip Wood
1
-4
/
+7
2021-11-18
diff histogram: intern strings
Phillip Wood
1
-16
/
+8
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
1
-2
/
+2
2016-03-04
xdiff/xprepare: fix a memory leak
Ramsay Jones
1
-0
/
+1
2016-03-04
xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits
Ramsay Jones
1
-1
/
+1
2012-02-19
xdiff: PATIENCE/HISTOGRAM are not independent option bits
Junio C Hamano
1
-11
/
+10
2011-10-13
Merge branch 'rs/diff-cleanup-records-fix'
Junio C Hamano
1
-3
/
+7
2011-09-26
Revert removal of multi-match discard heuristic in 27af01
René Scharfe
1
-3
/
+7
2011-09-06
Merge branch 'rc/histogram-diff'
Junio C Hamano
1
-0
/
+2
2011-08-31
xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()
Tay Ray Chuan
1
-0
/
+2
2011-08-17
Merge branch 'rc/histogram-diff' into HEAD
Junio C Hamano
1
-78
/
+61
2011-08-17
xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()
Tay Ray Chuan
1
-36
/
+50
2011-08-03
xdiff: do away with xdl_mmfile_next()
Tay Ray Chuan
1
-6
/
+1
2011-07-12
xdiff/xprepare: use a smaller sample size for histogram diff
Tay Ray Chuan
1
-3
/
+14
2011-07-12
xdiff/xprepare: skip classification
Tay Ray Chuan
1
-8
/
+16
[next]