aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* result is a boolean; stylistic changeslurchi2017-12-26
* test_psyc: less services and less noise in the outputlurchi2017-12-26
* test_social: less services and less noise in the outputlurchi2017-12-26
* unified debug output (allows grep OP ID)lurchi2017-12-24
* stylistic fixlurchi2017-12-24
* be more clear about test procedure (use self-explanatory function names)lurchi2017-12-24
* remove debug assertion; add debug outputlurchi2017-12-24
* forgot to call GNUNET_SERVICE_client_continuelurchi2017-12-24
* we have to destroy channels to the origin when cleaning up a memberlurchi2017-12-15
* Merge branch 'fix_social' of gnunet.org:gnunet into fix_sociallurchi2017-12-14
|\
| * tried to print out stacktrace, not working. removed.t3sserakt2017-11-25
| * fixed compile errort3sserakt2017-11-25
| * added loggingt3sserakt2017-11-25
| * Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-25
| |\
| * \ Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-24
| |\ \
| * \ \ Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-22
| |\ \ \
| * \ \ \ Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-21
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-09
| |\ \ \ \ \ \
| * | | | | | | changed log levelst3sserakt2017-11-08
| * | | | | | | Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-11-02
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix_social' of gnunet.org:gnunet into fix_socialt3sserakt2017-10-29
| |\ \ \ \ \ \ \ \
| * | | | | | | | | added loggingt3sserakt2017-10-29
* | | | | | | | | | don't shutdown before all members and origin have disconnectedlurchi2017-12-14
* | | | | | | | | | actually use the is_disconnecting flag; debug output; remove dead codelurchi2017-12-14
* | | | | | | | | | revert commit 6490b5f31e58e9ec008f8c5ceda28f6054f1bbbalurchi2017-11-24
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | WARNING -> DEBUGlurchi2017-11-24
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | mark channel as disconnectin when a part request is sent; cleanuplurchi2017-11-24
* | | | | | | | added FIXMElurchi2017-11-24
* | | | | | | | added FIXMEslurchi2017-11-24
* | | | | | | | introduce part request / part ack messages (for leaving multicast groups) and...lurchi2017-11-24
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | commented out wrong message typelurchi2017-11-22
| |_|_|_|_|/ |/| | | | |
* | | | | | Introduce PART/PART_ACK messages (tests will fail until multicast module is a...lurchi2017-11-18
* | | | | | use comfort functions of MQ APIlurchi2017-11-18
| |_|_|_|/ |/| | | |
* | | | | Use MQ API instead of manually allocating messages; simplify logic in handle_...lurchi2017-11-13
* | | | | finalize protocol change (fixes message loss when leaving a place)lurchi2017-11-13
| |_|_|/ |/| | |
* | | | improve documentationlurchi2017-11-08
* | | | protocol change: add ack message for guests/hosts leaving a placelurchi2017-11-08
| |_|/ |/| |
* | | Fix tcp on exit crash -- could have sworn I fixed this one beforeChristian Grothoff2017-10-29
* | | allow MST callback to distinguish between disconnect and parse error situatio...Christian Grothoff2017-10-29
* | | minor style fixChristian Grothoff2017-10-29
* | | logging, cosmetic fixesChristian Grothoff2017-10-29
* | | do handle CTRL-C properly in test_socialChristian Grothoff2017-10-29
* | | better logging of message processing errors in mq handlingChristian Grothoff2017-10-29
* | | handle service disconnect without crashing if reconnect failsChristian Grothoff2017-10-29
* | | clarify use of client_dropChristian Grothoff2017-10-29
* | | fix wrong condition, do only drop if it has not been dropped, instead of caus...Christian Grothoff2017-10-29
| |/ |/|
* | misc social hacking with LurchiChristian Grothoff2017-10-28
|/
* added loggingt3sserakt2017-10-23
* added mq loggingt3sserakt2017-10-14