aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
Commit message (Collapse)AuthorAge
...
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* add PORT to NAT configuration, generate nat.conf from nat.conf.in, implement ↵Christian Grothoff2016-12-16
| | | | more of new NAT service
* fix creation of PHONE records with gnunet-namestorelurchi2016-11-22
| | | | The string size of the line/port part of a phone record value is 103 (base32-encoded GNUNET_HashCode). Until now it was assumed to be 128 bytes long
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* converting conversation to new service APIChristian Grothoff2016-10-11
|
* fix and report version checkChristian Grothoff2016-09-11
|
* -fix possible NPEChristian Grothoff2016-08-26
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -converting API to use new CADET portsChristian Grothoff2016-08-11
|
* - fix CADET-using servicesBart Polot2016-07-20
|
* pack network structsChristian Grothoff2016-07-09
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* fix type -- caught by new MQ logicChristian Grothoff2016-07-05
|
* handle failures more gracefully in testChristian Grothoff2016-06-27
|
* -use new connecT APIChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* -indentation and commentsChristian Grothoff2016-06-18
|
* convert conversation_api_call.cChristian Grothoff2016-06-18
|
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* add copyright headers, fix includesChristian Grothoff2016-04-09
|
* experimental gstreamer audiobackend (not working)hark2016-03-25
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix indentChristian Grothoff2015-06-28
|
* -fix indentChristian Grothoff2015-06-28
|
* -use defined nameSree Harsha Totakura2015-06-03
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fix #3611Christian Grothoff2015-01-16
|
* fix assertion violation if active call is cancelledChristian Grothoff2015-01-16
|
* -no hashChristian Grothoff2015-01-16
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
|
* -no nseChristian Grothoff2014-12-16
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -do not run tests if disabledChristian Grothoff2014-11-27
|
* -fix use-after-free in error handlingChristian Grothoff2014-10-05
|
* build fix from Bertrand MarcChristian Grothoff2014-09-30
|
* There's no GNUNET_LDFLAGS, there's only GN_LIB_FLAGSLRN2014-08-01
| | | | | This fixes a number of build errors on W32, where -no-undefined is needed to link shared libraries, and -no-undefined comes via GN_LIB_FLAGS.
* -check return valueChristian Grothoff2014-06-17
|
* -mark return value as intentionally ignoredChristian Grothoff2014-06-17
|
* -check return valueChristian Grothoff2014-06-17
|
* -add missing breakChristian Grothoff2014-06-17
|
* -allow caller ID to differ from zone used for resolutionChristian Grothoff2014-06-06
|
* addressing #3431Christian Grothoff2014-06-06
|
* -initialize cid in hangup messageChristian Grothoff2014-06-04
|