aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * W32: Fix msg allocation in gns helper serviceРуслан Ижбулатов2017-02-25
| * W32: port gnunet-gns-import to new zone iterator callback APIРуслан Ижбулатов2017-02-25
| * Fix an initialization warning (GCC bug 53119)Руслан Ижбулатов2017-02-25
| * W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| * W32: Splice GNUNET_memcpy macro into NAT and GNS helpersРуслан Ижбулатов2017-02-25
| * Silence a GCC warning in gnunet-nat.cРуслан Ижбулатов2017-02-25
| * Link libgnunetblockgroup to libgnunetblockРуслан Ижбулатов2017-02-25
| * 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
| * Use GNU printf formatРуслан Ижбулатов2017-02-25
| * W32: adapt the code to GNUNET_memcpy() that returns nothingРуслан Ижбулатов2017-02-25
| * this should be deadChristian Grothoff2017-02-25
| * updating gnunet-gns-helper-service-w32 to current APIsChristian Grothoff2017-02-25
| * multicast: logging, test fixtg(x)2017-02-24
| * util: loggingtg(x)2017-02-24
| * Merge branch 'master' of gnunet.org:gnunettg(x)2017-02-24
| |\
| | * add byzantine/force options to profilerFlorian Dold2017-02-24
| | * always send bigger set on full sendFlorian Dold2017-02-24
| | * add option parsingFlorian Dold2017-02-24
| | * minimal code cleanupChristian Grothoff2017-02-24
| | * improve traffic drop heuristicChristian Grothoff2017-02-24
| | * lower log levelChristian Grothoff2017-02-24
| | * not always ready when send_kx is calledChristian Grothoff2017-02-24
| | * permit NULL headChristian Grothoff2017-02-24
| | * update counters properlyChristian Grothoff2017-02-24
| | * update .gitignore filesChristian Grothoff2017-02-23
| | * use of dns2gns proxy instead of DNS interceptor in VPN testChristian Grothoff2017-02-23
| | * fix use of uninitialized ID after last refactoringChristian Grothoff2017-02-23
| | * log which name we are resolvingChristian Grothoff2017-02-23
| | * change default port to 53, use setcap to enable binding to low portChristian Grothoff2017-02-23
| | * fix indentation, typo, improve loggingChristian Grothoff2017-02-23
| | * fix indentationChristian Grothoff2017-02-23
| | * fix typo in exampleChristian Grothoff2017-02-23
| | * fix termination, proper shutdown on CTRL-CChristian Grothoff2017-02-23
| | * implement union via sending whole setFlorian Dold2017-02-23
| | * add set operation optionsFlorian Dold2017-02-23
| | * commentsFlorian Dold2017-02-23
| | * abort union if we receive too little fresh elementsFlorian Dold2017-02-23
| | * limit queue size CORE maintains for any client, warn if we exceed itChristian Grothoff2017-02-23
| | * even nicer queue size optimization: insert-at-tail if we can instantly tell, ...Christian Grothoff2017-02-23
| | * optimize queue-full case, reduce max queue size due to O(n) operationChristian Grothoff2017-02-23
| | * complain if MQ gets way too longChristian Grothoff2017-02-23
| | * convert EXIT to new CADET MQ APIChristian 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
| |/
| * timeout -> skip for switch testsChristian Grothoff2017-02-22
| * multicast: switch to new cadet apitg(x)2017-02-22