aboutsummaryrefslogtreecommitdiff
path: root/internals.h
AgeCommit message (Collapse)Author
2024-01-14lift code to recent GNUNET version; uncrustifyÖzgür Kesim
2017-02-14fix msg header documentationMarkus Teich
2016-12-02move ecdlogctx passing to _join()/_new() functionsMarkus Teich
2016-12-02unify msg delivery callbackMarkus Teich
2016-11-23remove unnecessary description handling and hashing.Markus Teich
The hash is not needed since the sellers application is required to sign the description and the bidders application is required to check the signature. Since the arbitrary description used by the application was only used inside this hash, it can be removed as well.
2016-09-29split different auction format algorithms into separate filesMarkus Teich
2016-09-29Revert "union"Markus Teich
This reverts commit 20714489cf94f48a5ca7a9d58c44544d6811ca11.
2016-09-28unionChristian Grothoff
2016-09-11public firstprice auction working in test_brandtMarkus Teich
2016-09-08test_brandt nearly doneMarkus Teich
2016-08-31temporary dump for discussionMarkus Teich
2016-08-23add msg headersMarkus Teich
2016-08-17get auctions rollingMarkus Teich
2016-08-17add start callback and further basic testsMarkus Teich
2016-08-16add descr struct verificationMarkus Teich
2016-08-12fill descr struct on new()Markus Teich
2016-08-10work on public interface implementationMarkus Teich
2016-08-03stuffMarkus Teich
2016-08-03update testsMarkus Teich
2016-07-13major random stuffMarkus Teich
2016-07-06start with brandt.cMarkus Teich
2016-06-22random fixesMarkus Teich
2016-06-20add bid encryptionMarkus Teich
2016-06-17update internals.h, add first algorithm functionsMarkus Teich
2016-06-07low level implementation of round1Markus Teich