aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2022-03-17
|\
| * -fixMartin Schanzenbach2022-03-04
| |
| * -coverity bugsMartin Schanzenbach2022-03-01
| |
| * add GNUNET_B2S() macro; fix dht_line_test: we sign over query_hash, not ↵Christian Grothoff2022-02-25
| | | | | | | | block key
| * add salt argument to GNUNET_CRYPTO_CS_r_derive()Christian Grothoff2022-02-20
| |
| * -fix port initialization in addrChristian Grothoff2022-02-19
| |
| * -fix crashes on new DHT load/shutdownChristian Grothoff2022-02-19
| |
| * -conclude hello-uri implementation and testChristian Grothoff2022-02-19
| |
| * -style fixesChristian Grothoff2022-02-19
| |
| * -revert old rfc confusion.Martin Schanzenbach2022-02-16
| |
| * -sanitize utf8 api a bitMartin Schanzenbach2022-02-15
| |
| * -tolower again, use NFKCMartin Schanzenbach2022-02-15
| |
| * UTIL: Fix DNS resolutionMartin Schanzenbach2022-02-14
| |
| * Add newline before help pages' footermadmurphy2022-02-10
| |
| * -indentChristian Grothoff2022-02-09
| |
| * -fix use of uninitialized memory in testChristian Grothoff2022-02-09
| |
| * -clean up test a bitChristian Grothoff2022-02-09
| |
* | - Trying to exchange iptables with nft, first shot failed.t3sserakt2022-03-17
|/ | | | | | | | | | | | | | | | | | | - Fixed small bug in UDP communicator. - Fixed bug in DV circle test case - Introduced a default value to wait for a reliability ack. - Introduced a FC retransmission threshold together with a retransmission count. - Introduced a original size value for TransportDVBoxMessage - Checking if we have the root pending messge, when removing the pending message from virtual link. - Added delay value to schedule_transmit_on_queue to wait for retransmitting. - Checking for confirmed virtual link, before routing. - Allow unconfirmed queues or DV routes when doing dv encapsulation for control traffic. - Changed check_vl_transmission to also check window size for DV next hop peer. - Fixed fragment box handling to also handle reliability boxed message which needed to be fragmented. - Fixed completing a message which was not only fragmented but also DV boxed. - Added logic to notify core about a new virtual link using distance vector without having validated next neighbour. - Added logic to create a virtual link to handle flow control messages. - fixed several smaller bugs in fragmentation logic. - Changed logic for adding the next_attempt value of PendingMessage.
* added CS test vectorsGian Demarmels2022-01-26
|
* UTIL: Add UTF-8 NFC testMartin Schanzenbach2022-01-18
|
* GNS: Towards NFCMartin Schanzenbach2022-01-18
|
* also benchmark 4096Christian Grothoff2022-01-13
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* -DHT: clean up peer selection logicChristian Grothoff2022-01-02
|
* revise DHT hashing functions, add test logicChristian Grothoff2022-01-02
|
* changed derive_secrets APIGian Demarmels2021-12-21
| | | | | | | | changed derive_secrets API repaired performance test uncrustify
* GNUNET_CRYPTO_eddsa_key_from_file handles do_create correctlyÖzgür Kesim2021-12-15
| | | | | | | | | | The function GNUNET_CRYPTO_eddsa_key_from_file returns now - GNUNET_OK on success, - GNUNET_NO if do_create was set but we found an existing file, - GNUNET_SYSERR on failure _or_ if the file didn't exist and do_create was not set Fixes #7106
* introducing GNUNET_TIME_TimestampChristian Grothoff2021-12-14
|
* add crypto_cs testing and benchmarkGian Demarmels2021-12-07
|
* add crypto_cs implementationLucien Heuzeveldt2021-12-07
|
* -use better typesChristian Grothoff2021-12-06
|
* -nicer codeChristian Grothoff2021-11-30
|
* -fix ftbfs:v0.15.4-beta.0Christian Grothoff2021-11-28
| | | | |
* help fixing #7105Christian Grothoff2021-11-25
|
* Merge branch 'dev/vanni/bcd-new'Alessio Vanni2021-11-25
|\
| * -mallinfo is deprecated in favour of mallinfo2Alessio Vanni2021-11-21
| |
| * Allow gnunet-qr to read codes from PNG picturesAlessio Vanni2021-11-21
| |
* | add pk invariant checkChristian Grothoff2021-11-25
| |
* | -fixesChristian Grothoff2021-11-22
|/
* -minor code cleanupChristian Grothoff2021-11-13
|
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-11-09
|\
| * -cleanupChristian Grothoff2021-11-01
| |
| * -fix subtle bug in GNUNET_CONFIGURATION_defaultAlessio Vanni2021-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently this was there since the beginning and it wasn't caught earlier merely due to a coincidence. Basically, it was looking at the caller's values instead of GNUnet's and even when I used this function in personal projects, it just happened that I was calling this function before setting the new project data, so the two environments ended up being the same. It didn't cause any issues because it was still returning GNUnet's own configuration, meaning everything else worked as expected, but naturally if one were to move the call later on it would break. Also add a comment to answer the FIXME.
| * -style fixesChristian Grothoff2021-10-23
| |
| * kdf: zero out salt correctlyFlorian Dold2021-10-19
| |
| * make KDF conform to RFC 5869Florian Dold2021-10-19
| |
* | Merge branch 'master' into dev/t3ss/tngt3sserakt2021-10-15
|\|
| * removed versioned artefacts with v2 and v3. changes to reflect the changes ↵t3sserakt2021-10-14
| | | | | | | | in testing_api_loop.c
| * BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
| |
| * BUILD: Remove W32 ifdefMartin Schanzenbach2021-10-11
| |