aboutsummaryrefslogtreecommitdiff
path: root/m4 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-23refactor configure into separate m4 macrosBrent Cook6-264/+314
2015-05-23stub in initial libtls standalone treeBrent Cook14-121/+406
2015-05-14adding support for bitrigDave Huseby1-1/+1
2015-05-07add branch coverage, skip coverage check of tests themselvesBrent Cook1-1/+7
2015-05-06distcheck fixesBrent Cook4-3/+6
2015-05-06add app tests from regress/usr.bin/opensslBrent Cook7-0/+564
2015-04-27use the same gcc test for AIX as HP-UXBrent Cook1-1/+1
2015-04-27modify for HP-UX build, choose correct CFLAGS for gcc.kinichiro1-1/+1
2015-04-26use soft links for related man pages.Brent Cook1-2/+1
2015-04-19remove unneeded check for sys/sysctl.hBrent Cook1-1/+1
2015-04-19use alternate cflags on AIX and HP-UX vendor compilersBrent Cook1-1/+11
2015-04-14Revert configure-time checks for -Wall/-std=gnu99Brent Cook1-36/+14
2015-04-14make compiler checks for -Wall and -std=gnu99Brent Cook1-14/+36
2015-04-14remove issetuigid wrappers, now that all getenv calls are gone.Brent Cook9-244/+3
2015-03-31Add experimental AIX support.Brent Cook4-1/+123
2015-03-31avoid install failures on case-insensitive file systemsBrent Cook2-2/+3
2015-03-27Use mandoc database to get man links.Brent Cook3-1059/+1192
2015-03-22move define to CPPFLAGSBrent Cook1-1/+1
2015-03-22copy remaining test harness dependenciesBrent Cook1-2/+5
2015-03-22copy memmem.c on updateBrent Cook1-0/+1
2015-03-22rework CFLAGS/CPPFLAGS settings during configurationBrent Cook8-52/+51
2015-03-22move clang flags adjustment next to the check, fix typoBrent Cook1-3/+3
2015-03-22check for build tools earlier in configurationBrent Cook1-7/+6
2015-03-22the BIO_sock_init() patch is upstream.Brent Cook2-46/+0
2015-03-21rework tests Makefile.amBrent Cook5-89/+289
2015-03-19set version to 2.2.0 on masterBrent Cook1-1/+1
2015-03-19update changelog for 2.1.6Brent Cook1-0/+19
2015-03-19enable libtls by defaultBrent Cook9-26/+7
2015-03-09expand on changelogBrent Cook1-1/+6
2015-03-09use correct patch levelBrent Cook1-1/+1
2015-03-08clarify 2.1.5 release noteBrent Cook1-1/+1
2015-03-08update changelog for 2.1.5Brent Cook1-0/+7
2015-03-08bump version to 2.1.5Brent Cook1-1/+1
2015-03-08update __STRICT_ALIGNMENT checkBrent Cook1-3/+7
2015-03-08initialize winsock earlier in openssl(1)Brent Cook2-9/+55
2015-03-08specify -static-libgcc for mingw buildsBrent Cook2-1/+3
2015-03-08fix hangs reading stdin on WindowsBrent Cook1-23/+16
2015-03-08Reuse _OPENBSD_SOURCE namespace on NetBSD (>=8.x)Kamil Rytarowski1-0/+1
2015-03-07avoid doubling user-specified cflagsBrent Cook1-2/+2
2015-03-04Allow to disable tests easilyCorinna Vinschen1-25/+33
2015-03-03Drop test for adding -lssp again, not required with latest libtoolCorinna Vinschen1-1/+1
2015-03-03Add preliminary Cygwin supportCorinna Vinschen1-1/+5
2015-03-02Add '-windows' to windows binary archive.v2.1.4Brent Cook1-1/+1
2015-03-02add windows README, package README files with distributionBrent Cook2-1/+41
2015-03-02point out where to report bugs, update links.Brent Cook2-3/+7
2015-03-02update changelog with security updatesBrent Cook1-7/+33