Commit Graph

  • d06dac6250
    implement #4851 (refuse to run without wire plugin) Christian Grothoff 2017-03-02 06:34:53 +0100
  • 397c718809
    implementing #4921: add base URL to wire transfers Christian Grothoff 2017-03-02 06:26:12 +0100
  • 4d8942b818
    fix expire header parsing if day-of-month is 7th due to field confusing (wday vs mday) Christian Grothoff 2017-03-02 05:53:02 +0100
  • 1c08e3dcb1
    error code for instance unknown Marcello Stanisci 2017-02-27 11:55:37 +0100
  • 5b3f346ae1
    fix return value check Christian Grothoff 2017-02-14 13:25:44 +0100
  • 6e468534be
    do not do path expansion on public key in Crockford encoding Christian Grothoff 2017-02-13 15:44:58 +0100
  • 387a37f90e
    fix #4886 Christian Grothoff 2017-02-08 16:57:35 +0100
  • 8178d04152
    fix conditional in test case (exposes underlying failure) Florian Dold 2017-02-08 14:46:21 +0100
  • 3592083874
    do not print warnings for perfectly expected status codes Christian Grothoff 2017-02-08 08:02:01 +0100
  • e9cdf641de
    ensure testcase terminates if wget is not installed or launching httpd failed Christian Grothoff 2017-02-08 07:58:46 +0100
  • aca6003d42
    skip test if binaries are not in PATH Christian Grothoff 2017-02-08 06:04:13 +0100
  • 4c47cbcc5c
    add code to silence false positive warning in gcc6.3 Florian Dold 2017-02-07 18:21:29 +0100
  • 49539d8f93
    fix test cases (transaction_id related problems) Florian Dold 2017-02-07 18:15:26 +0100
  • 5b1d513af6
    fix SQL Florian Dold 2017-02-07 16:23:01 +0100
  • c319f1407f
    fix SQL Florian Dold 2017-02-07 16:20:36 +0100
  • f8d11fc10f
    typo Florian Dold 2017-02-07 16:19:04 +0100
  • 61a19b4b4b
    fix SQL statement after removing transaction_id Florian Dold 2017-02-07 16:18:34 +0100
  • 92246c3e88
    remove transaction_id, only one payment per proposal allowed Florian Dold 2017-02-07 15:09:10 +0100
  • 8c820b6916
    contract terminology renaming (#4877) Florian Dold 2017-02-06 15:41:39 +0100
  • 26d5e08816
    h_proposal_data -> hash Marcello Stanisci 2017-02-06 13:54:17 +0100
  • 3ead839e3c
    h_contract->h_proposal_data Marcello Stanisci 2017-02-04 11:07:15 +0100
  • 74fdd928c7
    typo Marcello Stanisci 2017-02-03 18:32:03 +0100
  • a60c5e9c97
    Renaming's first steps. Marcello Stanisci 2017-02-03 18:26:47 +0100
  • d2302da332
    remove redundant fields from ContractPS (#4859) Florian Dold 2017-01-13 16:47:09 +0100
  • 0bfb5b2509
    Add option to initialized db, fixes 4858 Florian Dold 2017-01-13 14:44:51 +0100
  • c631ae1b60
    elaborate on ContractPS Florian Dold 2017-01-12 15:40:43 +0100
  • 0589d265ec
    comment Florian Dold 2017-01-12 14:58:13 +0100
  • a580ac1c42
    disable MHD deprecation warnings as we want to be compatible to older releases that simply have not the new symbols (fixing #4845) Christian Grothoff 2017-01-03 18:41:19 +0100
  • 9114ff8c73
    typo Marcello Stanisci 2016-12-23 11:37:39 +0100
  • 21df5cb161
    Error codes for /map/out Marcello Stanisci 2016-12-12 15:05:05 +0100
  • 67fdaaef84
    db error code for /map/in Marcello Stanisci 2016-12-09 14:55:36 +0100
  • b536d82f90
    Syntax error Marcello Stanisci 2016-12-09 14:40:24 +0100
  • c328d745a3
    Error code for /map/in (imported by merchant backend) Marcello Stanisci 2016-12-09 14:39:06 +0100
  • eab7bb7667
    #4828 Marcello Stanisci 2016-12-04 00:05:40 +0100
  • f5d7653ef0
    refuse to start if we have no denominations Florian Dold 2016-11-25 16:25:33 +0100
  • f6fe309f5d
    better logging when db connection fails Florian Dold 2016-11-21 17:53:07 +0100
  • f3c4d64329 taler-exchange-wire: infer method from JSON if possible Florian Dold 2016-11-19 18:27:27 +0100
  • 134e067736
    version bump and ChangeLog update Christian Grothoff 2016-11-18 18:55:02 +0100
  • 7d6b8d53d5
    addressing #4803: nicer error messages for invalid wire formats Christian Grothoff 2016-11-18 18:29:18 +0100
  • de68a7b301
    hack to get taler-config working again Christian Grothoff 2016-11-18 17:21:10 +0100
  • f80a101366
    fixing another test failing due to amount 1e-8 change Christian Grothoff 2016-11-18 16:34:00 +0100
  • c583d0a8b4 fix testcase with new 1e-10 logic Christian Grothoff 2016-11-18 16:12:04 +0100
  • a80d94ea07 change fractional base to 1e8 Florian Dold 2016-11-18 14:58:16 +0100
  • 7fd6be5cef
    add idempotency checks for /refresh/reveal, fixing #4793 Christian Grothoff 2016-11-17 16:37:40 +0100
  • e140ca9dce
    handle more nicely the case that concurrent withdraws have changed history, causing us to see a different balance just before the commit; in this case, just retry the transaction; this should fix #4794 Christian Grothoff 2016-11-17 15:53:16 +0100
  • bb7c58921e
    if reserve history computation reveals database inconsistency, do not abort but return proper error code Christian Grothoff 2016-11-17 15:33:31 +0100
  • f8eb77927f
    add proper log statement on success Christian Grothoff 2016-11-17 15:19:45 +0100
  • 1c32ef95ba
    add log statement on success Christian Grothoff 2016-11-17 15:19:14 +0100
  • 6274aa34d3
    need to initialize reserve_pub first Christian Grothoff 2016-11-17 15:17:27 +0100
  • 2859dbe5e3
    increments of more than 1 do happen Christian Grothoff 2016-11-17 15:15:13 +0100
  • e216d9e22d
    cut and paste error Christian Grothoff 2016-11-17 15:12:51 +0100
  • 94026368cd
    select proper row of result set, not row 0 (in misc. database operations) Christian Grothoff 2016-11-17 15:12:01 +0100
  • ddd4a6afcc
    serial IDs start at 1, fixed in right place this time Christian Grothoff 2016-11-17 15:02:22 +0100
  • 9556fb326e
    serial IDs start at 1 Christian Grothoff 2016-11-17 15:01:06 +0100
  • cda939f331
    fix exchangedb auditor functions to return proper serial ids Christian Grothoff 2016-11-17 14:59:44 +0100
  • 5e2b3e1cfa
    handle case rowid = 0 Christian Grothoff 2016-11-17 14:47:47 +0100
  • e3ec645b0d
    change rowid type to uint64_t everywhere; start with reserve-analysis in auditor Christian Grothoff 2016-11-17 14:31:44 +0100
  • 2faa711fba
    actually install taler-config Christian Grothoff 2016-11-17 13:33:17 +0100
  • ff95ccfb10
    add note on #4794 Christian Grothoff 2016-11-17 12:07:16 +0100
  • 18bec3eaa3
    add note for #4792 Christian Grothoff 2016-11-17 11:48:02 +0100
  • fe6f6dbe44
    update ChangeLog Christian Grothoff 2016-11-17 11:38:22 +0100
  • c2ead71600
    three more missing rollbacks found Christian Grothoff 2016-11-17 11:36:05 +0100
  • bd096d3928 Merge branch 'master' of git+ssh://taler.net/exchange Christian Grothoff 2016-11-17 11:31:47 +0100
  • 21037d013d
    fix error handling path that resulted in non-aborted transaction persisting, causing subsequent transactions to fail (#4737) Christian Grothoff 2016-11-17 11:31:41 +0100
  • 2e16fbbae4 Merge branch 'master' of taler.net:exchange Marcello Stanisci 2016-11-16 23:05:15 +0100
  • 22441daf64 Resuming taler-config generation Marcello Stanisci 2016-11-16 23:05:04 +0100
  • ed9f4f1d12 remove taler-arm, since we use taler-deployment-arm Florian Dold 2016-11-14 15:51:06 +0100
  • 5e5d6b9bf5
    fixing typos Christian Grothoff 2016-11-12 13:26:07 +0100
  • ffdb5b52e9
    test for sufficiently recent libmicrohttpd version Christian Grothoff 2016-11-11 17:48:52 +0100
  • dee585c898 Merge branch 'master' of git+ssh://taler.net/exchange Christian Grothoff 2016-11-11 15:46:12 +0100
  • cd4616dc34
    -only enable developer logic if MHD is recent enough Christian Grothoff 2016-11-11 15:46:04 +0100
  • f0dd542b4b Offline patmenr first paragraph Jeff Burdges 2016-11-10 17:19:00 +0100
  • 44ddaaca7f
    address FIXMEs Christian Grothoff 2016-11-09 16:37:09 +0100
  • 779af05be9
    re-add conclusion and discussion parts, misc FIXMEs addressed Christian Grothoff 2016-11-09 16:32:43 +0100
  • d3db993d3a
    de-HTMLize protocol description Christian Grothoff 2016-11-09 16:17:54 +0100
  • 9a8d3c06bb
    unify terminology, addressing FIXMEs Christian Grothoff 2016-11-09 16:05:18 +0100
  • 3e6e1e7d15 more fixmes Florian Dold 2016-11-09 15:25:14 +0100
  • 14b841be5d more fixmes Florian Dold 2016-11-09 14:44:50 +0100
  • d250fe4712 fixme Florian Dold 2016-11-09 14:36:11 +0100
  • d796c7c5e1
    clarify ethical Christian Grothoff 2016-11-09 14:19:29 +0100
  • 1ef8309fb5
    address FIXMEs, add more refs Christian Grothoff 2016-11-09 14:13:25 +0100
  • d9b9132dee address FIXMEs, add more refs Christian Grothoff 2016-11-09 14:13:21 +0100
  • aadfb3b0ab add money laundering bib Florian Dold 2016-11-09 14:12:00 +0100
  • c4da5a209b add practical divisible e-cash bib Florian Dold 2016-11-09 14:00:44 +0100
  • cac7961c3d
    add citation to cryptonote, fix Jeff's typos, cut down politics, reduce verbosity, address some of the fixmes Christian Grothoff 2016-11-09 11:30:22 +0100
  • 1d2897cccc typos and lots of FIXME/TODO Florian Dold 2016-11-09 04:29:20 +0100
  • 924c0d3879 Spelling Jeff Burdges 2016-11-08 17:06:23 +0100
  • 25a4daa8d4 Slightly shorter Taxability and Entities section Jeff Burdges 2016-11-08 17:03:46 +0100
  • e34c2da1fc Attempt to shorten the introduction and make comemnts on shortening elsewhere Jeff Burdges 2016-11-08 16:58:03 +0100
  • 71cf852ab5 Compact E-Cash discussion Jeff Burdges 2016-11-08 15:41:06 +0100
  • c5f3c7c144 Merge branch 'master' of ssh://taler.net/exchange Jeff Burdges 2016-11-07 18:21:48 +0100
  • f1ae68d9e8 FIXME: Didn't we reduce storage costs? Jeff Burdges 2016-11-07 18:21:02 +0100
  • 2887caf652 Rewording so that equations do not exceed line widths Jeff Burdges 2016-11-07 18:14:37 +0100
  • d46fa6c6ef FIXME question Jeff Burdges 2016-11-07 18:07:19 +0100
  • cf15aaae18 FIXMEs on 3.2 being long winded Jeff Burdges 2016-11-07 17:57:52 +0100
  • 247e795904 Notes on related work we do not cite Jeff Burdges 2016-11-07 17:51:15 +0100
  • b342b141ef Do not start sentense with lowercase k Jeff Burdges 2016-11-07 17:37:00 +0100
  • 89d8696886 Zerocoin -> Zerocash Jeff Burdges 2016-11-07 17:33:58 +0100
  • 9c2d5d3067 paper: fix typo (it's exculpable) Florian Dold 2016-11-07 16:14:04 +0100
  • cbb4c2b00a paper: fix typo Florian Dold 2016-11-07 16:10:08 +0100