Historial de Commits

Autor SHA1 Mensaje Fecha
  Sergey Lyubka 3054a7f09e Make sure child closes all pipe fds when executing CGI hace 12 años
  Sergey Lyubka 2de96bd54e Workaround for non-compliant vsnprintf() hace 12 años
  Sergey Lyubka 2468a8fb38 Merge branch 'master' of ssh://github.com/valenok/mongoose hace 12 años
  Sergey Lyubka ed38a4102e showing error string as well as numeric error on bind failure hace 12 años
  bick 8f79a0564f Add casts to fix strict compiler errors [-fpermissive] hace 12 años
  Sergey Lyubka 2e93cde929 Merge branch 'master' of ssh://github.com/valenok/mongoose hace 12 años
  Sergey Lyubka e53d05637a Binding to IPv6 addresses hace 12 años
  bick ea81a22529 adding include of openssl/err.h to fix errors when NO_SSL_DL is defined: hace 12 años
  Sergey Lyubka 526f3aa31c Added check for document_root != NULL in convert_uri_to_file_name(). Added #define rmdir _rmdir for win32 hace 12 años
  Sergey Lyubka 62d66201c9 make match_prefix() case-insensitive hace 12 años
  José Miguel Gonçalves ca019799b9 Fix uninitialized argument in getsockname(). hace 12 años
  Sergey Lyubka c6fb9ac3d0 Fixed indenting in is_put_or_delete_request() hace 12 años
  Sergey Lyubka f2e19ca3ff Fixed indenting hace 12 años
  Sergey Lyubka 16c463d2e9 Added compile-time option to set stack size hace 12 años
  Sergey Lyubka 61148f1323 Using absolute paths for all file/directory options hace 12 años
  Sergey Lyubka a9d51c0e87 squashed warning hace 12 años
  Sergey Lyubka e003236a03 Made SSI #include file= relative to the current doc, as per spec hace 12 años
  Sergey Lyubka de7745370c Merge pull request #200 from ejohnstown/master hace 12 años
  Sergey Lyubka 21786eec8e Changed int -> SOCKET where appropriate, per Ben Currie hace 12 años
  John Safranek 61f5f0b725 Allow no SSL_CERTIFICATE when using init_ssl callback. hace 12 años
  Sergey Lyubka d864d72470 On windows, enclosing path to CGI script in quotes to allow paths with spaces hace 12 años
  Sergey Lyubka 7ca5962d2d in pull_all() and read_request(), respect ctx->stop_flag() hace 12 años
  Sergey Lyubka 8ce1562f0d Using SetHandleInformation() to make socket handles on Windows non-inheritable hace 12 años
  Sergey Lyubka cdc7380d00 3.8 -> 3.9 hace 12 años
  Sergey Lyubka faa030385c Removing extra SSL_shutdown() call. hace 12 años
  Sergey Lyubka bc40aa5442 fixed strtoll() for win32: using _atoi64 hace 12 años
  Sergey Lyubka c68df310b8 Added mg_websocket_write(), per morgan3d pull request hace 12 años
  Sergey Lyubka 70ce6c5ad3 Added comments to read_websocket(), per morgan3d pull request hace 12 años
  Sergey Lyubka 348db16245 NOT redirecting stderr to stdout for UNIX CGI, to avoid output being littered with error messages. hace 12 años
  Sergey Lyubka bcb294620f increased buffer for the ip address string from 20 to 50, to allow ipv6 addresses hace 12 años