aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
...
* -increase timeouts, some system really need longerChristian Grothoff2015-05-21
|
* fix assertion failure when two requests were concurrently submitted if the ↵Christian Grothoff2015-05-21
| | | | first one was cancelled before receiving a reply
* -use faster Eddsa key genChristian Grothoff2015-05-19
|
* -check return valuesChristian Grothoff2015-05-18
|
* ecdh-eddsa implementation now worksChristian Grothoff2015-05-15
|
* -adding cmp functions for RSA public keys and sigsChristian Grothoff2015-05-15
|
* towards using EdDSA-ECDHE instead of ECDSA-ECDHE combined cryptosystem (API ↵Christian Grothoff2015-05-13
| | | | only)
* client_manager: add API for async operationsGabor X Toth2015-05-07
|
* add GNUNET_(hton|ntoh).*_signed() functionsGabor X Toth2015-05-07
|
* doc fixGabor X Toth2015-05-07
|
* -fix sizeof() argChristian Grothoff2015-05-01
|
* adding GNUNET_CONTAINER_multipeermap_get_randomChristian Grothoff2015-04-30
|
* extending datacache API with function to return random element, implemented ↵Christian Grothoff2015-04-28
| | | | (only) in heap plugin right now
* move ARM/config logic to util/ where it doesn't need to cast away a 'const' ↵Christian Grothoff2015-04-24
| | | | and is _slightly_ less likely to be forgotten, also add big fat comment to hopefully clarify why it is there
* Fix a typo in perf_crypto_asymmetricLRN2015-04-23
|
* -doxygen, indentationChristian Grothoff2015-04-17
|
* -doxygen, build system fixes, minor API extensionChristian Grothoff2015-04-13
|
* Don't shadow the system() functionLRN2015-04-09
|
* Add missing const to the argument of the readiness checkersLRN2015-04-09
|
* Wait on actual HANDLE, not the structure that contains itLRN2015-04-09
|
* add multihashmap_clear to APIChristian Grothoff2015-03-30
|
* -updated french translationsChristian Grothoff2015-03-24
|
* -fix bad array initChristian Grothoff2015-03-23
|
* -more cosmetics to reduce compiler warningsChristian Grothoff2015-03-23
|
* -trying to fix warningsChristian Grothoff2015-03-23
|
* - fix sig sizeBart Polot2015-03-19
|
* - added asymmetric crytp perfBart Polot2015-03-19
|
* -also cover private key caseChristian Grothoff2015-03-19
|
* -fix makefileChristian Grothoff2015-03-19
|
* -get test to work, but with ecdsa instead of eddsaChristian Grothoff2015-03-19
|
* - added test for EC-DH with Peer IDsBart Polot2015-03-18
|
* preserve errnoChristian Grothoff2015-03-15
|
* add GNUNET_CRYPTO_rsa_public_key_hashChristian Grothoff2015-03-09
|
* -proper log messageChristian Grothoff2015-03-08
|
* -always assume at least MIN bandwidth, even if we got no quota or a quota ↵Christian Grothoff2015-03-08
| | | | lower than min
* finally fix #3698Christian Grothoff2015-03-02
|
* -improved FD issue debug supportChristian Grothoff2015-02-28
|
* -fix ftbfs with debug optionChristian Grothoff2015-02-28
|
* -indentation, commentsChristian Grothoff2015-02-28
|
* notify monitor about existing connectionsChristian Grothoff2015-02-28
|
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
|
* ignore EAGAIN from accept()Christian Grothoff2015-02-28
|
* -doxygen, i18n and indentationChristian Grothoff2015-02-28
|
* Fix use after free:Christian Grothoff2015-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | ==14602== Invalid write of size 4 ==14602== at 0x5A82CA7: receive_helper (client.c:542) ==14602== by 0x5A8E146: signal_receive_timeout (connection.c:508) ==14602== by 0x5A91236: receive_ready (connection.c:1091) ==14602== by 0x5AC1091: run_ready (scheduler.c:587) ==14602== by 0x5AC1915: GNUNET_SCHEDULER_run (scheduler.c:816) ==14602== by 0x5AD00F5: GNUNET_SERVICE_run (service.c:1503) ==14602== by 0x406218: main (gnunet-service-transport.c:925) ==14602== Address 0xa4d42f8 is 104 bytes inside a block of size 120 free'd ==14602== at 0x4C29E90: free (vg_replace_malloc.c:473) ==14602== by 0x5A872C3: GNUNET_xfree_ (common_allocation.c:239) ==14602== by 0x5A829C5: GNUNET_CLIENT_disconnect (client.c:475) ==14602== by 0x5ABD9E5: handle_response (resolver_api.c:388) ==14602== by 0x5A82CA2: receive_helper (client.c:538) ==14602== by 0x5A8E146: signal_receive_timeout (connection.c:508) ==14602== by 0x5A91236: receive_ready (connection.c:1091) ==14602== by 0x5AC1091: run_ready (scheduler.c:587) ==14602== by 0x5AC1915: GNUNET_SCHEDULER_run (scheduler.c:816) ==14602== by 0x5AD00F5: GNUNET_SERVICE_run (service.c:1503) ==14602== by 0x406218: main (gnunet-service-transport.c:925)
* fix TCP plugin RC issue (#3687) by changing util API (!)Christian Grothoff2015-02-21
|
* -signal connection failure to receive even if receive is triggered after ↵Christian Grothoff2015-02-21
| | | | failure is observed
* be more careful with errno, so we can be sure it is not overwritten by ↵Christian Grothoff2015-02-21
| | | | 'free()' and the like
* implement linear back off for restart attemptsMatthias Wachs2015-02-20
|
* -doxygenChristian Grothoff2015-02-18
|
* -fix callback after cancellation issueChristian Grothoff2015-02-12
|