aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | - removed test_dhtu_ip.c from Makefile.am, usage of ng testing framework changedt3sserakt2021-12-08
|/
* - changed intervall of backchannel message checkt3sserakt2021-12-06
|
* fixed timeout for netjail tests, removed duplicated function declaration ↵t3sserakt2021-12-06
| | | | from header, using GNUNET_TESTING_get_trait_batch_cmds in loop, fixed tng service shutdown logic, added missing GNUNET_SERVICE_client_continue, changed default log level for udp backchannel test to debug
* propose barrier APIChristian Grothoff2021-12-06
|
* propose barrier APIChristian Grothoff2021-12-06
|
* propose barrier APIChristian Grothoff2021-12-06
|
* -use better typesChristian Grothoff2021-12-06
|
* add bool type to libgnunetpqChristian Grothoff2021-12-05
|
* -remove unused structMartin Schanzenbach2021-12-04
|
* ABD: Fix buildMartin Schanzenbach2021-12-03
|
* DHT: Update wire formats.v0.16.0-alpha.0Martin Schanzenbach2021-12-03
|
* DHT: Remove unused processing optionMartin Schanzenbach2021-12-03
|
* - fixed warning, raised log level for udp backchannel test0.15.xt3sserakt2021-12-02
|
* - added missing file, fixed warningst3sserakt2021-12-02
|
* - using the big macrofication of the traits from GNU Taler nowt3sserakt2021-12-01
|
* -fixChristian Grothoff2021-11-30
|
* -nicer codeChristian Grothoff2021-11-30
|
* ignore prepared statement failures if statement is already known to enable ↵Christian Grothoff2021-11-30
| | | | connection pooling
* - fixed bug in connect cmdt3sserakt2021-11-30
|
* - added dv script, but removed it from check_SCRIPTS, because it does not ↵t3sserakt2021-11-29
| | | | worg atm.
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-11-29
|\
| * -fix messenger load-, store-operations and uninitialized memoryTheJackiMonster2021-11-29
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | - added number of unintentional connects to connect cmd, fixed bugs in tcp ↵t3sserakt2021-11-29
|/ | | | communicator and tng service, added method to get a cmd not restricted to future or past cmds
* - added distance vector testcaset3sserakt2021-11-29
|
* - added scripts to EXTRA_DISTt3sserakt2021-11-29
|
* -fix ftbfs:v0.15.4-beta.0Christian Grothoff2021-11-28
| | | | |
* make sudo non-interactiveChristian Grothoff2021-11-26
|
* help fixing #7105Christian Grothoff2021-11-25
|
* Merge branch 'dev/vanni/bcd-new'Alessio Vanni2021-11-25
|\
| * Fix gnunet-namestore's URI importAlessio Vanni2021-11-21
| |
| * -do not build gnunet-bcd if pdflatex is missingAlessio Vanni2021-11-21
| |
| * -mallinfo is deprecated in favour of mallinfo2Alessio Vanni2021-11-21
| |
| * Allow gnunet-qr to read codes from PNG picturesAlessio Vanni2021-11-21
| |
| * Improve gnunet-bcd and update logo used in generated cardsAlessio Vanni2021-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HTML forms now use a custom CSS instead of importing Bootstrap 4. This new CSS is basd on Bootstrap 5 with some minimal differences to make it look a bit like the older theme. Bootstrap was removed because these pages don't need its full power and also because it was difficult for some text editors to handle the one-long-line minified CSS embedded in the HTML. Since the forms are just a series of label + input elements, using a specific set of directives doesn't add any significant maintenance cost while making editing easiers. A new form to generate a simplified card was added. This card is desgined to reduce the leftover whitespace when some optional entries are left blank in the "full" form, while at the same time giving importance to the QR code containing the GNS address. Its layout can be improved. The simplified form can also be used to generate a PNG picture of the QR code, so that it can be included in other graphical media other than a business card, for example on a flyer or in the signature of a HTML-based e-mail. Generally, the gnunet-bcd service should provide a slightly better user experience, even if it's just to provide different pages for different errors but with a unified style. The logo used in the cards has been changed from the previous "gnu in front of a spiderweb" illustration to the new "gnu-shaped network of peers" image. It is also now a pure TikZ picture instead of being made using PSTricks, because, apparently, there is an incompatibility between the two packages in recent versions which made it impossible to compile the file. As a consequence of the incompatibility between TikZ and PSTricks, the QR code is now generated using the 'qrcode' package. This commit contains some changes to FCFS, but they're just some minor fixes and are unrelated to the changes to BCD.
* | add pk invariant checkChristian Grothoff2021-11-25
| |
* | Merge branch 'master' of git+ssh://git.gnunet.org/gnunetChristian Grothoff2021-11-25
|\ \
| * | - added missing broadcast test topology conf filet3sserakt2021-11-24
| | |
| * | RECLAIM: Fix bug that multiple attributes with the same name are added in CLINico Thomas2021-11-24
| | |
| * | - fixed stack overflow in tng servicet3sserakt2021-11-24
| | |
| * | Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-11-22
| |\ \
| | * | -fixes two memory leaksTheJackiMonster2021-11-22
| | | | | | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | | - fix wrong kernel parameter check. Fix double free of GNUNET_HELPER_SendHandlet3sserakt2021-11-22
| |/ /
| * | -fixed problem of uninitialized memory by not using itTheJackiMonster2021-11-22
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | -initialize memory with zeroesTheJackiMonster2021-11-22
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | -indentChristian Grothoff2021-11-22
| | |
| * | -indentChristian Grothoff2021-11-22
| | |
| * | -fixesChristian Grothoff2021-11-22
| | |
| * | -fixesChristian Grothoff2021-11-22
| |/
| * -fix rtypeChristian Grothoff2021-11-21
| |
| * -avoid warningsChristian Grothoff2021-11-21
| |