psycstore: postgres: remove size modifier from BYTEA fields
[oweals/gnunet.git] / src / set /
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
2014-11-27 Christian Grothoff-renaming
2014-11-27 Christian Grothoff-comment
2014-11-27 Christian Grothoff-simplify logic
2014-11-27 Christian Grothoffadding logic to allow GNUNET_SET_iterate_cancel
2014-11-27 Christian Grothoffuse and respect send_more field in IterAckMessage
2014-11-27 Christian Grothoffclean up internal set API, avoid copying context messag...
2014-11-27 Christian Grothoffagain, do not pass salt around, code cleanup, etc.
2014-11-27 Christian Grothoffremove additional variant of operation state
2014-11-27 Christian Grothoffrename element's type field to 'element_type'
2014-11-27 Christian Grothoffeliminating useless salt argument, salt can be generate...
2014-11-24 Christian Grothoff-indent
2014-11-24 Christian Grothoff-indent
2014-11-24 Christian Grothoff-inline
2014-11-24 Christian Grothoff-do not do GC for each destroyed operation on client...
2014-11-24 Christian Grothofffixing collect_generation_garbage() complexity, doxygen...
2014-11-07 Christian Grothoffmake set testcase fail to highlight issue #3490
2014-09-30 Christian Grothoff-noinst
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-06-04 Florian Doldtimeout for set tests
2014-05-26 Christian Fuchs- fixed a double-free-race upon failing a set op
next