コミット履歴

作者 SHA1 メッセージ 日付
  Tatsuhiro Tsujikawa 302bdfd9a0 Merge branch 'RpcTellStatus-Hashing' of https://github.com/kkartaltepe/aria2 into kkartaltepe-RpcTellStatus-Hashing 9 年 前
  Sonny Piers d3f16a5711 system.listNotifications RPC method 9 年 前
  Kurt Kartaltepe 2417225023 Report CheckIntegrity info in tellStatus 9 年 前
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 10 年 前
  Tatsuhiro Tsujikawa d0ccb39880 Add system.listMethods RPC method 10 年 前
  Nils Maier 8f2af33b6d Delay auth failures instead of PBKDF2 11 年 前
  Tatsuhiro Tsujikawa 84f1a15e10 Check negative number from Integer::i() where it is not allowed 11 年 前
  Tatsuhiro Tsujikawa a8319a8b78 Add aria2.saveSession RPC method 11 年 前
  Tatsuhiro Tsujikawa 7f6987a4b4 Implement new RPC authorization using --rpc-secret option 12 年 前
  Nils Maier 8526ceeb45 Convert to autos and ranged loops 12 年 前
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy 12 年 前
  Tatsuhiro Tsujikawa 81f46fbf92 Use CXX11_OVERRIDE 12 年 前
  Tatsuhiro Tsujikawa bef6236da8 DownloadContext::attrs_ now holds std::unique_ptr 12 年 前
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 年 前
  Tatsuhiro Tsujikawa 06377d77c9 Add changeGlobalOption, getGlobalOption, getGlobalOptions API 12 年 前
  Tatsuhiro Tsujikawa c7c4d46672 Add changeOption and DownloadHandle::getOption API 12 年 前
  Tatsuhiro Tsujikawa bbc8866cfb Add removeDownload, pauseDownload and unpauseDownload API function 12 年 前
  Tatsuhiro Tsujikawa d4ba562710 Implement IndexedList::iterator 12 年 前
  Tatsuhiro Tsujikawa 07bb779eb0 Faster deletion of RequestGroup and DownloadResult lists 13 年 前
  Tatsuhiro Tsujikawa 41cb774374 Made getMethodName() of RpcMethod subclass return const char* 13 年 前
  Tatsuhiro Tsujikawa f4e0eae904 Added checkRequiredInteger() to check integer param is in valid range. 13 年 前
  Tatsuhiro Tsujikawa ad11d746f0 Only accepts 32 bit integer values from int and i4 elements in XML-RPC. 13 年 前
  Tatsuhiro Tsujikawa 7989cd898d Use int or int32_t instead of size_t where suitable 14 年 前
  Tatsuhiro Tsujikawa 05104ba177 Removed asString, asList, ... and use downcast<T> instead. 14 年 前
  Tatsuhiro Tsujikawa 374955da0d Throw exception if parameter has wrong type in RPC method. 14 年 前
  Tatsuhiro Tsujikawa cc7bc0aad3 Added aria2.getGlobalStat RPC method. 14 年 前
  Tatsuhiro Tsujikawa f0cfbb21c1 Renamed classes in abstract layer of RPC service from XmlRpc* to Rpc*. 14 年 前