Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
    • Timo Teräs's avatar
      Implement internal abstraction for iostreams · 070a51bf
      Timo Teräs authored
      fopencookie/funclose is a non-standard API and should not be used
      in portable software. Additionally, the way FILE's fd is used in
      non-blocking mode is undefined behaviour and cannot be relied on.
      
      This introduces internal abstraction for io streams, that allows
      implementing the desired virtualization of read/write operations
      with necessary timeout handling.
      
      ASTERISK-24515 #close
      ASTERISK-24517 #close
      
      Change-Id: Id916aef418b665ced6a7489aef74908b6e376e85
      070a51bf
  2. Nov 07, 2016
  3. Nov 04, 2016
    • Kevin Harwell's avatar
      Revert "chan_sip: Fix lastrtprx always updated" · bf01ff53
      Kevin Harwell authored
      This reverts commit 93332cb1.
      
      Unfortunately, the aforementioned commit caused a regression (incoming calls
      would eventually disconnect). Thus it is being removed.
      
      ASTERISK-26523 #close
      ASTERISK-25270
      
      Change-Id: Ibf5586adc303073a8eac667a4cbfdb6be184a64d
      bf01ff53
  4. Nov 03, 2016
  5. Nov 02, 2016
  6. Nov 01, 2016
  7. Oct 31, 2016
  8. Oct 30, 2016
    • Corey Farrell's avatar
      vector: Prevent NULL argument to memcpy. · 273debd2
      Corey Farrell authored
      Headers declare that memcpy does not accept NULL argument for the first
      two parameters.  Add a conditional block to prevent memcpy and ast_free
      from running on vectors with NULL element array.
      
      ASTERISK-26526 #close
      
      Change-Id: I988a476bb5fcfcbd3f6d6c6b3e7769e4f9629b71
      273debd2
  9. Oct 29, 2016
    • Corey Farrell's avatar
      astobj2: Declare private variable data_size for AO2_DEBUG only. · ad60927a
      Corey Farrell authored
      Every ao2 object contains storage for a private variable data_size,
      though the value is never read if AO2_DEBUG is disabled.  This change
      makes the variable conditional, reducing memory usage.
      
      ASTERISK-26524 #close
      
      Change-Id: If859929e507676ebc58b0f84247a4231e11da07f
      ad60927a
  10. Oct 28, 2016
Loading