Histórico de Commits

Autor SHA1 Mensagem Data
  Tatsuhiro Tsujikawa b1132d6b10 make clang-format using clang-format-3.6 há 9 anos atrás
  Tatsuhiro Tsujikawa 692a674fe0 SocketRecvBuffer: Eliminate memmove há 10 anos atrás
  Tatsuhiro Tsujikawa 9b84727324 Use std::make_shared and make_unique where possible, part 2 há 11 anos atrás
  Nils Maier f7cc24d6cf Internally use HMAC in http auth há 11 anos atrás
  Tatsuhiro Tsujikawa d128a39fb6 HttpServer: Return bool for receiveHeader, use std::unique_ptr for headers há 12 anos atrás
  Tatsuhiro Tsujikawa 2761301dfb Rewrite util::divide há 12 anos atrás
  Tatsuhiro Tsujikawa d2ec57057e HttpServer: Use std::unique_ptr for lastBody_ and headerProcessor_ há 12 anos atrás
  Tatsuhiro Tsujikawa fba7e7ee8b Use move to send string data into SocketBuffer::pushStr há 12 anos atrás
  Tatsuhiro Tsujikawa 07d270c87e Require -std=c++11 and use std::shared_ptr instead of SharedHandle há 12 anos atrás
  Nils Maier 7f6a446750 Hygiene: Fix some clang warnings, mostly unused private members. há 12 anos atrás
  Tatsuhiro Tsujikawa 2676bbe9c6 Initialized scalar members há 13 anos atrás
  Tatsuhiro Tsujikawa 90515dfa50 RPC over SSL/TLS transport há 13 anos atrás
  Tatsuhiro Tsujikawa 8f2030da09 Removed HttpHeader::findAs{LL}Int and unused HttpResponse::{has,get}RetryAfter há 13 anos atrás
  Tatsuhiro Tsujikawa 54665ff409 Removed static std::string constant in HttpHeader há 13 anos atrás
  Tatsuhiro Tsujikawa 2148cbaf1d Fixed compile error without XML library há 13 anos atrás
  Tatsuhiro Tsujikawa 7100b1b9ca Parse HTTP RPC request on the fly without buffering há 13 anos atrás
  Tatsuhiro Tsujikawa 5fc1b1ad29 Rewritten HTTP header parser há 13 anos atrás
  Tatsuhiro Tsujikawa 06b6bef860 Made WebSocket handshake more strict. há 13 anos atrás
  Tatsuhiro Tsujikawa f4e2c7f060 Added JSON-RPC over WebSocket. há 13 anos atrás
  Tatsuhiro Tsujikawa 9331f6a43d Removed static const char[] as much as possible. há 13 anos atrás
  Tatsuhiro Tsujikawa 12988e5282 Replaced uint64_t with off_t or int64_t. há 14 anos atrás
  Tatsuhiro Tsujikawa 0da2468d6b Removed strappend há 14 anos atrás
  Tatsuhiro Tsujikawa f1f1b991f1 Removed SocketBuffer::pushStrSwap. há 14 anos atrás
  Tatsuhiro Tsujikawa f0f1cfab5c Use util::strifind instead of std::toLower and std::string::find. há 14 anos atrás
  Tatsuhiro Tsujikawa 226480ad60 Made const char[] static há 14 anos atrás
  Tatsuhiro Tsujikawa d17ea2837b HttpHeader::fill() now stores header name in lowercase. há 14 anos atrás
  Tatsuhiro Tsujikawa d45d854926 Rewritten base64::decode and base64::encode há 14 anos atrás
  Tatsuhiro Tsujikawa 17a1b51a76 mv Base64.{cc,h} base64.{cc,h} há 14 anos atrás
  Tatsuhiro Tsujikawa 6ea1b68db1 Added SocketBuffer::pushStrSwap há 14 anos atrás
  Tatsuhiro Tsujikawa d1d4903665 Rewritten bencode2::decode functions há 14 anos atrás