Commit History

Author SHA1 Message Date
  Nils Maier 70a80b1455 Remove request pre-authorization again 11 years ago
  Nils Maier 855dfa0e2f Authorize RPC multicalls only once. 11 years ago
  Nils Maier 82dad90ff3 Validate token using PBKDF2-HMAC-SHA1. 11 years ago
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 11 years ago
  Tatsuhiro Tsujikawa 7f6987a4b4 Implement new RPC authorization using --rpc-secret option 11 years ago
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr 12 years ago
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy 12 years ago
  Tatsuhiro Tsujikawa 00e27e4fa4 DownloadEngine: Use std::unique_ptr for eventPoll_ 12 years ago
  Tatsuhiro Tsujikawa 162c138362 BtRegistry: Use std::unique_ptr for BtObject 12 years ago
  Tatsuhiro Tsujikawa 68f2a33355 DownloadEngine: Use std::unique_ptr for RequestGroupMan 12 years ago
  Tatsuhiro Tsujikawa 10cdc59297 Remove vbegin and vend in favor of std::begin and std::end 12 years ago
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Tatsuhiro Tsujikawa d444a6cc9e Make getOption RPC method return option for stopped downloads 12 years ago
  Tatsuhiro Tsujikawa 4f5d26a0c7 Use BtFileMode for TorrentAttribute::mode 12 years ago
  Tatsuhiro Tsujikawa d4ba562710 Implement IndexedList::iterator 12 years ago
  Tatsuhiro Tsujikawa 07bb779eb0 Faster deletion of RequestGroup and DownloadResult lists 13 years ago
  Tatsuhiro Tsujikawa b9da9d4ed3 Use 64 bits random bytes as GID 13 years ago
  Tatsuhiro Tsujikawa a9c76ed35e Added --rpc-save-upload-metadata option 13 years ago
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces 13 years ago
  Tatsuhiro Tsujikawa 9d294741fd Rewritten FeatureConfig into set of functions 13 years ago
  Tatsuhiro Tsujikawa 68eb1b6737 Ignore unacceptable options in RPC request instead of throwing error. 13 years ago
  Tatsuhiro Tsujikawa f4e0eae904 Added checkRequiredInteger() to check integer param is in valid range. 13 years ago
  Tatsuhiro Tsujikawa ad11d746f0 Only accepts 32 bit integer values from int and i4 elements in XML-RPC. 13 years ago
  Tatsuhiro Tsujikawa f0bcfa822e Use int instead of unsigned int where unsigned int is not needed. 14 years ago
  Tatsuhiro Tsujikawa 9a51cc356b Changed interface of BtRegistry. 14 years ago
  Tatsuhiro Tsujikawa 12659c74a8 Don't copy Option in RequestGroup ctor. 14 years ago
  Tatsuhiro Tsujikawa 62a07fff5f Fixed unit test 14 years ago
  Tatsuhiro Tsujikawa 3832ed97c6 Rewritten Option. Introduced Pref. 14 years ago
  Tatsuhiro Tsujikawa 7e7aeac3ff Added --piece-length option. 14 years ago