summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2011-04-18Release 0.730.73Marcel Holtmann1-1/+1
2011-03-30Release 0.720.72Marcel Holtmann1-1/+1
2011-03-28build: Check for dbus_connection_can_send_type functionMarcel Holtmann1-0/+4
2011-03-28build: Improve D-Bus checks for cross-compilationMarcel Holtmann1-0/+6
2011-03-16Release 0.710.71Marcel Holtmann1-1/+1
2011-03-11tist: Initial plugin implementationSamuel Ortiz1-0/+6
This is a plugin to support TI's shared transport driver.
2011-02-22Release 0.700.70Marcel Holtmann1-1/+1
2011-02-06Release 0.690.69Marcel Holtmann1-1/+1
2011-01-29Release 0.680.68Marcel Holtmann1-1/+1
2011-01-28nmcompat: Add pluginKalle Valo1-0/+6
Add plugin which provides network-manager state interface to applications. This is a direct copy of what was in src/manager.c, just copied all into a plugin.
2011-01-28build: Fix checks for systemd unit directoryMarcel Holtmann1-10/+9
2011-01-27Makefile: Add build suppport for the vpnc pluginMohamed Abbas1-0/+17
2011-01-26dnsproxy: Move from plugins to coreDaniel Wagner1-7/+0
2011-01-26configure: Do not fail when systemd is not installedLucas De Marchi1-12/+8
Use --with-systemdsystemunitdir instead of --enabled-systemd so it's possible to enable systemd even if systemd is not installed.
2011-01-20Release 0.670.67Marcel Holtmann1-1/+1
2011-01-17Release 0.660.66Marcel Holtmann1-1/+1
2010-12-28fix glib dependencyYang Ruirui1-2/+2
src/stats.c and src/tools/stats-tool.c use glib function g_mkstemp_full g_mkstemp_full comes since GLib 2.21.6, see following changelog: http://linuxtesting.org/upstream-tracker/changelogs/glib/2.21.6/changelog.html So here fix the dependency of glib in configure.ac to >=2.22
2010-12-24Release 0.650.65Marcel Holtmann1-1/+1
2010-12-10configure: Decrease default size of stats filesDaniel Wagner1-2/+2
2010-12-08Fix SYSTEMD_UNITDIR typoIan Lee1-1/+1
2010-11-26Release 0.640.64Marcel Holtmann1-1/+1
2010-11-26Remove support for dhclient pluginMarcel Holtmann1-17/+0
2010-11-03Release 0.630.63Marcel Holtmann1-1/+1
2010-11-03openvpn: Add OpenVPN supportDaniel Wagner1-0/+17
2010-10-29Fix --with-ntpd configure optionMarcel Holtmann1-3/+3
2010-10-29Check for GnuTLS library when tools are enabledMarcel Holtmann1-1/+6
2010-10-28iptables: Initial library commitSamuel Ortiz1-5/+6
The ConnMan iptables library provides a simple internal API for adding netfilter chains and rules.
2010-10-23iptables: Replace iptables-test programSamuel Ortiz1-4/+4
The new iptables-test no longer links against the unstable libiptc library. A link against libxtables is still necessary as the iptables extensions are only registered against iptables through this library. Not using it would mean replicating any of the extensions ConnMan could potentially need.
2010-10-04Remove dependency on udevMarcel Holtmann1-18/+0
2010-10-02Add support for systemd service configurationMarcel Holtmann1-0/+13
2010-10-02Add support for installing D-Bus autostart configurationMarcel Holtmann1-0/+10
2010-10-02Release 0.620.62Marcel Holtmann1-1/+1
2010-09-26udev: Print error when udev support is not available and not disabledMarcel Holtmann1-4/+2
2010-09-22Store stats information into separate filesDaniel Wagner1-0/+11
Currently the statistic information is stored into the profile file. This results in rewriting the whole file if connann_stats_save is called. This results in too many disk I/Os for low power devices. Furthermore, only the current value is stored. There is no way to find out how many bytes have been transfered in the last month. First, each service statistic is stored into a separate files under /var/lib/connman having a *.data extension. This file contains fixed sized records of stats counters and will be mmap into memory. It is used like a ring buffer. If the buffer is full or after a certain period (e.g. a month), the raw data will be summerized into the *.info file. Currently the summary is not implented yet. This will be implemented in the next round of patches.
2010-09-21Simplify linker scriptLucas De Marchi1-3/+0
Version linker scripts support function names and globs, so there's no need to rely on nm tool to gather the exported symbols.
2010-09-21Use DBUS_CONFDIR variable instead of DBUS_DATADIRMarcel Holtmann1-4/+4
2010-09-19Add skeleton for PAC runner supportMarcel Holtmann1-0/+7
2010-09-14Small style cleanup for readabilityMarcel Holtmann1-2/+3
2010-09-14Check harder for -lresolvPekka Pessi1-2/+3
Older Debians and friends expose __ns_initparse and their resolv.h defines ns_initparse is __ns_initparse.
2010-09-10Release 0.610.61Marcel Holtmann1-1/+1
2010-09-09Update support for PolicyKit with GDBus security integrationMarcel Holtmann1-6/+3
2010-09-08Release 0.600.60Marcel Holtmann1-1/+1
2010-08-22Release 0.590.59Marcel Holtmann1-1/+1
2010-08-21Release 0.580.58Marcel Holtmann1-1/+1
2010-08-17Always check for ns_initparsePekka Pessi1-6/+6
ns_initparse is used by gresolv, too.
2010-08-12Release 0.570.57Marcel Holtmann1-1/+1
2010-08-04Release 0.560.56Marcel Holtmann1-1/+1
2010-07-27Remove udhcp pluginMarcel Holtmann1-17/+0
2010-07-27Remove resolvconf pluginMarcel Holtmann1-17/+0
2010-07-25Release 0.550.55Marcel Holtmann1-1/+1