Go to file
Nils Maier 3b32dcb9f1 SessionSerializer: Truly unique URIs
Before, only spent uris where sanitized not to be contained within
remaining uris. Change this so that each uri in the
union(remaining,spent) get saved once at most.
The order of the uris will won't be changed, with remaining uris going
first followed by spent uris.

Also avoid copying the uri std::strings around during dupe checking,
usually resulting in better performance regarding CPU and space.
2013-06-10 00:58:28 +02:00
deps Add preliminary libtool files for libaria2 2013-04-25 11:38:26 +09:00
doc libaria2.rst: Fix typo 2013-05-28 23:45:29 +09:00
examples Add libaria2 tutorial 2013-05-21 23:53:21 +09:00
lib Removed autogenerated files by automake/autoconf. 2010-11-27 23:31:17 +09:00
m4 aria2_arg.m4: Doc fix 2013-03-12 23:35:04 +09:00
po Removed generated aria2.pot 2012-11-29 22:52:14 +09:00
src SessionSerializer: Truly unique URIs 2013-06-10 00:58:28 +02:00
test SessionSerializer: Truly unique URIs 2013-06-10 00:58:28 +02:00
.gitignore Add preliminary libtool files for libaria2 2013-04-25 11:38:26 +09:00
AUTHORS Fixed typo 2011-03-20 14:39:36 +09:00
COPYING 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00: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
LICENSE.OpenSSL 2006-09-22 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> 2006-09-21 15:31:24 +00:00
Makefile.am Add examples directory to distribution 2013-05-18 16:26:37 +09:00
NEWS Update NEWS for 1.17.1 release 2013-05-18 19:27:49 +09:00
README Converted README.asciidoc into README.rst 2012-04-22 23:27:32 +09:00
README.android Update pre compiled build README 2013-05-26 16:17:12 +09:00
README.mingw Update pre compiled build README 2013-05-26 16:17:12 +09:00
README.rst Update doc 2013-06-09 12:59:54 +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
build_osx_release.sh New upstream release 2012-03-14 00:55:32 +09:00
build_test.sh Added build test without libnettle, libgcrypt and openssl. 2012-01-08 00:59:34 +09:00
configure.ac Bump up version 1.17.1 2013-05-18 19:01:40 +09:00
import-po Removed PO files from repository 2012-11-28 23:42:08 +09:00
makerelease makerelease: Provide ANDROID_HOME from outside 2013-02-03 00:19:50 +09:00
mingw-build-memo mingw: Added build memo for mingw build 2012-09-02 18:41:10 +09:00
mingw-config Added configure script wrapper for mingw-w64 cross-compiler. 2012-06-27 00:27:14 +09:00
mingw-release cd to the directory where the script exists before creating release 2012-09-02 18:56:31 +09:00
script-helper Added README and release script for mingw build 2012-06-30 00:53:48 +09:00

README

See README.rst