Historial de Commits

Autor SHA1 Mensaje Fecha
  Tatsuhiro Tsujikawa 2cbdd8b845 Fixed compile error without BitTorrent support hace 13 años
  Tatsuhiro Tsujikawa 0ecfa19925 Reworked download/upload statistics calculation hace 13 años
  Tatsuhiro Tsujikawa c904aa50fe Use uri_split instead of uri::parse where appropriate hace 13 años
  Tatsuhiro Tsujikawa 3258614033 Removed *Handle typedef hace 13 años
  Tatsuhiro Tsujikawa d8c44fe9e8 Use const char* instead of static const std::string hace 13 años
  Tatsuhiro Tsujikawa e2340efe27 Use std::vector instead of std::map for ContextAttribute objects hace 13 años
  Tatsuhiro Tsujikawa 763c7a0aa0 Pause download even if download is completed hace 13 años
  Tatsuhiro Tsujikawa 8f1049c15f Fixed assertion in removeRequestGroupIndex() hace 13 años
  Tatsuhiro Tsujikawa 2795176d79 Add GID => RequestGroup index for faster access to RequestGroup hace 13 años
  Tatsuhiro Tsujikawa 329a17b3f9 Removed tailing whitespaces hace 13 años
  Tatsuhiro Tsujikawa 1b874268a0 Use int64_t instead of off_t hace 13 años
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier hace 13 años
  Tatsuhiro Tsujikawa 7bc2a14d9f Fixed compile error without BitTorrent support hace 13 años
  Tatsuhiro Tsujikawa 8499a47d21 Added --bt-remove-unselected-file option. hace 13 años
  Tatsuhiro Tsujikawa eed804baaa Use std::set instead of std::deque if the elements are sorted and hace 13 años
  Tatsuhiro Tsujikawa f4e2c7f060 Added JSON-RPC over WebSocket. hace 13 años
  Tatsuhiro Tsujikawa f2d55f0edc Added --deferred-input option. hace 13 años
  Tatsuhiro Tsujikawa 52155b1860 No retry for close() with EINTR. Also reverted changes in d5ffa253. hace 14 años
  Tatsuhiro Tsujikawa d5ffa2532d AbstractDiskWriter::closeFile(): Throw exception if close() failed. hace 14 años
  Tatsuhiro Tsujikawa 7989cd898d Use int or int32_t instead of size_t where suitable hace 14 años
  Tatsuhiro Tsujikawa f0bcfa822e Use int instead of unsigned int where unsigned int is not needed. hace 14 años
  Tatsuhiro Tsujikawa 12988e5282 Replaced uint64_t with off_t or int64_t. hace 14 años
  Tatsuhiro Tsujikawa 26d4ca8a6a Made notice level log messages translatable hace 14 años
  Tatsuhiro Tsujikawa dd3f688743 Made some texts translatable hace 14 años
  Tatsuhiro Tsujikawa f860bf0d50 Use %lld to fomat a2_gid_t hace 14 años
  Tatsuhiro Tsujikawa c8ed44b18f Made --uri-selector option available in -i list. hace 14 años
  Tatsuhiro Tsujikawa 2f59ce0048 Renamed DownloadResult::bitfieldStr to bitfield and changed its hace 14 años
  Tatsuhiro Tsujikawa f7aeb86ccc Added --download-result option. hace 14 años
  Tatsuhiro Tsujikawa a10cda2f17 Use global::cout to output string to stdout. hace 14 años
  Tatsuhiro Tsujikawa 02307cee0a Removed utf8ToNative from log message and exception message. hace 14 años