mirror of
https://github.com/aria2/aria2.git
synced 2025-01-09 03:21:33 +00:00
2c732211f4
* Added SocketCore. Socket is now handle class for SocketCore. * Fixed bug in ChunkedEncoding: expanding buffer size is wrong * Fixed bug in DownloadCommand: In Chunked Encoding, it wrongly adds to Segment.ds buff length from the socket.
12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
2006-02-18 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
|
|
|
* Added HTTPS support.
|
|
* Added SocketCore. Socket is now handle class for SocketCore.
|
|
* Fixed bug in ChunkedEncoding: expanding buffer size is wrong
|
|
* Fixed bug in DownloadCommand: In Chunked Encoding, it wrongly
|
|
adds to Segment.ds buff length from the socket.
|
|
|
|
2006-02-17 Tatsuhiro Tsujikawa <tsujikawa at rednoah dot com>
|
|
|
|
* Release 0.1.0
|
|
|