Historial de Commits

Autor SHA1 Mensaje Fecha
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr hace 12 años
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy hace 12 años
  Tatsuhiro Tsujikawa 00e27e4fa4 DownloadEngine: Use std::unique_ptr for eventPoll_ hace 12 años
  Tatsuhiro Tsujikawa 162c138362 BtRegistry: Use std::unique_ptr for BtObject hace 12 años
  Tatsuhiro Tsujikawa 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan hace 12 años
  Tatsuhiro Tsujikawa 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end hace 12 años
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr hace 12 años
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle hace 12 años
  Tatsuhiro Tsujikawa d444a6cc9e Make getOption RPC method return option for stopped downloads hace 12 años
  Tatsuhiro Tsujikawa 4f5d26a0c7 Use BtFileMode for TorrentAttribute::mode hace 12 años
  Tatsuhiro Tsujikawa d4ba562710 Implement IndexedList::iterator hace 12 años
  Tatsuhiro Tsujikawa 07bb779eb0 Faster deletion of RequestGroup and DownloadResult lists hace 13 años
  Tatsuhiro Tsujikawa b9da9d4ed3 Use 64 bits random bytes as GID hace 13 años
  Tatsuhiro Tsujikawa a9c76ed35e Added --rpc-save-upload-metadata option hace 13 años
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces hace 13 años
  Tatsuhiro Tsujikawa 9d294741fd Rewritten FeatureConfig into set of functions hace 13 años
  Tatsuhiro Tsujikawa 68eb1b6737 Ignore unacceptable options in RPC request instead of throwing error. hace 13 años
  Tatsuhiro Tsujikawa f4e0eae904 Added checkRequiredInteger() to check integer param is in valid range. hace 13 años
  Tatsuhiro Tsujikawa ad11d746f0 Only accepts 32 bit integer values from int and i4 elements in XML-RPC. hace 13 años
  Tatsuhiro Tsujikawa f0bcfa822e Use int instead of unsigned int where unsigned int is not needed. hace 14 años
  Tatsuhiro Tsujikawa 9a51cc356b Changed interface of BtRegistry. hace 14 años
  Tatsuhiro Tsujikawa 12659c74a8 Don't copy Option in RequestGroup ctor. hace 14 años
  Tatsuhiro Tsujikawa 62a07fff5f Fixed unit test hace 14 años
  Tatsuhiro Tsujikawa 3832ed97c6 Rewritten Option. Introduced Pref. hace 14 años
  Tatsuhiro Tsujikawa 7e7aeac3ff Added --piece-length option. hace 14 años
  Tatsuhiro Tsujikawa 05104ba177 Removed asString, asList, ... and use downcast<T> instead. hace 14 años
  Tatsuhiro Tsujikawa d1885a5874 Allowed missing params in system.multicall RPC method. hace 14 años
  Tatsuhiro Tsujikawa 46eced8ada Fixed compile error and unit test error without SSL library. hace 14 años
  Tatsuhiro Tsujikawa 6e818a06dc Replaced gid_t with a2_gid_t cause gid_t is commonly used as group ID. hace 14 años
  Tatsuhiro Tsujikawa 73572712d8 Use .meta4 instead of .metalink as suffix when saving metalink XML hace 14 años