aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
Commit message (Collapse)AuthorAge
* unify msg delivery callbackMarkus Teich2016-12-02
|
* migrate to GNUNET_assertMarkus Teich2016-12-02
|
* migrate to GNUNET_logMarkus Teich2016-12-02
|
* remove unnecessary description handling and hashing.Markus Teich2016-11-23
| | | | | | | 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.
* fix memleakMarkus Teich2016-11-23
|
* add m+1st price auctions with public outcomeMarkus Teich2016-11-22
|
* BRANDT_new() returns NULL on parameter failureMarkus Teich2016-11-22
|
* handle n <= m case in m+1st price auctionsMarkus Teich2016-11-01
| | | | | | The lowest possible price from the price map will be the price each bidder has to pay. Since the seller can define the price map, he can set the lowest price to the lowest he is willing to sell one item at.
* test for no biddersMarkus Teich2016-11-01
|
* fix preparation for M+1st price auctionsMarkus Teich2016-10-14
|
* blow up k on M+1st price auctionsMarkus Teich2016-10-13
|
* fix bug where seller would not broadcast last message to biddersMarkus Teich2016-09-23
| | | | | now the seller correctly computes the outcome _after_ broadcasting the last message to the bidders in private outcome auctions.
* coding style fixesMarkus Teich2016-09-21
|
* public firstprice auction working in test_brandtMarkus Teich2016-09-11
|
* private firstprice auction working in test_brandtMarkus Teich2016-09-08
|
* test_brandt nearly doneMarkus Teich2016-09-08
|
* fix seller auction bootstrapMarkus Teich2016-08-31
|
* temporary dump for discussionMarkus Teich2016-08-31
|
* add outcome determination to brandt.cMarkus Teich2016-08-23
|
* add msg headersMarkus Teich2016-08-23
|
* differentiate starting functions betterMarkus Teich2016-08-19
|
* fix warningsMarkus Teich2016-08-19
|
* get auctions rollingMarkus Teich2016-08-17
|
* add start callback and further basic testsMarkus Teich2016-08-17
|
* some stuffMarkus Teich2016-08-16
| | | | | | - finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase
* add descr struct verificationMarkus Teich2016-08-16
|
* fill descr struct on new()Markus Teich2016-08-12
|
* work on public interface implementationMarkus Teich2016-08-10
|
* stuffMarkus Teich2016-08-03
|
* update testsMarkus Teich2016-08-03
|
* fix by including platform.hChristian Grothoff2016-07-13
|
* major random stuffMarkus Teich2016-07-13
|
* start with brandt.cMarkus Teich2016-07-06
|
* random fixesMarkus Teich2016-06-22
|
* some doxygen fixesMarkus Teich2016-06-19
|
* refactor smc and ec crypto functions and ad 0og zkpMarkus Teich2016-06-17
|
* add tests for key generationMarkus Teich2016-06-12