index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
taler-merchant-httpd_contract.c
Age
Commit message (
Expand
)
Author
2016-05-26
remove dead /hash-contract API logic
Christian Grothoff
2016-05-24
Revert "check for duplicate transaction ID"
Florian Dold
2016-05-21
make use of GNUNET_JSON_from_data_auto where possible
Christian Grothoff
2016-05-05
check for duplicate transaction ID
Christian Grothoff
2016-05-05
add well-formedness checks for contract
Christian Grothoff
2016-05-02
removing debug prints
Marcello Stanisci
2016-04-22
reconstructing the contract in PHP donation shop (not tested)
Marcello Stanisci
2016-03-19
de-duplicate JSON parsing code of main backend logic (#4150)
Christian Grothoff
2016-03-19
use new JSON APIs (#4237/#4150)
Christian Grothoff
2016-03-16
making,
Marcello Stanisci
2016-03-08
updating licensing information
Marcello Stanisci
2016-03-07
removing double memory free
Marcello Stanisci
2016-03-07
still on licensing
Marcello Stanisci
2016-03-01
mint->exchange renaming
Christian Grothoff
2016-02-17
better error handling for hash-contract, again
Florian Dold
2016-02-17
fix #4174
Florian Dold
2016-02-01
fix wrong JSON parsing
Florian Dold
2016-01-28
Consistent naming of merchant signature
Florian Dold
2016-01-27
implement #4159
Christian Grothoff
2016-01-24
fix JSON format string
Florian Dold
2016-01-24
Remove {exec,pay}_url from backend.
Florian Dold
2016-01-19
Merge branch 'master' of git.taler.net:/var/git/merchant
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-12-25
Fix reference counting bug and contract signature
Florian Dold
2015-12-23
Fixing in response to the moving of pay_url outside the contract.
Marcello Stanisci
2015-12-20
Add URLs outside of contract.
Florian Dold
2015-12-14
use global h_wire, instead of re-computing each time
Christian Grothoff
2015-12-14
fixing #4085
Marcello Stanisci
2015-11-25
more cleanup of auditors logic
Christian Grothoff
2015-11-25
clean up /contract logic some more
Christian Grothoff
2015-11-25
refactor auditors code to be in its own file(s)
Christian Grothoff
2015-11-25
major refactoring of taler-merchant-httpd_pay, compiles but cannot yet work (...
Christian Grothoff
2015-11-25
simplify handling of wire format details
Christian Grothoff
2015-11-25
rename fest to satisfy naming conventions
Christian Grothoff
2015-11-24
rearranging code to (1) satisfy naming and coding conventions a bit more, and...
Christian Grothoff
2015-11-16
fixing /deposit local signature verification
Marcello Stanisci
2015-11-05
various fixes
Marcello Stanisci
2015-10-30
Adding initial behaviour to associate a deposit fee to a
Marcello Stanisci
2015-10-30
adding auditors indication in contract generation, and auditor entry parsing ...
Marcello Stanisci
2015-10-29
Adding HTTP capability to frontend /pay handler,
Marcello Stanisci
2015-10-29
completing /contract REST call
Marcello Stanisci
2015-10-29
- Adding cli debugging feature to contract generation (i.e. it is
Marcello Stanisci
2015-10-28
minor change
Marcello Stanisci
2015-10-28
Adding main behaviour to contract mgmt, plus importing additional
Marcello Stanisci
2015-10-27
minor fix
Marcello Stanisci
2015-10-26
fixing macro notation for using arguments as string constants
Marcello Stanisci
2015-10-26
Fetching mint's details (compliant to the new API) from the
Marcello Stanisci
2015-10-23
Restructuring merchant:
Marcello Stanisci