summaryrefslogtreecommitdiff
path: root/main/file.c
AgeCommit message (Expand)Author
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2016-11-15file.c/__ast_file_read_dirs: Fix issues on filesystems without d_typeGeorge Joseph
2016-11-04stasis_recording/stored: remove calls to deprecated readdir_r function.Kevin Harwell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-05-05file: Ensure nativeformats remains valid for lifetime of use.Joshua Colp
2016-03-23main/file: Add the ability to play media in the media cacheMatt Jordan
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-05-20app_playback: Suppress warnings on playback if channel hung upGeorge Joseph
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-11-06main/file.c: fix possible extra ast_module_unref to format modules.Corey Farrell
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-16Voicemail: get correct duration when copying file to vmScott Griepentrog
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-14main/file: Move test event to emit PLAYBACK event more consistentlyMatthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-01-27Protect ast_filestream object when on a channelRussell Bryant
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-08-29Memory leaks fixKevin Harwell
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-07-03ARI - channel recording supportDavid M. Lee
2013-06-24Index installed sounds and implement ARI sounds queriesKinsey Moore
2013-01-28Change cleanup ordering in filestream destructor.Russell Bryant
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-05Allow playback of formats that don't support seekingKinsey Moore
2011-12-22Add Asterisk TestSuite event hooks to support ConfBridge testingMatthew Jordan
2011-11-11Video format was treated as audio when removed from the file playback schedulerMatthew Jordan
2011-10-03Merged revisions 339088 via svnmerge from Terry Wilson
2011-08-22Merged revisions 332817 via svnmerge from Matthew Jordan
2011-07-05Merged revisions 326209 via svnmerge from Matthew Jordan