Histórico de Commits

Autor SHA1 Mensagem Data
  Sergey Lyubka 25863b59a6 Sending MG_WEBSOCKET_CLOSE há 13 anos atrás
  Sergey Lyubka f9873eb87a Experimentl websocket support há 13 anos atrás
  Sergey Lyubka 9aad922983 added mg_get_ssl_context. passing fake connection to the MG_INIT_SSL event há 13 anos atrás
  Sergey Lyubka 05b2a04267 moved status_code, user_data, log_message out of struct mg_request_info há 13 anos atrás
  Sergey Lyubka ee91109d9f Ger Hobbelt's fixes há 13 anos atrás
  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. há 13 anos atrás
  Ger Hobbelt ccf43fe3e3 backport of the relevant fix as per http://code.google.com/p/mongoose/issues/detail?id=370#c5 há 13 anos atrás
  Sergey Lyubka 8b491d75b5 added const in mg_get_request_info() há 13 anos atrás
  Sergey Lyubka cf53f3da4f Revert "Added MG_SHUTDOWN event" há 13 anos atrás
  Sergey Lyubka 15a0d819ed Added MG_SHUTDOWN event há 13 anos atrás
  Sergey Lyubka 4d0a2db658 #include <stdio.h> in mongoose.h, since FILE is used há 13 anos atrás
  Sergey Lyubka 0e0091e1c0 Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info() há 13 anos atrás
  Sergey Lyubka b42d25edd2 NOT exporting string functions há 13 anos atrás
  Sergey Lyubka 39215f6930 Exported mg_get_builtin_mime_type() há 13 anos atrás
  Sergey Lyubka df7da95cb6 Setting Host header in mg_fetch. Added test for fetching large file. há 13 anos atrás
  Sergey Lyubka 4bc508525b Exported string functions há 13 anos atrás
  Sergey Lyubka a9bb7d78ab Fixed mg_fetch() by passing a buffer, placeholder for the reply headers há 13 anos atrás
  Sergey Lyubka e6bb39a2d3 Using client-side SSL context for mg_connect() há 13 anos atrás
  Sergey Lyubka 104480ed9c mg_start_thread() exported há 13 anos atrás
  Sergey Lyubka 6c54370aa1 Added mg_connect(), mg_fetch() API functions. More tests added há 13 anos atrás
  Sergey Lyubka 2824ae345d Added new event, MG_REQUEST_COMPLETE há 13 anos atrás
  valenok 905413b656 Fix issue 300 há 13 anos atrás
  Sergey Lyubka b30e1893dc Better documentation há 14 anos atrás
  Sergey Lyubka 4e551d9a1d Copyright year changed to 2011. Fixed documentation string for mg_get_cookie() há 14 anos atrás
  valenok 8942a4cdad Ignoring SIGCHLD to let OS reap the zombies. há 14 anos atrás
  valenok 29a38875ff Corrected description of mg_send_file() há 14 anos atrás
  valenok 5bbb6fbbd5 Added mg_send_file() há 14 anos atrás
  valenok be6162ff2e Added <stddef.h>, since size_t is used in the API há 14 anos atrás
  valenok d7cba57e17 Make source g++ friendly há 14 anos atrás
  valenok d1de5f0190 Corrected comment for mg_start() há 14 anos atrás