Age | Commit message (Expand) | Author |
2015-12-24 | remove NULL-check before free() | mmcc |
2015-12-24 | More adress -> address | mmcc |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2015-12-23 | remove two NULL casts | mmcc |
2015-12-23 | Remove the rest of the scaffolding for nonexistent ElGamal support, | mmcc |
2015-12-23 | Remove NULL casts and tweak style in a few places. A more invasive | mmcc |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-12-23 | remove a few NULL-checks before free() | mmcc |
2015-12-23 | Update sqlite3 to 3.9.2. Bump major, regen .pc and header. Changes | James Turner |
2015-03-16 | Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes.... | James Turner |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie |
2015-12-23 | assign pointer NULL rather than 0 | mmcc |
2015-12-23 | assign pointer to NULL rather than 0 | mmcc |
2015-12-22 | remove NULL-checks before free() | mmcc |
2015-12-22 | initialize a pointer to NULL rather than 0 | mmcc |
2015-12-20 | Expose internal functions necessary to open audio devices and midi | Alexandre Ratchov |
2015-12-20 | Clean up a condition. No functional change. ok tb@ | mmcc |
2015-12-19 | gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed with | Tim van der Molen |
2015-12-19 | Style cleanup and removal of needless casts. ok tb@ | mmcc |
2015-12-19 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-19 | More style improvement and removal of NULL/allocation casts. | mmcc |
2015-12-18 | Remove code for unimplemented ElGamel support that's been disabled for | mmcc |
2015-12-18 | A few more NULL casts and style tweaks. No functional change. | mmcc |
2015-12-18 | Cleanup and modernization. No functional change. Discussed with halex@. | mmcc |
2015-12-18 | Fix wrong answer if the imaginary part is zero. | Alexandr Shadchin |
2015-12-18 | Fix behavior csqrt, should be | Alexandr Shadchin |
2015-12-18 | Simplify return call of rand() and rand_r() to make it easier to read. | tb |
2015-12-16 | change the kqueue backend to call kevent() as events are added instead | Ted Unangst |
2015-12-16 | tweak previous; | Jason McIntyre |
2015-12-16 | documents pledge(2) "dpath" promise | Sebastien Marie |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | Theo de Raadt |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-15 | Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification | Stuart Henderson |
2015-12-14 | Remove more needless casts of NULL and allocations. | mmcc |
2015-12-14 | Remove casts of allocations and NULL. There are a *ton* of these to | mmcc |
2015-12-14 | initialize ext_len to 0. | Bob Beck |
2015-12-14 | initialize ok to 0 | Bob Beck |
2015-12-14 | initialize md_len to 0 for readability to quell warnings. | Bob Beck |
2015-12-14 | Remove NULL-checks before free(). | mmcc |
2015-12-14 | s/begining/beginning/g | mmcc |
2015-12-12 | decipher comment. ok bcook@ | mmcc |
2015-12-12 | Remove calloc cast, give sizeof parens. No functional change. | mmcc |
2015-12-12 | move initialization of buf up to quell warnings and make it obvious the err c... | Bob Beck |
2015-12-12 | prevent possibly use of uninitialized variable | Bob Beck |
2015-12-12 | make the counter a size_t as well, which quells a warning on visual studio 2015 | Bob Beck |
2015-12-11 | Libraries should not print to stderr, ok tedu beck deraadt | Nicholas Marriott |
2015-12-11 | "the the" -> "the" in comment | mmcc |
2015-12-10 | tiny sanity check on file size | Ted Unangst |
2015-12-10 | use geteuid to make it easier for root to communicate. | Ted Unangst |