aboutsummaryrefslogtreecommitdiff
path: root/src/set
Commit message (Collapse)AuthorAge
...
* dokumentation monster session part 1Christian Fuchs2013-11-06
|
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* - some of the missing set union functionality implementedFlorian Dold2013-10-29
|
* - fixed assertion due to task not testing for shutdown as a reasonFlorian Dold2013-10-29
|
* more work on intersectionChristian Fuchs2013-10-21
|
* more work on set,Christian Fuchs2013-10-21
| | | | | commented out the intersection-change in set.c as the relevant code is not yet done
* re-synced set intersection code with union as a starting pointChristian Fuchs2013-10-21
| | | | | | added create for set-intersection
* -doxygen fixesChristian Grothoff2013-10-18
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -fixing misc FTBFS issuesChristian Grothoff2013-10-01
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* -doxygen, todos, minor code cleanupChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* - initialize element type in testFlorian Dold2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* Put missing UNIXONLY into set confLRN2013-09-15
|
* Fix memory allocation in set serviceLRN2013-09-07
|
* - initialize set type in test caseFlorian Dold2013-09-06
| | | | | | | - handle 1-peer consensus correcly - don't store peers in consensus api - updated consensus test case
* No valgrind by default, pleaseLRN2013-09-05
|
* doxygen typoFlorian Dold2013-08-27
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - fixed generation issuesFlorian Dold2013-08-14
|
* -dceFlorian Dold2013-08-13
|
* -dceFlorian Dold2013-08-13
|
* - reset backoff for set listenerFlorian Dold2013-08-13
| | | | | - increase alpha
* - IBF alpha adjustedFlorian Dold2013-08-13
| | | | | | | | | - it's not an error to insert elements twice ---This line, and those below, will be ignored-- M set/gnunet-service-set.c M set/gnunet-service-set_union.c
* - proper shutdown sequence for set makes consensus happyFlorian Dold2013-08-13
|
* - correct iteraion in multihashmapFlorian Dold2013-08-12
| | | | | - iterate over elements with client ack in set
* - listener re-connects transparentlyFlorian Dold2013-08-12
| | | | | - bugs
* -old fixmeChristian Grothoff2013-08-12
|
* -consensus fixesFlorian Dold2013-07-24
|
* - extract context msg correctlyFlorian Dold2013-07-23
|
* - better debug logs, ibf tweakFlorian Dold2013-07-23
|
* - set iterationFlorian Dold2013-07-23
|
* - pass set service disconnect to clientFlorian Dold2013-07-23
|
* - handle cyclic IBFs and SEs correctlyFlorian Dold2013-07-22
|
* - test for correct uncommited set op destructionFlorian Dold2013-07-22
|
* - cancel uncommited set operation correctlyFlorian Dold2013-07-22
|
* -fixed memory leakFlorian Dold2013-07-19
|
* -missing returnFlorian Dold2013-07-19
|
* - fixed malloc sizeFlorian Dold2013-07-19
|
* -minor code cleanupChristian Grothoff2013-07-18
|
* Remove streamBart Polot2013-07-16
|
* -no voidChristian Grothoff2013-07-10
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler