Nils Maier
7d88ef6606
Update OSX dependencies
...
Closes GH-466
2016-03-03 06:13:25 +01:00
Nils Maier
981597bc54
Force libc++
2016-03-03 06:13:25 +01:00
Tatsuhiro Tsujikawa
99e7d98193
Fix sqlite3 download URI
2016-03-02 22:52:14 +09:00
Tatsuhiro Tsujikawa
8985d66e71
Fix compile error without TLS support
2016-02-23 01:37:38 +09:00
Tatsuhiro Tsujikawa
a82db8e462
Merge branch 'athmane-master'
2016-02-18 00:10:55 +09:00
Athmane Madjoudj
c275b6f297
Remove trailing spaces
2016-02-17 00:12:24 +01:00
Athmane Madjoudj
1849ccfbba
Add support for using gnutls system wide crypto policy
2016-02-17 00:11:23 +01:00
Tatsuhiro Tsujikawa
b0909469cd
Update bash_completion
2016-02-16 00:33:44 +09:00
Tatsuhiro Tsujikawa
a6970895ac
clang-format
2016-02-16 00:20:12 +09:00
Tatsuhiro Tsujikawa
8d30869966
Fix compile error with --disable-bittorrent
2016-02-15 23:54:51 +09:00
Tatsuhiro Tsujikawa
b5bab4097d
Update third-party libs used for binary distributions
2016-02-15 23:37:34 +09:00
Tatsuhiro Tsujikawa
f7eeb74304
Added friendly warnings if autoconf macro is missing
2016-02-15 23:15:46 +09:00
Tatsuhiro Tsujikawa
656800948d
Update NEWS
2016-02-14 23:23:17 +09:00
Tatsuhiro Tsujikawa
354a539715
Bump up version number to 1.20.0
2016-02-14 23:22:49 +09:00
Tatsuhiro Tsujikawa
2a0b4751f4
Merge branch 'kwkam-patch-2'
2016-02-13 17:36:20 +09:00
Tatsuhiro Tsujikawa
8684923344
Merge branch 'patch-2' of https://github.com/kwkam/aria2 into kwkam-patch-2
2016-02-13 17:13:25 +09:00
kwkam
04eacf05e7
Update WinConsoleFile.cc
...
add blank line
2016-02-13 16:03:41 +08:00
kwkam
1c573c9708
src/WinConsoleFile.cc: fix colour
...
Try to make it less confusing
2016-02-13 16:01:41 +08:00
Tatsuhiro Tsujikawa
c245c5ecc6
Fix compile error with clang and --enable-werror
2016-02-13 16:33:47 +09:00
Tatsuhiro Tsujikawa
40299851a6
Merge branch 'kwkam-patch-1'
2016-02-12 22:48:14 +09:00
kwkam
25ae17b490
src/WinConsoleFile.cc: fix colour
...
Set default foreground/background colour correctly
2016-02-12 14:24:04 +08:00
kwkam
4f299705e8
configure.ac: fix autoreconf error
...
Use m4_ifdef so we do not have to install optional libraries
2016-02-12 14:18:03 +08:00
Tatsuhiro Tsujikawa
5e48e01bf9
Don't inherit file descriptor to child process
...
For non-Mingw32 build, set FD_CLOEXEC to file descriptors which live
beyond function scope. For Mingw32 build, just pass false to
bInheritHandles parameter of CreateProcessW.
2016-02-08 00:09:17 +09:00
Tatsuhiro Tsujikawa
ab40ee58b8
Merge pull request #558 from ITriskTI/patch-1
...
Update aria2c.rst
2016-02-04 00:51:04 +09:00
ITriskTI
70e46516a1
Update aria2c.rst
2016-02-03 17:29:22 +03:00
Tatsuhiro Tsujikawa
a0d851ddfa
Fix typo
2016-02-03 22:22:07 +09:00
Tatsuhiro Tsujikawa
25615fcb17
Add "seeder" key to tellStatus RPC response
2016-02-03 22:21:37 +09:00
Tatsuhiro Tsujikawa
dbcf07fd11
Don't use ac_save_* in configure.ac since they are overwritten by macro
2016-02-03 00:52:27 +09:00
Tatsuhiro Tsujikawa
2a4d39b7e8
Don't add C++11 switch flags to CXXFLAGS
2016-01-30 19:14:38 +09:00
Tatsuhiro Tsujikawa
e4d4eabd85
Use std::make_unique if C++14 is used
2016-01-30 19:13:41 +09:00
Tatsuhiro Tsujikawa
83aae472fa
Use ac_save_* instead of old_*
2016-01-30 18:55:51 +09:00
Tatsuhiro Tsujikawa
cf2fa33fe0
WinTLS: Fix hang because of buffered received data
...
WinTLSSession buffers received decrypted data into its own buffer. If
read is requested, it copies the data from its buffer. But if
requested buffer size is less than decrypted buffer, some of the data
is left in the buffer. Previously, we had no facility to check the
existence of this pending data. If this data is the last requested
data from remote server, we may end up waiting for read event even if
we have already data in our buffer, which may cause hang. This commit
fixes this issue by introducing function to return the buffered length
in TLSSession. SocketCore also provides the same function, which
delegates to TLSSession object.
2016-01-30 00:17:54 +09:00
Tatsuhiro Tsujikawa
9624747531
Merge pull request #549 from luokar/patch-1
...
Fix a docker instruction.
2016-01-29 21:12:40 +09:00
Tatsuhiro Tsujikawa
0b7ee8be21
Merge pull request #548 from ITriskTI/patch-2
...
Update aria2c.rst
2016-01-29 21:12:03 +09:00
Tatsuhiro Tsujikawa
1bb7abc0d9
Merge pull request #547 from ITriskTI/patch-1
...
Fixed warning
2016-01-29 21:11:19 +09:00
luokar
cd01bce04a
Fix a docker instruction.
2016-01-29 19:54:43 +08:00
ITriskTI
e48cd33e3f
Update aria2c.rst
2016-01-29 13:25:26 +03:00
ITriskTI
415a70bbd6
Fixed warning
...
WARNING: unknown option: --save-session-file
2016-01-29 13:21:17 +03:00
Tatsuhiro Tsujikawa
e059cca2be
Add doc about versioning and release schedule
2016-01-29 15:16:13 +09:00
Tatsuhiro Tsujikawa
8f51793b19
Add --max-mmap-limit option
...
Set the maximum file size to enable mmap (see --enable-mmap
option). The file size is determined by the sum of all files contained
in one download. For example, if a download contains 5 files, then
file size is the total size of those files. If file size is strictly
greater than the size specified in this option, mmap will be disabled.
2016-01-29 00:14:30 +09:00
Tatsuhiro Tsujikawa
fc95a91eb6
mingw: Use SetFileValidData to make --file-allocation=falloc work
2016-01-28 23:15:04 +09:00
Tatsuhiro Tsujikawa
25243da039
mingw: Add formatLastError as wrapper function for FormatMessage
2016-01-28 22:25:46 +09:00
Tatsuhiro Tsujikawa
ad6d799b98
Retry with 504 status code
2016-01-26 15:49:05 +09:00
Tatsuhiro Tsujikawa
8203ee3d0d
Increase DHT transaction ID from 2 to 4 bytes to avoid conflict
2016-01-23 12:39:42 +09:00
Tatsuhiro Tsujikawa
26c1b46a62
Fix wslay configure error
2016-01-22 23:50:02 +09:00
Tatsuhiro Tsujikawa
28562b3f6d
Update wslay
2016-01-22 23:41:43 +09:00
Tatsuhiro Tsujikawa
dda0b62fb9
Add --enable-werror option to configure to enable warning flags
2016-01-22 23:22:46 +09:00
Tatsuhiro Tsujikawa
59beb6488f
Untabify configure.ac
2016-01-22 22:36:00 +09:00
Tatsuhiro Tsujikawa
f6fc952486
Don't modify user variables (e.g., CFLAGS, LIBS, etc)
2016-01-22 22:27:39 +09:00
Tatsuhiro Tsujikawa
6da1e9989c
migw: Fix build failure
2016-01-22 22:19:55 +09:00