summaryrefslogtreecommitdiff
path: root/src/proxy.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-23Updated connman to version 1.35Seonah Moon1-1/+1
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-1/+1
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-04-26Imported Upstream version 1.29upstream/1.29taesubkim1-5/+3
Change-Id: I2958446c35966d9ed72df0120b80561be7d89f54 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-5/+3
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-10/+10
2012-09-11proxy: Set lookup to NULL if the tokens did not matchPatrik Flykt1-0/+2
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-2/+2
Convert usage of g_slist_append() to g_slist_prepend() where appropriate. gdbus, dnsproxy, resolver, rtnl, session and session unit test have ordering requirements and thus not touched.
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-01-20proxy: Service was saved but not referencedJukka Rissanen1-1/+2
2011-02-04proxy: Add implementation for internal proxy framework.Mohamed Abbas1-6/+108
Add support to call registered proxy driver and report proxy to client. Also Make sure we cancel proxy request if we got disconnected and still waiting for proxy request. Also make sure we set/clear token correctly
2010-11-06Add basic implementation for internal proxy frameworkMarcel Holtmann1-0/+148