Christian Grothoff
|
5f83012751
improve NAT API: allow client to store associated data with address
|
5 жил өмнө |
ng0
|
31adcb0e02
src: for every AGPL3.0 file, add SPDX identifier.
|
5 жил өмнө |
Christian Grothoff
|
61787bfa37
rename fest: use new libgnunetnt instead of old libgnunetats logic for network type classification
|
6 жил өмнө |
psyc://loupsycedyglgamf.onion/~lynX
|
4e2504a967
paragraph for gnunet devs that don't know how to use the web
|
6 жил өмнө |
psyc://loupsycedyglgamf.onion/~lynX
|
4e29ecde9b
glitch in the license text detected by hyazinthe, thank you!
|
6 жил өмнө |
psyc://loupsycedyglgamf.onion/~lynX
|
cbd60b5e56
first batch of license fixes (boring)
|
6 жил өмнө |
anryko
|
70017fcfb7
Fixed int to unsigned casting warning.
|
6 жил өмнө |
Christian Grothoff
|
d7d5c67e4f
fix UDP memory leak
|
6 жил өмнө |
Christian Grothoff
|
17d34d5e09
more renamings relating to 'new' service now just being the 'normal' service
|
7 жил өмнө |
Christian Grothoff
|
d23a815951
removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugins (which will be updated 'later')
|
7 жил өмнө |
Christian Grothoff
|
ee232f9c14
fix integer overflow test to actually work
|
7 жил өмнө |
Christian Grothoff
|
3902d240e4
mostly logging, avoid having more than one typemap in transmission queue, accept port=0 as not an error, tolerate link-local addrs
|
7 жил өмнө |
Christian Grothoff
|
d473582634
simplify GNUNET_CONTAINER_heap_update_cost API
|
7 жил өмнө |
Christian Grothoff
|
c3b77fea0f
fix calls to test_address, expects a struct sockaddr, not an in_addr
|
7 жил өмнө |
Christian Grothoff
|
0d271e8c1e
migrate UDP plugin to new NAT logic
|
7 жил өмнө |
Christian Grothoff
|
3ace86cc6a
-unregister nat on error, indentation, DCE
|
8 жил өмнө |
Christian Grothoff
|
d8c53b12a8
-avoid calling memcpy() with NULL argument, even if len is 0
|
8 жил өмнө |
Bart Polot
|
dd8bd374e1
Fix printf format causing SEISEGV
|
8 жил өмнө |
Christian Grothoff
|
95f9076a21
implementing new scheduler shutdown semantics
|
8 жил өмнө |
Christian Grothoff
|
29e6158507
small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
|
8 жил өмнө |
Christian Grothoff
|
bb5fe91d23
-fix (C) notices
|
8 жил өмнө |
Christian Grothoff
|
be98885538
-fix udp transmission, avoid scheduling when unready
|
9 жил өмнө |
Christian Grothoff
|
46c0b95062
-fix log call
|
9 жил өмнө |
Christian Grothoff
|
6ef954d076
-log ACK delay vs. last frag transmit
|
9 жил өмнө |
Christian Grothoff
|
2a5b881571
-log expected transmission time on enqueue, together with queue size
|
9 жил өмнө |
Christian Grothoff
|
e029441fb8
-smoother calculation of flow delays, base it on the current message not the previous one
|
9 жил өмнө |
Christian Grothoff
|
2e85825b85
-use UINT32_MAX to mean disconnect, for real
|
9 жил өмнө |
Christian Grothoff
|
8144f329c2
-more logging, avoid duplicate re-scheduling
|
9 жил өмнө |
Christian Grothoff
|
e11643df77
-use LOG instead of GNUNET_log
|
9 жил өмнө |
Christian Grothoff
|
0a86d72d17
-only schedule select once per fragmented message
|
9 жил өмнө |