summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* config: Fix memory leak when realloc failsNishant Chaprana2016-02-261-2/+9
* AUTHORS: Mention Nishant's contributionsPatrik Flykt2016-02-241-0/+1
* ofono: Fix mixed use of g_try_new0() and free()Niraj Kumar Goit2016-02-241-1/+1
* bridge: Correct format specifier for unsigned intNishant Chaprana2016-02-241-1/+1
* ofono: Remove false NULL check because context is never NULLNishant Chaprana2016-02-241-13/+11
* gsupplicant: Mem leak in wpa_s because "RemoveNetwork" not callednasingh2016-02-241-48/+105
* src: No need to compare expression against NULLSaurav Babu2016-02-123-5/+5
* dhcpv6: Fix memory leak if for loop breaksSaurav Babu2016-02-121-1/+1
* gdhcp: Don't send DHCPREQUEST if last assigned IP is Link Local AddressSaurav Babu2016-02-121-1/+2
* AUTHORS: Mention Milind's contributionsPatrik Flykt2016-02-051-0/+1
* neard: Remove extra dbus_message_unref()Milind Ramesh Murhekar2016-02-051-3/+1
* client: Fix Memory Leak in cmd_service_move_after()Niraj Kumar Goit2016-02-051-1/+3
* client: Fix Memory Leak in cmd_service_move_before()Niraj Kumar Goit2016-02-051-1/+3
* gdhcp: Don't try to remove timer againSaurav Babu2016-01-291-0/+3
* AUTHORS: Mention Niraj's and Wu's contributionsPatrik Flykt2016-01-281-0/+2
* iptables: Add missing function item of xtables to match iptables 1.6Wu Zheng2016-01-281-0/+3
* iptables: Fix possible memory leakNiraj Kumar Goit2016-01-281-1/+3
* bluetooth: Fix Memory LeakNiraj Kumar Goit2016-01-281-2/+6
* TODO: Mark gateway selection simplification donePatrik Flykt2016-01-211-11/+0
* service: Remove obsolete __connman_service_update_ordering() functionPatrik Flykt2016-01-213-9/+0
* connection: Remove 'order' variablePatrik Flykt2016-01-211-21/+0
* service: Create helper function for setting split routingPatrik Flykt2016-01-211-7/+24
* connection: Use services to compare gateway orderingPatrik Flykt2016-01-211-16/+14
* connection: Use the sorted service list to find the default gatewayPatrik Flykt2016-01-211-17/+5
* service: Add function to compare the order between two servicesPatrik Flykt2016-01-212-0/+9
* network: Remove explicit gateway activationPatrik Flykt2016-01-193-23/+0
* doc: Typo fix in overview-api.txtSaurav Babu2016-01-191-1/+1
* build: Add missing binaries and conf files to ignore listSaurav Babu2016-01-191-0/+3
* log: Don't require execinfo.h and backtrace()Yann E. MORIN2016-01-146-112/+189
* client: Add support to GetProperties Clock API in connmanctlSaurav Babu2016-01-121-0/+29
* client: Add support to print DBUS_TYPE_UINT64Saurav Babu2016-01-121-0/+6
* dnsproxy: Send response for all requestsSaurav Babu2016-01-121-1/+3
* dhcp: Timeserver issue on IP address renewal after lease expiryPatrik Flykt2016-01-121-0/+2
* dhcp: Nameserver issue on IP address renewal after lease expirynasingh2016-01-121-0/+2
* AUTHORS: Mention John's contributionsPatrik Flykt2015-12-291-0/+1
* wifi: p2p: Remove peers when technology is disabled.John Ernberg2015-12-291-7/+26
* wifi: p2p: Fix several unref of NULL pointer.John Ernberg2015-12-291-4/+15
* Release 1.311.31Marcel Holtmann2015-12-282-1/+14
* TODO: Mark connmanctl MoveBefore/MoveAfter and GNOME3 UI donePatrik Flykt2015-12-141-16/+2
* .mailmap: Fix namePatrik Flykt2015-12-141-0/+1
* AUTHORS: Mention Mylène's contributionsPatrik Flykt2015-12-141-0/+1
* ofono: Fix crash on remove_network()Patrik Flykt2015-12-141-1/+1
* ofono: Set "powered" property according to valueMylene JOSSERAND2015-12-141-2/+2
* ofono: Add array parsing when contexts are addedMylene JOSSERAND2015-12-141-1/+8
* ofono: Remove the context struct in modem oneMylene JOSSERAND2015-12-141-18/+23
* ofono: Implementation of simultaneous APNSMylene JOSSERAND2015-12-141-9/+1
* ofono: Move "network" property to context structMylene JOSSERAND2015-12-141-127/+206
* ofono: Move some properties to context structMylene JOSSERAND2015-12-141-22/+29
* ofono: Create a list of contextsMylene JOSSERAND2015-12-141-13/+53
* client: Do not add duplicate lines to historyJaakko Hannikainen2015-12-101-2/+3