This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
wolfssl
/
m4
History
David Garske
993972162e
MinGW fixes, server port assigning cleanup and ping test cleanup. Fixes issue with visibility detection with MinGW. The visibility.m4 script was not actually trying to call the hidden function, which caused MinGW to detect improperly that visibility was supported. Fix for bogusFile on Windows build. Fixes to build warnings for unused variable 'res' and signed/unsigned comparison for sizeof min(). Cleanup of the server side port assignment to allow use with Windows/MinGW/Cygwin. If Windows uses new GetRandomPort() function in test.h to get port in in the 49152 - 65535 range. If *nix then uses the tcp_listen returned port. Otherwise uses the default wolfSSLPort. Refactor of the ping test code to use common file and properly handle ping count differences (Windows "-c" vs. *Nix style "-n"). Workaround for MinGW and cyassl/options.h getting file permissions error. Added non-fatal compile warning if using MinGW that "strtok_s" might be missing along with a link to public domain source that can be used.
2016-04-08 11:48:14 -06:00
..
ax_add_am_macro.m4
…
ax_am_jobserver.m4
…
ax_am_macros.m4
…
ax_append_compile_flags.m4
…
ax_append_flag.m4
…
ax_append_link_flags.m4
…
ax_append_to_file.m4
…
ax_check_compile_flag.m4
…
ax_check_library.m4
…
ax_check_link_flag.m4
…
ax_compiler_version.m4
…
ax_count_cpus.m4
…
ax_create_generic_config.m4
…
ax_debug.m4
…
ax_file_escapes.m4
…
ax_harden_compiler_flags.m4
initialize CFLAGS in configure as empty, remove erasing it when hardening CFLAGS
2015-09-17 16:36:53 -07:00
ax_print_to_file.m4
…
ax_pthread.m4
…
ax_tls.m4
…
ax_vcs_checkout.m4
…
hexversion.m4
…
lib_socket_nsl.m4
…
require_canonical.m4
…
visibility.m4
MinGW fixes, server port assigning cleanup and ping test cleanup. Fixes issue with visibility detection with MinGW. The visibility.m4 script was not actually trying to call the hidden function, which caused MinGW to detect improperly that visibility was supported. Fix for bogusFile on Windows build. Fixes to build warnings for unused variable 'res' and signed/unsigned comparison for sizeof min(). Cleanup of the server side port assignment to allow use with Windows/MinGW/Cygwin. If Windows uses new GetRandomPort() function in test.h to get port in in the 49152 - 65535 range. If *nix then uses the tcp_listen returned port. Otherwise uses the default wolfSSLPort. Refactor of the ping test code to use common file and properly handle ping count differences (Windows "-c" vs. *Nix style "-n"). Workaround for MinGW and cyassl/options.h getting file permissions error. Added non-fatal compile warning if using MinGW that "strtok_s" might be missing along with a link to public domain source that can be used.
2016-04-08 11:48:14 -06:00
wolfssl_darwin_clang.m4
…