Commit Graph

6787 Commits (9cb77904e024fff3edf574581a640db6ac3c73bb)

Author SHA1 Message Date
Alexander Traud 6d980de282 channel: Set up calls without audio (text+video), again.
5 years ago
Ivan Poddubnyi 05472da92b main/frame: Add missing control frame names to ast_frame_subclass2str
5 years ago
Sean Bright 1b74555fcf asterisk: Export additional manager functions
5 years ago
Alexander Traud 80c14f74bc codecs: Remove test-law.
5 years ago
Sean Bright 357510cec3 app_chanspy: Spyee information missing in ChanSpyStop AMI Event
5 years ago
George Joseph 7d4ae7dc18 logger.c: Automatically add a newline to formats that don't have one
5 years ago
lvl b08427134f Introduce astcachedir, to be used for temporary bucket files
5 years ago
Sean Bright c8b6340023 media_cache: Fix reference leak with bucket file metadata
5 years ago
Boris P. Korzun 8cb439f7e4 bridge_basic: Fixed setup of recall channels
5 years ago
Alexander Traud 28faafd1c4 Compiler fixes for GCC when printf %s is NULL
5 years ago
Walter Doekes 1650d50e91 main/say: Work around gcc 9 format-truncation false positive
5 years ago
Sean Bright fa023cbfa0 tcptls.c: Don't close TCP client file descriptors more than once
5 years ago
Kevin Harwell 56028426de Logging: Add debug logging categories
5 years ago
Sean Bright 51cba591e3 pbx.c: On error, ast_add_extension2_lockopt should always free 'data'
5 years ago
George Joseph 773f424c7f app_confbridge/bridge_softmix: Add ability to force estimated bitrate
5 years ago
Jasper van der Neut e831952eba channels: Don't dereference NULL pointer
5 years ago
Sean Bright 16dfe8f03f dsp.c: Update calls to ast_format_cmp to check result properly
5 years ago
Sean Bright 30e08ce1bb format_cap: Perform codec lookups by pointer instead of name
5 years ago
George Joseph 44bb0858cb debugging: Add enough to choke a mule
5 years ago
George Joseph 86f1bce186 res_pjsip_session: Handle multi-stream re-invites better
5 years ago
Sungtae Kim aae0904c7d res_stasis.c: Added video_single option for bridge creation
5 years ago
Ben Ford 80a609fcce Bridging: Use a ref to bridge_channel's channel to prevent crash.
5 years ago
Kevin Harwell 1a5597741f conversions: Add string to signed integer conversion functions
5 years ago
Joshua C. Colp 28bae5e901 pbx: Fix hints deadlock between reload and ExtensionState.
5 years ago
George Joseph 54ddf19141 logger.c: Added a new log formatter called "plain"
5 years ago
Sean Bright 3553192900 bridge_channel: Ensure text messages are zero terminated
5 years ago
George Joseph 64ca2d48da scope_trace: Added debug messages and added additional macros
5 years ago
George Joseph 118cb3f0dd stream.c: Added 2 more debugging utils and added pos to stream string
5 years ago
George Joseph 647c53c41f ACN: Changes specific to the core
5 years ago
Ben Ford 9ed6387c14 utils.c: NULL terminate ast_base64decode_string.
5 years ago
Sean Bright 7d96b3e437 utf8.c: Add UTF-8 validation and utility functions
5 years ago
sungtae kim c10ed8d4d6 stasis_bridge.c: Fixed wrong video_mode shown
5 years ago
Sean Bright c3588d9c0b acl.c: Coerce a NULL pointer into the empty string
5 years ago
George Joseph 9bd1d686a1 ACN: Add tracing to existing code
5 years ago
George Joseph d093e44b1e frame.c: Make debugging easier
5 years ago
George Joseph 955b7b4fdb Scope Trace: Make it easier to trace through synchronous tasks
5 years ago
Kevin Harwell cfed0ea033 manager - Add Content-Type parameter to the SendText action
5 years ago
George Joseph 8d1064eaaf Streams: Add features for Advanced Codec Negotiation
5 years ago
Ben Ford 1274117102 res_stir_shaken: Add outbound INVITE support.
5 years ago
Joshua C. Colp de2813cf23 core_unreal / core_local: Add multistream and re-negotiation.
5 years ago
Kevin Harwell 3d1bf3c537 Compiler fixes for gcc 10
5 years ago
Ben Ford 559fa0e89c cli.c: Fix compiler error.
5 years ago
Ben Ford 3927f79cb5 res_stir_shaken: Add inbound INVITE support.
5 years ago
Joshua C. Colp 1fcb6b1b21 bridge_channel: Don't queue unmapped frames.
5 years ago
sungtae kim 25ae412f75 bridge.c: Fixed null pointer exception
5 years ago
George Joseph ca3c22c5f1 Scope Tracing: A new facility for tracing scope enter/exit
5 years ago
traud f9ea75d117 tcptls: Fix notice when TLS is enabled but not supported.
6 years ago
Pirmin Walthert 6b2d945174 app.c: make sure that no non-async-signal-safe syscalls are used after
6 years ago
George Joseph 7fbfbe7da0 streams: Fix one memory leak and one formats ref issue
6 years ago
Nathan Bruning f217fcdc62 app_queue: track masquerades in app_queue to avoid leaked stasis subscriptions
6 years ago
Jaco Kroon 44e5dd288b Remove #include <sys/cdefs.h>
6 years ago
Alexander Traud 29070b61f7 core_local: Local calls are always secure.
6 years ago
Guido Falsi 97494d8984 core/dns: Add system include required on FreeBSD
6 years ago
Joshua C. Colp 1c5e68580a stream: Enforce formats immutability and ensure formats exist.
6 years ago
Joshua C. Colp 6cfc6ff53c confbridge: Add support for disabling text messaging.
6 years ago
Pirmin Walthert ca032d1e2e res_rtp_asterisk: Free payload when error on insertion to data buffer
6 years ago
Jean Aunis de66713fd5 func_volume: Accept decimal number as argument
6 years ago
Jaco Kroon c5f3836bcc main/backtrace: binutils-2.34 fix.
6 years ago
George Joseph 2ee455958e codec_negotiation: Implement outgoing_call_offer_pref
6 years ago
Kevin Harwell 3c345ec56d channel: write to a stream on multi-frame writes
6 years ago
sungtae kim dbddb6725d dial.c: Removed dial string 80 character limitation
6 years ago
Jaco Kroon d32e559e8a acl: implement a centralized ACL output mechanism for HAs and ACLs.
6 years ago
Jaco Kroon 2ad64e97c0 Update main/backtrace.c to deal with changes in binutils 2.34.
6 years ago
Sean Bright d68f940f6e dns_txt: Add TXT record parsing support
6 years ago
Joshua C. Colp 98d10d0a16 audiohook: Don't allow audiohooks to attach to hung up channels.
6 years ago
George Joseph 7b09d9c5aa Merge "enum.c: Make ast_get_txt() actually do something."
6 years ago
Sean Bright 517224ce85 enum.c: Add support for regular expression flag in NAPTR record
6 years ago
Sean Bright ab63f0cd0f enum.c: Make ast_get_txt() actually do something.
6 years ago
Kevin Harwell a715cf5aaa message & stasis/messaging: make text message variables work in ARI
6 years ago
Kevin Harwell d18af40431 Merge "say: Remove unused "plural" option from main/say"
6 years ago
Kevin Harwell 566f9a541f Merge "format_cap: make function parameters 'const'"
6 years ago
Kevin Harwell a3b3a9d2dc Merge "pjsip: Update ACLs on named ACL changes."
6 years ago
Kevin Harwell 1e1651b4f4 format_cap: make function parameters 'const'
6 years ago
Walter Doekes 0b5c6fddf1 say: Remove unused "plural" option from main/say
6 years ago
George Joseph 838583783f Merge "tcptls.c: Log more informative OpenSSL errors"
6 years ago
George Joseph 3854b561a5 Merge "bridging: Add better support for adding/removing streams."
6 years ago
George Joseph 4f1ab6404b Merge "app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used"
6 years ago
Joshua C. Colp d6712790cd pjsip: Update ACLs on named ACL changes.
6 years ago
Sean Bright 7f2d56fc8c tcptls.c: Log more informative OpenSSL errors
6 years ago
Joshua C. Colp 5a5be92b79 bridging: Add better support for adding/removing streams.
6 years ago
Joshua Colp 12ba0682ed Merge "stasis: Use format specifier for size_t."
6 years ago
Sean Bright ddfb60ac2c app_mixmonitor: Set MIXMONITOR_FILENAME to correct value when wav49 is used
6 years ago
Joshua C. Colp 0f6ee98c3f stasis: Use format specifier for size_t.
6 years ago
George Joseph b76ab5e5c9 message.c: Add option to suppress the Message channel AMI and ARI events
6 years ago
George Joseph 9688381f05 Merge "http: Add ability to disable /httpstatus URI"
6 years ago
George Joseph 6818c3d1d2 cdr.c: Set event time on party b when leaving a parking bridge
6 years ago
Sean Bright 0dce6f746b http: Add ability to disable /httpstatus URI
6 years ago
Sean Bright dfad69ce7c translate.c: Fix silk 24kHz truncation in 'core show translation'
6 years ago
Joshua Colp 64debbd13f Merge "app_voicemail, say: Fix various leading whitespace problems"
6 years ago
Sean Bright 5cbf47714a app_voicemail, say: Fix various leading whitespace problems
6 years ago
Sean Bright 50d02d6194 pbx.c: Include filesystem cache in free memory calculation
6 years ago
Joshua Colp a55d403429 Merge "res_pjsip_endpoint_identifier_ip.c: Add port matching support"
6 years ago
Joshua Colp bf0247ae7c Merge "stasis.c: Use correct topic name in stasis_topic_pool_delete_topic"
6 years ago
Sean Bright 312abaa1fe res_pjsip_endpoint_identifier_ip.c: Add port matching support
6 years ago
George Joseph ab5b97c0d3 Merge "features.c: Make Bridge application tolerate unspecified channel."
6 years ago
George Joseph 1c9ddad4db stasis.c: Use correct topic name in stasis_topic_pool_delete_topic
6 years ago
Richard Mudgett 0376f2bba9 features.c: Make Bridge application tolerate unspecified channel.
6 years ago
Sean Bright 87110c1bdf websocket: Consider pending SSL data when waiting for socket input
6 years ago
Sean Bright fc99ac8c9a db: Initialize condition primitive before use
6 years ago
George Joseph 7c4fc2e39a Merge "config.c: Skip UTF-8 BOMs if present when reading config files"
6 years ago
Joshua C. Colp dd823e50e4 Merge "main/file.c: Limit media cache usage to remote files."
6 years ago
Sean Bright 40b5cf8f52 config.c: Skip UTF-8 BOMs if present when reading config files
6 years ago
Kevin Reeves c626ccec12 main/file.c: Limit media cache usage to remote files.
6 years ago
Joshua C. Colp 89b7144fbd confbridge: Add support for specifying maximum sample rate.
6 years ago
Jaco Kroon 32160cb456 ACL: ast_apply_acl_nolog - identical to ast_apply_acl but without logging.
6 years ago
Friendly Automation fd00a2bd10 Merge "channel.c: Resolve issue with receiving SIP INFO packets for DTMF"
6 years ago
George Joseph c1ad1ea391 Merge "media_cache.c: Various CLI improvements"
6 years ago
George Joseph fd823225a6 channel.c: Resolve issue with receiving SIP INFO packets for DTMF
6 years ago
Joshua Colp cd3a2a478f Merge "core: Improve MALLOC_DEBUG for frames."
6 years ago
Sean Bright 91c3b5b09d media_cache.c: Various CLI improvements
6 years ago
George Joseph 7e3a6e158f manager.c: Prevent the Originate action from running the Originate app
6 years ago
Friendly Automation c93518497c Merge "serializer: set high/low alert levels on whole pool"
6 years ago
Alexei Gradinari f2d5ed54ea serializer: set high/low alert levels on whole pool
6 years ago
Kevin Harwell bdd785d31c various files - fix some alerts raised by lgtm code analysis
6 years ago
Corey Farrell 8a1f30af04
core: Improve MALLOC_DEBUG for frames.
6 years ago
Friendly Automation 391aafb971 Merge "pbx: deadlock when outgoing dialed channel hangs up too quickly"
6 years ago
Kevin Harwell bf6f27388d pbx: deadlock when outgoing dialed channel hangs up too quickly
6 years ago
Kevin Harwell c0efe19cec serializer: move/add asterisk serializer pool functionality
6 years ago
Friendly Automation d73482e6d1 Merge "stasis_state: Create internal stasis_state_proxy object."
6 years ago
Joshua Colp 729b286d59 stasis: Pass bumped topic_all reference to proxy_dtor.
6 years ago
George Joseph 57da20ddac Merge "taskprocessor.c: Added "like" support to 'core show taskprocessors'"
6 years ago
Sean Bright 702019fc80 pbx: Prevent Realtime switch crash on invalid priority
6 years ago
Ben Ford 4c3655ecfd taskprocessor.c: Added "like" support to 'core show taskprocessors'
6 years ago
George Joseph f156391176 Merge "core: Fix ABI mismatch of ao2_global_obj."
6 years ago
George Joseph 2d4abb9906 Merge "taskprocessor.c: Add CLI commands to reset taskprocessor stats."
6 years ago
George Joseph f2367e56c0 Merge "core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option."
6 years ago
Corey Farrell f7045cefd9 stasis_state: Create internal stasis_state_proxy object.
6 years ago
Ben Ford 4de1e6d0e6 taskprocessor.c: Add CLI commands to reset taskprocessor stats.
6 years ago
George Joseph e034e7f51d Merge "astmm.c: Display backtrace with memory show allocations"
6 years ago
Friendly Automation ffbad8ed83 Merge "stasis: refcounter.py can incorrectly report skewed objects."
6 years ago
Corey Farrell 725e991faf
core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option.
6 years ago
George Joseph e82f2f6e82 astmm.c: Display backtrace with memory show allocations
6 years ago
Corey Farrell a4142c8437
core: Fix ABI mismatch of ao2_global_obj.
6 years ago
Corey Farrell ca608d2575 stasis: refcounter.py can incorrectly report skewed objects.
6 years ago
Corey Farrell 3dfbc05c53 stasis: Fix leaks
6 years ago
Joshua Colp e79a3b428a Merge "func_jitterbuffer: Add audio/video sync support."
6 years ago
Joshua Colp 7298a785ad func_jitterbuffer: Add audio/video sync support.
6 years ago
Florian Floimair c18983207d core: Add H.265/HEVC passthrough support
6 years ago
Sean Bright 32ce6e9a06 channels: Allow updating variable value
6 years ago
Ben Ford 0e56643d9f res_rtp: Add unit tests for RTCP stats.
6 years ago
Joshua Colp 1e9714a050 AST-2019-005 - translate: Don't assume all frames will have a src.
6 years ago
George Joseph 9e015713cc dns_core: Create new API ast_dns_resolve_ipv6_and_ipv4
6 years ago
Sean Bright 64906c4c9b audiohook.c: Substitute silence for unavailable audio frames
6 years ago
Friendly Automation bcc0b85da8 Merge "srtp: Fix possible race condition, and add NULL checks"
6 years ago
George Joseph b859dd450a Merge "cdr / cel: Use event time at event creation instead of processing."
6 years ago
Kevin Harwell b805e1237d srtp: Fix possible race condition, and add NULL checks
6 years ago
Joshua Colp 261646c1c4 cdr / cel: Use event time at event creation instead of processing.
6 years ago
George Joseph 4b14b86114 Merge "various modules: json integer overflow"
6 years ago
George Joseph 97fd008562 Merge "main/udptl.c: correctly handle udptl sequence wrap around"
6 years ago
Kevin Harwell 3656c42cb0 various modules: json integer overflow
6 years ago
Friendly Automation ae2ddaa496 Merge "manager: Send fewer packets"
6 years ago
Torrey Searle 084901d548 main/udptl.c: correctly handle udptl sequence wrap around
6 years ago
Sean Bright 5f66fb5139 manager: Send fewer packets
6 years ago
George Joseph 8e44d823c1 loader.c: Fix possible SEGV when a module fails to register
6 years ago
George Joseph 5167555f8e Merge "sched: Don't allow ast_sched_del to deadlock ast_sched_runq from same thread"
6 years ago
Joshua Colp 54c1645c29 Merge "manager: Log AMI actions"
6 years ago
Walter Doekes 3c6f11992b sched: Don't allow ast_sched_del to deadlock ast_sched_runq from same thread
6 years ago
Kevin Harwell ba25038fd5 manager: Log AMI actions
6 years ago
Kevin Harwell b31ac83900 mwi: Update the MWI core to use stasis_state API
6 years ago
Kevin Harwell 83c6ebbae8 stasis_state: Make unsubscribes NULL tolerant
6 years ago
Friendly Automation 99addaff69 Merge "stasis_state: Add new stasis_state module"
6 years ago
Kevin Harwell 363bafc29e stasis_state: Add new stasis_state module
6 years ago
George Joseph c2ffb004aa tcptls.c: Add peer hostname and port to some error messages
6 years ago
George Joseph 3a51cdad18 Merge "translate.c do not log WARNING on empty audio frame"
6 years ago
Alexei Gradinari e3866cb714 translate.c do not log WARNING on empty audio frame
6 years ago
George Joseph f3e5419d41 app_confbridge: Attended transfer event fixup
6 years ago
Friendly Automation e222dc71d5 Merge "conversions.c: Add conversions for largest max sized integer"
7 years ago
George Joseph c5c953c1f1 Fixes for GCC 9
7 years ago
Kevin Harwell def6bbc96b conversions.c: Add conversions for largest max sized integer
7 years ago
Friendly Automation a6d9c4f11a Merge "stasis: Call callbacks when imparting fails"
7 years ago
Holger Hans Peter Freyther 3087c82eb6 stasis: Call callbacks when imparting fails
7 years ago
Joshua Colp 6bb70c93f1 rtp: Add support for transport-cc in receiver direction.
7 years ago
Friendly Automation c2326155aa Merge "mwi core: Move core MWI functionality into its own files"
7 years ago
Friendly Automation 3454639055 Merge "stasis: Fix crash at shutdown."
7 years ago
Ben Ford dc02d0d9f2 stasis: Fix crash at shutdown.
7 years ago
Antoni Goldstein 8e21c25ce5 app_dial.c: RINGTIME, PROGRESSTIME and ms resolution dial timings
7 years ago
Kevin Harwell ff0d0ac23a mwi core: Move core MWI functionality into its own files
7 years ago
Friendly Automation a9d541ea0f Merge "main/stasis.c: Added detail info for stasis show app cli"
7 years ago
Lucas Mendes 4f69ea928a res_indications: Fix indications remove command autocomplete
7 years ago
Friendly Automation 3c106814d5 Merge "loader: support for permanent dlopen()"
7 years ago
sungtae kim 1d3272d4ed main/stasis.c: Added detail info for stasis show app cli
7 years ago
Friendly Automation 0afd6128a7 Merge "pbx.c: Ignore dashes in extensions when using extenpatternmatchnew"
7 years ago
Sean Bright 7e5709d726 pbx.c: Ignore dashes in extensions when using extenpatternmatchnew
7 years ago
Sean Bright 2cf4e8bff9 pbx.c: Properly parse labels with leading digits
7 years ago
Joshua Colp a9bdbdc456 Merge "config.c: Fix a crash in extconfig parsing"
7 years ago
George Joseph 1ab20c5d91 Merge "stasis.c: Added topic_all container"
7 years ago
George Joseph 2f13cdd315 Merge "res/res_ari: Added ARI resource /ari/channels/{channelId}/rtp_statistics"
7 years ago
Friendly Automation 6a83c99c36 Merge "main/json.c: Added app_name, app_data to channel type"
7 years ago
Chris-Savinovich 391112d89a config.c: Fix a crash in extconfig parsing
7 years ago
Sebastian Kemper ccac55b894
loader: support for permanent dlopen()
7 years ago
sungtae kim 30d568ddec stasis.c: Added topic_all container
7 years ago
sungtae kim 76768ad6ce main/json.c: Added app_name, app_data to channel type
7 years ago
Joshua Colp d480f5eab2 manager: Use separate lock for session event notification.
7 years ago
Matthew Fredrickson 41a2662e16 main/taskprocessor: Increase max name length of taskprocessors
7 years ago
George Joseph 7e77815ad1 sorcery.c: Sorcery enhancements for wizard management
7 years ago
Joshua Colp a284587460 Merge "Revert "Test_cel: Fails when DONT_OPTIMIZE is off""
7 years ago
George Joseph 12c6a12521 Merge "app.c: Remove deletion of pool topic on mwi state delete"
7 years ago
Richard Mudgett 45a8892e67 taskprocessor.c: Fix printf type mismatch
7 years ago
George Joseph 63d90c38eb app.c: Remove deletion of pool topic on mwi state delete
7 years ago
Joshua C. Colp a145f83d30 Merge "stasis: Improve topic/subscription names and statistics."
7 years ago
sungtae kim 71c0c7f631 res/res_ari: Added ARI resource /ari/channels/{channelId}/rtp_statistics
7 years ago
Corey Farrell a40198a4d4
Revert "Test_cel: Fails when DONT_OPTIMIZE is off"
7 years ago
Joshua Colp 0231dd6ae7 stasis: Improve topic/subscription names and statistics.
7 years ago
Corey Farrell 9b7b8cb155 jansson: json_pack with new format to verify required runtime version.
7 years ago
sungtae kim 3638c433ac bridging: Add creation timestamps
7 years ago
Friendly Automation 12c359ba5d Merge "http.c: Support separated HTTP request"
7 years ago
Joshua C. Colp 18f92cb6f3 Merge "taskprocessor: Enable subsystems and overload by subsystem"
7 years ago
Sungtae Kim b4ccaad671 http.c: Support separated HTTP request
7 years ago
Joshua C. Colp a286f546f1 stasis: Store subscriber uniqueids with topic statistics.
7 years ago
George Joseph c2adeb9dc2 taskprocessor: Enable subsystems and overload by subsystem
7 years ago
Kevin Harwell 8f1b3edde8 json.c/strings.c - Add a couple of utility functions
7 years ago
George Joseph 68bb6ef6cb Merge "sounds: Sort 'core show sounds' output"
7 years ago
Sungtae Kim 5a2a7d65b5 main/cdr: Fixed cdr start overwriting
7 years ago
Giuseppe Sucameli e2bbab17b3 Fix deadlock handling subscribe req during res_parking reload
7 years ago
Sean Bright f174eb4ac1 sounds: Sort 'core show sounds' output
7 years ago
George Joseph 7071e9d64c media_index.c: Refactored so it doesn't cache the index
7 years ago
Joshua C. Colp fc8db07208 Merge "Test_cel: Fails when DONT_OPTIMIZE is off"
7 years ago
Friendly Automation 389b2ab39b Merge "manager_channels: Fix throwing of HangupHandler manager events"
7 years ago
Joshua C. Colp 884aaa5f72 Merge "stasis / manager / ari: Better filter messages."
7 years ago
Gerald Schnabel f9ca0afb39 manager_channels: Fix throwing of HangupHandler manager events
7 years ago
Chris-Savinovich 1c8378bbc9 Test_cel: Fails when DONT_OPTIMIZE is off
7 years ago
Joshua C. Colp 6f5bc854ab Merge "channel.c: Fix segfault with Monitor(wav,file,i)"
7 years ago
Valentin Vidic 17f76d27cc channel.c: Fix segfault with Monitor(wav,file,i)
7 years ago
Joshua C. Colp 1323730f6c stasis / manager / ari: Better filter messages.
7 years ago
Sean Bright 58b55f2a30 sched: Make sched_settime() return void because it cannot fail
7 years ago
mohitdhiman d60ee2eeae stasis/endpoint: Fix memory leak of channel_ids in ast_endpoint structure.
7 years ago
Friendly Automation 95dd00af3d Merge "stasis: Fix ABI between DEVMODE and non-DEVMODE."
7 years ago
Richard Mudgett 7c08ff51d7 stasic.c: Fix printf format type mismatches with arguments.
7 years ago
George Joseph 192d9dd9c5 Merge "backtrace.c: Fix casting pointer to/from integral type."
7 years ago
Corey Farrell 110934706f
stasis: Fix ABI between DEVMODE and non-DEVMODE.
7 years ago
George Joseph 4c084c6b1b Revert "stasis_cache: Stop caching stasis subscription change messages"
7 years ago
Richard Mudgett 314782e874 backtrace.c: Fix casting pointer to/from integral type.
7 years ago
Joshua C. Colp e12ba0a600 Merge "utils: Don't set or clear flags that don't need setting or clearing"
7 years ago
Friendly Automation 4e8aa3b68c Merge "stasis: Add statistics gathering in developer mode."
7 years ago
Joshua C. Colp a28f0382e8 Merge "Use non-blocking socket() and pipe() wrappers"
7 years ago
Joshua C. Colp fe07093660 stasis: Add statistics gathering in developer mode.
7 years ago
Friendly Automation 1f8062c6a6 Merge "stasis: Allow filtering by formatter"
7 years ago
Sean Bright 42ff856216 Use non-blocking socket() and pipe() wrappers
7 years ago
Sean Bright bedf16b041 utils: Don't set or clear flags that don't need setting or clearing
7 years ago
Sean Bright 6d69fb3cc2 utils: Wrap socket() and pipe() to reduce syscalls
7 years ago
George Joseph 3f3dd992a2 stasis: Allow filtering by formatter
7 years ago
Sean Bright 8f5df046f6 core: Add some documentation to the malloc_trim code
7 years ago
Chris-Savinovich 58e50e56cb core: Merge malloc_trim patch
7 years ago
George Joseph 3667c5e1d2 bridges: Remove reliance on stasis caching
7 years ago
Jenkins2 4ca709768d Merge "stasis: Segment channel snapshot to reduce creation cost."
7 years ago
Joshua Colp a6b37e5c43 Merge "astobj2: Create function to copy weak proxied objects from container."
7 years ago
Joshua Colp 50ac85cb40 stasis: Segment channel snapshot to reduce creation cost.
7 years ago
Joshua Colp d0ccbb3377 stasis: Use an implementation specific channel snapshot cache.
7 years ago
Corey Farrell 021ce938ca
astobj2: Remove legacy ao2_container_alloc routine.
7 years ago
Corey Farrell bc7f4f4db3
astobj2: Create function to copy weak proxied objects from container.
7 years ago