Histórico de Commits

Autor SHA1 Mensagem Data
  Sergey Lyubka bc40aa5442 fixed strtoll() for win32: using _atoi64 há 12 anos atrás
  Sergey Lyubka e7c34c26cb mg_read() with no Content-Length would read until socket is closed há 12 anos atrás
  Sergey Lyubka 6e59ad8a0d Fix for prepare_lua_environment há 12 anos atrás
  Sergey Lyubka 2e232b3304 Lua functionality change: print renamed to mg.write, read renamed to mg.read. Expanded user manual, fixed example pages. há 12 anos atrás
  Sergey Lyubka e579355b01 url_decode -> mg_url_decode há 12 anos atrás
  Sergey Lyubka 4120b9bcc0 mg_get_cookie() signature change há 12 anos atrás
  Sergey Lyubka fbf1ccee45 Fix out-of-bounds acces in url_decode() há 12 anos atrás
  Sergey Lyubka 0bd43bcae3 Using mg_strcasestr() instead of strstr() há 12 anos atrás
  Sergey Lyubka b809665cad Squashed warning há 12 anos atrás
  Sergey Lyubka 9baf2d4ba4 Using keep alive in unit test há 12 anos atrás
  Sergey Lyubka cde25a8b82 Removed embedded test há 12 anos atrás
  Sergey Lyubka b80157b7ea Setting user data pointer properly há 12 anos atrás
  Sergey Lyubka ee55d38b55 API CHANGE: using struct mg_callbacks há 12 anos atrás
  Sergey Lyubka d73aa1ad09 Added skeleton for regex checks há 12 anos atrás
  Sergey Lyubka ec7d0b1abd Added test_mg_upload() há 12 anos atrás
  Sergey Lyubka 75d9a6c844 Removed mg_connect() and mg_fetch(). Added mg_download() há 12 anos atrás
  Sergey Lyubka 9c4853471c Added stub for test_mg_upload() há 12 anos atrás
  Sergey Lyubka 83fae879bf Binding to 127.0.0.1 to prevent annoying popups on mac há 12 anos atrás
  Sergey Lyubka 05fa677382 Fixed unit test to accomodate mg_get_var() API change há 12 anos atrás
  Sergey Lyubka 1ef31461bc Added test_skip_quoted() há 12 anos atrás
  Sergey Lyubka 080cb2dd4b Changed signature of url_decode(): signalling on destination buffer overflow. mg_get_var() now does not require extra space for variable buffer há 12 anos atrás
  Sergey Lyubka 038f8823f1 Added test to mg_stat(). Fixed set_gpass() há 12 anos atrás
  Sergey Lyubka b597da34da Pass user_data to the callback há 12 anos atrás
  Sergey Lyubka 557d1f4c49 Added MG_OPEN_FILE message há 12 anos atrás
  Sergey Lyubka 3ffdf5459a API change: folded user_data into request_info, and introduced event-specific ev_data há 12 anos atrás
  Sergey Lyubka 8c1866a4af Lua server pages support há 12 anos atrás
  Sergey Lyubka dfc0f00478 Implement -T option, throttling functionality há 12 anos atrás
  Sergey Lyubka ff0c2d3f91 Added unit test for mg_get_var há 12 anos atrás
  Sergey Lyubka 167338f216 Using slash, "/" as the universal directory separator throughout the code há 13 anos atrás
  Sergey Lyubka 98fb44f836 Refactored data buffering. Updated websocket example to have 2 message roundtrips. há 13 anos atrás