View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004403 | Taler | exchange | public | 2016-04-11 20:28 | 2024-01-12 14:05 |
| Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | tweak | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
| Product Version | 0.0 | ||||
| Target Version | 0.0 | Fixed in Version | 0.0 | ||
| Summary | 0004403: code duplication between bank_api_context.c and exchange_api_context.c | ||||
| Description | This is basically the 'context' stuff we wrap around libcurl. We should consider abstracting this into a libgnunetcurl or libtalercurl helper library to eliminate the code duplication. | ||||
| Tags | No tags attached. | ||||
|
|
First part done: $ git commit -a -m "replace exchange_api_context with libgnunetcurl" [master 1ed567a] replace exchange_api_context with libgnunetcurl 16 files changed, 189 insertions(+), 1093 deletions(-) delete mode 100644 src/exchange-lib/exchange_api_context.c delete mode 100644 src/exchange-lib/exchange_api_context.h grothoff@spec:~/research/taler-exchange/src/exchange-lib$ git push Counting objects: 19, done. Delta compression using up to 8 threads. Compressing objects: 100% (19/19), done. Writing objects: 100% (19/19), 4.45 KiB | 0 bytes/s, done. Total 19 (delta 17), reused 0 (delta 0) To git+ssh://git@taler.net/var/git/exchange.git 05751b6..1ed567a master -> master |
|
|
Deduplicated by moving shared logic to libgnunetcurl in 1ed567a..7496a03 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-04-11 20:28 | Christian Grothoff | New Issue | |
| 2016-04-11 20:28 | Christian Grothoff | Status | new => assigned |
| 2016-04-11 20:28 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2016-04-17 17:46 | Christian Grothoff | Note Added: 0010500 | |
| 2016-04-17 18:05 | Christian Grothoff | Note Added: 0010501 | |
| 2016-04-17 18:05 | Christian Grothoff | Status | assigned => resolved |
| 2016-04-17 18:05 | Christian Grothoff | Fixed in Version | => 0.0 |
| 2016-04-17 18:05 | Christian Grothoff | Resolution | open => fixed |
| 2016-04-17 18:05 | Christian Grothoff | Status | resolved => closed |
| 2016-04-17 18:05 | Christian Grothoff | Target Version | 0.3 => 0.0 |
| 2024-01-12 14:05 | Christian Grothoff | Category | exchange API (C) => exchange |