コミット履歴

作者 SHA1 メッセージ 日付
  bel2125 8be6d2548a Avoid stupid warning 8 年 前
  bel2125 a8af15db2c Prepare data for server status (#243) 8 年 前
  bel2125 c4e5e9d2d4 Add const to mg_connection, for mg_get_response_code_text function, since it is not reading or writing data 8 年 前
  bel2125 85424a4ad5 Merge pull request #453 from xnu123/master 8 年 前
  mrdvlpr.xnu c507876889 fix compilation issue with LUA and websockets enabled 8 年 前
  bel2125 c5b8e38fd7 Format code and add end-of-file comments 8 年 前
  bel2125 d74d424436 lock connection when writing to websockets in Lua 8 年 前
  bel2125 22e1ab7e89 Merge pull request #449 from thilbern/master 8 年 前
  THILMANT, Bernard 9da783311d fix memory leak. Issue 448 8 年 前
  bel2125 275dc11dcf Merge pull request #447 from xnu123/master 8 年 前
  mrdvlpr.xnu f561ceac8c fix typo 8 年 前
  bel2125 6f1eb90597 Prepare a list of proposed API changes for V1.10 8 年 前
  bel2125 b917f4dc9f Add TODO mark for mg_lock_connection 8 年 前
  bel2125 07ce37b979 Fixes for some more exotic warnings 8 年 前
  bel2125 3f1dcbb339 Try to avoid coverity problem with third party components by creating a build without third_party directory 8 年 前
  bel2125 432b51f5dc Possible fix for a possible null pointer deref (may be a false positive reported by static source code analysis) 8 年 前
  bel2125 a8a191ba7b Conditionally disable SSL_VERIFY_FAIL_IF_NO_PEER_CERT 8 年 前
  bel2125 d1607b368f Mark "file in memory" feature is a candidate for deletion. 8 年 前
  bel2125 f40e5644ae Simplify mg_connect_client implementation 8 年 前
  bel2125 1693df8d2c Fix coverity warnings 8 年 前
  bel2125 5f54d6441f Comment incomplete feature for additional response headers 8 年 前
  bel2125 7947ec1f3d Replace command to find version number in build (#407) 8 年 前
  bel2125 f590189b23 Improve example how to use websockets in C++ 8 年 前
  bel2125 adffa5ee86 Add example how to use websockets in C++ 8 年 前
  bel2125 035cd63c02 Example CPP should only use an "all" handler, if NO_FILES is set 8 年 前
  bel2125 90bac6182a Do not use obsolete C interface in C++ wrapper 8 年 前
  bel e917a8cf06 Update release notes 8 年 前
  bel f04ef38e47 Update CREDITS 8 年 前
  bel 84e3acb1b0 Add contributors who provided samples, logs, .. to solve #422 to CREDITS 8 年 前
  bel f5ea8a5ee8 Fix error in timeout handling for writing larger files (may be related to #422) 8 年 前