コミット履歴

作者 SHA1 メッセージ 日付
  Sergey Lyubka cfbaf7f1ae Expose mg_url_decode to the API 12 年 前
  Sergey Lyubka 4120b9bcc0 mg_get_cookie() signature change 12 年 前
  Sergey Lyubka 272644e39f mg_md5 returns char *, not void 12 年 前
  Sergey Lyubka 67cffc8db5 Documented struct mg_callbacks 12 年 前
  Sergey Lyubka 72abaa043b Documented struct mg_callbacks 12 年 前
  Sergey Lyubka 8d1f6377c4 Changed websocket_data() handler API. Buffering and passing whole websocket message. 12 年 前
  Sergey Lyubka 3892e0199e Passing user_data to init_ssl() 12 年 前
  Sergey Lyubka 26b3f227d9 Merge branch 'master' of ssh://github.com/valenok/mongoose 12 年 前
  Sergey Lyubka fcafaa73d6 Style fixes in the comments 12 年 前
  Joe Mucchiello 2efc5d9fce http_error callback 12 年 前
  Joe Mucchiello 1cb094e059 Revert "Add http_error callback" 12 年 前
  Joe Mucchiello 27fe9c8f01 Add http_error callback 12 年 前
  Sergey Lyubka ee55d38b55 API CHANGE: using struct mg_callbacks 12 年 前
  Sergey Lyubka c132191cad Prepare to change the API to use explicit callbacks 12 年 前
  Sergey Lyubka 5105717f78 Added printf checkers for mg_download 12 年 前
  Sergey Lyubka 3d7192d9fa Typo in mongoose.h fixed 12 年 前
  Sergey Lyubka 75d9a6c844 Removed mg_connect() and mg_fetch(). Added mg_download() 12 年 前
  Sergey Lyubka 8455742440 Pass reply status code to MG_REQUEST_COMPLETE 12 年 前
  nullable.type 8faf6f7b72 Made behavior of mg_get_cookie(..) on errors the same as mg_get_var(..). Separated the two cases a.) problems with destination buffer and b.) cookie header or cookie parameter not existing. 12 年 前
  nullable.type c9183f3851 Made the names of the function arguments of the declaration and the definition of mg_get_var(..) the same. 12 年 前
  Sergey Lyubka 0d442058e5 Added mg_upload() 12 年 前
  Sergey Lyubka cb62203cf3 More documentation for MG_OPEN_FILE event 12 年 前
  Sergey Lyubka b437d56736 Added MG_INIT_LUA event 12 年 前
  Sergey Lyubka 365b5e8f8a Using long for file size in MG_OPEN_FILE ev_data 12 年 前
  Sergey Lyubka 47651766fb Squashed warning under linux 12 年 前
  Sergey Lyubka 557d1f4c49 Added MG_OPEN_FILE message 12 年 前
  Sergey Lyubka 02098b1903 API change: folded user_data into request_info, and introduced event-specific ev_data 13 年 前
  Sergey Lyubka 25863b59a6 Sending MG_WEBSOCKET_CLOSE 13 年 前
  Sergey Lyubka f9873eb87a Experimentl websocket support 13 年 前
  Sergey Lyubka 9aad922983 added mg_get_ssl_context. passing fake connection to the MG_INIT_SSL event 13 年 前