aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* higher constant before applying limitFlorian Dold2017-02-28
|
* loggingFlorian Dold2017-02-28
|
* consensus: slack-a2a evilness mode and static replication in profilerFlorian Dold2017-02-28
|
* fix sq logic, add to buildChristian Grothoff2017-02-28
|
* completing sq_result_helperChristian Grothoff2017-02-28
|
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* fix set element type problem, make consensus workFlorian Dold2017-02-27
|
* fix type error and test casesFlorian Dold2017-02-27
|
* implement lower bound agreementFlorian Dold2017-02-27
|
* 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.