aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* rename service_new.c to service.cChristian Grothoff2017-03-17
* Merge branch 'master' into getoptChristian Grothoff2017-03-17
|\
| * fix build issuesChristian Grothoff2017-03-16
| * DCEChristian Grothoff2017-03-16
| * removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff2017-03-16
* | add way to mark options as mandatory, get tests to pass againChristian Grothoff2017-03-15
* | add json command line option parserChristian Grothoff2017-03-15
* | add GNUNET_GETOPT_OPTION_SET_ABSOLUTE_TIMEChristian Grothoff2017-03-15
* | fix test case, implement base32 argument parser logicChristian Grothoff2017-03-15
* | getopt major style fix, remove macro-mania with nicer typed functionsChristian Grothoff2017-03-15
|/
* check multihashmap32_put return value in mq.cChristian Grothoff2017-03-13
* fix theoretical leak in testChristian Grothoff2017-03-13
* fix tutorial: SERVICEHOME is obsolete, we now have GNUNET_TEST_HOMEChristian Grothoff2017-03-13
* fix debug levelsChristian Grothoff2017-03-13
* fix use of uninitialized value host1 on error loggingChristian Grothoff2017-03-10
* remove redundant condition in assertionChristian Grothoff2017-03-10
* make sure 'err' is initialized on all error pathsChristian Grothoff2017-03-10
* misc indentation changesChristian Grothoff2017-03-04
* misc minor fixesChristian Grothoff2017-02-28
* Disable test_client_unix.nc test on W32Руслан Ижбулатов2017-02-26
* W32: placate GCC by initializing lsocks_write_fd to NULLРуслан Ижбулатов2017-02-25
* W32: Fix wrong format stringsРуслан Ижбулатов2017-02-25
* W32: Fix the conditaions for the ifconfig functionРуслан Ижбулатов2017-02-25
* W32: Fix a possible control flow errorРуслан Ижбулатов2017-02-25
* Shuffle some vars around to fix a warningРуслан Ижбулатов2017-02-25
* W32: adapt the code to GNUNET_memcpy() that returns nothingРуслан Ижбулатов2017-02-25
* util: loggingtg(x)2017-02-24
* Merge branch 'master' of gnunet.org:gnunettg(x)2017-02-24
|\
| * fix indentation, typo, improve loggingChristian Grothoff2017-02-23
| * complain if MQ gets way too longChristian Grothoff2017-02-23
| * fix shutdown sequence on MQ errorsChristian Grothoff2017-02-22
* | util: add component name to LOG macros; util/client: log incoming message typ...tg(x)2017-02-24
|/
* fix compile errorsChristian Grothoff2017-02-22
* converting 'vpn' to new CADET API, not tested/testable, as exit is not conver...Christian Grothoff2017-02-22
* converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not co...Christian Grothoff2017-02-22
* strcmp instead of memcmpChristian Grothoff2017-02-22
* complain harder about this type of violationChristian Grothoff2017-02-22
* fix sun_len issue (#4816) by adding test and fixing typoChristian Grothoff2017-02-21
* prevent crash on exitChristian Grothoff2017-02-21
* prevent crash on exitChristian Grothoff2017-02-21
* Refactor copying of handler arraysBart Polot2017-02-20
* remove dependency on libextractor from testcase; fix #4901Christian Grothoff2017-02-20
* logging fixes, nicer commentsChristian Grothoff2017-02-18
* fix loopback disconnect signalling and a few memory leaksChristian Grothoff2017-02-17
* 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 c...Christian Grothoff2017-01-30
* fix comments, fix testChristian Grothoff2017-01-27