コミット履歴

作者 SHA1 メッセージ 日付
  Tatsuhiro Tsujikawa aa6f9c2057 Removed unused code 14 年 前
  Tatsuhiro Tsujikawa 2ca98cc428 Use std::search instead of creating temporary std::string. 14 年 前
  Tatsuhiro Tsujikawa 72a1847ba8 Rewritten *ARC4Encryptor. Removed *ARC4Context. 14 年 前
  Tatsuhiro Tsujikawa f6f053cae1 Fixed out of array bound 14 年 前
  Tatsuhiro Tsujikawa 02b3873e6d Removed ARC4Decryptor because ARC4Encryptor can decrypt the message. 14 年 前
  Tatsuhiro Tsujikawa 30fdb08f40 Rewritten parametered URI handling routine. 14 年 前
  Tatsuhiro Tsujikawa d45d854926 Rewritten base64::decode and base64::encode 14 年 前
  Tatsuhiro Tsujikawa 17a1b51a76 mv Base64.{cc,h} base64.{cc,h} 14 年 前
  Tatsuhiro Tsujikawa 0c162dfbfb Made util::fromHex and base32::decode function template 14 年 前
  Tatsuhiro Tsujikawa 6ea1b68db1 Added SocketBuffer::pushStrSwap 14 年 前
  Tatsuhiro Tsujikawa 4dad3ded15 Use SocketBuffer::pushBytes instead of pushStr in MSEHandshake. 14 年 前
  Tatsuhiro Tsujikawa 5e2a8b2d4c Fixed bug that some information such as port number is lost if 14 年 前
  Tatsuhiro Tsujikawa 0b515d7204 Use uri::UriStruct in Request.h 14 年 前
  Tatsuhiro Tsujikawa 7d68c40a77 Made decoderawstring return pair of iterators, not string. 14 年 前
  Tatsuhiro Tsujikawa d1d4903665 Rewritten bencode2::decode functions 14 年 前
  Tatsuhiro Tsujikawa d305432ec0 Code cleanup. Avoid std::string temporaries. 14 年 前
  Tatsuhiro Tsujikawa 1d56c17225 Code cleanup. Avoid std::string temporaries. 14 年 前
  Tatsuhiro Tsujikawa 150c1ab0c3 Code cleanup 14 年 前
  Tatsuhiro Tsujikawa 5c88f61269 Added util::istartsWith() 14 年 前
  Tatsuhiro Tsujikawa 79876af88f Removed util::endsWith(a, b). Added util::iendsWith() 14 年 前
  Tatsuhiro Tsujikawa 601ec0f44a Removed util::startsWith(a, b) 14 年 前
  Tatsuhiro Tsujikawa f84d2253b2 Rewritten util::split and added its iterator version. 14 年 前
  Tatsuhiro Tsujikawa 6267676e8b util::divide now takes iterators as arguments. 14 年 前
  Tatsuhiro Tsujikawa 118626afc4 util::percentDecode now takes iterators as arguments. 14 年 前
  Tatsuhiro Tsujikawa 0e55fdf594 Code cleanup 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 6ef91d60b3 Rewritten util::stripIter(), which now returns pair of iterator. 14 年 前
  Tatsuhiro Tsujikawa e8d4deecad Rewritten HttpHeader::fill() 14 年 前
  Tatsuhiro Tsujikawa 14eee59ac4 Updated doc for aria2.changeOption and aria2.changeGlobalOption. 14 年 前