aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* BUILD: Move testing to libMartin Schanzenbach2023-10-18
|
* BUILD: Move pq/sq to libMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* Fix all warnings that are now also code smellsMartin Schanzenbach2023-10-05
|
* Fix a couple of warningsMartin Schanzenbach2023-10-05
|
* Fix warnings; CADET not FTBFS because old hello removedMartin Schanzenbach2023-10-05
|
* BUILD: Make meson build without ats, tesbed, peerinfoMartin Schanzenbach2023-10-04
|
* Merge branch 'master' into l20integrationt3sserakt2023-10-03
|\
| * BUILD: Meson, more missing pluginsMartin Schanzenbach2023-09-29
| |
| * BUILD: meson use correct soversion and versionMartin Schanzenbach2023-09-24
| |
| * BUILD: meson properly soversionMartin Schanzenbach2023-09-24
| |
| * BUILD: Meson - install yet more filesMartin Schanzenbach2023-09-23
| |
| * BUILD: meson configuration filesMartin Schanzenbach2023-09-21
| |
| * BUILD: Towards libgnunet buildMartin Schanzenbach2023-09-21
| |
| * BUILD: More meson filesMartin Schanzenbach2023-09-20
| |
| * NEWS: GNUNET_TESTING_get_testname_from_underscore renamed to ↵Christian Grothoff2023-09-09
| | | | | | | | GNUNET_STRINGS_get_suffix_from_binary_name and moved from libgnunettesting to libgnuneutil
* | Peerstore: Fixed bug in bootstrap codet3sserakt2023-10-03
| |
* | Peerstore: Changed the behavior of GNUNET_PEERSTORE_watch to also return the ↵t3sserakt2023-10-02
| | | | | | | | values allready stored for the key.
* | PEERSTORE: Moved code to scan and import hello file into peerstore from ↵t3sserakt2023-08-24
| | | | | | | | peerinfo.
* | NEWS: The old hello design replaced by the new hello design.t3sserakt2023-08-24
| |
* | PEERSTORE: change watch to return actual values, before watching.t3sserakt2023-08-24
| |
* | NEWS: Added api to get notified when hellos are stored with peerstore service.t3sserakt2023-08-03
| |
* | NEWS: Added api to store hellos with peerstore service.t3sserakt2023-08-03
|/
* PEERSTORE: fix write-after-free in handle_{iterate_end,watch_record}ulfvonbelow2023-02-06
| | | | | | | | One of the tests - I forget which one, didn't write it down at the time - actually does cause h to be freed in its callback. If this isn't supposed to be allowed, we should find and fix that test. Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* PEERSTORE: Stop installing gnunet-peerstore binary that does not do anything.Martin Schanzenbach2023-01-05
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -DOC: Comment stripping pass through PEERSTOREWillow Liquorice2022-10-03
|
* -DOC: Pass through PEERSTORE subsystemWillow Liquorice2022-10-03
|
* - Introduced check, if we need to rebuild a DV box, because we have a ↵t3sserakt2022-04-01
| | | | | | | | | | | | different path. - Bug fix when freeing PendingMessage structs, in case of more complex hierarchies of pending messages. E.g. root msg -> DV Box -> reliability box. - Bug fix in backtalker logic. - Change logic, if MTU changes to keep already computed fragments. - Introduced a retry delay, if pending messages are not ready again. - Added schedule_transmit_on_queue, if communicator tells us about having capacity again. - Bug fixed in store request sent callback. - Some smaller bug fixes.
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix peerstore api and testsMartin Schanzenbach2021-03-28
|
* -First message through TNG test doneMartin Schanzenbach2021-02-26
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* more warningsSchanzenbach, Martin2020-05-06
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* we probably want to actually test the syncSchanzenbach, Martin2019-10-11
|
* fix non deterministic testSchanzenbach, Martin2019-10-11
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* nicer loop structureChristian Grothoff2019-06-04
|
* do not forget to NULL reconnect_taskChristian Grothoff2019-02-27
|
* fix #4244Christian Grothoff2019-02-20
|
* filenames can exceed 128 bytes, even in testcasesChristian Grothoff2019-02-17
|