summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-19minor updates to /test apiChristian Grothoff
2015-04-19implementing /test/transferChristian Grothoff
2015-04-18implementing TALER_refresh_link_encrypted_encode, and adding testChristian Grothoff
2015-04-18implementing /test/encryptChristian Grothoff
2015-04-18implementing /test/hkdfChristian Grothoff
2015-04-18implementing /test/ecdheChristian Grothoff
2015-04-18implementing /test/rsaChristian Grothoff
2015-04-17adding list of missing /test requestsChristian Grothoff
2015-04-17adding /test/ecdsa and /test/eddsa to test client signing and verification ov...Christian Grothoff
2015-04-17implementing /test/base32Christian Grothoff
2015-04-15preparing to have /test handlers in build systemChristian Grothoff
2015-04-15preparing to have /test handlers in build systemChristian Grothoff
2015-04-15fix #3729 (documentation, code hygene for pq library)Christian Grothoff
2015-04-15finish #3777 including testingChristian Grothoff
2015-04-15moving core refresh crypto logic to util -- towards fixing #3777Christian Grothoff
2015-04-15fix typo / #3776Christian Grothoff
2015-04-13basic tests for crypto functionsChristian Grothoff
2015-04-13rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contai...Christian Grothoff
2015-04-13starting with tests for libtalerutilChristian Grothoff
2015-04-13enable code coverage configure optionChristian Grothoff
2015-04-13fixing -h and -v command line tool optionsChristian Grothoff
2015-04-13distinguish active/old denomination keys (#3634)Christian Grothoff
2015-04-13make build succeed even without libgnurl or libpqChristian Grothoff
2015-04-12make wireformat configurable (#3624)Christian Grothoff
2015-04-12fix for #3626: make it easier to add additional validatorsChristian Grothoff
2015-04-12separate out wireformats logicChristian Grothoff
2015-04-12Merge branch 'master' of git+ssh://git.taler.net/var/git/mintChristian Grothoff
2015-04-12implement #3739 (properly)Christian Grothoff
2015-04-12-fix misc.Sree Harsha Totakura
2015-04-12mintdb: add testcase for insert_denominationSree Harsha Totakura
2015-04-12mintdb postgres: implement insert_denominationSree Harsha Totakura
2015-04-12mintdb plugin: introduce insert_denominationSree Harsha Totakura
2015-04-12Merge branch 'master' of git+ssh://git.taler.net/var/git/mintChristian Grothoff
2015-04-12finished with #3712: documentation updateChristian Grothoff
2015-04-12mintdb: add fixme #3769: Should coins be made spendable at multiple merchants?Sree Harsha Totakura
2015-04-12mintdb postgres: fix session hash lengthSree Harsha Totakura
2015-04-12mintdb postgres: hardlimit storing of currency code to 3 characters - #3768Sree Harsha Totakura
2015-04-11implementing JSON logic to generate full error on /refresh/reveal (#3712)Christian Grothoff
2015-04-11scaffolding work towards #3712Christian Grothoff
2015-04-11-bump copyright yearsChristian Grothoff
2015-04-11implementing #3740Christian Grothoff
2015-04-11more complete documentationChristian Grothoff
2015-04-11implement #3471Christian Grothoff
2015-04-10fix type of transfer keysChristian Grothoff
2015-04-10fix type of transfer keysChristian Grothoff
2015-04-10mintdb: test (create/get)_refresh_sessionSree Harsha Totakura
2015-04-10mintdb postgres: implement create_refresh_sessionSree Harsha Totakura
2015-04-10mintdb postgres: implement get_refresh_sessionSree Harsha Totakura
2015-04-09httpd db: insert new session into the DB before it is referencedSree Harsha Totakura
2015-04-09-fix indentationSree Harsha Totakura