aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* 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
|
* Add evict functionalty to mq cancellation.Florian Dold2016-10-16
| | | | | | Useful to avoid copying of buffers when canceling a partially sent message.
* fix build for Taler walletChristian Grothoff2016-10-13
|
* new simplified, but incomplete, client logicChristian Grothoff2016-10-12
|
* minor indentation issuesChristian Grothoff2016-10-12
|
* migrating testbed to new service APIChristian Grothoff2016-10-10
|
* extending process API to allow obtaining status code in blocking fashionChristian Grothoff2016-10-10
|
* libgnunetutil: add file, line debug info to multidimensional array allocatorsMarkus Teich2016-10-09
|
* libgnunetutil: fix doc and indentation for reallocMarkus Teich2016-10-09
|
* sketch new service start/stop API as needed for testbedChristian Grothoff2016-10-07
|
* fix #4619Christian Grothoff2016-10-01
|
* -do not log EPIPEChristian Grothoff2016-09-26
|
* refuse to run if binds failChristian Grothoff2016-09-26
|
* -do not crash with NPE if bind failsChristian Grothoff2016-09-26
|
* fix #4680Christian Grothoff2016-09-26
|
* minor stylistic issues found while hunting #4619Christian Grothoff2016-09-26
|
* theoretically, file names might be longer than 1024 bytes, use MAX_PATHChristian Grothoff2016-09-26
|
* handle case of missing handler properlyChristian Grothoff2016-09-24
|
* -fix queue length counting bugChristian Grothoff2016-09-22
|
* rm client_managerGabor X Toth2016-09-22
|
* init resolver in new service apiChristian Grothoff2016-09-20
|
* -fix minor issuesChristian Grothoff2016-09-20
|
* convert statistics service to new service MQ APIChristian Grothoff2016-09-20
|
* converting nse to new service APIChristian Grothoff2016-09-19
|
* -implementing server-independent NC logicChristian Grothoff2016-09-19
|
* towards adding mq destruction notificationChristian Grothoff2016-09-19
|
* misc minor fixes for new service MQ API, implementing resolver using new ↵Christian Grothoff2016-09-19
| | | | service API