Commit History

Author SHA1 Message Date
  Sergey Lyubka f109030cd0 Renamed: global_passwords_file -> global_auth_file, put_delete_passwords_file -> put_delete_auth_file. 12 years ago
  Sergey Lyubka 5646caa572 Using poll() instead of select() to prevent FD_SETSIZE overflows, for programs that open large number of descriptors 12 years ago
  Sergey Lyubka a8b08c6784 Fixing http://code.google.com/p/mongoose/issues/detail?id=392 12 years ago
  Sergey Lyubka 1fb6f391a1 In mg_upload(), use fopen() with "wb" mode instead of "wbx", cause "x" is not understood by Mac and Windows. 12 years ago
  Sergey Lyubka 8455742440 Pass reply status code to MG_REQUEST_COMPLETE 12 years ago
  Sergey Lyubka a6e74e7707 3.5 -> 3.6 12 years ago
  Sergey Lyubka cdb6588973 Fix to stop misbehaving clients to DoS mongoose 12 years ago
  Sergey Lyubka eecf24b20c Improved CGI disclosure protection 12 years ago
  Sergey Lyubka bde9a63390 Endianess patch by Forrest 12 years ago
  Sergey Lyubka 5e491801da 3.4 -> 4.5 12 years ago
  Sergey Lyubka eed09600f7 Ignoring .htpasswd file for PUT and DELETE requests. Those use separate passwords file. 12 years ago
  Sergey Lyubka 8d6634ff7e Allowing HEAD method for CGI requests 12 years ago
  Sergey Lyubka 6c9ed3ca53 Changed GetFullPathName -> GetFullPathNameA 12 years ago
  Sergey Lyubka ede1befffa Fix read_websocket() for content length > 125 12 years ago
  Sergey Lyubka 2cd4852321 Restore SIGCHLD handler to SIG_DFL in CGI process 12 years ago
  Sergey Lyubka 1eb719f2d9 Checking for endianness in runtime in MD5 and SHA code 12 years ago
  Sergey Lyubka 113c9d5a02 Fix keep-alive handling in process_new_connection() 12 years ago
  Sergey Lyubka ab3c070e1c Merge pull request #66 from nullable-type/master 12 years ago
  Sergey Lyubka 2e6a01b931 Fix for the relative document root & PHP 12 years ago
  tayS 6869b64b31 Fix for hang when sending large request with SSL enabled 12 years ago
  nullable.type 8faf6f7b72 Made behavior of mg_get_cookie(..) on errors the same as mg_get_var(..). Separated the two cases a.) problems with destination buffer and b.) cookie header or cookie parameter not existing. 12 years ago
  nullable.type c9183f3851 Made the names of the function arguments of the declaration and the definition of mg_get_var(..) the same. 12 years ago
  Sergey Lyubka 0912a7f473 Merge pull request #60 from bakanatorz/master 12 years ago
  Sergey Lyubka 64cfe1d389 Merge pull request #49 from nullable-type/master 12 years ago
  Sergey Lyubka 69b0b58d46 Merge branch 'master' of ssh://github.com/valenok/mongoose 12 years ago
  Sergey Lyubka 0d442058e5 Added mg_upload() 12 years ago
  Sergey Lyubka 0b09df97ac On new connection, clear off receiving buffer 12 years ago
  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 12 years ago
  Eric Bakan 786caaecb2 Added support for Ogg Vorbis audio files 12 years ago
  nullable.type eb92b5f1b3 Avoid memory leaks if duplicate options are passed. 12 years ago