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