-docu, style fixes
[oweals/gnunet.git] / src / set /
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
2014-05-26 Christian Fuchs- fixed bug in set which allows a peer to generate...
2014-05-20 Christian Fuchs- fixed corner case for the set-intersection computatio...
2014-05-07 Bart PolotUpdate all am files
2014-05-07 Bart PolotRename mesh->cadet
2014-05-07 Christian FuchsWIP commit of scalar product 2.0. It is unfinished...
2014-02-10 Florian Dold- don't kill clients if the set operation has already...
2014-02-10 Florian Dold- fix operation cancellation in SET
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-26 Christian Fuchs- activated testcase for set intersection, as it not...
2014-01-26 Christian Fuchs- added testcase for set intersection
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2013-12-25 Florian Doldmake sure incoming request is not destroyed twice
2013-12-24 Florian Dold- destroy channel after timeout
2013-12-24 Christian Grothoff-fix setfault (op->vt can be NULL)
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-12-23 Christian Grothoff-fix build system issues
2013-12-21 Christian Grothoff-use @AUTOSTART@
2013-12-21 Christian Grothoff-autostart set
2013-12-19 LRNmalloc -> new
2013-12-18 Christian Fuchs- implemented output mode GNUNET_SET_RESULT_REMOVED...
2013-12-18 Christian Fuchs- added early success for fully disjoint intersection...
2013-12-18 Christian Fuchs- further work on multipart receiving
2013-12-16 Christian Fuchs- begin work on enhanced multipart receiving
2013-12-16 Christian Fuchs- finished work on multipart sending in intersection
2013-12-11 Christian Fuchs- more work on multipart sending
2013-12-10 Florian Dold- fixed use after free in set (#3188)
2013-12-10 Christian Grothoff-doxygen fixes
2013-12-09 Florian Dold- fix #3185 and #3184 in set
2013-12-09 Florian Dold- fix use after free in set union (#3178)
2013-12-09 Christian Fuchs- jummy, multiparts!
2013-12-09 Christian Fuchs- more multipart fun
2013-12-09 Christian Fuchstowards multipart msging for bloomfilters in set inters...
2013-12-08 Christian Grothoff-rename enum MeshOption to GNUNET_MESH_ChannelOption...
2013-12-08 Christian Grothoff-doxygen and formatting and style fixes
2013-12-08 Christian Grothoffmark timeout task as done if it is run, fixes #3171
2013-12-08 Christian Grothoff-fix trailing spaces
2013-12-08 Christian Grothofffix use-after-free: the call to mesh_channel_destroy...
2013-12-05 Christian Grothoff-address warning, indicate not checking return value...
2013-12-05 Christian Grothoff-check return values of hashmap operations
2013-12-05 Bart Polot- change mesh channel creation/notification API
2013-12-05 Matthias Wachsfix for mantis #0003156
2013-11-27 Florian Dold- log as debug when ibf fails to decode, instead of...
2013-11-27 Florian Dold- fixed use after free due to uncanceled task
2013-11-26 Florian Dold- fixed handling of incorrect channel port
2013-11-26 Florian Dold- check for null in mq/client when disconnecting listeners
2013-11-26 Matthias Wachsmissign break
2013-11-22 Florian Doldfixed a bug where a set handle was used after free
2013-11-20 Christian Fuchsadded intersection to set's automake script
2013-11-20 Christian Fuchsfixed bug from set-union
2013-11-18 Christian Fuchswork work
2013-11-18 Christian Fuchsmore work on set intersection
2013-11-18 Christian Fuchsmore work on intersection
2013-11-14 Christian Fuchsadded new msg type
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-11 Christian Fuchsadded many comments
2013-11-11 Christian Fuchsupdated some more dox
2013-11-08 Christian Fuchsadded functionality to send a BF
2013-11-08 Christian Fuchsadded initial iterators for alice and bob to create...
next