提交歷史

作者 SHA1 備註 提交日期
  valenok 8d79e5b43f removed Testing test prefix in messages 15 年之前
  valenok e650941174 fixed bad http version handling 15 年之前
  valenok d87cd36beb removed partial copyright - no relevant code. adopted CGI code to no post_data. Embedded mode is still todo. FALSE -> MG_FALSE. 15 年之前
  valenok a0d765a6f0 removed port_data, post_data_len from request_info. added prototype for mg_read() 15 年之前
  valenok c94ad1c952 adopted monhoose.h to Google style 15 年之前
  valenok 4cf7851996 decreased thread idle time to 5 seconds. exiting worker thread if stop flag is raised. 15 年之前
  valenok 9a2b2d75f1 adopted mongoose.c to Google style 15 年之前
  valenok 88a224d808 fixed example. some more comments added 15 年之前
  Sergey Lyubka 5425b94f39 introduced struct mg_config. Fixed Range response. 15 年之前
  valenok 9a5f96e755 Win32 compilation fixed 15 年之前
  migal f9456c4d76 removed MAX_LISTENING_SOCKETS restriction 15 年之前
  Sergey Lyubka e8db81e33b SSL error logging my Martin Lamb 15 年之前
  mlamb 57157edc66 don't close the error log if we didn't open it. 15 年之前
  mlamb c511671e33 formatting 15 年之前
  mlamb 22322f2851 Add ssl_cry() function to display error message plus any detailed error messages that OpenSSL might care to provide. 15 年之前
  Sergey Lyubka ddde5d9d1b range support for PUT request by Yan Jabin 15 年之前
  Sergey Lyubka f65d3ca67c $(LIBS) -> $$LIBS 15 年之前
  Sergey Lyubka f46e4fac19 introduced my_strlcpy 15 年之前
  lsm d94c3f8b64 moved linux-specific compilation #defines into mongoose.c. This way we make sure flags are picked up if Makefile is not used. 15 年之前
  Sergey Lyubka 218cca4aca added todos into settings pane. changed explanation text a bit. 15 年之前
  Sergey Lyubka 0f42c5ba0c added logo 15 年之前
  Sergey Lyubka 2bec7ff7fb logging server message 15 年之前
  Sergey Lyubka c2ee59e36a showing server messages. refreshing messages on timer. removing old messages. 15 年之前
  Sergey Lyubka cbe56b5555 added classes for server messages 15 年之前
  Sergey Lyubka abca5d8016 storing correct username in the message 15 年之前
  Sergey Lyubka 627a6dbb5a mg_md5 made public 15 年之前
  Sergey Lyubka b33755c962 sessions implemented (simplistically). security expert review would be nice to have. 15 年之前
  Sergey Lyubka 4b0424d032 changed explanation text. users may choose any login/pass 15 年之前
  Sergey Lyubka c3e8d7304e added favicon 15 年之前
  Sergey Lyubka 3aafbab967 better docstrings for mg_get_cookie() and mg_get_var() 15 年之前