Tatsuhiro Tsujikawa
|
b1132d6b10
make clang-format using clang-format-3.6
|
9 yıl önce |
Tatsuhiro Tsujikawa
|
bd0a3960df
mingw32: Fix bug that aria2 does not read piped stdin
|
11 yıl önce |
Nils Maier
|
d8f44ef4f6
Convert most 0/NULL pointers to nullptr
|
12 yıl önce |
Tatsuhiro Tsujikawa
|
bc3b162569
Remove open_ member from BufferedFile and GZipFile
|
12 yıl önce |
Tatsuhiro Tsujikawa
|
b0799b6e46
Introduce IOFile abstract class to refactor BufferedFile and GZipFile
|
12 yıl önce |
Nils Maier
|
f2f8b14047
Support for gzipped -i and --save-session
|
12 yıl önce |
Nils Maier
|
b0556a7519
Do not use a virtual varargs function
|
12 yıl önce |
Tatsuhiro Tsujikawa
|
79fce29bda
Fixed segmentation fault if fp_ is NULL
|
13 yıl önce |
Tatsuhiro Tsujikawa
|
e86fd44dc5
Console color output
|
13 yıl önce |
Tatsuhiro Tsujikawa
|
bf342a2827
Fixed compile error with mingw
|
13 yıl önce |
Tatsuhiro Tsujikawa
|
f133091a9e
Made BufferedFile ctor take const char* args
|
13 yıl önce |
Tatsuhiro Tsujikawa
|
037f1512db
Added BufferedFile::getLine() to make reading one line more flexible.
|
13 yıl önce |
Tatsuhiro Tsujikawa
|
a10cda2f17
Use global::cout to output string to stdout.
|
14 yıl önce |
Tatsuhiro Tsujikawa
|
b6b8cb005d
Added printf and flush method to BufferedFile.
|
14 yıl önce |
Tatsuhiro Tsujikawa
|
4220c2aadc
Read aria2.conf using BufferedFile
|
14 yıl önce |
Tatsuhiro Tsujikawa
|
7f3d027b83
Removed feof from operator unspecified_bool_type. Added eof().
|
14 yıl önce |
Tatsuhiro Tsujikawa
|
6cb91cae88
Added fopen/fread/fwrite/fgets wrapper class.
|
14 yıl önce |