Historique des commits

Auteur SHA1 Message Date
  Sergey Lyubka 30fe257691 Style fixes. Printing error message before fatal error. il y a 13 ans
  Sergey Lyubka ab6f145e3e Update thread count on OOM error in worker_thread() il y a 13 ans
  Sergey Lyubka 001cd78b45 Styling changes plus extra GCC options to suppress certain warnings 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
  Sergey Lyubka ee8111e424 Unbreak backslash dir test il y a 13 ans
  Sergey Lyubka 1861b1137b Merge pull request #5 from GerHobbelt/issue-g.c.370.get_request 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 d70c18d692 3.2 -> 3.3 il y a 13 ans
  Sergey Lyubka 9c7d4da85a make release changed il y a 13 ans
  Sergey Lyubka 0c5c3b18ec Fixed WM_CLOSE handling il y a 13 ans
  Sergey Lyubka 9378946e7d Added comments in read_request() il y a 13 ans
  Sergey Lyubka d7e6492fac Refactored code that discards request data after handling il y a 13 ans
  Sergey Lyubka 102101e9d6 Corrected dangerous assert() in process_new_connection il y a 13 ans
  Sergey Lyubka b68b0e3e50 Exit cleanly on WM_CLOSE 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
  Sergey Lyubka 6add727c72 %zu printf spec is not understood by MS compiler, changing it to %lu il y a 13 ans
  Sergey Lyubka 375950f6d7 Fixed hang for keep-alive connections il y a 13 ans
  Sergey Lyubka 38d805933e Passing mg_connection to pull() function, in order to give it access to the stop status il y a 13 ans
  Sergey Lyubka 941500f967 Sorted options list alphabetically il y a 13 ans
  Sergey Lyubka 4d0a2db658 #include <stdio.h> in mongoose.h, since FILE is used il y a 13 ans
  Sergey Lyubka fd0de7a8e6 Showing build date in help message il y a 13 ans
  Sergey Lyubka 6619f2edac Implemented -x option il y a 13 ans
  Sergey Lyubka 33853cd5de BUFSIZ -> MG_BUF_LEN il y a 13 ans
  Sergey Lyubka 9a807aa7be Added If-None-Match support il y a 13 ans
  Sergey Lyubka 5f4deeda06 Writing mongoose errors to stdout il y a 13 ans
  Sergey Lyubka 4a5e1ecf92 Fixed error logging in set_ssl_option() il y a 13 ans
  Sergey Lyubka e26a993f2a Changing API: callback doesnt get mg_request_info pointer anymore, but it is possible to get it using mg_get_request_info() il y a 13 ans
  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() il y a 13 ans