Skip to content
Snippets Groups Projects
  1. Sep 17, 2018
  2. Sep 16, 2018
  3. Sep 14, 2018
    • Sean Bright's avatar
      res_pjsip: Log IPv6 addresses correctly · 07cb13f7
      Sean Bright authored
      Both pjsip_tx_data.tp_info.dst_name and pjsip_rx_data.pkt_info.src_name
      store IPv6 addresses without enclosing brackets. This causes some log
      output to be confusing because it is difficult to separate the IPv6
      address from a port specification.
      
      * Use pj_sockaddr_print() along with pjsip_tx_data.tp_info.dst_addr and
        pjsip_rx_data.pkt_info.src_addr where possible for consistent IPv6
        output.
      
      * When a pj_sockaddr is not available, explicitly wrap IPv6 addresses
        in brackets.
      
      * When assigning pjsip_rx_data.pkt_info.src_name ourselves, make sure
        to also set pjsip_rx_data.pkt_info.src_addr.
      
      Change-Id: I5cfe997ced7883862a12b9c7d8551d76ae02fcf8
      07cb13f7
    • George Joseph's avatar
      CI: Use proper credentials for Security testsuite checkout · 8be6998f
      George Joseph authored
      Can't do anonymous http checkout from Security-testsuite.
      Need to use same credentials as the gerrit review checkout.
      
      Change-Id: I87af68c995cb8926f5e87f9af245600d76984f05
      8be6998f
    • George Joseph's avatar
  4. Sep 13, 2018
  5. Sep 12, 2018
  6. Sep 11, 2018
  7. Sep 07, 2018
  8. Sep 06, 2018
  9. Sep 05, 2018
  10. Sep 03, 2018
  11. Aug 31, 2018
  12. Aug 30, 2018
  13. Aug 29, 2018
Loading