Historique des commits

Auteur SHA1 Message Date
  Tatsuhiro Tsujikawa cf2fa33fe0 WinTLS: Fix hang because of buffered received data il y a 9 ans
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 il y a 9 ans
  Tatsuhiro Tsujikawa 031b86d512 Return 400 status code if there is an error in RPC level il y a 10 ans
  Tatsuhiro Tsujikawa 17e5c98ba6 Return 200 HTTP status code if exception was caught while executing RPC method il y a 10 ans
  Tatsuhiro Tsujikawa 0b48bb1dbd Use user-defined literals for time units il y a 10 ans
  Tatsuhiro Tsujikawa 99cd73c092 Replace timer facility with chrono lib il y a 10 ans
  Nils Maier 70a80b1455 Remove request pre-authorization again il y a 11 ans
  Nils Maier 8f2af33b6d Delay auth failures instead of PBKDF2 il y a 11 ans
  Nils Maier 855dfa0e2f Authorize RPC multicalls only once. il y a 11 ans
  Tatsuhiro Tsujikawa 732ed1fb8b Fix broken XMLRPC method call il y a 12 ans
  Tatsuhiro Tsujikawa 59e63d956e Rewrite RPC method factory function il y a 12 ans
  Tatsuhiro Tsujikawa 7c06b903f3 Use std::unique_ptr for ValueBase object hierarchy il y a 12 ans
  Tatsuhiro Tsujikawa d128a39fb6 HttpServer: Return bool for receiveHeader, use std::unique_ptr for headers il y a 12 ans
  Tatsuhiro Tsujikawa d2ec57057e HttpServer: Use std::unique_ptr for lastBody_ and headerProcessor_ il y a 12 ans
  Tatsuhiro Tsujikawa fba7e7ee8b Use move to send string data into SocketBuffer::pushStr il y a 12 ans
  Tatsuhiro Tsujikawa fa9f3fb5a3 Wrap Command object in std::unique_ptr 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 90515dfa50 RPC over SSL/TLS transport il y a 13 ans
  Tatsuhiro Tsujikawa dd7014a612 Store only interesting HTTP headers in HttpHeader il y a 13 ans
  Tatsuhiro Tsujikawa 7100b1b9ca Parse HTTP RPC request on the fly without buffering il y a 13 ans
  Tatsuhiro Tsujikawa 4b03634f36 Use PRId64 for int64_t format specifier il y a 13 ans
  Tatsuhiro Tsujikawa 5a0a62c5f4 Added CORS preflight request support. il y a 13 ans
  Tatsuhiro Tsujikawa afcd95dec7 Return appropriate HTTP status code on RPC failure. il y a 13 ans
  Tatsuhiro Tsujikawa 06b6bef860 Made WebSocket handshake more strict. il y a 13 ans
  Tatsuhiro Tsujikawa f4e2c7f060 Added JSON-RPC over WebSocket. il y a 13 ans
  Tatsuhiro Tsujikawa 787bfd75da Use XmlParser for XML-RPC. il y a 14 ans
  Tatsuhiro Tsujikawa 4f0a45abe2 Made toXml and toJson non-member function. il y a 14 ans
  Tatsuhiro Tsujikawa 05104ba177 Removed asString, asList, ... and use downcast<T> instead. il y a 14 ans
  Tatsuhiro Tsujikawa e8e3a6f259 wallclock is now retrieved using global::wallclock() call. il y a 14 ans
  Tatsuhiro Tsujikawa 2d92571cf9 Moved jsonRpc flag from RpcMethod to RpcRequest. il y a 14 ans