Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #60 from domob1812/simpleserver-versionHEADmaster | Josh Marshall | 2021-04-02 | 1 | -0/+1 |
|\ | | | | | Pass down API version in SimpleJSONRPCServer. | ||||
| * | Pass down API version in SimpleJSONRPCServer. | Daniel Kraft | 2018-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | JSON-RPC version 1.0 requires the 'error' key to be set in the response even if there is no error. This is correctly implemented Payload.response -- but for that to work, the API version has to be passed down in SimpleJSONRPCServer when it calls dumps to construct the response. This was missing, so that JSON-RPC 1.0 requests were answered with a 2.0 response. | ||||
* | | Bypassing TCP sockopts for Unix sockets, fixing Unix teardowns. | Josh Marshall | 2021-03-30 | 1 | -0/+8 |
| | | |||||
* | | Removing Python 2 fallbacks, tweaking test runners, fixing flake8 errors. | Josh Marshall | 2021-03-30 | 1 | -36/+26 |
| | | |||||
* | | Remove HTTP class and use HTTPConnection instead. Fixes bug for Python 3.x ↵ | Paul Smith | 2017-06-28 | 1 | -1/+4 |
| | | | | | | | | on linux. | ||||
* | | Put in some changes suggested by Josh | Paul Smith | 2017-05-20 | 1 | -9/+8 |
| | | |||||
* | | method name now checked against string and unicode for python 2.7 | Paul Smith | 2017-05-14 | 1 | -2/+5 |
| | | |||||
* | | Try again | Paul Smith | 2017-05-13 | 1 | -0/+1 |
| | | |||||
* | | Python 3.x compatibility. Tests pass, need to retest on python 2.7. | Paul Smith | 2017-05-13 | 1 | -15/+18 |
|/ | |||||
* | Initial travis integration, cleanups for running tests. | Joshua Marshall | 2015-10-05 | 1 | -21/+26 |
| | |||||
* | Added minimal discovery for whether unix sockets are supported, and ↵ | Josh Marshall | 2011-02-26 | 1 | -5/+8 |
| | | | | prevented access if they are missing. | ||||
* | Allow the specification of address_family for JSONRPC servers, and | Quentin Smith | 2011-01-23 | 1 | -1/+13 |
| | | | | unlink UNIX sockets before binding them | ||||
* | Setting fcntl to None if not importable, adding tests module, updating ↵ | Josh Marshall | 2010-10-26 | 1 | -10/+6 |
| | | | | README to markdown. | ||||
* | Added unit tests, renamed to follow absolute importing guidelines, and made ↵ | catchjosh | 2010-09-04 | 1 | -19/+42 |
| | | | | | | minor corrections introduced by unit tests. git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@18 ae587032-bbab-11de-869a-473eb4776397 | ||||
* | Fixed issue #3 - fixed bad function call. | catchjosh | 2010-06-15 | 1 | -1/+1 |
| | | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@16 ae587032-bbab-11de-869a-473eb4776397 | ||||
* | SimpleJSONRPCServer works on Python 2.5 | yucetekol | 2009-11-03 | 1 | -2/+9 |
| | | | | git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@14 ae587032-bbab-11de-869a-473eb4776397 | ||||
* | Oops -- NOW adding the new jsonrpclib/ files (jsonclass, config, history, ↵ | catchjosh | 2009-11-02 | 1 | -0/+188 |
__init__) git-svn-id: http://jsonrpclib.googlecode.com/svn/trunk@13 ae587032-bbab-11de-869a-473eb4776397 |