Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-23 | Updated connman to version 1.35 | Seonah Moon | 1 | -1/+1 | |
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2018-01-08 | Imported Upstream version 1.35upstream/1.35 | Seonah Moon | 1 | -1/+1 | |
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 1 | -0/+0 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -20/+22 | |
2012-04-27 | 6to4: Update g_web_request_get() | Patrik Flykt | 1 | -1/+1 | |
2012-04-05 | 6to4: Connectivity check was done too early | Jukka Rissanen | 1 | -13/+71 | |
The 6to4 code checks that we can connect to ipv6.connman.net host via tunnel. The check can be done only after we have the tunnel up and running. The patch makes sure that we do the checks only after we have got newlink message from rtnl. | |||||
2012-04-05 | 6to4: Add web debug prints | Jukka Rissanen | 1 | -0/+9 | |
In order to see what is the problem with web connection, add debug print function. | |||||
2012-04-05 | inet: Refactor rtnl functions in 6to4.c | Jukka Rissanen | 1 | -179/+36 | |
The rtnl support functions are now in inet.c which is a more logical place for them and now other files can also use them. | |||||
2012-01-13 | ipconfig: Rename previously public functions | Daniel Wagner | 1 | -1/+1 | |
Prefix them with a "__". | |||||
2012-01-05 | inet: Return router advertisement packet length in callback. | Jukka Rissanen | 1 | -2/+3 | |
The length of the RA packet must be returned in callback, otherwise callback cannot check RA options. The prefix length RA option is needed in stateful DHCPv6 implementation. | |||||
2011-11-28 | 6to4: Use the right interface index with gweb | Tomasz Bursztyka | 1 | -2/+6 | |
2011-10-25 | core: Add SOCK_CLOEXEC to socket() | Daniel Wagner | 1 | -3/+3 | |
Make sure all file descriptor are closed. | |||||
2011-09-13 | 6to4: Use ConnMan status URL for checking connectivity | Marcel Holtmann | 1 | -1/+1 | |
2011-06-16 | element: Remove element.c | Daniel Wagner | 1 | -0/+1 | |
2011-05-27 | 6to4: Remove unused variables | Marcel Holtmann | 1 | -3/+1 | |
2011-03-25 | 6to4: Check if the 6to4 tunnel is active or not. | Jukka Rissanen | 1 | -0/+20 | |
2011-03-25 | 6to4: Check the connectivity via tunnel after creating it. | Jukka Rissanen | 1 | -1/+46 | |
2011-03-25 | 6to4: Add 6to4 tunnel support. | Jukka Rissanen | 1 | -0/+497 | |
Netlink support routines taken from iproute2 package. Iproute2 source code can be found at git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git |