Commit History

Author SHA1 Message Date
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 9 years ago
  Nils Maier 9da17424c6 Fix json::decodeGetParams when compiled with recent Apple clang 12 years ago
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy 12 years ago
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle 12 years ago
  Tatsuhiro Tsujikawa dc74ebeced Removed unused code 13 years ago
  Tatsuhiro Tsujikawa d9bb24a2e0 Fixed gcc-4.7 warnings 13 years ago
  Tatsuhiro Tsujikawa f4e2c7f060 Added JSON-RPC over WebSocket. 13 years ago
  Tatsuhiro Tsujikawa 9331f6a43d Removed static const char[] as much as possible. 13 years ago
  Tatsuhiro Tsujikawa db5cc4db27 Don't append character to std::string. 14 years ago
  Tatsuhiro Tsujikawa 2f4393d17c Rewritten parse*Int 14 years ago
  Tatsuhiro Tsujikawa 226480ad60 Made const char[] static 14 years ago
  Tatsuhiro Tsujikawa aa6f9c2057 Removed unused code 14 years ago
  Tatsuhiro Tsujikawa d45d854926 Rewritten base64::decode and base64::encode 14 years ago
  Tatsuhiro Tsujikawa 17a1b51a76 mv Base64.{cc,h} base64.{cc,h} 14 years ago
  Tatsuhiro Tsujikawa f84d2253b2 Rewritten util::split and added its iterator version. 14 years ago
  Tatsuhiro Tsujikawa 118626afc4 util::percentDecode now takes iterators as arguments. 14 years ago
  Tatsuhiro Tsujikawa 84bc2c7ae8 Use std::string::append instead of appending std::string() temporaries. 14 years ago
  Tatsuhiro Tsujikawa 9bb914b76e Changed parse*Int functions so that it accepts iterators. 14 years ago
  Tatsuhiro Tsujikawa 05104ba177 Removed asString, asList, ... and use downcast<T> instead. 14 years ago
  Tatsuhiro Tsujikawa aabb1f963e Removed condition always evaluated to true. 14 years ago
  Tatsuhiro Tsujikawa bb9ad97c5c Allow empty params in GET request. 14 years ago
  Tatsuhiro Tsujikawa bf01bb84b6 Added JSONP support. Callback query parameter is "jsoncallback". 14 years ago
  Tatsuhiro Tsujikawa bc7ac15d7e Fixed error message in json::decode() 14 years ago
  Tatsuhiro Tsujikawa 7338a25035 Added initial JSON-RPC support. 14 years ago