Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | json-rpc-test-server: add a "wait" method | Přemysl Eric Janouch | 2022-09-04 | 1 | -3/+15 |
| | | | | | Considering the server's nature, the global lock-up it causes shouldn't constitute a major problem. | ||||
* | json-rpc-test-server: only return regular files | Přemysl Eric Janouch | 2020-10-17 | 1 | -1/+6 |
| | | | | They can be symlinked. | ||||
* | json-rpc-test-server: comment on some CGI details | Přemysl Eric Janouch | 2020-10-17 | 1 | -8/+33 |
| | | | | | There are some unresolved issues in the CGI clients that needed a more precise description. | ||||
* | json-rpc-test-server: fix function names | Přemysl Eric Janouch | 2020-10-16 | 1 | -4/+4 |
| | | | | Very obviously copied and pasted from the shell. | ||||
* | json-rpc-test-server: try to send a 408 | Přemysl Eric Janouch | 2020-10-15 | 1 | -14/+15 |
| | | | | | | | | | Also send "Connection: close" when we're closing the connection. With HTTP/1.1 there come some responsibilities. Surprisingly enough, the forward declaration is desirable and the invocation a clean-up. | ||||
* | json-rpc-test-server: add a simple co-process mode | Přemysl Eric Janouch | 2020-10-15 | 1 | -3/+175 |
| | | | | | | A disgusting copy-paste but it will have to do for now. Closes #6 | ||||
* | json-rpc-test-server: WS: fix failures to upgrade | Přemysl Eric Janouch | 2020-10-15 | 1 | -5/+8 |
| | | | | Similar to ad1aba9, only here we return 426 to the client. | ||||
* | WebSockets -> WebSocket | Přemysl Eric Janouch | 2020-10-14 | 1 | -8/+8 |
| | | | | | This is the correct name of the protocol, usage of the word "WebSockets" should be limited. | ||||
* | json-rpc-test-server: implement rpc.discover | Přemysl Eric Janouch | 2020-10-13 | 1 | -2/+35 |
| | |||||
* | json-rpc-test-server: fix reading the request URI | Přemysl Eric Janouch | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | json-rpc-test-server: fix a potential memory leak | Přemysl Eric Janouch | 2020-10-13 | 1 | -0/+1 |
| | |||||
* | json-rpc-test-server: add a "date" method | Přemysl Eric Janouch | 2020-09-01 | 1 | -0/+23 |
| | |||||
* | Update copyright years | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | json-rpc-test-server: reject non-null params in "ping" | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+4 |
| | |||||
* | json-rpc-test-server: make sure to set the id in responses | Přemysl Eric Janouch | 2020-09-01 | 1 | -0/+5 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | json-rpc-test-server: fix some outstanding issues | Přemysl Janouch | 2018-10-19 | 1 | -41/+61 |
| | |||||
* | Merge in a JSON-RPC 2.0 test server | Přemysl Janouch | 2018-10-18 | 1 | -0/+3 |
| | |||||
* | demo-json-rpc-server -> json-rpc-test-serveracid/master | Přemysl Janouch | 2018-10-18 | 1 | -0/+2925 |