aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
* switch to gnsrecord reclaim records for OIDC clientsSchanzenbach, Martin2018-07-23
|
* fix code signingSchanzenbach, Martin2018-07-22
|
* add more general HMAC function for JWTsSchanzenbach, Martin2018-07-21
|
* include/gnunet_abe_lib.h: typo fix in commentNils Gillmann2018-07-20
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* renamed identity-provider subsystem to reclaimSchanzenbach, Martin2018-07-19
|
* Changed decription of GNUNET_CRYPTO_EddsaPublicKey.Bernd Fix2018-07-12
|
* fix numbering glitchChristian Grothoff2018-07-07
|
* simplify memory allocation in plugin_namestore_flat, use cleaner signatures ↵Christian Grothoff2018-06-30
| | | | for base64 encoding/decoding functions
* Allow dereferenced pointers as input for GNUNET_array_grow and GNUNET_xgrowlurchi2018-06-29
| | | | | | | This is now possible: char ***server_addrs = NULL unsigned int len = 0 GNUNET_array_append (*server_addrs, len, "8.8.8.8");
* introduce API functions for duplicating the DNSPARSER record typeslurchi2018-06-29
|
* -comments: the world ain't all malepsyc://loupsycedyglgamf.onion/~lynX2018-06-27
|
* bug 5228: made gnunet-cadet -p work as intendedt3sserakt2018-06-25
|
* try to solve include madnesslurchi2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* fix https://gnunet.org/bugs/view.php?id=4904Schanzenbach, Martin2018-06-24
|
* disambiguate error messagesChristian Grothoff2018-06-24
|
* ignore hostname if we have unixpathChristian Grothoff2018-06-23
|
* make GNS cancel APIs return closure, can be convenientChristian Grothoff2018-06-21
|
* Expanding libgnunetcurl.Marcello Stanisci2018-06-13
| | | | | Adding a method to let the user append a custom request header.
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* second batch complete. WE ARE AFFERO AGPL NOW!psyc://loupsycedyglgamf.onion/~lynX2018-06-06
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* fix ftbfsSchanzenbach, Martin2018-06-06
|
* changes for AGPL handlingChristian Grothoff2018-06-06
|
* add function for getopt uint16_t argumentsChristian Grothoff2018-06-04
|
* more loggingChristian Grothoff2018-06-03
|
* proper datacache expiration by proximity firstChristian Grothoff2018-06-03
|
* add proximity considerations to datacacheChristian Grothoff2018-05-30
|
* adding xu transportChristian Grothoff2018-05-28
|
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
|
* fix off-by-one error in cadet connection construction, also enforce better ↵Christian Grothoff2018-05-20
| | | | timeouts for retransmissions of handshake
* log key material hashesChristian Grothoff2018-05-16
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* expand test_mq testcaseChristian Grothoff2018-05-08
|
* start preparations for flow control by namestore monitorsChristian Grothoff2018-05-02
|
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* enable caching private->public key mapping in memory to improve CPU ↵Christian Grothoff2018-04-25
| | | | consumption for large zone insertions
* extend namestore API to enable faster iterations by returning more than one ↵Christian Grothoff2018-04-25
| | | | result at a time
* code cleanup, more diagnostics, more statisticsChristian Grothoff2018-04-24
|
* move to @ for empty label, fix empty-label resolution bug in GNS API, ↵Christian Grothoff2018-04-23
| | | | install gnunet-zoneimport and add man page
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* use namestore API for zone import instead of using plugin directlyChristian Grothoff2018-04-17
|
* add transactions to namestore plugin APIChristian Grothoff2018-04-15
|
* more work on zoneimport tool, lacks CNAME but otherwise largely complete, ↵Christian Grothoff2018-04-10
| | | | except untested
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2018-04-10
|\