summaryrefslogtreecommitdiff
path: root/gweb
AgeCommit message (Expand)AuthorFilesLines
2010-11-02Add simple support for dealing with HTTP body contentMarcel Holtmann2-15/+30
2010-11-01Add some skeleton for POST supportMarcel Holtmann1-6/+34
2010-11-01Split the GET and POST method APIsMarcel Holtmann2-7/+24
2010-11-01Use return value of result function to indicate to proceed or notMarcel Holtmann1-1/+1
2010-11-01The HTTP status code can be retrieved from result objectMarcel Holtmann2-8/+10
2010-11-01Add really simple content token parserMarcel Holtmann2-0/+165
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 Holtmann2-0/+17
2010-10-30Add support for HTTP header parsing and body contentMarcel Holtmann2-18/+124
2010-10-30Remove one debug print for GWeb session flagsMarcel Holtmann1-2/+0
2010-10-30Add proper support for HTTP close connection optionMarcel Holtmann2-1/+23
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 Holtmann2-6/+48
2010-10-30Add support for adding custom user agent stringMarcel Holtmann2-1/+35
2010-10-30Use an unbuffered channel for HTTP and HTTPS transportsMarcel Holtmann1-2/+9
2010-10-30Only disable encoding within GIOGnuTLS channelMarcel Holtmann1-2/+1
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 Holtmann2-6/+14
2010-10-30Add support for g_io_channel_gnutls_new() functionMarcel Holtmann2-0/+428
2010-10-04Move GResolv source file sinto GWeb directoryMarcel Holtmann3-2/+590
2010-09-21Add basic DNS resolving for HTTP operationMarcel Holtmann2-30/+100
2010-08-01Add some initial support for HTTP to web service libraryMarcel Holtmann2-2/+257
2010-07-31Add skeleton for web service libraryMarcel Holtmann2-0/+143