Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-02 | polish refresh CMD | Marcello Stanisci | |
2018-07-02 | polish refresh CMD | Marcello Stanisci | |
2018-07-02 | Addressing #5332 | Marcello Stanisci | |
2018-06-29 | fix memory leak | Marcello Stanisci | |
2018-06-29 | Fix #5277. | Marcello Stanisci | |
2018-06-28 | Instruction pointer gets negative values too. | Marcello Stanisci | |
2018-06-28 | Address #5366. | Marcello Stanisci | |
Making sure that the exchange side of #5366 is well-behaved. | |||
2018-06-28 | Commenting last change. | Marcello Stanisci | |
2018-06-28 | Reproducing [1] as a test case. | Marcello Stanisci | |
[1] https://gnunet.org/bugs/view.php?id=5366#c13087 | |||
2018-06-27 | Addressing #5291. | Marcello Stanisci | |
2018-06-25 | indent | Marcello Stanisci | |
2018-06-25 | note | Marcello Stanisci | |
2018-06-25 | Splitting twisted test case into smaller CMD chunks. | Marcello Stanisci | |
2018-06-25 | Splitting "lib" test case into smaller CMDs arrays. | Marcello Stanisci | |
2018-06-20 | explicit zeroing. | Marcello Stanisci | |
2018-06-20 | Implementing #5306. | Marcello Stanisci | |
2018-06-20 | Batch CMD needs to memcpy CMDs in its internal status. | Marcello Stanisci | |
2018-06-20 | Meta-CMD-aware instruction pointer. | Marcello Stanisci | |
The main IP from the testing loop gets incremented ONLY IF the command being processed is NOT a "meta" one. Meta CMDs have their own internal IP. | |||
2018-06-20 | batch CMD skeleton + include defs. | Marcello Stanisci | |
2018-06-20 | Put lookup logic for meta-commands. | Marcello Stanisci | |
2018-06-14 | fix leaks. | Marcello Stanisci | |
2018-06-13 | Fix aggregator. | Marcello Stanisci | |
Now use the bank base *url* extracted from the payto:// extractor. | |||
2018-06-13 | Payto parsing. | Marcello Stanisci | |
Moving the extracted bank base URL into proper structure. | |||
2018-06-12 | 433 > 443 | Marcello Stanisci | |
2018-06-12 | Making https:// default. | Marcello Stanisci | |
2018-06-12 | From payto:// to base url. | Marcello Stanisci | |
The conversion prepends http// or https:// depending on the port given beside the hostname. If port is 433, then prepends https://, otherwise prepends http://. For now, the conversion was only necessary at the /history bank lib. | |||
2018-05-29 | Get rid of "@param selector". | Marcello Stanisci | |
2018-05-29 | Commenting the main "testing" header file. | Marcello Stanisci | |
2018-05-29 | Commenting the bank-lib "testing" header file. | Marcello Stanisci | |
2018-05-29 | do not use hard coded database string | Marcello Stanisci | |
2018-05-28 | fix compilation error | Marcello Stanisci | |
2018-05-28 | Commenting the "history" CMD | Marcello Stanisci | |
2018-05-28 | Commenting the "reject" CMD | Marcello Stanisci | |
2018-05-28 | Commenting the remaining "lib" traits. | Marcello Stanisci | |
2018-05-28 | Commenting the "peer key" trait. | Marcello Stanisci | |
2018-05-28 | Commenting the "fresh coins" trait. | Marcello Stanisci | |
2018-05-28 | Commenting the "wire" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "track"(s) CMDs. | Marcello Stanisci | |
2018-05-28 | Commenting the "reserve status" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "signal" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "refund" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting the "deposit" CMD. | Marcello Stanisci | |
2018-05-28 | Commenting "fakebank transfer" CMDs | Marcello Stanisci | |
2018-05-26 | minor edit | Marcello Stanisci | |
2018-05-26 | Commenting the "aggregator" CMD | Marcello Stanisci | |
2018-05-26 | Commenting the "wirewatch" CMD. | Marcello Stanisci | |
2018-05-26 | Commenting the "keyup" CMD. | Marcello Stanisci | |
2018-05-26 | Commenting the "auditor sign" CMD. | Marcello Stanisci | |
2018-05-26 | Command "withdraw" CMD. | Marcello Stanisci | |
2018-05-25 | Commenting the "bank check" CMD. | Marcello Stanisci | |