summaryrefslogtreecommitdiff
path: root/src/proxy.c
AgeCommit message (Collapse)AuthorFilesLines
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