summaryrefslogtreecommitdiff
path: root/gweb/gweb.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-06gweb: Apply address family restiction to resolverTomasz Bursztyka1-0/+2
2011-06-27gweb: added the capability to restrict the requests to a specific address fam...Tomasz Bursztyka1-0/+19
2011-06-13gweb: Make debug for write simplerMarcel Holtmann1-4/+2
2011-04-11gweb: numeric session address was not resolved properly.Jukka Rissanen1-0/+21
2011-04-01gweb: Add port string to getaddrinfoSamuel Ortiz1-1/+4
2011-03-25gweb: Add support for connecting to IPv6 host.Jukka Rissanen1-9/+20
2011-03-11gweb: Add user_agent_profile field in http headerSébastien Bianti1-1/+21
2011-01-26gweb: Check GString pointers before freeing themMohamed Abbas1-3/+9
2011-01-01gweb: Skip hostname resolving when proxy is usedMarcel Holtmann1-2/+3
2011-01-01gweb: Add support for handling proxy informationMarcel Holtmann1-5/+54
2011-01-01gweb: Add extra debug for proxy setupMarcel Holtmann1-1/+8
2010-12-30Handling multiple message-header fields with the same name.Mohamed Abbas1-40/+79
2010-12-28Add g_web_result_get_header support.Mohamed Abbas1-13/+86
2010-11-08Don't report zero length success status back to clientMarcel Holtmann1-3/+5
2010-11-08Fix issue with non-blocking TLS connectionsMarcel Holtmann1-1/+2
2010-11-08Add extra debug statement for when TLS encryption is usedMarcel Holtmann1-2/+5
2010-11-08Add extra debug for result function return valueMarcel Holtmann1-1/+6
2010-11-08Add support for setting the HTTP version informationMarcel Holtmann1-4/+36
2010-11-08Read IO flags first before setting channel to non-blockingMarcel Holtmann1-6/+9
2010-11-07Add some extra HTTP body context debugMarcel Holtmann1-2/+4
2010-11-07Use send buffer to handle non-blocking GIOChannel usageMarcel Holtmann1-44/+49
2010-11-06Add interface for setting proxy for GWeb sessionsMarcel Holtmann1-0/+15
2010-11-06Support chunk encode in HTTP response.Mohamed Abbas1-7/+159
2010-11-06Add chunk encode support when doing HTTP request.Mohamed Abbas1-72/+156
2010-11-02Add simple support for dealing with HTTP body contentMarcel Holtmann1-14/+26
2010-11-01Add some skeleton for POST supportMarcel Holtmann1-6/+34
2010-11-01Split the GET and POST method APIsMarcel Holtmann1-1/+19
2010-11-01The HTTP status code can be retrieved from result objectMarcel Holtmann1-6/+9
2010-11-01Add really simple content token parserMarcel Holtmann1-0/+151
2010-11-01Fix GWeb header parsing and make it more robustMarcel Holtmann1-67/+52
2010-10-31Ensure that chunk buffer is '\0' terminatedMarcel Holtmann1-1/+3
2010-10-31Reset GWebResult buffer and length in case of an errorMarcel Holtmann1-0/+4
2010-10-31Add support for parsing HTTP status code responseMarcel Holtmann1-0/+15
2010-10-30Add support for HTTP header parsing and body contentMarcel Holtmann1-18/+121
2010-10-30Remove one debug print for GWeb session flagsMarcel Holtmann1-2/+0
2010-10-30Add proper support for HTTP close connection optionMarcel Holtmann1-1/+20
2010-10-30Add support for GWeb requests with IP address only URLMarcel Holtmann1-8/+31
2010-10-30Add support for setting accept option for GWebMarcel Holtmann1-6/+46
2010-10-30Add support for adding custom user agent stringMarcel Holtmann1-1/+32
2010-10-30Use an unbuffered channel for HTTP and HTTPS transportsMarcel Holtmann1-2/+9
2010-10-30Fix handling of receive watch callback within GWebMarcel Holtmann1-3/+3
2010-10-30Add basic support for using HTTPS within GWebMarcel Holtmann1-16/+32
2010-10-30Add basic update for GWeb request APIMarcel Holtmann1-5/+10
2010-10-04Move GResolv source file sinto GWeb directoryMarcel Holtmann1-2/+1
2010-09-21Add basic DNS resolving for HTTP operationMarcel Holtmann1-30/+98
2010-08-01Add some initial support for HTTP to web service libraryMarcel Holtmann1-1/+243
2010-07-31Add skeleton for web service libraryMarcel Holtmann1-0/+95