Tatsuhiro Tsujikawa
6574e44f88
2007-07-21 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
...
Converted int's to in32_t. long long int's are also converted to
int64_t
2007-07-21 08:56:16 +00:00
Tatsuhiro Tsujikawa
1b5af8e829
2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
...
* src/*.{h,cc}:
Added an exception to the license which allows linking with
OpenSSL.
2006-09-21 15:31:24 +00:00
Tatsuhiro Tsujikawa
15b207a53e
* src/SocketCore.cc
...
(writeData): Removed timeout argument.
(readData): Removed timeout argument.
(peekData): Removed timeout argument.
* src/Socket.cc
(writeData): Removed timeout argument.
(readData): Removed timeout argument.
(peekData): Removed timeout argument.
2006-04-29 11:23:39 +00:00
Tatsuhiro Tsujikawa
b1d46227d4
make string type argument const string& where possible
2006-04-19 17:49:03 +00:00
Tatsuhiro Tsujikawa
df6c7c0385
added bittorrent support(experimental)
2006-03-21 14:12:51 +00:00
Tatsuhiro Tsujikawa
5a8710676d
2006-02-21 12:27:17 +00:00
Tatsuhiro Tsujikawa
8a70369dcf
Make Socket::initiateSecureConnection an empty method when HAVE_LIBSSL
...
is undefined
2006-02-17 19:04:22 +00:00
Tatsuhiro Tsujikawa
2c732211f4
* 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 18:51:12 +00:00
Tatsuhiro Tsujikawa
8acb1181f9
Added SocketCore, make Socket a handle class for SocketCore.
2006-02-17 14:47:45 +00:00
Tatsuhiro Tsujikawa
52634627bc
Initial import
2006-02-17 13:35:04 +00:00