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.
Go to file
Tatsuhiro Tsujikawa 852f2fb99a MinGW: Fix compiler warning about winsock2.h and windows.h
This commit fixes following compiler warning with mingw compiler:

In file included from common.h:63:0,
                 from util_security.h:42,
                 from util_security.cc:36:
/usr/share/mingw-w64/include/winsock2.h:15:2: warning: #warning
 Please include winsock2.h before windows.h [-Wcpp]
 #warning Please include winsock2.h before windows.h
2014-07-10 00:04:28 +09:00
deps Add preliminary libtool files for libaria2 2013-04-25 11:38:26 +09:00
doc Document --pause-metadata option in man page 2014-06-21 00:58:21 +09:00
examples Fix compile error 2013-06-27 00:20:48 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 Make AX_CXX_COMPILE_STDCXX_11 test for -stdlib=libc++ via std::shared_ptr 2013-08-21 23:19:01 +02:00
osx-package Initial revision of the a new OSX release Makefile 2013-12-19 18:46:51 +01:00
po Removed generated aria2.pot 2012-11-29 22:52:14 +09:00
src MinGW: Fix compiler warning about winsock2.h and windows.h 2014-07-10 00:04:28 +09:00
test Fix big endianess support in InternalMessageDigest and PBKDF2 2014-06-24 20:45:05 +02:00
.gitignore Update .gitignore 2014-03-22 12:26:15 +09:00
android-config Add -lstdc++ -lsupc++ in configure.ac not in android-config 2012-07-30 21:17:49 +09:00
android-make Merged Android build scripts 2012-06-29 00:51:13 +09:00
android-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
AUTHORS Add myself to AUTHORS 2013-09-24 19:04:25 +02:00
build_test.sh Added build test without libnettle, libgcrypt and openssl. 2012-01-08 00:59:34 +09:00
ChangeLog Added empty ChangeLog. 2010-11-28 00:38:58 +09:00
ChangeLog.old Moved ChangeLog to ChangeLog.old and added notice that we no longer 2010-11-28 00:23:20 +09:00
configure.ac Change bug report address to github issues 2014-07-09 21:29:28 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
import-po Removed PO files from repository 2012-11-28 23:42:08 +09:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Fix comment for conditional 2014-05-30 22:34:46 +09:00
makerelease Add comment to makerelease about OSX builds 2013-12-19 18:55:06 +01:00
makerelease-osx.mk makerelease-osx: Do not build universal by default 2014-04-18 20:03:05 +02:00
mingw-build-memo mingw32: Enable wintls and compile with GMP 2014-04-15 23:02:45 +09:00
mingw-config Enable wintls by default and remove its experimental status 2014-04-17 22:28:29 +09:00
mingw-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
NEWS Update NEWS 2014-03-30 18:22:09 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android Update README.android 2014-06-05 23:34:36 +09:00
README.mingw mingw32: Enable wintls and compile with GMP 2014-04-15 23:02:45 +09:00
README.rst MinGW: Fix compiler warning about winsock2.h and windows.h 2014-07-10 00:04:28 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

See README.rst