Tatsuhiro Tsujikawa
|
b1132d6b10
|
make clang-format using clang-format-3.6
|
2015-12-27 18:40:08 +09:00 |
Nils Maier
|
8526ceeb45
|
Convert to autos and ranged loops
|
2013-08-21 05:56:17 +02:00 |
Tatsuhiro Tsujikawa
|
7c06b903f3
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
Tatsuhiro Tsujikawa
|
07d270c87e
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
Tatsuhiro Tsujikawa
|
01e1fdaf49
|
Parse torrent file on the fly if --follow-torrent=mem is given
In this changes, Bencode parser in bencode2 is removed and the request
is delegated to BencodeParser.
|
2012-07-26 21:07:10 +09:00 |
Tatsuhiro Tsujikawa
|
57b46d5123
|
Added streaming parser for structured data format.
Added JSON streaming parser. Note that currently JSON parser ignores
frac and exp parts of number construct.
|
2012-07-10 01:42:42 +09:00 |