1. 13 3月, 2014 1 次提交
  2. 12 3月, 2014 1 次提交
  3. 11 3月, 2014 2 次提交
  4. 10 3月, 2014 6 次提交
  5. 09 3月, 2014 3 次提交
  6. 07 3月, 2014 1 次提交
  7. 06 3月, 2014 2 次提交
  8. 05 3月, 2014 4 次提交
  9. 04 3月, 2014 8 次提交
  10. 03 3月, 2014 6 次提交
  11. 02 3月, 2014 6 次提交
    • Travis Cross's avatar
      Update the configuration report · 195586f7
      Travis Cross 提交于
      Order the default configure flags in the order they show up in
      configure --help, and order our own alphabetically.
      195586f7
    • Travis Cross's avatar
      Add --enable-fhs flag to configure · 057148e3
      Travis Cross 提交于
      When --enable-fhs is passed to configure, we set all paths by default
      in a way compliant with FHS, the Filesystem Hierarchy Standard.
      
        http://www.pathname.com/fhs/
      
      Each path may still be overridden by passing the specific flag for it.
      057148e3
    • Travis Cross's avatar
      Show TLS cipher suite selected in sofia debug · 8553498d
      Travis Cross 提交于
      This shows the cipher name, TLS version, the number of cipher bits and
      algorithm bits, and a description of the cipher in Sofia's debug
      logging output on level 9.
      8553498d
    • Travis Cross's avatar
      Deal with read errors in switch_xml.c · fdee9d94
      Travis Cross 提交于
      Unlike fread(3), read(3) will return -1 on error.  We were assigning
      the result of read to a potentially unsigned variable, and passing the
      result down to switch_xml_parse_str() where it would end up
      determining how many bytes to malloc(3).
      fdee9d94
    • Travis Cross's avatar
      Fix missing/duplicate declaration · a1b536be
      Travis Cross 提交于
      This looks like a copy/paste error.
      
      FS-6037 --resolve
      
      Thanks-to: David Sanders <dsanders@pinger.com>
      a1b536be
    • Travis Cross's avatar
      Add man page for freeswitch · 8598e0c5
      Travis Cross 提交于
      This man page is written in ronn format (package ruby-ronn on Debian)
      which is a subset of markdown that can be converted to nroff man
      pages, HTML, and other formats.
      8598e0c5