Age | Commit message (Expand) | Author |
2015-03-29 | fix #3726 | Christian Grothoff |
2015-03-28 | more doxygen fixes | Christian Grothoff |
2015-03-28 | -doxygen fixes | Christian Grothoff |
2015-03-28 | fixing a few missing renames for structs | Christian Grothoff |
2015-03-28 | minor renaming of signature values and improved documentation of signatures, ... | 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-24 | make kappa global fixed constant, not something to be negotiated, KISS | Christian Grothoff |
2015-03-24 | address #3731: no need for session public key or signature | Christian Grothoff |
2015-03-24 | address #3708: melt_hash => session_hash, use session_hash for DB access, not... | Christian Grothoff |
2015-03-22 | fix #3638 | Christian Grothoff |
2015-03-22 | include fees in amounts being signed, check available balance on refresh | Christian Grothoff |
2015-03-22 | store and retrieve arrays from database where arrays are the unit of transact... | Christian Grothoff |
2015-03-20 | first stab at establishing proper plugin API, main HTTP code compiles, other ... | Christian Grothoff |
2015-03-15 | simplify code structure, reduce exposure of keystate struct | Christian Grothoff |
2015-03-10 | remove redundant arg 'num_oldcoins/num_newcoins' | Christian Grothoff |
2015-03-10 | remove redundant arg 'commit_client_sig' | Christian Grothoff |
2015-03-10 | combining /mint/melt and /mint/commit | Christian Grothoff |
2015-03-09 | implementing #3632: generate proof of insufficient funds by converting transa... | Christian Grothoff |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff |
2015-01-30 | working on /refresh/melt operation | Christian Grothoff |
2015-01-29 | remove dead mint.h includes | Christian Grothoff |
2015-01-29 | working on cleaning up /refresh/melt logic | Christian Grothoff |
2015-01-29 | more comments | Christian Grothoff |
2015-01-28 | update docu | Christian Grothoff |
2015-01-28 | avoid using struct Deposit in response | Christian Grothoff |
2015-01-27 | code now fully compiles again | Christian Grothoff |
2015-01-27 | implementing varsize link data | Christian Grothoff |
2015-01-27 | towards making code compile again | Christian Grothoff |
2015-01-26 | intermediary commit, breaking the build by starting to move towards variable-... | Christian Grothoff |
2015-01-21 | separate DB logic for /refresh/reveal from parsing logic | Christian Grothoff |
2015-01-21 | separate argument parsing from DB operations for /refresh/link | Christian Grothoff |
2015-01-21 | properly separate DB logic from parsing logic for /refresh/commit | Christian Grothoff |
2015-01-21 | properly separate DB logic from parsing logic for /refresh/melt | Christian Grothoff |
2015-01-19 | more code refactoring to separate parsing, db and response generation nicely | Christian Grothoff |
2015-01-19 | document TODOs | Christian Grothoff |
2015-01-19 | restructuring more of deposit logic towards desired flow structure | Christian Grothoff |