Skip to content
Snippets Groups Projects
  1. Oct 10, 2019
    • George Joseph's avatar
      pjproject_bundled: Replace earlier reverts with official fixes. · 5d9f9f48
      George Joseph authored
      Issues in pjproject 2.9 caused us to revert some of their changes
      as a work around.  This introduced another issue where pjproject
      wouldn't build with older gcc versions such as that found on
      CentOS 6.  This commit replaces the reverts with the official
      fixes for the original issues and allows pjproject to be built
      on CentOS 6 again.
      
      ASTERISK-28574
      Reported-by: Niklas Larsson
      
      Change-Id: I06f8507bea553d1a01b0b8874197d35b9d47ec4c
      5d9f9f48
  2. Oct 08, 2019
  3. Oct 07, 2019
  4. Oct 04, 2019
  5. Oct 01, 2019
  6. Sep 27, 2019
  7. Sep 26, 2019
  8. Sep 25, 2019
  9. Sep 24, 2019
  10. Sep 23, 2019
    • Kevin Harwell's avatar
      0cc48571
    • Friendly Automation's avatar
    • Corey Farrell's avatar
      core: Add AO2_ALLOC_OPT_NO_REF_DEBUG option. · 725e991f
      Corey Farrell authored
      Previous to this patch passing a NULL tag to ao2_alloc or ao2_ref based
      functions would result in the reference not being logged under
      REF_DEBUG.  This could sometimes cause inaccurate logging if NULL was
      accidentally passed to a reference action.  Now reference logging is
      only disabled by option passed to the allocation method.
      
      Change-Id: I3c17d867d901d53f9fcd512bef4d52e342637b54
      725e991f
    • Kevin Harwell's avatar
      res_sorcery_memory_cache: stale item update leak · a4caaef6
      Kevin Harwell authored
      When a stale item was being updated the object was being retrieved, but its
      reference was not being decremented after the update. This patch makes it so
      the object is now appropriately de-referenced.
      
      ASTERISK-28523
      
      Change-Id: I9d8173d3a0416a242f4eba92fa0853279c500ec7
      a4caaef6
    • George Joseph's avatar
      astmm.c: Display backtrace with memory show allocations · e82f2f6e
      George Joseph authored
      You can currently capture backtraces of memory allocations but they
      only get displayed when you stop asterisk and the atexit hooks
      are enabled.  Now, if memory backtrace is on and you issue a
      "memory show allocations" CLI command for a specific file, then
      a backtrace will show for each allocation that occurred after
      you turned "memory backtrace on".  The backtrace display is shown
      only when a specific file's allocations are displayed to prevent
      a massive CLI dump of every file's allocations.
      
      Change-Id: Ic657afc1fc6ec7205e16eb36a97a611d235a2b4f
      e82f2f6e
    • Corey Farrell's avatar
      core: Fix ABI mismatch of ao2_global_obj. · a4142c84
      Corey Farrell authored
      astobj2.c declares DEBUG_THREADS_LOOSE_ABI to avoid overhead of debug
      threads tracking information in the internal structures of astobj2.
      Unfortunately this means that ao2_global_obj contains the statically
      allocated debug threads tracking fields which are used by initialization
      and cleanup but main/astobj2.c believed those fields and associated
      space did not exist.
      
      Change-Id: Icef41ad97d88a8c1d1515e034ec8133cab3b1527
      a4142c84
  11. Sep 20, 2019
  12. Sep 19, 2019
Loading