Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-07 | Call va_end soon after using variable length variable | kinichiro | 1 | -4/+4 | |
- This fix MSVC compiler warning C4702 "unreachable code". | |||||
2018-01-07 | Reconsider MSVC warning list | kinichiro | 1 | -18/+15 | |
- Remove C4242 and C4820 - Warning explanation from manual - Sort by warning code | |||||
2018-01-07 | Remove unneeded -ULIBRESSL_INTERNAL | kinichiro | 1 | -2/+0 | |
2017-12-11 | add release notesv2.6.4 | Brent Cook | 1 | -0/+15 | |
2017-12-11 | netcat.c.patch: eliminate syntax error from patch | Kyle J. McKay | 1 | -1/+1 | |
If the target system does not define IPV6_TCLASS, this part of the patch handles that with an ENOPROTOOPT error rather than failing to compile. Unfortunately it's missing a trailing semicolon leading to a compilation error. Add the missing semicolon to fix the problem. Signed-off-by: Kyle J. McKay <mackyle@gmail.com> | |||||
2017-11-23 | Fixed getpagesize detection on Android | Evgen Bodunov | 1 | -1/+14 | |
2017-11-23 | Create correct directory in CMake install. | Aric Belsito | 1 | -1/+1 | |
Was creating ${CONFDIR}/cert instead of ${CONFDIR}/certs. | |||||
2017-11-05 | fetch before update to grab new branches | Brent Cook | 1 | -0/+1 | |
2017-11-05 | update changelogv2.6.3 | Brent Cook | 1 | -0/+6 | |
2017-11-02 | make OPENBSD_6_2 branch | Brent Cook | 1 | -1/+1 | |
2017-10-22 | Separate man(5) pages | Bernard Spil | 1 | -5/+12 | |
2017-09-26 | Fix checking memmem in apps/ocspcheck/CMakeLists.txt | kinichiro | 1 | -1/+1 | |
- Issue #352 pointed out by @d3x0r | |||||
2017-09-25 | update release notesv2.6.2 | Brent Cook | 1 | -0/+22 | |
2017-09-10 | Some CMake Fixes. | Aric Belsito | 2 | -0/+18 | |
pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated. | |||||
2017-09-10 | Add *.5 manpages in libcrypto/man/ | kinichiro | 5 | -4/+6 | |
2017-09-06 | spelling | Brent Cook | 1 | -1/+1 | |
2017-09-04 | update VS prerequisites, refer to autogen.sh morev2.6.1 | Brent Cook | 1 | -7/+10 | |
2017-09-04 | be more concise, formatting | Brent Cook | 1 | -3/+1 | |
2017-09-04 | update changes | Brent Cook | 1 | -3/+3 | |
2017-09-04 | enhance README warnings, remove pod2man requirement | Brent Cook | 1 | -9/+14 | |
2017-09-03 | update manpage links | Brent Cook | 1 | -13/+39 | |
2017-09-03 | add 2.6.1 changelog | Brent Cook | 1 | -0/+53 | |