Age | Commit message (Expand) | Author |
2022-02-01 | GNS: Fix revocation wire format | Martin Schanzenbach |
2022-01-07 | -some input sanitization for identity and abd | Martin Schanzenbach |
2021-12-29 | -updating block plugins to new API | Christian Grothoff |
2021-11-18 | -writing identity keys to buffer consistently | TheJackiMonster |
2021-08-08 | -make new cmd tests experimental (segfalting); fix warnings | Martin Schanzenbach |
2021-06-06 | GNS: Fix EdDSA lookup by zonekey TLD | Martin Schanzenbach |
2020-11-12 | -remerge branch 'jacki/messenger' | TheJackiMonster |
2020-11-12 | -revert "-merge branch 'jacki/messenger'" | TheJackiMonster |
2020-11-12 | adding the messenger service and its client-side library | TheJackiMonster |
2020-07-17 | remove const | Christian Grothoff |
2020-05-25 | add option to create identity from private keyspaeth/import_identity | jospaeth |
2020-05-18 | fix api for lazy pubkey loading | Martin Schanzenbach |
2020-05-06 | same id derivation for anon | Schanzenbach, Martin |
2020-05-02 | fix gnunet-identity performance | Christian Grothoff |
2020-04-11 | fixing #6149 | Christian Grothoff |
2019-10-31 | tighten formatting rules | Christian Grothoff |
2019-10-05 | global reindent, now with uncrustify hook enabled | Christian Grothoff |
2019-09-08 | uncrustify as demanded. | ng0 |
2019-06-01 | improve performance of identity_api_lookup.c logic to not be O(n) | Christian Grothoff |
2019-06-01 | stash | Christian Grothoff |
2019-05-25 | speed up ego creation/deletion | Christian Grothoff |
2019-05-08 | make generated ego key available in continuation when creating egos | Christian Grothoff |
2019-01-14 | src: for every AGPL3.0 file, add SPDX identifier. | ng0 |
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX |
2018-06-06 | second batch complete. WE ARE AFFERO AGPL NOW! | psyc://loupsycedyglgamf.onion/~lynX |
2017-03-17 | more renamings relating to 'new' service now just being the 'normal' service | Christian Grothoff |
2017-01-10 | rename connecT -> connect now that the old API is dead | Christian Grothoff |
2016-09-28 | -new service API | Martin Schanzenbach |
2016-08-18 | Use statement exprs instead of local function | David Barksdale |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-06-25 | -cosmetics | Christian Grothoff |
2016-06-25 | -fix bad check | Christian Grothoff |
2016-06-21 | rework identity API to use new MQ API | Christian Grothoff |
2016-04-09 | small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex... | Christian Grothoff |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e... | Christian Grothoff |
2013-11-16 | -doxygen, minor bug fixes | Christian Grothoff |
2013-11-09 | -fixing crash in #3101, but just replacing it with a break, so there is likel... | Christian Grothoff |
2013-11-09 | -operations can be there, but none with active cont | Christian Grothoff |
2013-11-09 | -fix potential leak and awkward test behavior causing it | Christian Grothoff |
2013-10-10 | separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA | Christian Grothoff |
2013-10-06 | -remove trailing whitespace | Christian Grothoff |
2013-09-24 | -removing bogus duplicate NTR cancel call | Christian Grothoff |
2013-09-15 | -properly clean up on disconnect, without memory leaks | Christian Grothoff |
2013-09-15 | Fix the endless loop fix - don't miss pre-last item | LRN |
2013-09-14 | Don't go into infinite loop once only uncancellable head is left | LRN |
2013-09-14 | -avoid queuing large number of START requests | Christian Grothoff |