Tatsuhiro Tsujikawa
|
b1132d6b10
|
make clang-format using clang-format-3.6
|
2015-12-27 18:40:08 +09:00 |
Nils Maier
|
70a80b1455
|
Remove request pre-authorization again
|
2014-07-22 21:58:30 +02:00 |
Nils Maier
|
8f2af33b6d
|
Delay auth failures instead of PBKDF2
Closes GH-256
|
2014-07-22 21:58:30 +02:00 |
Nils Maier
|
855dfa0e2f
|
Authorize RPC multicalls only once.
Cache the auth status afterwards and just assume the token still matches
(within the same request, of course).
|
2014-05-20 12:53:39 +02:00 |
Tatsuhiro Tsujikawa
|
59e63d956e
|
Rewrite RPC method factory function
|
2013-07-11 21:50:47 +09:00 |
Tatsuhiro Tsujikawa
|
7c06b903f3
|
Use std::unique_ptr for ValueBase object hierarchy
|
2013-07-11 21:09:51 +09:00 |
Tatsuhiro Tsujikawa
|
07d270c87e
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
Tatsuhiro Tsujikawa
|
70685bd233
|
Rewritten Xml2XmlParser
Now it is push parser + utility function for file parsing.
|
2012-07-11 23:20:48 +09:00 |
Tatsuhiro Tsujikawa
|
f4e2c7f060
|
Added JSON-RPC over WebSocket.
Wslay library must be placed under deps/wslay.
|
2012-03-20 21:42:09 +09:00 |
Tatsuhiro Tsujikawa
|
7dc2b9ff16
|
Allow missing params in XML-RPC request.
Now following request is legal:
<methodCall>
<methodName>aria2.getVersion</methodName>
</methodCall>
|
2012-02-12 23:13:21 +09:00 |
Tatsuhiro Tsujikawa
|
787bfd75da
|
Use XmlParser for XML-RPC.
|
2011-11-11 00:37:32 +09:00 |