提交歷史

作者 SHA1 備註 提交日期
  Sergey Lyubka 98fb44f836 Refactored data buffering. Updated websocket example to have 2 message roundtrips. 13 年之前
  Sergey Lyubka f9873eb87a Experimentl websocket support 13 年之前
  Sergey Lyubka 358e4ffbf5 extra check in cry() for NULL context 13 年之前
  Sergey Lyubka 9aad922983 added mg_get_ssl_context. passing fake connection to the MG_INIT_SSL event 13 年之前
  Sergey Lyubka 05b2a04267 moved status_code, user_data, log_message out of struct mg_request_info 13 年之前
  Sergey Lyubka 4408083b4d removed ssl chain file option. restored context param in fc() call 13 年之前
  Sergey Lyubka d9f9911d9b removed max request size from options, moved to the #define 13 年之前
  Sergey Lyubka 0bb67e06c1 #define _XOPEN_SOURCE 600 only for linux 13 年之前
  Sergey Lyubka 518b3aa726 Merge pull request #12 from nigels-com/master 13 年之前
  Sergey Lyubka 8072b0a7d4 Do not report error if mg_printf() printed 0 bytes 13 年之前
  Sergey Lyubka 43953782f9 Do not require SSL, fix for issue 20 13 年之前
  Sergey Lyubka 12e133a5e9 Merge branch 'master' of ssh://github.com/valenok/mongoose 13 年之前
  Sergey Lyubka e92d4451ef fc() doesnt take ctx argument anymore 13 年之前
  Marin Atanasov Nikolov 0521d78982 Fix building of mongoose under FreeBSD. 13 年之前
  Sergey Lyubka 3602d54a5b Better check for NULL in mg_connect() 13 年之前
  Nigel Stewart fafc9c6a20 Undefine WIN32_LEAN_AND_MEAN, if necessary. 13 年之前
  Sergey Lyubka c92d7c3bc8 Fix for Android: fread() might return < 0 13 年之前
  Sergey Lyubka ee91109d9f Ger Hobbelt's fixes 13 年之前
  Sergey Lyubka ab6f145e3e Update thread count on OOM error in worker_thread() 13 年之前
  Sergey Lyubka 3d3359910f Added printf format checking macros. Changed mg_printf() to allocate the buffer on heap if it does not fit the local one. 13 年之前
  Ger Hobbelt ccf43fe3e3 backport of the relevant fix as per http://code.google.com/p/mongoose/issues/detail?id=370#c5 13 年之前
  Sergey Lyubka 8b491d75b5 added const in mg_get_request_info() 13 年之前
  Sergey Lyubka d70c18d692 3.2 -> 3.3 13 年之前
  Sergey Lyubka 9378946e7d Added comments in read_request() 13 年之前
  Sergey Lyubka d7e6492fac Refactored code that discards request data after handling 13 年之前
  Sergey Lyubka 102101e9d6 Corrected dangerous assert() in process_new_connection 13 年之前
  Sergey Lyubka cf53f3da4f Revert "Added MG_SHUTDOWN event" 13 年之前
  Sergey Lyubka 15a0d819ed Added MG_SHUTDOWN event 13 年之前
  Sergey Lyubka 6add727c72 %zu printf spec is not understood by MS compiler, changing it to %lu 13 年之前
  Sergey Lyubka 375950f6d7 Fixed hang for keep-alive connections 13 年之前