Commit History

作者 SHA1 備註 提交日期
  Tatsuhiro Tsujikawa e43350f546 Fixed typo and updated. 14 年之前
  Tatsuhiro Tsujikawa 3c73b6e767 Eliminated inet_ntoa and inet_ntop. Use getnameinfo() instead. 14 年之前
  Tatsuhiro Tsujikawa af46293ef9 Use utimes instead of utime if utimes is available. 14 年之前
  Tatsuhiro Tsujikawa 3fe4e84443 Removed unused preferences. 14 年之前
  Tatsuhiro Tsujikawa d309c425a3 Bump up version number to 1.13.0 14 年之前
  Tatsuhiro Tsujikawa f80afcaf1d Documented --rpc-allow-origin-all option in man page. 14 年之前
  Tatsuhiro Tsujikawa 384ef111b9 Added --rpc-allow-origin-all option. 14 年之前
  Tatsuhiro Tsujikawa 4c1c38a33f Ignore --out option supplied in command-line if -i is used. 14 年之前
  Tatsuhiro Tsujikawa bf42505b7b MinGW32: Use CryptGenRandom() to generate random number. 14 年之前
  Tatsuhiro Tsujikawa dce0667c0b MinGW32 build: Replace all '\' in path with '/' in util::applyDir() 14 年之前
  Tatsuhiro Tsujikawa 58c5dc7928 Merge pull request #1 from crrodriguez/patch-1 14 年之前
  Cristian Rodríguez e6f3c78103 - Disable SSLv2 and enable all workarounds for buggy servers 14 年之前
  Tatsuhiro Tsujikawa fd3e7671a5 Use random() instead of rand(). 14 年之前
  Tatsuhiro Tsujikawa e76dc28f7f Added libnettle and libgmp support. 14 年之前
  Tatsuhiro Tsujikawa 11ac2c4a88 Added DHKeyExchange implementation using GMP. 14 年之前
  Tatsuhiro Tsujikawa 6edfa4e430 Limit maximum length of ByteArrayWriter. 14 年之前
  Tatsuhiro Tsujikawa 2d9323651b Don't use sorted std::deque for requestSlots_. 14 年之前
  Tatsuhiro Tsujikawa 6ee913b0bc Simplified PieceStatMan and RarestPieceSelector. 14 年之前
  Tatsuhiro Tsujikawa 37016c6587 global cout and cerr is now retrieved using global::cout() and global::cerr() 14 年之前
  Tatsuhiro Tsujikawa e8e3a6f259 wallclock is now retrieved using global::wallclock() call. 14 年之前
  Tatsuhiro Tsujikawa 97f34ab668 Added global::cerr. windows.h now included from common.h 14 年之前
  Tatsuhiro Tsujikawa a10cda2f17 Use global::cout to output string to stdout. 14 年之前
  Tatsuhiro Tsujikawa 02307cee0a Removed utf8ToNative from log message and exception message. 14 年之前
  Tatsuhiro Tsujikawa 7368c9c9d8 Percent-encode non-printable ASCII and non-ASCII chars in FileEntry. 14 年之前
  Tatsuhiro Tsujikawa 491e8bc519 Call utf8ToNative to log filename and URI in Metalink2RequestGroup. 14 年之前
  Tatsuhiro Tsujikawa e9d16306df Made getRedirectURI and getTransferEncoding return const reference. 14 年之前
  Tatsuhiro Tsujikawa 272d81b7a1 Rewritten ExpatMetalinkProcessor using BufferedFile. 14 年之前
  Tatsuhiro Tsujikawa 32d413c6de Use BufferedFile::printf in SessionSerializer 14 年之前
  Tatsuhiro Tsujikawa fd5f9127cd Rewritten Logger using BufferedFile. 14 年之前
  Tatsuhiro Tsujikawa b6b8cb005d Added printf and flush method to BufferedFile. 14 年之前