aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix an initialization warning (GCC bug 53119)Руслан Ижбулатов2017-02-25
|
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* W32: Splice GNUNET_memcpy macro into NAT and GNS helpersРуслан Ижбулатов2017-02-25
| | | | | Including gnunet_common.h is too bothersome, these programs are designed to be relatively standalone.
* Silence a GCC warning in gnunet-nat.cРуслан Ижбулатов2017-02-25
| | | | It's unobvious how this variable could be used uninitialized, but GCC complains.
* Link libgnunetblockgroup to libgnunetblockРуслан Ижбулатов2017-02-25
| | | | Otherwise it won't link on W32.
* 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.
* Use GNU printf formatРуслан Ижбулатов2017-02-25
| | | | | | This change only affects W32. GCC resolves "printf" format attribute to "gnu_printf" or "ms_printf" depending on the host platform. Make sure it uses gnu_printf even on W32, because all format strings GNUnet uses are in GNU format.
* W32: adapt the code to GNUNET_memcpy() that returns nothingРуслан Ижбулатов2017-02-25
|
* Fix ftbfsChristian Grothoff2017-02-25
|
* extensive tutorial updatesChristian Grothoff2017-02-25
|
* this should be deadChristian Grothoff2017-02-25
|
* updating gnunet-gns-helper-service-w32 to current APIsChristian Grothoff2017-02-25
|
* sh is sufficient, does not seem to require bash specificallyChristian Grothoff2017-02-25
|
* Add Vagrant file for developmentAntonio Ojea2017-02-25
| | | | | | | | | | | | | | This patch adds a vagranfile that installs the required dependencies to compile gnunet. To be able to use it you need to cd to the contrib/vagrant directory, run "vagrant up" and wait until the VM is provisioned. Once it finish the provisioning you can login in the VM with "vagrant ssh" The VM mounts the source code of gnunet in the folder /gnunet, thus you can edit your code in the host and compile it in the VM. Signed-off-by: Antonio Ojea <aojea@midokura.com>
* 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
| | | | | | | | always
| * 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 ↵tg(x)2017-02-24
|/ | | | type/size/source for gnunet-logread