Historial de Commits

Autor SHA1 Mensaje Fecha
  Sergey Lyubka 3602d54a5b Better check for NULL in mg_connect() hace 13 años
  Sergey Lyubka c92d7c3bc8 Fix for Android: fread() might return < 0 hace 13 años
  Sergey Lyubka ee91109d9f Ger Hobbelt's fixes hace 13 años
  Sergey Lyubka ab6f145e3e Update thread count on OOM error in worker_thread() hace 13 años
  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. hace 13 años
  Ger Hobbelt ccf43fe3e3 backport of the relevant fix as per http://code.google.com/p/mongoose/issues/detail?id=370#c5 hace 13 años
  Sergey Lyubka 8b491d75b5 added const in mg_get_request_info() hace 13 años
  Sergey Lyubka d70c18d692 3.2 -> 3.3 hace 13 años
  Sergey Lyubka 9378946e7d Added comments in read_request() hace 13 años
  Sergey Lyubka d7e6492fac Refactored code that discards request data after handling hace 13 años
  Sergey Lyubka 102101e9d6 Corrected dangerous assert() in process_new_connection hace 13 años
  Sergey Lyubka cf53f3da4f Revert "Added MG_SHUTDOWN event" hace 13 años
  Sergey Lyubka 15a0d819ed Added MG_SHUTDOWN event hace 13 años
  Sergey Lyubka 6add727c72 %zu printf spec is not understood by MS compiler, changing it to %lu hace 13 años
  Sergey Lyubka 375950f6d7 Fixed hang for keep-alive connections hace 13 años
  Sergey Lyubka 38d805933e Passing mg_connection to pull() function, in order to give it access to the stop status hace 13 años
  Sergey Lyubka 941500f967 Sorted options list alphabetically hace 13 años
  Sergey Lyubka 6619f2edac Implemented -x option hace 13 años
  Sergey Lyubka 33853cd5de BUFSIZ -> MG_BUF_LEN hace 13 años
  Sergey Lyubka 9a807aa7be Added If-None-Match support hace 13 años
  Sergey Lyubka 4a5e1ecf92 Fixed error logging in set_ssl_option() hace 13 años
  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() hace 13 años
  Sergey Lyubka e8f3132aa8 Added .json => text/json mime type. In handle_cgi_request, closing write stream straight after data is sent to the CGI process. hace 13 años
  Sergey Lyubka dccc524adb Fixed fseek() on large files on windows, using _lseeki64() and not casting to off_t hace 13 años
  Sergey Lyubka b42d25edd2 NOT exporting string functions hace 13 años
  Sergey Lyubka 39215f6930 Exported mg_get_builtin_mime_type() hace 13 años
  Sergey Lyubka df7da95cb6 Setting Host header in mg_fetch. Added test for fetching large file. hace 13 años
  Sergey Lyubka 4bc508525b Exported string functions hace 13 años
  Sergey Lyubka a9bb7d78ab Fixed mg_fetch() by passing a buffer, placeholder for the reply headers hace 13 años
  Sergey Lyubka e6bb39a2d3 Using client-side SSL context for mg_connect() hace 13 años