aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* designing SQ-lib APIChristian Grothoff2017-02-27
|
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* fix warning / add size validation for consensus blockFlorian Dold2017-02-26
|
* wrap consensus elements in block typeFlorian Dold2017-02-26
|
* ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff2017-02-26
|
* make sure DHT does not pass around cyclic pathsChristian Grothoff2017-02-26
|
* move path destruction to separate task to avoid deep-recursion ↵Christian Grothoff2017-02-26
| | | | free-while-in-use issue
* make test case run with both python2 and python3Florian Dold2017-02-26
|
* fix state when requesting full IBFFlorian Dold2017-02-26
|
* 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.
* Hack gnunet_gst_def.h to allow it compile on W32Руслан Ижбулатов2017-02-26
| | | | | This is really unnecessary though - these headers are mostly included already from platform.h and gnunet_common.h
* Change helper libraries to be noinst_LTLIBTRARIESРуслан Ижбулатов2017-02-26
| | | | | This is the standard way to make helper/convenience libraries with libtool. Doesn't link on W32 otherwise.
* Try to fix FTBFSРуслан Ижбулатов2017-02-26
| | | | It seems that a ccc-> was missing here
* ntohl() return value casts for the testsuite on W32Руслан Ижбулатов2017-02-26
|
* update ignore fileChristian Grothoff2017-02-26
|
* get rid of non-working, non-maintained experimental alternative DHTsChristian Grothoff2017-02-26
|
* get rid of --enable-wachs option, move mlp plugin to experimental-onlyChristian Grothoff2017-02-26
|
* document neighbour_limit option betterChristian Grothoff2017-02-26
|
* #4801 seems solidly fixed now, don't see how it can happen anymoreChristian Grothoff2017-02-26
|
* add note about but #4608Christian Grothoff2017-02-26
|
* 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
|
* re-add interceptor entry for nowChristian 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
|
* 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
|