Gabor X Toth
|
5cfa6bf5a9
GNUNET_MQ_get_last_envelope: return tail or current
|
8 years ago |
Gabor X Toth
|
4f51ef196f
GNUNET_MQ_get_last_envelope()
|
8 years ago |
Christian Grothoff
|
22be4f71e1
-adapting xdht and wdht to new core MQ API
|
8 years ago |
Christian Grothoff
|
c4f4203aaf
enable setting per-envelope or per-queue transmission options with MQ API
|
8 years ago |
Christian Grothoff
|
d0701eb631
switching transport tests to new MQ-based transport API
|
8 years ago |
Christian Grothoff
|
f8dc249de2
-fix 0-termination
|
8 years ago |
Christian Grothoff
|
d8c53b12a8
-avoid calling memcpy() with NULL argument, even if len is 0
|
8 years ago |
Christian Grothoff
|
49222564d1
-lower log level
|
8 years ago |
Christian Grothoff
|
4ab9f52707
add GNUNET_MQ_set_handlers_closure API
|
8 years ago |
Christian Grothoff
|
2adb94f3b4
-disconnects DO happen
|
8 years ago |
Marcello Stanisci
|
82970de193
typo
|
8 years ago |
Christian Grothoff
|
13396b0fdb
-doxygen, error messages
|
8 years ago |
Christian Grothoff
|
d3834ca802
add function to obtain mq length
|
8 years ago |
Christian Grothoff
|
2fa661c71b
add GNUNET_MQ_send_copy
|
8 years ago |
Christian Grothoff
|
eafc8188ef
update peerinfo API to use MQ
|
8 years ago |
Christian Grothoff
|
45efbb2efb
-fix off-by-1
|
8 years ago |
Christian Grothoff
|
9a0a4efca2
proper shutdown
|
8 years ago |
Christian Grothoff
|
2042d867f7
redefine GNUNET_MQ_queue_for_connection_client to capture client handle
|
8 years ago |
Christian Grothoff
|
710e892310
partial refactoring, will cause FTBFS, to be completed ASAP
|
8 years ago |
Christian Grothoff
|
95f9076a21
implementing new scheduler shutdown semantics
|
8 years ago |
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 years ago |
Christian Grothoff
|
bb5fe91d23
-fix (C) notices
|
8 years ago |
Christian Grothoff
|
f27338992f
fix #3869: outdated FSF address
|
9 years ago |
Christian Grothoff
|
de30f21041
generally use GNUNET_assert() instead of GNUNET_abort() to also log the error
|
9 years ago |
Christian Grothoff
|
c2d9d1e64c
-bringing copyright tags up to FSF standard
|
9 years ago |
Christian Grothoff
|
f2bbe49b6d
exit loop once first handler is found
|
10 years ago |
Christian Grothoff
|
f1f603c7d0
making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or even fully address #3247
|
10 years ago |
Christian Grothoff
|
49b1ddee6e
-doxygen and minor style fixes
|
10 years ago |
Christian Grothoff
|
9a112a7aa7
-indentation, doxygen, style
|
10 years ago |
Christian Grothoff
|
393b5b1152
-return const, do not mangle const input
|
10 years ago |