Go to file
Tatsuhiro Tsujikawa e2dc0902bb Fix assertion failure in SimpleRandomizer::getRandomBytes
errno might not be initialized to 0, and we may get both rv == -1 and
errno != ENOSYS.  This leads to assertion failure.  Since
getrandom_linux always returns -1 on failure, checking errno is
useless in this function.
2017-01-06 22:22:14 +09:00
android android: Build and link with zlib 2015-05-21 00:00:37 +09:00
deps Fix bug that --disable-websocket causes build error 2016-12-10 20:58:57 +09:00
doc Update aria2c.rst 2016-12-31 18:50:16 +03:00
examples clang-format-3.9 2016-10-15 19:02:54 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 configure: Use pkg-config to find libs whenever possible 2016-11-12 22:13:48 +01:00
osx-package Initial revision of the a new OSX release Makefile 2013-12-19 18:46:51 +01:00
po po/README: deflate -> inflate 2016-05-07 16:23:18 -04:00
src Fix assertion failure in SimpleRandomizer::getRandomBytes 2017-01-06 22:22:14 +09:00
test new option content-disposition-default-utf8 2016-12-31 14:11:12 +09:00
.clang-format Update .clang-format to clang-format-3.9 2016-10-15 19:02:42 +09:00
.gitignore Update .gitignore 2014-03-22 12:26:15 +09:00
.travis.yml Add xcode7 build to make sure that we are not affected by std::make_shared bug 2016-08-30 21:14:40 +09:00
android-config android: Build and link with zlib 2015-05-21 00:00:37 +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 Update AUTHORS 2016-12-15 22:38:31 +09:00
build_test.sh Copy test logs as well 2015-09-27 23:49:44 +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 Bump up version number to 1.30.0 2016-12-15 22:40:34 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Dockerfile.mingw mingw: Use sqlite 3.15.2 2016-12-15 22:10:53 +09:00
Dockerfile.raspberrypi tar bz2 for expat-x.x.x.tar.bz2 2016-07-27 22:31:27 +08:00
import-po import-po: iterate on glob, not ls output 2016-05-07 16:22:26 -04:00
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Allow to run clang-format with external build dir 2016-03-03 09:44:12 +01:00
makerelease Update makerelease 2016-04-15 23:09:54 +09:00
makerelease-osx.mk Hard-disable openssl in osx build 2016-09-06 16:01:58 +02:00
mingw-build-memo Add libssh2 to mingw build config 2015-05-16 21:38:53 +09:00
mingw-config Add libssh2 to mingw build config 2015-05-16 21:38:53 +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 2016-12-15 22:59:19 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android android: We build zlib in ourselves 2016-12-15 22:33:01 +09:00
README.mingw mingw: Use sqlite 3.15.2 2016-12-15 22:10:53 +09:00
README.rst Update doc 2016-07-18 00:25:20 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

See README.rst