Commit Graph

3590 Commits

Author SHA1 Message Date
Tatsuhiro Tsujikawa
62f40b8f96 Added missing deps/wslay/examples/Makefile 2012-04-08 21:25:59 +09:00
Tatsuhiro Tsujikawa
aee28c8b0d Fixed compile warning with clang 2012-04-08 19:22:23 +09:00
Tatsuhiro Tsujikawa
1e0068e4d4 WebSocket: Check keyword string in comma separeted values in HTTP
header field.
2012-04-08 19:00:07 +09:00
Tatsuhiro Tsujikawa
c648ca0c5c Include common.h from a2algo.h and a2functional.h 2012-04-08 18:59:06 +09:00
Tatsuhiro Tsujikawa
7a30204109 Updated NEWS for 1.15.0 release 2012-04-08 18:24:25 +09:00
Tatsuhiro Tsujikawa
52826433d9 Fixed typo 2012-04-08 17:51:01 +09:00
Tatsuhiro Tsujikawa
9e8676af2c Disable IPv6 by default only if MinGW 32bit build. 2012-04-08 17:45:33 +09:00
Tatsuhiro Tsujikawa
d9bb24a2e0 Fixed gcc-4.7 warnings 2012-04-08 03:12:29 +09:00
Tatsuhiro Tsujikawa
fcbdecfd1e Conditional compile for WebSocket.
WebSocket support depends on Message Digest support.
2012-04-08 00:50:25 +09:00
Tatsuhiro Tsujikawa
7bc2a14d9f Fixed compile error without BitTorrent support 2012-04-08 00:05:42 +09:00
Tatsuhiro Tsujikawa
ef86d760cc Use CreateProcessW instead of CreateProcessA 2012-04-07 23:57:49 +09:00
Tatsuhiro Tsujikawa
3f7561b80c Define HAVE_GETADDRINFO only if it is not defined in MinGW build. 2012-04-07 23:56:37 +09:00
Tatsuhiro Tsujikawa
9996d4ef4b Removed -lcrypto from mingw LIBS 2012-04-07 23:55:53 +09:00
Tatsuhiro Tsujikawa
e5932879db Print pkg-config error if the module is not available 2012-04-07 21:43:03 +09:00
Tatsuhiro Tsujikawa
7e5814f0f9 Check with pkg-config only: c-ares, openssl, sqlite3 and zlib.
Removed --with-*-prefix configure option for c-ares, openssl, sqlite3,
zlib and expat. Use CPPFLAGS and/or PKG_CONFIG_PATH instead.
2012-04-07 21:30:32 +09:00
Tatsuhiro Tsujikawa
fcb102b650 Fixed compile error with i686-w64-mingw32 2012-04-07 21:26:33 +09:00
Tatsuhiro Tsujikawa
840ca5adb6 Check availability of pwd.h 2012-04-07 15:49:22 +09:00
Tatsuhiro Tsujikawa
c7c26e67c4 Disable IPv6 for MinGW build by default 2012-04-07 15:40:33 +09:00
Tatsuhiro Tsujikawa
847ebd54bc Use https for github URI 2012-04-02 21:01:33 +09:00
Tatsuhiro Tsujikawa
3dc5437ee2 Updated bash_completion 2012-04-02 20:58:17 +09:00
Tatsuhiro Tsujikawa
b82b25bc32 Clarify possible SSL+crypto library configuration.
See http://sourceforge.net/tracker/?func=detail&aid=3474175&group_id=159897&atid=813673
2012-04-02 20:54:56 +09:00
Tatsuhiro Tsujikawa
65a20f5070 First check there is wildcard character or not in tls hostname check. 2012-04-01 22:07:01 +09:00
Tatsuhiro Tsujikawa
b9471d7452 Compare IPAddress in commonName as string.
Added test for net::verifyHostname().
2012-04-01 16:42:38 +09:00
Tatsuhiro Tsujikawa
b68e0a5527 Use net::verifyHostname() with gnutls.
We now don't use gnutls_x509_crt_check_hostname() any more.
2012-03-31 21:21:18 +09:00
Tatsuhiro Tsujikawa
e6f04416d9 Don't use locale dependent toupper and tolower. 2012-03-31 00:06:55 +09:00
Tatsuhiro Tsujikawa
0a9abd89c6 Rewritten TLS hostname check based on RFC 6125. 2012-03-30 23:49:14 +09:00
Tatsuhiro Tsujikawa
e4e9562c92 Get the home directory of the effective user ID using getpwuid() if
$HOME is not defined.
2012-03-30 01:43:38 +09:00
Tatsuhiro Tsujikawa
25ef6677e9 Added hostname check described in RFC 2818 with OpenSSL. 2012-03-28 23:28:22 +09:00
Tatsuhiro Tsujikawa
cd00b012d9 Updated README.asciidoc 2012-03-28 23:07:35 +09:00
Tatsuhiro Tsujikawa
aa7a2a1c3b Merge pull request #14 from ITriskTI/patch-2
Updated Russian man page
2012-03-26 07:47:34 -07:00
ITriskTI
4ab8e63d82 Updated Russian man page 2012-03-26 14:26:50 +03:00
Tatsuhiro Tsujikawa
06b6bef860 Made WebSocket handshake more strict.
Refactored HttpServer as well.
2012-03-25 22:10:36 +09:00
Tatsuhiro Tsujikawa
8499a47d21 Added --bt-remove-unselected-file option.
Removes the unselected files when download is completed in
BitTorrent. To selecting files, use --select-file option. If it is not
used, all files are assumed to be selected. Please use this option
with care because it will actually remove files from your disk.
This option is default to false.
2012-03-25 19:25:43 +09:00
Tatsuhiro Tsujikawa
9669bafb7f Updated man page 2012-03-25 00:51:46 +09:00
Tatsuhiro Tsujikawa
2b3469dad9 Use std::set for socketEntries_ and nameResolverEntries_ in PortEventPoll 2012-03-25 00:38:57 +09:00
Tatsuhiro Tsujikawa
ae393329f7 Fixed segmentation fault in open solaris in unit test.
This is due to the fact that the maximum value of random() in open
solaris is not RAND_MAX, but (2**31)-1.
2012-03-25 00:28:11 +09:00
Tatsuhiro Tsujikawa
4d8c17d104 Fixed compile error on open solaris
Fixes bug#3497518
2012-03-25 00:27:25 +09:00
Tatsuhiro Tsujikawa
d8948056b3 Use std::set for socketEntries_ and nameResolverEntries_ in KqueueEventPoll 2012-03-24 21:19:57 +09:00
Tatsuhiro Tsujikawa
9f892d92f3 Fixed filename typo 2012-03-24 21:06:29 +09:00
Tatsuhiro Tsujikawa
4fba271036 Updated wslay 2012-03-24 00:23:06 +09:00
Tatsuhiro Tsujikawa
16d67e9b32 Updated wslay 2012-03-23 23:43:16 +09:00
Tatsuhiro Tsujikawa
4c4e1dcf9b Merge branch 'master' of github.com:tatsuhiro-t/aria2 2012-03-23 01:37:23 +09:00
Tatsuhiro Tsujikawa
2b19882ea4 Merge pull request #13 from ITriskTI/patch-1
Updated Russian man page
2012-03-22 09:36:54 -07:00
Tatsuhiro Tsujikawa
eed804baaa Use std::set instead of std::deque if the elements are sorted and
insertions and deletions are frequent.
2012-03-23 01:34:37 +09:00
ITriskTI
6af4827493 Updated Russian man page 2012-03-21 16:54:32 +03:00
Tatsuhiro Tsujikawa
4acc0f8831 Updated doc 2012-03-21 02:15:08 +09:00
Tatsuhiro Tsujikawa
ad596fa03f Updated .gitignore 2012-03-21 02:09:34 +09:00
Tatsuhiro Tsujikawa
332bda83b4 Enable TCP_NODELAY for WebSocket connection. 2012-03-21 02:08:18 +09:00
Tatsuhiro Tsujikawa
bdd37fe3de Bump up version number to 1.15.0 2012-03-21 01:37:16 +09:00
Tatsuhiro Tsujikawa
3e885c57f6 Documented JSON-RPC over WebSocket 2012-03-21 01:36:29 +09:00