aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc fix: not ie peers but sometimes called peersng02017-12-30
|
* doc fixng02017-12-30
|
* doc: philosophy: 2 spaces -> 1 space between sentences. Some grammar fixes.ng02017-12-30
| | | | | Using fully distributed and fully decentralized instead of 'decentralized', intended to be explained later on.
* doc: philosophyng02017-12-30
|
* documentation: philisophy: grammar fix.ng02017-12-29
|
* documentation: philosophy: Apply some fixes from paper notes.ng02017-12-29
|
* Demote some log messagesDavid Barksdale2017-12-29
|
* Update POTFILES.inDavid Barksdale2017-12-29
|
* Combine logic for attaching pathsDavid Barksdale2017-12-29
| | | | This fixes issue #4909.
* rps: move handlers structJulius Bünger2017-12-29
|
* rps: flagging channels while destructionJulius Bünger2017-12-29
|
* refactor rps codeJulius Bünger2017-12-29
|
* Merge branch 'master' of gn:gnunetJulius Bünger2017-12-29
|\
| * add assertionChristian Grothoff2017-12-28
| |
* | rps: improve churn testingJulius Bünger2017-12-29
| |
* | rps: add assertionJulius Bünger2017-12-29
| |
* | rps: prepare cancellation of messagesJulius Bünger2017-12-29
| |
* | rps: fix double callJulius Bünger2017-12-29
|/
* Actually print the path as a stringDavid Barksdale2017-12-28
|
* rps: stop destroying mqJulius Bünger2017-12-28
|
* Better cycle checking in path from DHTDavid Barksdale2017-12-27
|
* Fix use-after-free in gnunet-cadetDavid Barksdale2017-12-27
|
* Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELSDavid Barksdale2017-12-27
| | | | This fixes issue #5079
* Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERSDavid Barksdale2017-12-27
| | | | This fixes issue #4621
* do not churn on most tests; add specific churn testJulius Bünger2017-12-27
|
* rps: close port before disconnectingJulius Bünger2017-12-27
|
* beautify loopChristian Grothoff2017-12-27
|
* fix flow control issueChristian Grothoff2017-12-27
|
* add logging to cadet initiatlizationsChristian Grothoff2017-12-27
|
* some niceities for rps test configurationChristian Grothoff2017-12-27
|
* indentation fixChristian Grothoff2017-12-27
|
* more logging for helloChristian Grothoff2017-12-27
|
* more logging for transportChristian Grothoff2017-12-27
|
* unset environment variables that will break testbed, indentation and comment ↵Christian Grothoff2017-12-27
| | | | typo fixes
* add rps binaries to .gitignoreJulius Bünger2017-12-27
|
* Prevent multipeermap from being reallocatedDavid Barksdale2017-12-26
| | | | Grothoff points out that multipeermaps grow when 75% full.
* Revert "Fix use-after-free in loop over modified list"David Barksdale2017-12-23
| | | | This reverts commit 012ff13acc0cb2f5d7210aa48819395fecf12a3d.
* Check for cycles in cadet pathsDavid Barksdale2017-12-23
| | | | | | | I believe this is the underlying issue from commit 012ff13acc0cb2f5d7210aa48819395fecf12a3d. I tested out this change and saw that cyclic paths were dropped and GCP_set_mq() no longer had to deal with multiple removals. After this commit I'll revert that one.
* Check for invalid path_lengthDavid Barksdale2017-12-22
|
* Another assert which is actually OKDavid Barksdale2017-12-19
|
* Another assert which is actually OK.David Barksdale2017-12-18
|
* Fix use-after-free in loop over modified listDavid Barksdale2017-12-18
| | | | | | This loop saved the next pointer which is OK if the current element is being freed, but the callback can cause other elements to be freed which was detected by ASAN.
* make gnunet-service-peerinfo unlink HELLOs greater than the allowed ↵xrs2017-12-17
| | | | GNUNET_MAX_MESSAGE_SIZE
* fix make cleanxrs2017-12-17
|
* Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-12-17
|\
| * doc: README: some notes on FIXME tasks.ng02017-12-13
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-12-13
|\|
| * Some additions to the generic installation collection.ng02017-12-13
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetxrs2017-12-05
|\|
| * -fix some mem corruption, fix large file download handlingSchanzenbach, Martin2017-12-05
| |