summaryrefslogtreecommitdiff
path: root/src/hashsig.c
Commit message (Expand)AuthorAgeFilesLines
* hashsig: close fd on errorEdward Thomson2021-08-301-1/+3
* Convert long long constant specifiers to stdint macrosCalvin Buckley2021-07-071-1/+1
* hashsig: use GIT_ASSERTEdward Thomson2020-11-271-9/+20
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-4/+4
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+3
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* diff_tform: account for whitespace optionsEdward Thomson2015-03-041-4/+16
* diff_tform: don't compare empty hashsig_heapsEdward Thomson2015-03-031-0/+3
* Added GIT_HASHSIG_ALLOW_SMALL_FILES to allow computing signatures for small f...Pierre-Olivier Latour2015-01-141-15/+12
* hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-011-1/+1
* Major rename detection changesRussell Belfer2013-07-311-123/+95
* Use local variables in hash calc to avoid aliasingRussell Belfer2013-07-241-11/+19
* Fix trailing whitespacesnulltoken2013-05-151-1/+0
* Make tree iterator handle icase equivalenceRussell Belfer2013-03-081-9/+12
* Add GIT_STDLIB_CALLRussell Belfer2013-02-281-10/+3
* fixing some warnings on WindowsRussell Belfer2013-02-271-5/+5
* use cdecl for hashsig sorting functions on WindowsRussell Belfer2013-02-271-3/+10
* Refine pluggable similarity APIRussell Belfer2013-02-201-2/+3
* Change similarity metric to sampled hashesRussell Belfer2013-02-201-0/+364