aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-29 20:10:26 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-29 20:10:26 +0900
commitbcf99cf2e295b92b23b40926ad37abfa0d4ceddb (patch)
tree018a9d972c2a0c63421d13bd3ae6bba0c23fac96 /ChangeLog
parent174e3ed5850f4da763e5ed64b50aef7a2a10ba00 (diff)
downloadgnunet-bcf99cf2e295b92b23b40926ad37abfa0d4ceddb.tar.gz
gnunet-bcf99cf2e295b92b23b40926ad37abfa0d4ceddb.zip
- housekeeping, forgotten for 0.19.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog70
1 files changed, 70 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51982a07d..b4a1ff2d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
1Mon, 26 Dec 2022 14:41:09 +0100 (05fef7b53)
2DHT: call try_connect also on already connected peers, just in case address changed
3
4by: Christian Grothoff
5
6Mon, 26 Dec 2022 14:03:27 +0100 (cc41a24c5)
7DHT: adjust BF size to actual neighbour set size
8
9by: Christian Grothoff
10
11Sat, 10 Dec 2022 16:00:56 +0900 (52d0d0914)
12GNS: Do not autogenerate flags
13
14by: Martin Schanzenbach
15
16Fri, 9 Dec 2022 23:54:05 +0900 (7e725a7a8)
17TESTING: Fix NP deref
18
19by: Martin Schanzenbach
20
21Fri, 9 Dec 2022 14:06:20 +0900 (5357758fd)
22TESTING: Various notes on API
23
24by: Martin Schanzenbach
25
26Fri, 9 Dec 2022 12:07:26 +0900 (4f46e2f2e)
27TESTING: Fix TESTING-NG API to follow naming conventions
28Rename structs and functions to follow GNUnet naming conventions.
29Some structs may actually also be private, a review is necessary.
30The barrier API was modified in order to untangle Barriers and
31lists of Barriers.
32This is a rough draft, it needs fixes wrt memory leaks.
33
34by: Martin Schanzenbach
35
36Fri, 9 Dec 2022 10:40:56 +0900 (1b3f6f366)
37UTIL: Fix regression regarding C++ compatibility
38
39by: Martin Schanzenbach
40
41Thu, 8 Dec 2022 20:51:35 +0900 (7768a7a75)
42TESTING: Sanitize API. Add new GNUNET_TESTING_command_new API
43This commit changes the label member of GNUNET_TRANSPORT_Command to a
44static, fixed length buffer allocated with the struct itself.
45The check for the end of a command array should be done by checking the
46run command instead of the label.
47
48by: Martin Schanzenbach
49
50Thu, 8 Dec 2022 17:52:42 +0900 (1029772b3)
51TESTING: Properly handle label allocations
52
53by: Martin Schanzenbach
54
55Thu, 8 Dec 2022 17:30:22 +0900 (5c4b06071)
56TESTING: The testing API should properly take strings as const
57Strings passed to the API should either be const and copied, or handled
58by the caller and free'd. Looking at the transport tests currently
59neither is happening. The strings are probably safer but definitely
60leaked.
61Changed the API to use "const" strings. Users of the testing API must
62define functions that copy (and free!) strings accordingly.
63
64by: Martin Schanzenbach
65
66Thu, 8 Dec 2022 15:37:43 +0900 (2d257589d)
67BUILD: Add functionality to generate changes in plain text and HTML
68
69by: Martin Schanzenbach
70
1Thu, 8 Dec 2022 15:11:49 +0900 (3889a387e) 71Thu, 8 Dec 2022 15:11:49 +0900 (3889a387e)
2BUILD: Add some helper scripts for release maintenance 72BUILD: Add some helper scripts for release maintenance
3 73