aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
Commit message (Collapse)AuthorAge
* malloc -> newLRN2013-12-19
|
* - debug infoBart Polot2013-12-17
|
* - logBart Polot2013-12-12
|
* - dont generate errors on async channel destruction, use stats insteadBart Polot2013-12-09
|
* -make checkers happy by always initializing map, also extra check just in ↵Christian Grothoff2013-12-08
| | | | case the branch conditions are not quite right
* - nonexistent channel does not necessarily means an error, could be ↵Bart Polot2013-12-05
| | | | cross-notification of channel_destroy
* - remove old dead code / message typesBart Polot2013-11-27
|
* - dont send anything to clients shutting downBart Polot2013-11-27
|
* - logBart Polot2013-11-27
|
* - fix #3114: add feedback from _local to _channel on who is requesting the ↵Bart Polot2013-11-26
| | | | channel destruction, notify the other part
* - logBart Polot2013-11-21
|
* - don't crash on channel not foundBart Polot2013-11-21
|
* - missing headerBart Polot2013-11-19
|
* - show WARNING if elements were not in the hashmapsBart Polot2013-11-15
|
* - ignore return valuesBart Polot2013-11-15
|
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* - fix #3091Bart Polot2013-11-07
|
* - refactoringBart Polot2013-11-06
| | | | | | - fixes - doxygen
* - doxygenBart Polot2013-10-18
|
* - flow control changes and fixesBart Polot2013-10-18
|
* - address FIXMEsBart Polot2013-10-11
|
* - debugBart Polot2013-10-11
|
* - fix compile errors in localBart Polot2013-10-11
|
* - syncBart Polot2013-10-11
|
* - migrate handlers to channel.cBart Polot2013-10-11
| | | | | - clients shouldn't know about tunnels
* - syncBart Polot2013-10-11
|
* - fixes in localBart Polot2013-10-10
|
* - fix dhtBart Polot2013-10-10
|
* - fixesBart Polot2013-10-10
|
* - local channel id better accounted for per-clientBart Polot2013-10-09
|
* - fixing channel functionsBart Polot2013-10-09
|
* - move get channel to localBart Polot2013-10-09
|
* - fixed _tunnelBart Polot2013-10-09
| | | | | - solved data struct visibility
* - share one statistics handle across all subsystemsBart Polot2013-10-08
|
* - fix LOGBart Polot2013-10-08
|
* - use per-module loggingBart Polot2013-10-08
|
* - move all core/PeerIdentity interacting code to _peer, remove ↵Bart Polot2013-10-08
| | | | GNUNET_PeerIdentity from _connection
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - syncBart Polot2013-10-04
|
* - more refactoringBart Polot2013-10-02
|
* - too much uncommited workBart Polot2013-10-01