skeleton for libgnunetsq implementation
[oweals/gnunet.git] / src /
2017-02-27 Christian Grothoffskeleton for libgnunetsq implementation
2017-02-26 Christian Grothoffdesigning SQ-lib API
2017-02-26 Florian Doldadd validation for inner consensus element
2017-02-26 Florian Doldfix warning / add size validation for consensus block
2017-02-26 Florian Doldwrap consensus elements in block type
2017-02-26 Christian Grothoffensure all plugins properly use BF, move shared logic...
2017-02-26 Christian Grothoffmake sure DHT does not pass around cyclic paths
2017-02-26 Christian Grothoffmove path destruction to separate task to avoid deep...
2017-02-26 Florian Doldmake test case run with both python2 and python3
2017-02-26 Florian Doldfix state when requesting full IBF
2017-02-26 Руслан ИжбулатовDisable test_client_unix.nc test on W32
2017-02-26 Руслан ИжбулатовHack gnunet_gst_def.h to allow it compile on W32
2017-02-26 Руслан ИжбулатовChange helper libraries to be noinst_LTLIBTRARIES
2017-02-26 Руслан ИжбулатовTry to fix FTBFS
2017-02-26 Руслан Ижбулатовntohl() return value casts for the testsuite on W32
2017-02-26 Christian Grothoffupdate ignore file
2017-02-26 Christian Grothoffget rid of non-working, non-maintained experimental...
2017-02-26 Christian Grothoffget rid of --enable-wachs option, move mlp plugin to...
2017-02-26 Christian Grothoffdocument neighbour_limit option better
2017-02-26 Christian Grothoff#4801 seems solidly fixed now, don't see how it can...
2017-02-26 Christian Grothoffadd note about but #4608
2017-02-26 Christian Grothoffbump consensus and secretsharing to be built by default
2017-02-26 Christian Grothoffadd to ignore
2017-02-26 Christian Grothoffdisable valgrind
2017-02-26 Christian Grothofffix ugly parts of test
2017-02-25 Christian Grothoffupdate ignore files
2017-02-25 Christian Grothofffix perf_peerinfo_api FTBFS
2017-02-25 Christian Grothofffix crash in test if DB did not yet exist
2017-02-25 Руслан ИжбулатовW32: Fix msg allocation in gns helper service
2017-02-25 Руслан ИжбулатовW32: port gnunet-gns-import to new zone iterator callba...
2017-02-25 Руслан ИжбулатовFix an initialization warning (GCC bug 53119)
2017-02-25 Руслан ИжбулатовW32: cast ntohl() result to uint32_t
2017-02-25 Руслан ИжбулатовW32: Splice GNUNET_memcpy macro into NAT and GNS helpers
2017-02-25 Руслан ИжбулатовSilence a GCC warning in gnunet-nat.c
2017-02-25 Руслан ИжбулатовLink libgnunetblockgroup to libgnunetblock
2017-02-25 Руслан ИжбулатовW32: placate GCC by initializing lsocks_write_fd to...
2017-02-25 Руслан ИжбулатовW32: Fix wrong format strings
2017-02-25 Руслан ИжбулатовW32: Fix the conditaions for the ifconfig function
2017-02-25 Руслан ИжбулатовW32: Fix a possible control flow error
2017-02-25 Руслан ИжбулатовShuffle some vars around to fix a warning
2017-02-25 Руслан ИжбулатовUse GNU printf format
2017-02-25 Руслан ИжбулатовW32: adapt the code to GNUNET_memcpy() that returns...
2017-02-25 Christian Grothoffthis should be dead
2017-02-25 Christian Grothoffupdating gnunet-gns-helper-service-w32 to current APIs
2017-02-24 tg(x)multicast: logging, test fix
2017-02-24 tg(x)util: logging
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 tg(x)util: add component name to LOG macros; util/client...
2017-02-24 Florian Doldadd byzantine/force options to profiler
2017-02-24 Florian Doldalways send bigger set on full send
2017-02-24 Florian Doldadd option parsing
2017-02-24 Christian Grothoffminimal code cleanup
2017-02-24 Christian Grothoffimprove traffic drop heuristic
2017-02-24 Christian Grothofflower log level
2017-02-24 Christian Grothoffnot always ready when send_kx is called
2017-02-24 Christian Grothoffpermit NULL head
2017-02-24 Christian Grothoffupdate counters properly
2017-02-23 Christian Grothoffupdate .gitignore files
2017-02-23 Christian Grothoffuse of dns2gns proxy instead of DNS interceptor in...
2017-02-23 Christian Grothofffix use of uninitialized ID after last refactoring
2017-02-23 Christian Grothofflog which name we are resolving
2017-02-23 Christian Grothoffchange default port to 53, use setcap to enable binding...
2017-02-23 Christian Grothofffix indentation, typo, improve logging
2017-02-23 Christian Grothofffix indentation
2017-02-23 Christian Grothofffix typo in example
2017-02-23 Christian Grothofffix termination, proper shutdown on CTRL-C
2017-02-23 Florian Doldimplement union via sending whole set
2017-02-23 Florian Doldadd set operation options
2017-02-23 Florian Doldcomments
2017-02-23 Florian Doldabort union if we receive too little fresh elements
2017-02-23 Christian Grothofflimit queue size CORE maintains for any client, warn...
2017-02-23 Christian Grothoffeven nicer queue size optimization: insert-at-tail...
2017-02-23 Christian Grothoffoptimize queue-full case, reduce max queue size due...
2017-02-23 Christian Grothoffcomplain if MQ gets way too long
2017-02-23 Christian Grothoffconvert EXIT to new CADET MQ API
2017-02-22 Christian Grothofffix shutdown sequence on MQ errors
2017-02-22 Christian Grothofftimeout -> skip for switch tests
2017-02-22 tg(x)multicast: switch to new cadet api
2017-02-22 Christian Grothoffremove dead code and dead linker dependencies
2017-02-22 Christian Grothoffremove support for reverse lookup and shortening from...
2017-02-22 Christian Grothoffignore generated temp files that are frequently generated
2017-02-22 Christian Grothoffdo not fail hard if this test does not work
2017-02-22 Christian Grothofffix compile errors
2017-02-22 Christian Grothoffconverting 'vpn' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffconverting 'pt' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffeliminate dead argument
2017-02-22 Christian Grothofffix bug introduced with BLOCK change where we would...
2017-02-22 Christian Grothoffno log macro in here
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffnot exactly a protocol violation, but a case for stats
2017-02-22 Christian Grothoffcomplain harder about this type of violation
2017-02-22 Christian Grothofffix sign issue in bitshift
2017-02-22 Christian Grothoffenable RR option for HELLO gets in DHT
2017-02-22 Christian Grothofffix type
2017-02-22 Christian Grothofffix test_dht_montior abortion
2017-02-22 Christian Grothofffix test_dht_montior abortion, fix crash on NULL HELLO
2017-02-22 Christian Grothoffsupport BF size adjustments in other plugins
2017-02-22 Christian Grothofffix typo
2017-02-22 Christian Grothofffix typo
next