index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint
/
taler-mint-httpd.c
Age
Commit message (
Collapse
)
Author
2015-04-19
implementing /test/transfer
Christian Grothoff
2015-04-18
implementing /test/encrypt
Christian Grothoff
2015-04-18
implementing /test/hkdf
Christian Grothoff
2015-04-18
implementing /test/ecdhe
Christian Grothoff
2015-04-18
implementing /test/rsa
Christian Grothoff
2015-04-17
adding /test/ecdsa and /test/eddsa to test client signing and verification ↵
Christian Grothoff
over Curve25519
2015-04-17
implementing /test/base32
Christian Grothoff
2015-04-15
preparing to have /test handlers in build system
Christian Grothoff
2015-04-15
preparing to have /test handlers in build system
Christian Grothoff
2015-04-13
fixing -h and -v command line tool options
Christian Grothoff
2015-04-12
make wireformat configurable (#3624)
Christian Grothoff
2015-04-11
-bump copyright years
Christian Grothoff
2015-04-11
implementing #3740
Christian Grothoff
2015-03-29
switching /withdraw/sign from GET to POST
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-28
more rename-fest work
Christian Grothoff
2015-03-28
second round of renamefest
Christian Grothoff
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-21
-fix FTBFS
Christian Grothoff
2015-03-20
first stab at establishing proper plugin API, main HTTP code compiles, other ↵
Christian Grothoff
binaries FTBFS right now
2015-03-15
simplify code structure, reduce exposure of keystate struct
Christian Grothoff
2015-03-13
use wire validation routine
Christian Grothoff
2015-03-10
combining /mint/melt and /mint/commit
Christian Grothoff
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-29
remove dead mint.h includes
Christian Grothoff
2015-01-28
cleaning up
Christian Grothoff
2015-01-28
simplify logic, remove dead call
Christian Grothoff
2015-01-28
generally just include taler_util.h
Christian Grothoff
2015-01-28
sign /deposit reply so that merchant has proof that mint accepted it
Christian Grothoff
2015-01-28
misc cleanup, moving TALER_MINT_config_load to libtalerutil
Christian Grothoff
2015-01-26
intermediary commit, breaking the build by starting to move towards ↵
Christian Grothoff
variable-size GNUnet signatures instead of fixed-size signatures; much broken now
2015-01-19
more code refactoring to separate parsing, db and response generation nicely
Christian Grothoff
2015-01-16
adding logic to free buffers allocated for POST processing when connection ↵
Christian Grothoff
dies without completion
2015-01-16
starting to separate out response generation API and parsing APIs
Christian Grothoff
2015-01-09
moving structs relevant for signatures into taler_signatures.h, splitting of ↵
Christian Grothoff
private keys that are not in messages; moving test_hash_context to GNUnet
2015-01-09
stop exporting microhttpd_lib API
Christian Grothoff
2015-01-08
-initial import for mint
Christian Grothoff