Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa b9da9d4ed3 Use 64 bits random bytes as GID 13 years ago
  Tatsuhiro Tsujikawa 4fdd5da27d Compact readout when more than 1 simultaneous downloads are going on 13 years ago
  Tatsuhiro Tsujikawa 2ee4361848 Removed unused static function util::parseParam 13 years ago
  Tatsuhiro Tsujikawa 31189b1222 Made return type of util::parse_content_disposition ssize_t 13 years ago
  Tatsuhiro Tsujikawa 49e9f66c16 Use len formal parameter of util::parse_content_disposition 13 years ago
  Tatsuhiro Tsujikawa f60b956a48 Removed always-true condition 13 years ago
  Tatsuhiro Tsujikawa 118aed9c24 Content-Disposition parser conforming to RFC 6266. 13 years ago
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces 13 years ago
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef 13 years ago
  Tatsuhiro Tsujikawa 8fc5cdea02 Removed unused functions 13 years ago
  Tatsuhiro Tsujikawa 89f18dde85 Use nothrow version of parseInt, parseUInt and parseLLInt 13 years ago
  Tatsuhiro Tsujikawa 10a68061f7 Code cleanup 13 years ago
  Tatsuhiro Tsujikawa f133091a9e Made BufferedFile ctor take const char* args 13 years ago
  Tatsuhiro Tsujikawa a8c0794640 Made DEFAULT_STRIP_CHARSET const char[] 13 years ago
  Tatsuhiro Tsujikawa d95a179876 Removed A2STR strings other than NIL 13 years ago
  Tatsuhiro Tsujikawa dd7014a612 Store only interesting HTTP headers in HttpHeader 13 years ago
  Tatsuhiro Tsujikawa 461a542c5e Rewritten DownloadHandlerConstants 13 years ago
  Tatsuhiro Tsujikawa f6c7aaa1cd Use execlp() instead of execl() 13 years ago
  Tatsuhiro Tsujikawa f1017d5def Don't percent-decode filename value in Content-Disposition. 13 years ago
  Tatsuhiro Tsujikawa 1b874268a0 Use int64_t instead of off_t 13 years ago
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier 13 years ago
  Tatsuhiro Tsujikawa 5fc1b1ad29 Rewritten HTTP header parser 13 years ago
  Tatsuhiro Tsujikawa ef86d760cc Use CreateProcessW instead of CreateProcessA 13 years ago
  Tatsuhiro Tsujikawa fcb102b650 Fixed compile error with i686-w64-mingw32 13 years ago
  Tatsuhiro Tsujikawa 840ca5adb6 Check availability of pwd.h 13 years ago
  Tatsuhiro Tsujikawa 65a20f5070 First check there is wildcard character or not in tls hostname check. 13 years ago
  Tatsuhiro Tsujikawa e6f04416d9 Don't use locale dependent toupper and tolower. 13 years ago
  Tatsuhiro Tsujikawa 0a9abd89c6 Rewritten TLS hostname check based on RFC 6125. 13 years ago
  Tatsuhiro Tsujikawa e4e9562c92 Get the home directory of the effective user ID using getpwuid() if 13 years ago
  Tatsuhiro Tsujikawa 25ef6677e9 Added hostname check described in RFC 2818 with OpenSSL. 13 years ago