1. 08 8月, 2013 1 次提交
  2. 03 8月, 2013 2 次提交
  3. 02 8月, 2013 2 次提交
  4. 01 8月, 2013 1 次提交
  5. 31 7月, 2013 12 次提交
  6. 30 7月, 2013 2 次提交
  7. 28 7月, 2013 3 次提交
  8. 25 7月, 2013 2 次提交
  9. 24 7月, 2013 1 次提交
  10. 21 7月, 2013 3 次提交
  11. 18 7月, 2013 1 次提交
  12. 14 7月, 2013 1 次提交
    • A
      Update README · 3b6c73c6
      Alessio Sergi 提交于
      Remove rst note directive because not supported by GH.
      Add batinfo as new optional dependency.
      Add FreeBSD installation instructions.
      3b6c73c6
  13. 13 7月, 2013 4 次提交
  14. 12 7月, 2013 1 次提交
  15. 07 7月, 2013 3 次提交
  16. 17 6月, 2013 1 次提交
    • A
      XML-RPC server: Add IPv6 support · 44b27d97
      Alessio Sergi 提交于
      SimpleXMLRPCServer uses AF_INET as default address family.
      This means it can only bind to IPv4 addresses.
      
      GlancesXMLRPCServer is a wrapper class that makes it able to
      listen on IPv6 connections.
      The AF_INET or AF_INET6 address family ìs now determined by
      socket.getaddrinfo() automatically.
      This way the code is independent from the stack IP version.
      44b27d97