Commits
- Commit:
3ba86cef03fa638e9139444ade6c2fa86bde5df8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
direct patch reviews and other discussion away from my private inbox
- Commit:
b077bccd438edd49ae00d5a8c7ab4beffae5a53e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless oflag from struct diff3_state
- Commit:
4a669b4d3071698d662027a6c80ea850be275084
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
eab2e76a2143b6bd2dc8f23b515d86a6c16796ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.16
- Commit:
6dea73dfe78ac9b1bfcc7b80edecc00974c50c38
- From:
- Steven McDonald <steven@steven-mcdonald.id.au>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
Replace fgetln() with getline()
getline() is, per the latter's OpenBSD man page, safer and more
portable than fgetln().
- Commit:
303e14b5e91b152d78219ff8bbca1f9bfbbb094e
- From:
- Steven McDonald <steven@steven-mcdonald.id.au>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
Add missing includes for time() and ctime()
These headers were implicitly used on OpenBSD, but building on Linux
revealed that <time.h> wasn't included directly. diffreg.c uses
ctime(), which additionally needs <sys/types.h>.
- Commit:
83290b45b037bedb9c814d4afaf111edb4ab7754
- From:
- Steven McDonald <steven@steven-mcdonald.id.au>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
Remove return value from diffreg's fetch()
The last use of this was removed in
0165cdf03ffac4c24334979832ad27554913d54c over a year ago.
- Commit:
8fbe07c208c126ce38d8d97079ef34df4a41cbc6
- From:
- Steven McDonald <steven@steven-mcdonald.id.au>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
Remove unused variable in diffreg's fetch()
- Commit:
1cae65b4629cd43c265d27e7aa98d478878b1ea5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
missing error checks in tog(1); found by jj@ with scan-build
- Commit:
f66c734c57ba39774198d381b7f9a27cfdd30abe
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
missing error check in write_tree(); found by jj@ with scan-build
- Commit:
909d120e02559eff42cb73dc284653b57b541660
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
missing errer check in update_blob(); found by jj@ with scan-build
- Commit:
4793d91bf3b955dcc0dab2308ff9ebea06504de3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have got_object_parse_* check for zero-length input
- Commit:
6ced7ba8b0a1cecd667313e4e45f51be404f97c8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid a NULL deref in diff_fileindex_tree(); found by jj@ with scan-build
- Commit:
8e158b0141b7625e7db96d7ff32f7312b08d2740
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug logmsg memory leak in cmd_import; found by jj@ with scan-build
- Commit:
3affba96cf2f8128eea9145e7f67e254dfde02df
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
missing NULL check
- Commit:
b1317e77b872eb5ef148f76b5b63d358cc868a75
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug error leak in got_packidx_init_hdr(); found by jj@ with scan-build
- Commit:
aa6c0b5105c8829f3ab30f081fa2d3d68ac674d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused variable in got_privsep_recv_obj() (patch by Steven McDonald)
- Commit:
5cade90168b43ba473102fcb27dd1fd4d85fcdc9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix error return in got_path_find_prog() (patch by Steven McDonald)
- Commit:
e10c916e6a794631e8c4a0a73aeb1b3615863e70
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
change "calloc" to "strdup" for strdup() NULL return value
- Commit:
d6fca0ba38c4b10064f9b966ab286a63acaf9ce9
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
check calloc() for NULL return value
- Commit:
25dced9b436467b3d008cf5e63d7414cd6ea7239
- From:
- Hiltjo Posthuma <hiltjo@codemadness.org>
- Date:
fix possible memleak in worklist_add() if path is too long
- Commit:
27a741e587dcb761092cf3dd3d674192040b6390
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tog: fix cosmetic display issues involving \n and TABs
- Commit:
709ae9eb9cb0304e47cea3b9be65d13203de7612
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix markup errors around user.email in got.1
- Commit:
30db8c54306a6e31984446a95b95a14e888026ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
6c1263b4dcdcf4dc36087506a6a8f4434bbdbc7d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.15