aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* misc indentation changesChristian Grothoff2017-03-04
|
* misc minor fixesChristian Grothoff2017-02-28
|
* Disable test_client_unix.nc test on W32Руслан Ижбулатов2017-02-26
| | | | It does not seem that this test can actually run on W32 at all.
* W32: placate GCC by initializing lsocks_write_fd to NULLРуслан Ижбулатов2017-02-25
| | | | | I've treid to find the path where it is used uninitialized, but failed to find it. Just make GCC shut up.
* W32: Fix wrong format stringsРуслан Ижбулатов2017-02-25
|
* W32: Fix the conditaions for the ifconfig functionРуслан Ижбулатов2017-02-25
| | | | It's not used on W32.
* W32: Fix a possible control flow errorРуслан Ижбулатов2017-02-25
| | | | Make sure we eitehr return or set ftype to something.
* Shuffle some vars around to fix a warningРуслан Ижбулатов2017-02-25
| | | | On W32 the 'gc' variable is left unused.
* 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 ↵tg(x)2017-02-24
|/ | | | type/size/source for gnunet-logread
* fix compile errorsChristian Grothoff2017-02-22
|
* converting 'vpn' to new CADET API, not tested/testable, as exit is not ↵Christian Grothoff2017-02-22
| | | | converted yet
* converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not ↵Christian Grothoff2017-02-22
| | | | converted yet
* 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 ↵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
|