]> diplodocus.org Git - nmh/history - sbr/oauth_prof.c
new.c: Order two return statements to match comment.
[nmh] / sbr / oauth_prof.c
2017-09-12 Ralph Corderoymh_oauth_cred_fn()'s return value no longer needs dupli...
2017-09-12 Ralph Corderoymh_oauth_cred_fn(): Always freshly allocate result.
2017-09-04 Ralph Corderoyoauth: Replace `if...return false; return true' with...
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-09-03 Ralph CorderoyReplace boolean with bool everywhere.
2017-05-29 Ralph CorderoyUse DIM(a) macro a few more times; array's dimension...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-04-22 Ralph CorderoyAdd first-line comment describing C source's purpose.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2016-10-19 Ralph CorderoyReplace strlen(), malloc(), and sprintf() with concat().
2016-10-19 Ralph CorderoyReplace strlen(), malloc(), and sprintf() with concat().
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-08-21 Ken HornsteinVery close, but it doesn't passes the tests just yet.
2016-08-20 Ken HornsteinRetrieve appropriate profile entries and pass them...