summaryrefslogtreecommitdiff
path: root/main/json.c
AgeCommit message (Expand)Author
2018-02-12json: Add conditionals to avoid locking if Jansson is thread safe.Corey Farrell
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2017-07-07json.c: Add backtrace log to find 'Invalid UTF-8 string' errorsRichard Mudgett
2016-11-14res_ari: Add support for channel variables in ARI events.Sebastien Duthil
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-13json: Check party id name, number, subaddresses for UTF-8.Richard Mudgett
2016-10-13json: Add UTF-8 check call.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-27ARI: Fix crash if integer values used in JSON payload 'variables' object.Richard Mudgett
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-02-21json: Fix json API wrapper code for json library versions earlier than 2.3.0.Richard Mudgett
2013-11-22ARI: Don't leak implementation detailsKinsey Moore
2013-10-04ARI: Add subscription supportMatthew Jordan
2013-10-02MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.Richard Mudgett
2013-09-21json: Make it obvious that ast_json_unref() is NULL safe.Richard Mudgett
2013-08-02Address JSON thread safety issues.David M. Lee
2013-07-05Refactor RTCP events over to Stasis; associate with channelsMatthew Jordan
2013-07-03Update events to use Swagger 1.3 subtyping, and related aftermathDavid M. Lee
2013-07-01Refactor extraneous channel eventsKinsey Moore
2013-06-13Blow away usage of libjansson's foreach macroMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-17Stasis: Update security events to use StasisJonathan Rose
2013-04-30Stasis Core: Refactor ACL Change events to go out over the stasis core msg busJonathan Rose
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2013-04-15Moved core logic from app_stasis to res_stasisDavid M. Lee
2013-04-08Stasis application WebSocket supportDavid M. Lee
2013-03-22Fixed another issue from r383579.David M. Lee
2013-03-22Corrected some module issues introduced by r383579.David M. Lee
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee