Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-14 | gdhcp: Add IPv4 Link-Local support | Julien Massot | 1 | -1/+1 | |
IPv4 Link-Local negociation starts on gdhcp client failure. | |||||
2010-12-10 | tools: Rename stats-ringbuffer-dump to stats-tool | Daniel Wagner | 1 | -1/+3 | |
Due to new functionality added to the stats-ringbuffer-dump tool it is now called stats-tool. Besides to dump statistic ring buffer files it also allows to create them for testing. Furthermore, it create history files now too. | |||||
2010-12-02 | Remove selftest file and option | Samuel Ortiz | 1 | -1/+1 | |
2010-11-26 | Remove support for dhclient plugin | Marcel Holtmann | 1 | -11/+0 | |
2010-11-25 | test: Providers is no longer a manager property | Gustavo F. Padovan | 1 | -4/+4 | |
2010-11-13 | dhcp-server-test: Initial implementation | Martin Xu | 1 | -2/+5 | |
2010-11-13 | gdhcp: Initial DHCP server implementation | Martin Xu | 1 | -1/+2 | |
2010-11-13 | Use a proper technology callback to report Tethering status | Marcel Holtmann | 1 | -1/+1 | |
2010-11-10 | tethering: Add async tethering_enabled callback | Samuel Ortiz | 1 | -1/+1 | |
2010-11-07 | Remove outdated portal test program | Marcel Holtmann | 1 | -6/+4 | |
2010-11-06 | Add basic implementation for internal proxy framework | Marcel Holtmann | 1 | -3/+3 | |
2010-11-06 | Add skeleton for integration of WISPr support | Marcel Holtmann | 1 | -1/+1 | |
2010-11-06 | Add workaround for not linking against GnuTLS | Marcel Holtmann | 1 | -0/+2 | |
2010-11-05 | Remove test scripts for no longer existing interfaces | Marcel Holtmann | 1 | -3/+1 | |
2010-11-05 | Remove documentation for no longer existing interfaces | Marcel Holtmann | 1 | -2/+0 | |
2010-11-04 | Fix wifi plugin build issues when not built-in. | Samuel Ortiz | 1 | -7/+0 | |
2010-10-30 | Split usage of gweb/gresolv.[ch] and gweb/gweb.[ch] a little bit | Marcel Holtmann | 1 | -7/+9 | |
2010-10-30 | Add dummy HTTPS client to WISPr test program | Marcel Holtmann | 1 | -1/+1 | |
2010-10-29 | Add skeleton for WISPr command line client | Marcel Holtmann | 1 | -1/+5 | |
2010-10-29 | Check for GnuTLS library when tools are enabled | Marcel Holtmann | 1 | -4/+3 | |
2010-10-28 | iptables: Initial library commit | Samuel Ortiz | 1 | -3/+5 | |
The ConnMan iptables library provides a simple internal API for adding netfilter chains and rules. | |||||
2010-10-27 | Add the openconnect plugin to the distcheck rule | Samuel Ortiz | 1 | -0/+1 | |
2010-10-23 | iptables: Replace iptables-test program | Samuel Ortiz | 1 | -2/+2 | |
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-11 | Added a test tool for proxy configuration (set-proxy) | Tomasz Bursztyka | 1 | -1/+1 | |
2010-10-04 | Move GResolv source file sinto GWeb directory | Marcel Holtmann | 1 | -7/+5 | |
2010-10-04 | Remove dependency on udev | Marcel Holtmann | 1 | -10/+3 | |
2010-10-02 | Add support for systemd service configuration | Marcel Holtmann | 1 | -2/+4 | |
2010-10-02 | Add support for installing D-Bus autostart configuration | Marcel Holtmann | 1 | -0/+4 | |
2010-09-22 | Add statistics ring buffer analyze tool | Daniel Wagner | 1 | -1/+2 | |
This tool prints the statistic ring buffer. | |||||
2010-09-22 | Store stats information into separate files | Daniel Wagner | 1 | -1/+1 | |
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-22 | Fix breakage of make distcheck | Marcel Holtmann | 1 | -4/+3 | |
2010-09-21 | Add basic DNS resolving for HTTP operation | Marcel Holtmann | 1 | -2/+2 | |
2010-09-21 | Simplify linker script | Lucas De Marchi | 1 | -11/+1 | |
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 | -2/+2 | |
2010-09-20 | GSupplicant intial commit | Samuel Ortiz | 1 | -0/+7 | |
2010-09-19 | Add skeleton for PAC runner support | Marcel Holtmann | 1 | -0/+1 | |
2010-09-09 | Remove the no longer needed security framework | Marcel Holtmann | 1 | -2/+2 | |
D-Bus security policies can now be set directly via the method tables. | |||||
2010-09-09 | Add gdbus/polkit.c file to sources list | Marcel Holtmann | 1 | -1/+2 | |
2010-08-17 | ConnMan backtrace support | Samuel Ortiz | 1 | -1/+1 | |
Add a generic signal handler in order to dump ConnMan backtrace when crashing. The implementation is based on glibc backtrace() routines and thus can not resolve static function names. A little python wrapper over addr2line fixes that by taking a full backtrace from a complete connman log file. | |||||
2010-07-31 | Add simple test tool for web service library | Marcel Holtmann | 1 | -2/+5 | |
2010-07-31 | Add skeleton for web service library | Marcel Holtmann | 1 | -2/+4 | |
2010-07-29 | Add test script for retrieving proxy auto-configuration | Marcel Holtmann | 1 | -1/+1 | |
2010-07-29 | Add skeleton for WPAD integration | Marcel Holtmann | 1 | -1/+2 | |
2010-07-29 | Fix build issue with dhclient-test utility | Marcel Holtmann | 1 | -2/+9 | |
2010-07-29 | Add simple test tool for running WPAD DNS queries | Marcel Holtmann | 1 | -1/+4 | |
2010-07-28 | Add tool for standalone dhclient testing | Marcel Holtmann | 1 | -1/+4 | |
2010-07-27 | Remove udhcp plugin | Marcel Holtmann | 1 | -1/+0 | |
2010-07-27 | Remove resolvconf plugin | Marcel Holtmann | 1 | -1/+0 | |
2010-07-26 | Fix build issues with internal resolver library | Marcel Holtmann | 1 | -4/+5 | |
2010-07-26 | Use top-level include directory for internal DHCP library | Marcel Holtmann | 1 | -2/+1 | |