Historique des commits

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