2020-10-19 06:40 | bspatch: delete newfile if an error occured | Stephen Gregoratto | 2 | +75 | -34 |
2020-10-19 05:44 | Sync oconfigure | Stephen Gregoratto | 3 | +86 | -9 |
2020-09-25 07:02 | Make sure config.h is always on top | Stephen Gregoratto | 1 | +3 | -0 |
2020-09-25 06:19 | bspatch: simplify bzip functions | Stephen Gregoratto | 1 | +15 | -11 |
2020-09-25 04:01 | increase max line length to 100 | Stephen Gregoratto | 3 | +14 | -26 |
2020-09-25 03:55 | fully document the file structure in bsdiff.c | Stephen Gregoratto | 2 | +22 | -25 |
2020-09-25 03:30 | bspatch: fix some error messages | Stephen Gregoratto | 1 | +2 | -2 |
2020-09-25 03:24 | bspatch: move bzip offset opening to one function | Stephen Gregoratto | 1 | +19 | -20 |
2020-09-25 03:23 | bspatch: move config.h to the top | Stephen Gregoratto | 1 | +1 | -1 |
2020-09-24 10:29 | Actually make sure off_t is 64 bits | Stephen Gregoratto | 1 | +1 | -1 |
2020-09-24 10:21 | Add attribution to Thieu Le. | Stephen Gregoratto | 3 | +3 | -0 |
2020-09-24 10:20 | Tweak README | Stephen Gregoratto | 1 | +1 | -1 |
2020-09-24 06:57 | oconfigure: make sure off_t is 64 bits | Stephen Gregoratto | 1 | +2 | -0 |
2020-09-24 06:52 | Expand pathological case where files differ by <8 bytes | Thieu Le | 1 | +6 | -5 |
2020-09-24 06:49 | bsdiff: fix memcmp hang | Thieu Le | 1 | +1 | -1 |
2020-09-24 06:46 | bsdiff: Speed up pathological case | Thieu Le | 1 | +22 | -0 |
2020-09-24 06:38 | Add chromiumOS fork to README. | Stephen Gregoratto | 1 | +6 | -1 |
2020-09-24 06:25 | bspatch: write newfile using stdio | Stephen Gregoratto | 1 | +6 | -6 |
2020-09-24 06:19 | bspatch: fix header length check | Stephen Gregoratto | 1 | +1 | -1 |
2020-09-24 06:18 | bsdiff: remove assert header | Stephen Gregoratto | 1 | +0 | -1 |
2020-09-24 06:05 | Add attribution to Mathew Endsley. | Stephen Gregoratto | 5 | +5 | -0 |
2020-09-24 06:01 | fix memory allocation sizes | Stephen Gregoratto | 2 | +2 | -2 |
2020-09-24 05:28 | bsdiff: use a single buffer for diff/extra blocks | Matthew Endsley | 1 | +13 | -16 |
2020-09-24 05:16 | bsdiff: rename ctrl block buffer | Stephen Gregoratto | 1 | +5 | -5 |
2020-09-24 05:13 | bsdiff: move patch writing out of main loop end | Stephen Gregoratto | 1 | +13 | -20 |
2020-09-24 04:51 | bsdiff: store filelen without ftello | Stephen Gregoratto | 1 | +14 | -13 |
2020-09-24 03:38 | bsdiff: consolidate bzip writing into one function | Stephen Gregoratto | 1 | +20 | -33 |
2020-09-24 02:34 | axe useless parens in conditionals | Stephen Gregoratto | 2 | +17 | -18 |
2020-09-23 14:19 | save lengths in a single buffer, write once | Matthew Endsley | 1 | +4 | -12 |
2020-09-23 14:12 | Replace header buf with struct | Matthew Endsley | 3 | +15 | -11 |
2020-09-23 13:45 | add readme | Stephen Gregoratto | 1 | +18 | -0 |
2020-09-23 13:11 | Use the FreeBSD manpages for extra info | Stephen Gregoratto | 2 | +85 | -36 |
2020-09-23 13:02 | bsdiff: pledge earlier | Stephen Gregoratto | 1 | +6 | -7 |
2020-09-23 12:21 | bspatch: set newfile mode to oldfile mode | Stephen Gregoratto | 4 | +22 | -15 |
2020-09-23 11:46 | bspatch: ssize_t to off_t | Stephen Gregoratto | 1 | +2 | -2 |
2020-09-23 11:19 | add pledge+unveil support | Stephen Gregoratto | 2 | +46 | -2 |
2020-09-23 11:05 | Add name to license + SPDX headers | Stephen Gregoratto | 4 | +34 | -0 |
2020-09-23 11:02 | fix an off-by-one error in readfile | Stephen Gregoratto | 1 | +4 | -4 |
2020-09-23 11:02 | make error reporting consistent | Stephen Gregoratto | 1 | +10 | -10 |
2020-09-23 11:00 | make error reporting consistent | Stephen Gregoratto | 2 | +12 | -9 |
2020-09-23 10:23 | use custom readfile function | Stephen Gregoratto | 4 | +49 | -33 |
2020-09-23 10:10 | rename some u_char stragglers | Stephen Gregoratto | 2 | +3 | -3 |
2020-09-23 09:56 | offt(out|in): roll up loops | Stephen Gregoratto | 1 | +11 | -40 |
2020-09-23 07:27 | pedantry: change main function signature | Stephen Gregoratto | 1 | +1 | -1 |
2020-09-23 07:25 | pedantry: consolidate `= 0` statments | Stephen Gregoratto | 3 | +8 | -21 |
2020-09-23 07:21 | Move most logic to util.c, add usage function | Stephen Gregoratto | 5 | +291 | -244 |
2020-09-23 06:59 | add objects to gitignore | Stephen Gregoratto | 1 | +1 | -0 |
2020-09-23 06:57 | Add header file (no static), u_char -> uint8_t | Stephen Gregoratto | 3 | +62 | -20 |
2020-09-23 06:53 | Remove useless commas after end brackets | Stephen Gregoratto | 1 | +20 | -20 |
2020-09-23 06:47 | KNF sources | Stephen Gregoratto | 3 | +401 | -244 |
2020-09-23 06:36 | CVE-2014-9862 - check for a negative value on numbers of bytes | The FreeBSD Project | 1 | +4 | -0 |
2020-09-23 06:31 | Add oconfigure for portable building | Stephen Gregoratto | 7 | +6996 | -11 |
2020-09-23 06:22 | Import 4.3 sources | Stephen Gregoratto | 5 | +745 | -0 |