From: Daniel Wagner <daniel.wag...@bmw-carit.de>

v3: - use '-r' instead of '-x' for disabling the DNS Proxy
v2: - remove resolver module
    - cleanup configure.ac and README (dnsproxy: plugin -> core)
v1: - remove ondemand 
v0: - initial version

Daniel Wagner (5):
  dnsproxy: Move from plugins to core
  dnsproxy: Fix checkpatch warnings
  dnsproxy: Add command line switch
  ondemand: Remove ondemand.c
  resolver: Only support resolv.conf and dnsproxy

 Makefile.am        |    8 +-
 Makefile.plugins   |   12 -
 README             |   17 +-
 configure.ac       |    7 -
 include/ondemand.h |   38 --
 include/resolver.h |   17 -
 plugins/dnsproxy.c | 1517 ----------------------------------------------------
 src/connman.h      |   13 +-
 src/dnsproxy.c     | 1467 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c         |    8 +-
 src/ondemand.c     |   96 ----
 src/resolver.c     |  400 ++++++---------
 12 files changed, 1644 insertions(+), 1956 deletions(-)
 delete mode 100644 include/ondemand.h
 delete mode 100644 plugins/dnsproxy.c
 create mode 100644 src/dnsproxy.c
 delete mode 100644 src/ondemand.c

-- 
1.7.3.4

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to