커밋 기록

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