Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-02 | Release 0.780.78 | Marcel Holtmann | 1 | -1/+1 | |
2011-11-15 | pptp: Add pptp makefile and configure file | Jukka Rissanen | 1 | -0/+22 | |
2011-11-15 | l2tp: Add l2tp makefile and configure file | Jukka Rissanen | 1 | -0/+22 | |
2011-10-07 | configure: Print errors if VPN binaries are not found | Patrik Flykt | 1 | -0/+9 | |
When a VPN has been enabled and its binary is not given with '--with-<VPN>=PROGRAM', make an additional check whether AC_PATH_PROG found the binary in question. | |||||
2011-09-12 | location: Deleted location support and portal plugin | Tomasz Bursztyka | 1 | -6/+0 | |
2011-08-23 | Release 0.770.77 | Marcel Holtmann | 1 | -1/+1 | |
2011-07-20 | Release 0.760.76 | Marcel Holtmann | 1 | -1/+1 | |
2011-07-20 | build: Use color output for unit tests | Marcel Holtmann | 1 | -1/+1 | |
2011-07-20 | build: Remove wifi-scan testing utility | Marcel Holtmann | 1 | -5/+0 | |
2011-07-17 | build: Check for signalfd support | Marcel Holtmann | 1 | -0/+3 | |
2011-06-15 | Release 0.750.75 | Marcel Holtmann | 1 | -1/+1 | |
2011-06-08 | build: Check for linux/if_alg.h if tools are enabled | Marcel Holtmann | 1 | -0/+3 | |
2011-06-02 | Release 0.740.74 | Marcel Holtmann | 1 | -1/+1 | |
2011-04-18 | Release 0.730.73 | Marcel Holtmann | 1 | -1/+1 | |
2011-03-30 | Release 0.720.72 | Marcel Holtmann | 1 | -1/+1 | |
2011-03-28 | build: Check for dbus_connection_can_send_type function | Marcel Holtmann | 1 | -0/+4 | |
2011-03-28 | build: Improve D-Bus checks for cross-compilation | Marcel Holtmann | 1 | -0/+6 | |
2011-03-16 | Release 0.710.71 | Marcel Holtmann | 1 | -1/+1 | |
2011-03-11 | tist: Initial plugin implementation | Samuel Ortiz | 1 | -0/+6 | |
This is a plugin to support TI's shared transport driver. | |||||
2011-02-22 | Release 0.700.70 | Marcel Holtmann | 1 | -1/+1 | |
2011-02-06 | Release 0.690.69 | Marcel Holtmann | 1 | -1/+1 | |
2011-01-29 | Release 0.680.68 | Marcel Holtmann | 1 | -1/+1 | |
2011-01-28 | nmcompat: Add plugin | Kalle Valo | 1 | -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-28 | build: Fix checks for systemd unit directory | Marcel Holtmann | 1 | -10/+9 | |
2011-01-27 | Makefile: Add build suppport for the vpnc plugin | Mohamed Abbas | 1 | -0/+17 | |
2011-01-26 | dnsproxy: Move from plugins to core | Daniel Wagner | 1 | -7/+0 | |
2011-01-26 | configure: Do not fail when systemd is not installed | Lucas De Marchi | 1 | -12/+8 | |
Use --with-systemdsystemunitdir instead of --enabled-systemd so it's possible to enable systemd even if systemd is not installed. | |||||
2011-01-20 | Release 0.670.67 | Marcel Holtmann | 1 | -1/+1 | |
2011-01-17 | Release 0.660.66 | Marcel Holtmann | 1 | -1/+1 | |
2010-12-28 | fix glib dependency | Yang Ruirui | 1 | -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-24 | Release 0.650.65 | Marcel Holtmann | 1 | -1/+1 | |
2010-12-10 | configure: Decrease default size of stats files | Daniel Wagner | 1 | -2/+2 | |
2010-12-08 | Fix SYSTEMD_UNITDIR typo | Ian Lee | 1 | -1/+1 | |
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 | |