Historique des commits

Auteur SHA1 Message Date
  Sergey Lyubka 3d211d89c5 win32 mmap() must not close file handle, issue 99 il y a 12 ans
  Sergey Lyubka fbf1ccee45 Fix out-of-bounds acces in url_decode() il y a 12 ans
  Sergey Lyubka 0bd43bcae3 Using mg_strcasestr() instead of strstr() il y a 12 ans
  Sergey Lyubka 463b49f1bd Fixed poll() issue with QNX 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 1415d187eb Added comments about auth checks done before begin_request() il y a 12 ans
  Sergey Lyubka a65078b858 Calling begin_request() after auth checks. il y a 12 ans
  Sergey Lyubka 63e8052e4b Added index.lp to the index_files il y a 12 ans
  Sergey Lyubka 72803eb7f8 num_threads 20 -> 50 il y a 12 ans
  Sergey Lyubka 845d7b08e1 Fixed assert for keepalive code path il y a 12 ans
  Sergey Lyubka ffa983552f 3.7 -> 3.8 il y a 12 ans
  Sergey Lyubka d53902844c Squashed warning for lua+sqlite code path il y a 12 ans
  Sergey Lyubka b80157b7ea Setting user data pointer properly il y a 12 ans
  Sergey Lyubka bdd933f597 Fixed UNIX code path for handle_lsp_request() il y a 12 ans
  Sergey Lyubka ee55d38b55 API CHANGE: using struct mg_callbacks il y a 12 ans
  Sergey Lyubka 51a80e4844 Do not output headers when serving Lua server pages il y a 12 ans
  Sergey Lyubka ce0826e285 Adding lua+sqlite functionality in the default windows binary build il y a 12 ans
  Sergey Lyubka b21a8b2193 Removed wait_until_socket_is_readable(). Rely on socket timeout. il y a 12 ans
  Konstantin Sorokin 3f78df86ac fixed typo il y a 12 ans
  Sergey Lyubka c30f7a5258 Merge pull request #77 from bamiaux/add_request_timeout il y a 12 ans
  Sergey Lyubka dc513a9a15 Wrapped SSL code into #ifndef NO_SSL il y a 12 ans
  Sergey Lyubka e63f7fe33a Always initializing struct file on stack il y a 12 ans
  Sergey Lyubka b589e0cdf4 Fixed mg_upload() and some SSL related issues il y a 12 ans
  Sergey Lyubka 75d9a6c844 Removed mg_connect() and mg_fetch(). Added mg_download() il y a 12 ans
  Sergey Lyubka b783813e54 Always sending MG_NEW_REQUEST, as first step in processing the request il y a 12 ans
  Sergey Lyubka 322ed3cc6f fflush()-ing uploaded file before calling MG_UPLOAD callback il y a 12 ans
  Sergey Lyubka 6d4d53c247 Squashed linux warning in process_new_connection() il y a 12 ans
  Sergey Lyubka e6f8d40942 SSL redirect, using Host: header il y a 12 ans