Historique des commits

Auteur SHA1 Message Date
  Sergey Lyubka 26b3f227d9 Merge branch 'master' of ssh://github.com/valenok/mongoose il y a 12 ans
  Sergey Lyubka fcafaa73d6 Style fixes in the comments il y a 12 ans
  Joe Mucchiello 2efc5d9fce http_error callback il y a 12 ans
  Joe Mucchiello 1cb094e059 Revert "Add http_error callback" il y a 12 ans
  Joe Mucchiello 27fe9c8f01 Add http_error callback il y a 12 ans
  Sergey Lyubka ee55d38b55 API CHANGE: using struct mg_callbacks il y a 12 ans
  Sergey Lyubka c132191cad Prepare to change the API to use explicit callbacks il y a 12 ans
  Sergey Lyubka 5105717f78 Added printf checkers for mg_download il y a 12 ans
  Sergey Lyubka 3d7192d9fa Typo in mongoose.h fixed il y a 12 ans
  Sergey Lyubka 75d9a6c844 Removed mg_connect() and mg_fetch(). Added mg_download() il y a 12 ans
  Sergey Lyubka 8455742440 Pass reply status code to MG_REQUEST_COMPLETE il y a 12 ans
  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. il y a 12 ans
  nullable.type c9183f3851 Made the names of the function arguments of the declaration and the definition of mg_get_var(..) the same. il y a 12 ans
  Sergey Lyubka 0d442058e5 Added mg_upload() il y a 12 ans
  Sergey Lyubka cb62203cf3 More documentation for MG_OPEN_FILE event il y a 12 ans
  Sergey Lyubka b437d56736 Added MG_INIT_LUA event il y a 12 ans
  Sergey Lyubka 365b5e8f8a Using long for file size in MG_OPEN_FILE ev_data il y a 12 ans
  Sergey Lyubka 47651766fb Squashed warning under linux il y a 12 ans
  Sergey Lyubka 557d1f4c49 Added MG_OPEN_FILE message il y a 12 ans
  Sergey Lyubka 02098b1903 API change: folded user_data into request_info, and introduced event-specific ev_data il y a 13 ans
  Sergey Lyubka 25863b59a6 Sending MG_WEBSOCKET_CLOSE il y a 13 ans
  Sergey Lyubka f9873eb87a Experimentl websocket support il y a 13 ans
  Sergey Lyubka 9aad922983 added mg_get_ssl_context. passing fake connection to the MG_INIT_SSL event il y a 13 ans
  Sergey Lyubka 05b2a04267 moved status_code, user_data, log_message out of struct mg_request_info il y a 13 ans
  Sergey Lyubka ee91109d9f Ger Hobbelt's fixes il y a 13 ans
  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. il y a 13 ans
  Ger Hobbelt ccf43fe3e3 backport of the relevant fix as per http://code.google.com/p/mongoose/issues/detail?id=370#c5 il y a 13 ans
  Sergey Lyubka 8b491d75b5 added const in mg_get_request_info() il y a 13 ans
  Sergey Lyubka cf53f3da4f Revert "Added MG_SHUTDOWN event" il y a 13 ans
  Sergey Lyubka 15a0d819ed Added MG_SHUTDOWN event il y a 13 ans