aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
...
* ignore perf filesChristian Grothoff2017-02-16
|
* cancel existing last_control_qe handle before scheduling a new one, alwaysChristian Grothoff2017-02-16
|
* introducing GNUNET_CRYPTO_ecdhe_create2() to avoid malloc nonsenseChristian Grothoff2017-02-15
|
* updating gitignores and POTFILESChristian Grothoff2017-01-31
|
* allow external code to use DLL pointers of envelopes, under very particular ↵Christian Grothoff2017-01-30
| | | | circumstances
* fix comments, fix testChristian Grothoff2017-01-27
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* remove dead codeChristian Grothoff2017-01-27
|
* allow connect_cb to be NULLChristian Grothoff2017-01-25
|
* build new testChristian Grothoff2017-01-25
|
* fix insert_sorted macroChristian Grothoff2017-01-25
|
* add generated file to ignore listChristian Grothoff2017-01-23
|
* add sanity check for GNUNET_MQ_notify_sentChristian Grothoff2017-01-22
|
* fix buffer sizeChristian Grothoff2017-01-22
|
* allow NULL argument for GNUNET_i2s()Christian Grothoff2017-01-22
|
* introcude GNUNET_i2s2()Christian Grothoff2017-01-22
|
* extending scheduler API with 'add_at' functionality to avoid unnecessary ↵Christian Grothoff2017-01-22
| | | | time conversions
* use new shortmap to simplify CADET logic a bitChristian Grothoff2017-01-17
|
* make shortmap actually over shortsChristian Grothoff2017-01-17
|
* introducing the short mapChristian Grothoff2017-01-17
|
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff2017-01-16
|
* degrade warning to DEBUG statement, include logging of retry delayChristian Grothoff2017-01-13
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* rename new client API implementation to name of standard implementationChristian Grothoff2017-01-09
|
* ignore util testsChristian Grothoff2017-01-08
|
* misc. improvements to new NAT service, starting with autoconfiguration logicChristian Grothoff2016-12-17
|
* change return value to use -1 on error, as 0 is a legal packet sizeChristian Grothoff2016-11-27
|
* largely completing gnunet-nat tool, using new service API (but untested)Christian Grothoff2016-11-27
|
* service_new: ready_confirm_fdtg(x)2016-11-25
|
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
|
* Check return value of GNUNET_NETWORK_socket_createDavid Barksdale2016-11-17
|
* fix out-of-tree build of GNUnetChristian Grothoff2016-11-11
|\
| * - add subdirectory gitignore filesBart Polot2016-11-09
| |
* | fix out-of-tree build of GNUnetChristian Grothoff2016-11-11
|/
* Un-flag in_flight to avoid integer underflow in GNUNET_MQ_get_lengthBart Polot2016-10-29
|
* This can't be NULLDavid Barksdale2016-10-26
|
* Remove ?: operator to avoid confusionDavid Barksdale2016-10-26
| | | | | | It has lower prescedence than - so the - was being evaluated first. Instead of adding more parens I'm just removing it to make it more readable.
* -missing commitChristian Grothoff2016-10-25
|
* move to new client API: remove old client APIChristian Grothoff2016-10-23
|
* activating client_new implementation, seems to mostly work fine, or better ↵Christian Grothoff2016-10-21
| | | | than the old one
* -fix misc minor bugsChristian Grothoff2016-10-21
|
* misc fixes to new client implChristian Grothoff2016-10-21
|
* use new MQ in_flight API to support cancel in new service/client implementationsChristian Grothoff2016-10-21
|
* oops ... inverted logicFlorian Dold2016-10-16
|
* turn if into assertFlorian Dold2016-10-16
|
* fix commentFlorian Dold2016-10-16
|
* implement impl_in_flight API for MQ, replacing evacuationFlorian Dold2016-10-16
|
* fix comment about mq allocationFlorian Dold2016-10-16
|
* Rename MQ_evict to MQ_evacuate and make API nicerFlorian Dold2016-10-16
|