Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-26 | Release 0.640.64 | Marcel Holtmann | 1 | -1/+1 | |
2010-11-26 | Remove support for dhclient plugin | Marcel Holtmann | 1 | -17/+0 | |
2010-11-03 | Release 0.630.63 | Marcel Holtmann | 1 | -1/+1 | |
2010-11-03 | openvpn: Add OpenVPN support | Daniel Wagner | 1 | -0/+17 | |
2010-10-29 | Fix --with-ntpd configure option | Marcel Holtmann | 1 | -3/+3 | |
2010-10-29 | Check for GnuTLS library when tools are enabled | Marcel Holtmann | 1 | -1/+6 | |
2010-10-28 | iptables: Initial library commit | Samuel Ortiz | 1 | -5/+6 | |
The ConnMan iptables library provides a simple internal API for adding netfilter chains and rules. | |||||
2010-10-23 | iptables: Replace iptables-test program | Samuel Ortiz | 1 | -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-04 | Remove dependency on udev | Marcel Holtmann | 1 | -18/+0 | |
2010-10-02 | Add support for systemd service configuration | Marcel Holtmann | 1 | -0/+13 | |
2010-10-02 | Add support for installing D-Bus autostart configuration | Marcel Holtmann | 1 | -0/+10 | |
2010-10-02 | Release 0.620.62 | Marcel Holtmann | 1 | -1/+1 | |
2010-09-26 | udev: Print error when udev support is not available and not disabled | Marcel Holtmann | 1 | -4/+2 | |
2010-09-22 | Store stats information into separate files | Daniel Wagner | 1 | -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-21 | Simplify linker script | Lucas De Marchi | 1 | -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-21 | Use DBUS_CONFDIR variable instead of DBUS_DATADIR | Marcel Holtmann | 1 | -4/+4 | |
2010-09-19 | Add skeleton for PAC runner support | Marcel Holtmann | 1 | -0/+7 | |
2010-09-14 | Small style cleanup for readability | Marcel Holtmann | 1 | -2/+3 | |
2010-09-14 | Check harder for -lresolv | Pekka Pessi | 1 | -2/+3 | |
Older Debians and friends expose __ns_initparse and their resolv.h defines ns_initparse is __ns_initparse. | |||||
2010-09-10 | Release 0.610.61 | Marcel Holtmann | 1 | -1/+1 | |
2010-09-09 | Update support for PolicyKit with GDBus security integration | Marcel Holtmann | 1 | -6/+3 | |
2010-09-08 | Release 0.600.60 | Marcel Holtmann | 1 | -1/+1 | |
2010-08-22 | Release 0.590.59 | Marcel Holtmann | 1 | -1/+1 | |
2010-08-21 | Release 0.580.58 | Marcel Holtmann | 1 | -1/+1 | |
2010-08-17 | Always check for ns_initparse | Pekka Pessi | 1 | -6/+6 | |
ns_initparse is used by gresolv, too. | |||||
2010-08-12 | Release 0.570.57 | Marcel Holtmann | 1 | -1/+1 | |
2010-08-04 | Release 0.560.56 | Marcel Holtmann | 1 | -1/+1 | |
2010-07-27 | Remove udhcp plugin | Marcel Holtmann | 1 | -17/+0 | |
2010-07-27 | Remove resolvconf plugin | Marcel Holtmann | 1 | -17/+0 | |
2010-07-25 | Release 0.550.55 | Marcel Holtmann | 1 | -1/+1 | |
2010-07-13 | Add some extra autoconf/automake magic for iptables library | Marcel Holtmann | 1 | -0/+5 | |
2010-07-12 | Do not pass the -H option to dhclient task | Samuel Ortiz | 1 | -6/+0 | |
This option is only supported by RedHat's dhclient package. | |||||
2010-06-17 | Release 0.540.54 | Marcel Holtmann | 1 | -1/+1 | |
2010-05-31 | ntpd plugin | Samuel Ortiz | 1 | -0/+18 | |
The ntpd plugin triggers an ntpd -q task whenever a service goes online. It either uses the meego ntp service or the one it potentially fetches from a DHCP response. | |||||
2010-05-25 | Release 0.530.53 | Marcel Holtmann | 1 | -1/+1 | |
2010-05-16 | Add example test tool for DNS resolver client | Marcel Holtmann | 1 | -0/+6 | |
2010-05-13 | Fix massive amount of whitespace usage in configure.ac | Marcel Holtmann | 1 | -12/+12 | |
2010-05-13 | Check for dhclient hostname support | Marcel Holtmann | 1 | -0/+6 | |
2010-04-13 | Release 0.520.52 | Marcel Holtmann | 1 | -1/+1 | |
2010-04-01 | Add hh2serial GPS support | Mohamed Abbas | 1 | -0/+6 | |
This patch brings the hh2serial GPS device on and off with offline mode changes. Although this power control is currently done through sysfs entries, this will be fixed once the hh2serial driver gets proper rfkill support. | |||||
2010-03-25 | Release 0.510.51 | Marcel Holtmann | 1 | -1/+1 | |
2010-03-25 | Portal detection plugin | Mohamed Abbas | 1 | -0/+6 | |
Add new plugin to support page redirection when using wifi or ethernet. Most of this code is a copy from tools/portal-test.com intergrated to work with location core. | |||||
2010-03-07 | Remove unneeded plugin for Ericsson MBM support | Marcel Holtmann | 1 | -6/+0 | |
2010-03-07 | Remove unneeded plugin for Option HSO support | Marcel Holtmann | 1 | -6/+0 | |
2010-03-07 | Rename Moblin plugin to MeeGo features plugin | Marcel Holtmann | 1 | -5/+5 | |
2010-03-03 | Release 0.500.50 | Marcel Holtmann | 1 | -1/+1 | |
2010-02-11 | Release 0.490.49 | Marcel Holtmann | 1 | -1/+1 | |
2009-12-30 | Release 0.480.48 | Marcel Holtmann | 1 | -1/+1 | |
2009-12-14 | Add plugin for Moblin specific features | Marcel Holtmann | 1 | -0/+6 | |
2009-12-14 | Add plugin for using Google Public DNS service | Marcel Holtmann | 1 | -0/+6 | |