aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
Commit message (Collapse)AuthorAge
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
|
* -fix use-after-free in error handlingChristian Grothoff2014-10-05
|
* -check return valueChristian Grothoff2014-06-17
|
* -nicer logsChristian Grothoff2014-06-04
|
* -better loggingChristian Grothoff2014-06-04
|
* Rename mesh->cadetBart Polot2014-05-07
|
* -remove trailing whitespaceChristian Grothoff2013-12-24
|
* - call MESH_channel_done() after successfully handling messagesSree Harsha Totakura2013-12-20
|
* - call GNUNET_SERVER_receive_done() when returning from message handlersSree Harsha Totakura2013-12-16
|
* - extend mesh audio messag to contain source line number. This is needed to ↵Sree Harsha Totakura2013-12-16
| | | | find the correct client channel to link unreliable audio channel
* - debugSree Harsha Totakura2013-12-16
| | | | | | - htonl source line number while calling - do not select a suspended channel upon receiving the first audio message
* - fixed missing call to call server_done in server message handlerSree Harsha Totakura2013-12-12
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* - fixed compile warningBart Polot2013-12-06
|
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* - fix line for client audio retransmissionBart Polot2013-11-27
|
* - remember caller sourceBart Polot2013-11-27
|
* - logBart Polot2013-11-27
|
* -fixChristian Grothoff2013-11-19
|
* -more debug messagesChristian Grothoff2013-11-16
|
* -fix missing endianess conversionsChristian Grothoff2013-11-16
|
* -clean up during shutdownChristian Grothoff2013-11-16
|
* -do not send done after destroying channelChristian Grothoff2013-11-16
|
* -avoid use after freeChristian Grothoff2013-11-16
|
* -doxygen, minor bug fixesChristian Grothoff2013-11-16
|
* -reworking connection to allow multiple waiting/active connections per lineChristian Grothoff2013-11-15
|
* -fix FTBFSChristian Grothoff2013-11-15
|
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* Fix incompatability with musl libc.David Barksdale2013-11-10
|
* -fix eddsa api migrationChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -doxygenChristian Grothoff2013-10-05
|
* -fix double-free, clarify APIChristian Grothoff2013-10-05
|
* -detect tunnel creation errorChristian Grothoff2013-10-05
|
* -fix mesh tunnel destructionChristian Grothoff2013-10-05
|
* -update to reflect mesh API changeChristian Grothoff2013-10-05
|
* -fix double freesChristian Grothoff2013-10-05
|
* -fix message typeChristian Grothoff2013-10-05
|
* -fix message typeChristian Grothoff2013-10-05
|
* -misc minor bugfixesChristian Grothoff2013-10-05
|
* -rename fest: new to defaultChristian Grothoff2013-10-05
|
* -fix loggingChristian Grothoff2013-10-02
|
* -ensure external symbols have proper prefix for conversation serviceChristian Grothoff2013-10-02
|
* -adjust includes, add missing licensesChristian Grothoff2013-10-02
|
* -towards canonical header structure for conversationChristian Grothoff2013-10-02
|
* -spell param(eter) correctlyChristian Grothoff2013-10-01
|
* -fixing misc FTBFS issuesChristian Grothoff2013-10-01
|
* Initial conversation (experimental) commitAndreas Fuchs2013-10-01