fix indentation, typo, improve logging
[oweals/gnunet.git] / src / set /
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-21 Christian Grothofffix misc typos
2017-02-19 Christian Grothoffmisc logging, no semantic changes
2017-02-18 Christian Grothoffappend to TAIL of mutation list for processing in right...
2017-02-18 Christian Grothoffterminate instantly, even on failure
2017-02-18 Christian Grothofffix testcase
2017-02-18 lurchino prefix for set either
2017-02-17 Christian Grothofffix crash issues in SET
2017-02-17 Christian Grothoffmove SET to use new MQ API properly
2017-02-16 Christian Grothofffirst, very rough conversion of SET service to new...
2017-02-16 Christian Grothoffmigrate SET service to new SERVICE API
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-25 Christian Grothoffupdate ignore file
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-10 Daniel Golledon't attempt to build set profilers if testing is...
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-09-24 Christian Grothoffuse the correct type for dummy messages
2016-08-26 Christian Grothoff-fix cov warning
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-14 Christian Grothoffmigrating set to new CADET port API - tests now fail...
2016-08-14 Christian Grothofffix use-after-free issue
2016-08-14 Christian Grothoff-fix testcases, ensure shutdown works properly
2016-08-14 Christian Grothoff-fix testcase shutdown
2016-08-03 Christian Grothoff-fix warning
2016-07-20 Bart Polot- fix CADET-using services
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc fixes
2016-06-29 Christian Grothoffallow empty/NULL context message
2016-06-21 Christian Grothoffupdate statistics API to use new MQ API style, also...
2016-06-20 Florian Doldadapt set test case to new scheduler semantics
2016-06-20 Florian Doldlog error when timed out
2016-06-19 Christian Grothoffavoid deprecated API, use new connecT API
2016-06-19 Christian Grothoffuse new connecT API
2016-06-19 Christian Grothoffredefine GNUNET_MQ_queue_for_connection_client to captu...
2016-06-18 Christian Grothoffpartial refactoring, will cause FTBFS, to be completed...
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-29 Florian Doldbe more lenient in the set api
2016-03-09 Florian DoldFix ibf key salting.
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-16 Florian DoldDisable salting because it's still buggy.
2015-12-12 Florian DoldRemove logging.
2015-12-12 Florian DoldHandle larger IBFs correctly.
2015-12-11 Florian DoldIncrease maximum IBF size a bit.
2015-12-11 Florian DoldProper salting for set union.
2015-12-11 Florian DoldSet statistics
2015-12-11 Florian DoldAlso install set profiler.
2015-12-10 Florian DoldMore statistics.
2015-12-10 Florian Doldstatistics
2015-10-24 Christian Grothoff-adding Florian's IBF sim code
2015-10-11 Florian Doldconsensus
2015-10-08 Christian Grothoff-fix
2015-10-08 Christian Grothoff-make code nicer
2015-10-08 Christian Grothoff-fix ptr ar
2015-10-08 Christian Grothoff-fix FTBFS
2015-10-08 Christian Grothoffadd logic for strata compression
2015-10-07 Florian Doldstatistics in set profiler, temp. fix for salt
2015-10-07 Florian Doldset statistics
2015-10-07 David BarksdaleFix make -j
2015-10-05 Florian Doldinclude element type in hash
2015-10-05 Florian Doldwork on consensus and set
2015-10-03 Florian Dold- another fix to generation handling and lazy copying
2015-09-27 Florian Doldremove macro, fix indentation
2015-09-27 Florian DoldSET service: accurate results for symmetric mode
2015-09-22 Florian Doldset api changes
2015-09-22 Florian Doldwork on CONSENSUS and SET
2015-08-30 Florian Doldfix inverted condition in set intersection
2015-08-30 Florian Doldadd test case for 'GNUNET_SET_copy_lazy', fix bugs
2015-08-30 Florian Doldwork in progress: fix set bug, implement lazy copy
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-03-07 Christian Grothoff-indentation and comment fixes
2015-03-07 Christian Grothoffimprove test to check set union operation and to test...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-19 Christian Grothoff-fix use after free
2014-12-16 Christian Grothoff-fix bus error
2014-12-16 Christian Grothoff-check return values
2014-12-16 Christian Grothoff-check return values
2014-12-12 Christian Grothoffdo check message sizes in union p2p protocol
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-12-07 Christian Grothoff-bad NBO conversion
2014-11-30 Christian Grothoff-code cleanups
2014-11-30 Christian Grothofffix #3561
2014-11-30 Christian Grothoff-use keep as RC to address #3561
2014-11-30 Christian Grothoff-avoid use after free during set intersection completion
2014-11-30 Christian Grothoff-misc fixes, in particular actually build bf
2014-11-29 Christian Grothoff-fix iteration set
2014-11-29 Christian Grothoff-fix nested context copy
2014-11-28 Christian Grothoff-fixing misc issues and bugs, including better terminat...
2014-11-28 Christian Grothoff-doxygen
2014-11-27 Christian Grothoffuse separate struct for just sending #elements in set...
2014-11-27 Christian Grothoff-stylistic fixes
2014-11-27 Christian Grothoff-rename file
2014-11-27 Christian Grothoff-dox, indentation
next