Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | Remove 'exchange' handle from pay-abort-refund CMD. | Marcello Stanisci | |
2018-12-18 | /track/*: #5284 | Marcello Stanisci | |
2018-12-18 | /tip/*: #5284 | Marcello Stanisci | |
2018-12-18 | /refund: #5284 | Marcello Stanisci | |
2018-12-18 | /proposal #5284 | Marcello Stanisci | |
2018-12-18 | /pay: #5284 | Marcello Stanisci | |
2018-12-18 | /history: #5284. | Marcello Stanisci | |
2018-12-18 | Fix last commit. | Marcello Stanisci | |
2018-12-18 | /history testing API. | Marcello Stanisci | |
Provide mean to request /history omitting the 'start' argument. | |||
2018-12-18 | /history API. | Marcello Stanisci | |
Provide the (client) API with a mean of omitting the 'start' argument, therefore letting the server use the default. | |||
2018-12-18 | Fix /history tests. | Marcello Stanisci | |
2018-12-14 | Addressing #4952. | Marcello Stanisci | |
2018-12-13 | Adapt tests to last change. | Marcello Stanisci | |
2018-12-13 | Changing /history semantics. | Marcello Stanisci | |
Return results younger than 'start' by default (= with positive/ungiven 'delta'). | |||
2018-12-06 | Use exchange-lib function to get the exchange's base URL. | Marcello Stanisci | |
2018-11-20 | Fix compilation warnings, due to: | Marcello Stanisci | |
1) abstraction on the response type from the CURL-needed callbacks. 2) converting the contract terms trait into a JSON object. | |||
2018-11-20 | Minor changes to make tests pass/no-skip again. | Marcello Stanisci | |
2018-11-20 | Comments | Marcello Stanisci | |
2018-11-17 | fix link issue | Christian Grothoff | |
2018-10-06 | fix #5434 (no more salt in exchange wire replies) | Christian Grothoff | |
2018-09-15 | adjust to API change from fixing #5315 | Christian Grothoff | |
2018-07-26 | Addressing #5383 led to discover that.. | Marcello Stanisci | |
.. merchant-lib used to give a hard error for a 424 response on /track/transfer; fixed by just passing the control to the caller. | |||
2018-07-26 | fix twisted track-transaction CMD | Marcello Stanisci | |
2018-07-04 | Providing 'static' keyword where missing. | Marcello Stanisci | |
2018-07-02 | kill FIXME | Marcello Stanisci | |
2018-07-02 | polishing tip CMD | Marcello Stanisci | |
2018-07-02 | cut unused data off from track CMDs. | Marcello Stanisci | |
2018-07-02 | Towards #5332 | Marcello Stanisci | |
2018-07-02 | polish pay CMD | Marcello Stanisci | |
2018-06-29 | comments | Marcello Stanisci | |
2018-06-28 | comment on last change. | Marcello Stanisci | |
2018-06-28 | Moving #5366 chunk into twisted tests, + fix it. | Marcello Stanisci | |
2018-06-28 | Conditional compilation of twisted-chunk. | Marcello Stanisci | |
2018-06-28 | Reproducing #5366 within test cases. | Marcello Stanisci | |
2018-06-27 | cosmetics | Marcello Stanisci | |
2018-06-26 | Splitting CMDs for twisted test cases. | Marcello Stanisci | |
2018-06-26 | cosmetics | Marcello Stanisci | |
2018-06-26 | Finish splitting main "lib" test cases. | Marcello Stanisci | |
2018-06-26 | Splitting tests, _actually_ up to tip | Marcello Stanisci | |
2018-06-26 | Splitting tests, up to tip | Marcello Stanisci | |
2018-06-26 | Splitting tests, up to refund | Marcello Stanisci | |
2018-06-26 | Fix #5364. | Marcello Stanisci | |
2018-06-13 | Fix last change. | Marcello Stanisci | |
NOTE: the Authorization header is to be added only _once_, as it stays around until the very end when it gets freed by libgnunetcurl. | |||
2018-06-13 | Properly adding Authorization header via GNUnet API. | Marcello Stanisci | |
2018-06-13 | Reverting last change. | Marcello Stanisci | |
Custom HTTP headers will be added via a dedicate function offered by the usual GNUnet-cURL stack. | |||
2018-06-12 | minor edit | Marcello Stanisci | |
2018-06-12 | including Authorization: header to requests. | Marcello Stanisci | |
2018-06-11 | Authentication>Authorization | Marcello Stanisci | |
2018-06-11 | space needed | Marcello Stanisci | |
2018-06-11 | wget needs ApiKey header. | Marcello Stanisci | |