aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* bump consensus and secretsharing to be built by defaultChristian Grothoff2017-02-26
|
* add to ignoreChristian Grothoff2017-02-26
|
* disable valgrindChristian Grothoff2017-02-26
|
* fix ugly parts of testChristian Grothoff2017-02-26
|
* update ignore filesChristian Grothoff2017-02-26
|
* fix perf_peerinfo_api FTBFSChristian Grothoff2017-02-26
|
* fix crash in test if DB did not yet existChristian Grothoff2017-02-26
|
* W32: Fix msg allocation in gns helper serviceРуслан Ижбулатов2017-02-25
| | | | | The code was hacky, and GCC warned about variables being used without initialization. Turns out, it was much worse.
* 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 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
|
* 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
| | | | | | | | always