aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* timeout -> skip for switch testsChristian Grothoff2017-02-22
|
* multicast: switch to new cadet apitg(x)2017-02-22
|
* remove dead code and dead linker dependenciesChristian Grothoff2017-02-22
|
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
|
* ignore generated temp files that are frequently generatedChristian Grothoff2017-02-22
|
* do not fail hard if this test does not workChristian Grothoff2017-02-22
|
* 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
* eliminate dead argumentChristian Grothoff2017-02-22
|
* fix bug introduced with BLOCK change where we would eval a local reply twice ↵Christian Grothoff2017-02-22
| | | | and discard it as duplicate in the end
* no log macro in hereChristian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* not exactly a protocol violation, but a case for statsChristian Grothoff2017-02-22
|
* complain harder about this type of violationChristian Grothoff2017-02-22
|