1. 28 Dec, 2016 1 commit
  2. 19 Dec, 2016 1 commit
  3. 18 Dec, 2016 1 commit
    • Add --enable-gnutls option · c8601571
      Fabrice Fontaine authored
      Previously HAVE_LIBGNUTLS was never set in config.h even if gnutls was
      detected as AC_CHECK_LIB default action-if-found was overriden by
      enable_gnutls=yes
      This patch adds an --enable-gnutls option and will call AC_CHECK_LIB
      with the default action to write HAVE_LIBGNUTLS in config.h
      Signed-off-by: 's avatarFabrice Fontaine <fabrice.fontaine@orange.com>
  4. 16 Dec, 2016 1 commit
  5. 15 Dec, 2016 5 commits
  6. 13 Dec, 2016 1 commit
    • confile: support the network link string pattern matching · 576400e5
      fli authored
      Enable lxc network config support the following type and link:
      
      lxc.network.type = phys
      lxc.network.link = eth+
      
      Here, the suffix '+' will trigger a string pattern matching
      and when lxc find any network interfaces name prefixed with
      "eth" such as "eth0", "eth1", "ethxxxx" and so on, it will
      try to move them into the container's namespace; If it didn't
      find any matching, it would do nothing for this configure
      line.
      Signed-off-by: 's avatarfli <fupan.li@windriver.com>
  7. 12 Dec, 2016 8 commits
  8. 10 Dec, 2016 2 commits
  9. 09 Dec, 2016 1 commit
  10. 08 Dec, 2016 3 commits
  11. 06 Dec, 2016 3 commits
  12. 05 Dec, 2016 1 commit
  13. 03 Dec, 2016 1 commit
  14. 02 Dec, 2016 4 commits
  15. 01 Dec, 2016 1 commit
  16. 29 Nov, 2016 6 commits