summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor documentation mistakeHEADmasterclsr2023-11-051-1/+1
|
* Update testsclsr2021-02-052-2/+5
|
* Add COPYINGclsr2017-09-121-0/+3
|
* Update for CNP 0.4v0.2.0clsr2017-09-043-57/+57
|
* Distinguish between response length=0 and no length parameterclsr2017-09-016-25/+67
| | | | | | Response.Length returns -1 when the parameter is not present and 0 when it's set to 0. Response.SetLength will only unset the parameter when given -1.
* Unify error handling and clean request paths in serverv0.1.3clsr2017-08-301-27/+21
|
* Add support for the draft/cnp-select "select" request/response parameterv0.1.2clsr2017-08-259-48/+157
|
* Check errors before accessing possibly-nil request fieldsv0.1.1clsr2017-08-221-1/+2
|
* Initial commitv0.1.0clsr2017-08-1814-0/+2846