aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * fix missing nbo conversionFlorian Dold2017-02-27
| |
| * fix ftbfs from consensus WIPFlorian Dold2017-02-27
| |
| * first sketch for libgnuentsq testChristian Grothoff2017-02-27
| |
| * implement sq_query_helper.cChristian Grothoff2017-02-27
| |
| * missing fileFlorian Dold2017-02-27
| |
| * include set size in result callback, needed by consensusFlorian Dold2017-02-27
| |
| * skeleton for libgnunetsq implementationChristian Grothoff2017-02-27
| |
| * 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
| |
| * 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
| |