Historique des commits

Auteur SHA1 Message Date
  bel2125 6cdabf3825 rename mg_context member workerthreadcount to cfg_worker_threads il y a 10 ans
  bel 3792243dc3 Force string length limits for vsnprintf operations (#175) il y a 10 ans
  bel cc4747c1e3 Force string length limits for vsnprintf operations (#175) il y a 10 ans
  bel2125 3716b3faaa Update embedded_c example il y a 10 ans
  bel 7739a5135a Add TODO to deal with systems with sizeof(pthread_t) > sizeof(unsigned long) il y a 10 ans
  bel f4ae645ccc Disable MacOS build on Travis, until all errors are fixed il y a 10 ans
  bel 81730357d2 Win32 GetCurrentThreadId always fits into unsigned long il y a 10 ans
  bel a0be79d1a6 Most c compilers do not support '#if sizeof' expressions (the standard does not require it). So the user has to set a define pthread_t_LARGER_THAN_unsigned_long il y a 10 ans
  bel b5775bfc26 Use CRYPTO_set_id_callback only if sizeof(pthread_t)<=sizeof(unsigned long). Use the system default otherwise il y a 10 ans
  bel b567e04495 Add check for size of thread ID (required for SSL) il y a 10 ans
  bel2125 4cee6813f8 Merge pull request #198 from shantanugadgil/patch-1 il y a 10 ans
  shantanugadgil 3b415f9cd3 Allow parameters to the resource compiler il y a 10 ans
  bel d33ff62ab1 MinGW: correct compiler defines il y a 10 ans
  bel 0037369809 MinGW: correct compiler defines il y a 10 ans
  bel 22a38b7c39 MinGW: include _mingw.h, to access mingw version defines il y a 10 ans
  bel ad746c8365 Add #ifdef _WIN32 for vsnprintf blocking define again il y a 10 ans
  bel f3a22fab38 Linux/Travis does not support ifconfig il y a 10 ans
  bel da2f30cb48 Some MacOS compile fixes il y a 10 ans
  bel 38fecc8961 Travis/MacOS does not support /sbin/ip, use ifconfig instead il y a 10 ans
  bel 9a69a05905 Update source code format details il y a 10 ans
  bel 810a34d828 Set MINGW compiler define for windows GCC diagnostic pragmas il y a 10 ans
  bel 7995c9ba6d Disable unused-function warning for POSIX standard Win32 replacement functions il y a 10 ans
  bel 8165305549 Rearrange definition of main for exe test il y a 10 ans
  bel 41331e29c6 Add shared test to Visual Studio and format script il y a 10 ans
  bel 6cc1f017f2 Fix wrong include guard in exe test il y a 10 ans
  bel eb3d9c414a Update Visual Studio unit test project il y a 10 ans
  bel 3212e78e54 Initialize hostend to avoid false warning il y a 10 ans
  bel acdec461ab Disable `Microsoft does not like standard C library functions` warning for all tests il y a 10 ans
  bel2125 f8cd0ab565 Auto-format test main il y a 10 ans
  bel2125 db985a162b Add exe test suite and make CI testing more verbose il y a 10 ans