提交历史

作者 SHA1 备注 提交日期
  Brian Lambert a8c4f4a6a3 Fix compiler warning on OS X compile. clang diagnostic ignored needed -W to work properly on OS X. 10 年之前
  bel 08dab3d313 Fix const/not const struct mg_connection * warning 10 年之前
  bel 180e45fdfc Forward also POST data to CGI pages 10 年之前
  bel 879f18ca07 Fix some clang diagnostic messages (see #94) 10 年之前
  bel d264808e52 Clean usage of const/not const mg_context* and mg_connection* handles in the API. 10 年之前
  bel cad094cacc Remove union in struct mg_request_handler_in 10 年之前
  bel2125 a5fbd4e199 Complete chunked transfer encoding 10 年之前
  bel2125 fbaf61d6b8 Add Qt build 10 年之前
  bel 199afb7369 Attempt to fix chunked tranfer encoding (see #95, #98) - not fully tested yet 10 年之前
  bel 62a46e647f Test for memory leaks in unit test 10 年之前
  bel a5c4b9dbb0 Mark chunked transfer encoding (#95) as currently not working. See #98. 10 年之前
  bel 832763b465 Handler for websocket connection 10 年之前
  bel 8c90b3cae5 Handler for websocket connection (Step 7/7) 10 年之前
  bel 121ae6c7f6 Handler for websocket connection (Step 6/7) 10 年之前
  bel 7a709e5633 Handler for websocket connection (Step 5/?) 10 年之前
  bel 0ecec6bce7 Handler for websocket connection (Step 4/?) 10 年之前
  bel 436bc39555 Handler for websocket connection (Step 2/?) 10 年之前
  bel 0016b36204 Handler for websocket connection (Step 1/?) 10 年之前
  bel2125 acca08ec6e Fix warning for unused function in gcc if compiled WITH_WEBSOCKET but without WITH_LUA 10 年之前
  Kevin Wojniak d7d9469db8 Fix unused variables in default unit test build 10 年之前
  bel ed6b8faaeb Fix typo in variable name 10 年之前
  bel 85d1a726ec Quietly close keep-alive connections, if there is no new request after a timeout 10 年之前
  bel e157e10f1a Server must not send "400 Bad Request" if the client times out without sending anything 10 年之前
  bel2125 a6c25c3617 Merge pull request #96 from keithel/chunked_encoding_support 10 年之前
  Keith Kyzivat 068b3770ba Fix erroneous merge error when starting request and no content-len set 10 年之前
  bel 2e13beb535 Update CREDITS, RELEASE_NOTES and line indent 10 年之前
  bel e5dc8cba75 Improve unit test 10 年之前
  Keith Kyzivat 116c01fbd8 Make mg_read C-90 compliant 10 年之前
  Keith Kyzivat 104db368a5 Add Chunked encoding support 10 年之前
  bel d95867a84d Rewrite list handling in mg_set_request_handler and use locks 10 年之前