Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -16/+16 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2020-01-07 | lib9, libndb: exclude terminating null from strncpy bound | Neven Sajko | 1 | -1/+1 | |
GCC pointed this out with some "warning: ‘strncpy’ specified bound NUM equals destination size [-Wstringop-truncation]" warnings. Change-Id: Id8408b165f6e4ae82c96a77599d89f658d979b32 | |||||
2014-10-20 | 9l: link with -lresolv on Linux | David du Colombier | 1 | -2/+0 | |
LGTM=rsc R=rsc https://codereview.appspot.com/136520044 | |||||
2014-05-15 | libndb: add AUTOLIB(resolv) | David du Colombier | 1 | -0/+2 | |
LGTM=rsc R=rsc https://codereview.appspot.com/97370043 | |||||
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+1 | |
2006-01-29 | even less dependence on crappy arpa headers | rsc | 1 | -10/+7 | |
2006-01-27 | more constants | rsc | 1 | -1/+1 | |
2006-01-27 | more | rsc | 1 | -65/+63 | |
2006-01-27 | do not expect magic numbers | rsc | 1 | -23/+66 | |
2006-01-27 | dns | rsc | 1 | -0/+409 | |