Tatsuhiro Tsujikawa d974c935cd WinTLS: Rewrite writeData
We re-wrote WinTLSSession::writeData.  The major points are:

* Buffer is now preallocated once handshake is finished.  Previously,
  they are allocated each time when we send one TLS record.

* Schannel uses header, body and trailer for each secBuffer.  Now we
  send them off at once using WSASend which is windows counterpart of
  sendv.  Previously, we do memmove if some of them are truncated.

* We don't try to send application data in
  WinTLSSession::closeConnection, since semantically we need same
  application data used to create TLS record before.  Using 0 length
  data to finish sending buffered data looks like a hack.
2016-11-12 22:20:41 +09:00
2015-05-21 00:00:37 +09:00
2016-11-02 22:41:36 +09:00
2016-10-16 17:06:03 +09:00
2016-10-15 19:02:54 +09:00
2016-05-07 16:23:18 -04:00
2016-11-12 22:20:41 +09:00
2016-10-15 19:02:54 +09:00
2014-03-22 12:26:15 +09:00
2016-10-16 17:00:55 +09:00
2015-09-27 23:49:44 +09:00
2016-10-16 17:01:35 +09:00
2016-04-15 23:09:54 +09:00
2015-05-16 21:38:53 +09:00
2016-10-16 17:27:36 +09:00
2016-07-18 00:25:20 +09:00
Description
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Readme 68 MiB
Languages
C++ 94.2%
C 3.7%
M4 1%
Makefile 0.8%
Shell 0.2%