提交历史

作者 SHA1 备注 提交日期
  bel2125 2ea73ec470 Prepare for on the fly content compression (#199) 8 年之前
  bel2125 17ae66d923 Add "allow gzip encoding" as flag for the request 8 年之前
  bel2125 8fbf727609 Add experimental interface for initializing connection specific user data 8 年之前
  bel2125 96bf3fa2fb Move connection init to a new function 8 年之前
  bel2125 89280a9016 Autoformat (no manual code changes) 8 年之前
  bel2125 ce408dffb3 Restructure some logic (move between functions) 8 年之前
  bel2125 733a2fb29e Indent and comment clock_gettime replacement code for Windows 8 年之前
  bel2125 a786eea649 Indent and comment clock_gettime replacement code for Windows 8 年之前
  bel2125 3d64ab5c11 Fix copy paste errors and add missing forward declaration 8 年之前
  bel2125 285a81737e Fix copy paste errors and add missing forward declaration 8 年之前
  bel2125 125cc06a8b Reset user connection data when closing the connection 8 年之前
  bel2125 753d0ea00b Undo 'Test mg_set_user_connection_data with const param (see #452)' 8 年之前
  bel2125 f1da6b30fb Test mg_set_user_connection_data with const param (see #452) 8 年之前
  bel2125 1db02ca547 Disable unused function warning for GCC 8 年之前
  bel2125 d6c8fa546a Remove OS process information from server status, add start time (Step 22/?) (See #243) 8 年之前
  bel2125 7d202fb2fe Add uptime information to server status (Step 21/?) (See #243) 8 年之前
  bel2125 d7c151551a Mark Symbian support as dead 8 年之前
  bel2125 066dbf7e60 GCC: Functions marked as 'unused' MAY be unused - dont raise an error if they are used 8 年之前
  bel2125 b5f7b71d45 Avoid warnings for unused system functions 8 年之前
  bel2125 c740aff73a Move one time initializations in mg_init_library 8 年之前
  bel2125 98e018c72e Use global mutex if no atomic operations are available 8 年之前
  bel2125 494c957edd Don't allow more than 2 GB of websocket payload (#488) 8 年之前
  bel2125 c9f653c038 Initialize time for socket write timeout and optimize timeout code 8 年之前
  bel2125 a0775233a2 Try to disable warning, caused by a flaw in GCC socket macros 8 年之前
  bel2125 376acb4d65 Disable GCC warning (flaw in GCC socket macros) 8 年之前
  bel2125 c053e57150 Fix some warnings 8 年之前
  bel2125 91115c420f Fix some warnings 8 年之前
  bel2125 c042431084 When send queue is full, use select to wait until it becomes available (#474) 8 年之前
  bel2125 81faf98e99 Suggested alternative fix for #474 (not yet tested) 8 年之前
  bel2125 b81e8cd1ae Rewrite request parsing (Step 27/?) 8 年之前