Fix resource leak
[platform/upstream/connman.git] / src / tethering.c
2023-03-15 Anjali NijharaMerge tag 'upstream/1.41' into tizen 15/289915/1
2022-02-23 Niraj Kumar GoitMerge tag 'upstream/1.40' into tizen. 79/271279/4 submit/tizen/20220224.061208
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2021-01-27 Seonah Moonmerge tag upstream/1.38 84/252384/1 accepted/tizen/unified/20210129.002142 submit/tizen/20210127.105449
2021-01-25 Jaehyun KimMerge "Imported Upstream connman version 1.38" into...
2021-01-04 Niraj Kumar GoitImported Upstream connman version 1.38 29/246129/6
2020-10-14 Nishant ChapranaImported Upstream version 1.38 91/245691/1 upstream/1.38
2020-05-08 Jaehyun KimMerge "Remove RW upgrade script" into tizen
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-10-31 Chengyi ZhaoTethering: Notify listeners when station connection...
2014-10-31 Chengyi ZhaoTethering: Add station information management feature
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-04-26 Jukka Rissanentethering: Use fallback nameservers if dnsproxy is...
2013-03-25 Yann E. MORINtethering: Fix build with kernel headers 3.8+
2012-11-23 Jukka Rissanenipconfig: Move IP address API into separate ipaddress...
2012-11-22 Patrik Flyktcore: Use interface index instead of interface name
2012-09-13 Patrik Flykttethering: Reset the tethering refcount on error
2012-09-07 Artem Bityutskiytethering: Fix error path in __connman_tethering_set_en...
2012-09-07 Artem Bityutskiytethering: Re-add error message about missing bridge...
2012-09-07 Artem Bityutskiytethering: Fix bridge module loading problem
2012-07-15 Marcel Holtmanntethering: Avoid shadowing connection variable
2012-07-02 Wu Zhengtethering: Fix incorrect index value for private network
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-02-24 Daniel Wagnertethering: Fix pool size request
2012-02-13 Daniel Wagnertethering: Fix start of IP pool
2012-02-13 Daniel Wagnernat: Move nat code into a seperate file
2012-02-13 Daniel Wagnertethering: Use notifier to update default interface.
2012-02-13 Daniel Wagnerbridge: Move bridge code into a seperate file
2012-02-01 Guillaume Zajactethering: Add notification callback implementation
2012-02-01 Daniel Wagnerippool: Add API to notify when IP is externally assigned
2012-02-01 Guillaume Zajactethering: Use IP pool API with DHCP
2012-02-01 Guillaume Zajactethering: Use IP pool API with private network
2011-11-28 Jukka Rissanentethering: Avoid removing dhcp server twice.
2011-11-15 Patrik Flykttethering: Use already existing 'tether' bridge interface
2011-11-10 Daniel Wagnercore: Use gcc atomics instead glib's ones
2011-10-25 Daniel Wagnercore: Add SOCK_CLOEXEC to socket()
2011-06-30 Guillaume Zajactethering: Update APIs to be able to use multiple priva...
2011-06-16 Daniel Wagnerelement: Remove element.c
2011-06-02 Marcel Holtmanntethering: Fix small typo
2011-06-02 Marcel Holtmanntethering: Fix handling of undefined DBUS_TYPE_UNIX_FD
2011-04-27 Samuel Ortiztethering: Fall back to google's DNS when dnsproxy...
2011-04-27 Yu A Wangtethering: Use tether device IP as tethering DNS server
2011-04-20 Gustavo F. Padovantethering: Add private networks ip configuration and NAT
2011-04-20 Gustavo F. Padovantethering: Add support to create private networks TUN...
2011-04-20 Gustavo F. Padovanmanager: Add hooks for the PrivateNetwork API
2011-03-11 Martin Xutethering: Using /proc/sys/net/bridge to detect the...
2011-02-10 Samuel Ortiztethering: Check for kernel bridge support
2011-02-02 Samuel Ortiztethering: Add a tethering property per technology
2011-01-24 Marcel HoltmannSmall coding style fixup for bridge enabling
2010-12-07 Martin Xutethering: Set tethering_status earlier
2010-11-24 Samuel Ortiztethering: Remove bridge asynchronously
2010-11-24 Samuel Ortiztethering: Properly check for tethering refcount hitting 0
2010-11-24 Samuel Ortiztethering: Disable forward delay on the tethering bridge
2010-11-16 Leena Gundatethering: Fix for default interface string double...
2010-11-14 Samuel Ortiztethering: Duplicate default interface string
2010-11-14 Samuel Ortiztethering: Start DHCP server on the bridge
2010-11-13 Samuel Ortiztethering: Check for tethering_status to be FALSE when...
2010-11-13 Samuel Ortiztethering: Configure bridge interface when starting...
2010-11-13 Samuel Ortiztethering: Flush POSTROUTING table when needed
2010-11-12 Marcel HoltmannFor consistency use err instead of ret variable name
2010-11-12 Marcel HoltmannReport error when enabling IP forwarding
2010-11-12 Marcel HoltmannUse a proper technology callback to report Tethering...
2010-11-12 Marcel HoltmannUse static volatile for atomic global reference counters
2010-11-12 Samuel Ortiztethering: Enable NAT
2010-11-10 Samuel Ortiztethering: Add async tethering_enabled callback
2010-11-08 Samuel Ortiztechnology: Add bridge name to the tethering hook
2010-07-15 Marcel HoltmannAdd callbacks for Tethering enable/disable on technolog...
2010-07-03 Marcel HoltmannAdd initial bits and pieces for Tethering support