Historique des commits

Auteur SHA1 Message Date
  Kevin Wojniak 61daaa08dc Change mg_set_user_connection_data() to take a non-const connection since the connection needs to be modified. This fixes a "drops const qualifier" warning on OS X. il y a 9 ans
  bel 1ce33c69ca Comment mg_fopen/mg_fclose il y a 9 ans
  bel 7b51e4ce60 Improve unit tests il y a 9 ans
  bel ce1c8a6095 Auto-format after merge il y a 9 ans
  bel 9269075e1b Fix recently merged functions so they can be built with Visual Studio il y a 9 ans
  bel2125 01998fbcfe Add UUID for Lua (in Linux). See also #140. il y a 9 ans
  Martin Gaida 36daa5404d Merge remote-tracking branch 'upstream/master' for travis build. il y a 9 ans
  Martin Gaida 7105998eb8 fixed ssl_short_trust bug in sslize (see #280) il y a 9 ans
  bel2125 1d0faa4220 Merge pull request #284 from gaida/master il y a 9 ans
  Martin Gaida 134f978964 optimized flow for use of short lived certificates il y a 9 ans
  Martin Gaida 2c78581a37 decreased disk io and added thread safety for short lived certificates il y a 9 ans
  bel2125 d55d5c9db8 Merge pull request #280 from gaida/master il y a 9 ans
  thewaterymoon 2db0c25518 Fix size_t/int issue (index is allowed to become -1 in the loop) il y a 9 ans
  thewaterymoon 16da6d722f Restart an interrupted recv() il y a 9 ans
  thewaterymoon af26c5c670 Fix the checking of 'keep-alive' connection flag. il y a 9 ans
  bel 1ef0bc06c1 Re-format source il y a 9 ans
  bel 6a5cdc470e Avoid warnings in pthread_t to unsigned long cast il y a 9 ans
  Martin Gaida 007588a08c fixed small bug il y a 9 ans
  Martin Gaida 21fc4332c2 fixed minor bug il y a 9 ans
  bel2125 055e807198 Use of pthread_self must be changed for OSX build il y a 9 ans
  bel2125 657e30ddd7 Fix for long values >=0x80000000L il y a 9 ans
  bel2125 3c0b1e6079 Fix MinGW warning (SSL_OP_ALL needs to be unsigned in a 32 bit environment) il y a 9 ans
  bel a41e091973 Win64 builds should use OpenSSL 64 bit as default il y a 9 ans
  Martin Gaida ca755dd11d Added certificate hot swap for use with short lived certificates. il y a 9 ans
  bel 54c6b08917 Add unit test for CGI il y a 9 ans
  bel2125 6506e38923 Merge pull request #275 from jd-boyd/mg_send_mime_file il y a 9 ans
  Joshua D. Boyd 4c52dcfd6a Add mg_send_mime_file. il y a 9 ans
  bel aa4408b202 Fix crash if mg_start is called twice, with invalid port at first call (see #270) il y a 9 ans
  Joshua D. Boyd 3ff8a74afe Add MIME types for fonts. il y a 9 ans
  bel da7f6c3943 Do not call CRYPTO_cleanup_all_ex_data for every thread ... again. il y a 9 ans