提交歷史

作者 SHA1 備註 提交日期
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 10 年之前
  Tatsuhiro Tsujikawa c26da09687 Add --ssh-host-key-md option 10 年之前
  Dan Fandrich 0538aa40da Fixed some typos in code comments 10 年之前
  Tatsuhiro Tsujikawa c0e4381780 util::parseIntSegments: Return SegList<int> 11 年之前
  Nils Maier 010131161e Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always 11 年之前
  Tatsuhiro Tsujikawa 1a24020e63 Don't allow empty string for --rpc-secret option 11 年之前
  Tatsuhiro Tsujikawa 7d1aa887ee Add future deprecation warning to --rpc-user and --rpc-passwd 11 年之前
  Nils Maier a76eeb2b81 Introduce PrefPtr typedef 12 年之前
  Nils Maier 8526ceeb45 Convert to autos and ranged loops 12 年之前
  Nils Maier d8f44ef4f6 Convert most 0/NULL pointers to nullptr 12 年之前
  Tatsuhiro Tsujikawa 2761301dfb Rewrite util::divide 12 年之前
  Tatsuhiro Tsujikawa 28c84148e4 Pass std::unique_ptr by value 12 年之前
  Tatsuhiro Tsujikawa 09c597fbb8 ParameterOptionHandler: Use initializer lists for params 12 年之前
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 年之前
  Tatsuhiro Tsujikawa 4c139eb039 Add TAG_DEPRECATED in DeprecatedOptionHandler ctor 12 年之前
  Tatsuhiro Tsujikawa ae2e4cb7ff Handle OptionHandlers as raw pointer 13 年之前
  Tatsuhiro Tsujikawa 89f18dde85 Use nothrow version of parseInt, parseUInt and parseLLInt 13 年之前
  Tatsuhiro Tsujikawa 295a62f538 Rewritten help tags and various internal flag handling in OptionHandler 13 年之前
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier 13 年之前
  Tatsuhiro Tsujikawa b6fd4366fe Use short form of util::startsWith and util::endsWith 14 年之前
  Tatsuhiro Tsujikawa 9331f6a43d Removed static const char[] as much as possible. 14 年之前
  Tatsuhiro Tsujikawa 97a9242cbe Proxy URI is now constructed in getProxyUri(). 14 年之前
  Tatsuhiro Tsujikawa 1687741303 Use fmt instead of util::itos 14 年之前
  Tatsuhiro Tsujikawa 5347efb967 Use fmt instead of using snprintf directly 14 年之前
  Tatsuhiro Tsujikawa 0da2468d6b Removed strappend 14 年之前
  Tatsuhiro Tsujikawa 2f4393d17c Rewritten parse*Int 14 年之前
  Tatsuhiro Tsujikawa 226480ad60 Made const char[] static 14 年之前
  Tatsuhiro Tsujikawa 35a3f41346 Made Pref::k_, OptionHandler::getName() and getDescription() const char*. 14 年之前
  Tatsuhiro Tsujikawa 79876af88f Removed util::endsWith(a, b). Added util::iendsWith() 14 年之前
  Tatsuhiro Tsujikawa 601ec0f44a Removed util::startsWith(a, b) 14 年之前