Historial de Commits

Autor SHA1 Mensaje Fecha
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 hace 9 años
  Nils Maier 70a80b1455 Remove request pre-authorization again hace 11 años
  Nils Maier 8f2af33b6d Delay auth failures instead of PBKDF2 hace 11 años
  Nils Maier 855dfa0e2f Authorize RPC multicalls only once. hace 11 años
  Nils Maier 82dad90ff3 Validate token using PBKDF2-HMAC-SHA1. hace 11 años
  Tatsuhiro Tsujikawa 7f6987a4b4 Implement new RPC authorization using --rpc-secret option hace 11 años
  Nils Maier a76eeb2b81 Introduce PrefPtr typedef hace 12 años
  Nils Maier 8526ceeb45 Convert to autos and ranged loops hace 12 años
  Tatsuhiro Tsujikawa 8d62682202 Fix segmentation fault if RpcMethod::process throws exception hace 12 años
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy hace 12 años
  Tatsuhiro Tsujikawa ca329a7ccb Use std::mem_fn instead of std::mem_fun 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 a4a4a10490 Remove NULL check for pref because pref is always non NULL hace 12 años
  Tatsuhiro Tsujikawa 8b0c701266 Removed trailing spaces hace 13 años
  Tatsuhiro Tsujikawa ae2e4cb7ff Handle OptionHandlers as raw pointer hace 13 años
  Tatsuhiro Tsujikawa 68eb1b6737 Ignore unacceptable options in RPC request instead of throwing error. hace 13 años
  Tatsuhiro Tsujikawa 7cba24e8b2 Options for -i list is now available in aria2.changeOption. hace 14 años
  Tatsuhiro Tsujikawa 6bc6825cec Renamed OptionHandler::setGlobalChangeOption() as setChangeGlobalOption(). hace 14 años
  Tatsuhiro Tsujikawa 5a29813d24 OptionHandler now knows its option can be used in -i list option, hace 14 años
  Tatsuhiro Tsujikawa d5c8d048ef Rewritten OptionParser. Made it simpler and efficient. hace 14 años
  Tatsuhiro Tsujikawa 3832ed97c6 Rewritten Option. Introduced Pref. hace 14 años
  Tatsuhiro Tsujikawa 05104ba177 Removed asString, asList, ... and use downcast<T> instead. hace 14 años
  Tatsuhiro Tsujikawa 2d92571cf9 Moved jsonRpc flag from RpcMethod to RpcRequest. hace 14 años
  Tatsuhiro Tsujikawa f0cfbb21c1 Renamed classes in abstract layer of RPC service from XmlRpc* to Rpc*. hace 14 años