Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 1 | -6/+3 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 1 | -2/+5 |
* | calloc instead of malloc/memset. from Benjamin Baier | tedu | 2014-05-25 | 1 | -4/+2 |
* | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 2014-05-15 | 1 | -2/+0 |
* | Typo in C99 field initializer introduced in r1.3; | miod | 2014-05-09 | 1 | -1/+1 |
* | Replace Apache v2 license with ISC license. | matthew | 2014-05-09 | 1 | -12/+12 |
* | kill some more VMS ifdefs | giovanni | 2014-05-08 | 1 | -4/+0 |
* | knf approximation | tedu | 2014-05-06 | 1 | -753/+854 |
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 1 | -42/+42 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -9/+9 |
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+2025 |