lib/diffreg.c


Log

Author Commit Date CI Message
Stefan Sperling 32cb896c 2018-03-11T14:10:56 rename library-private headers from *_priv.h to *_lib.h
Stefan Sperling 1411938b 2018-02-12T23:25:38 rename private header filenames so they are in got_ namespace
Martin Pieuchot 322260e1 2018-01-26T13:58:40 Get rid of xmalloc.{c,h}. malloc(3) & pread(3) errors will now be reported as GOT_ERR_NO_MEM. This does not improve the numbers of leaks in diffreg.c
Stefan Sperling a3e2cbea 2017-12-01T22:09:59 make tree diffing work
Stefan Sperling cb74ff21 2017-11-30T15:12:45 pass output file to diffreg
Stefan Sperling f9d67749 2017-11-30T02:38:38 move tempfile creation out of got_diffreg()
Stefan Sperling 697f4470 2017-11-30T00:54:40 add todo comment about diffreg() arguments
Stefan Sperling 9aa1fd75 2017-11-29T23:51:39 add a comment about xmalloc; it needs to go away
Stefan Sperling 8ba9a219 2017-11-29T23:30:52 remove diff_args from global state as well
Stefan Sperling 1c7f0520 2017-11-29T22:52:00 store stat buffers in diff_state rather than diff_args
Stefan Sperling ed9e98a8 2017-11-29T22:47:05 store global diff state in memory provided by caller
Stefan Sperling dae2fc59 2017-11-29T22:20:17 move more globals into struct diff_state
Stefan Sperling 8020fd50 2017-11-29T22:18:14 move 'file' array into diff state
Stefan Sperling e04c4b2b 2017-11-29T22:15:12 wrap global diff state in a struct
Stefan Sperling cb056f1e 2017-11-29T22:06:07 wrap global diff arguments in a struct
Stefan Sperling 7d283eee 2017-11-29T17:11:11 add and test basic blob diffing functionality
Stefan Sperling 574ed2c3 2017-11-29T17:09:52 add some unmodified files from /usr/src/usr.bin/diff/