summaryrefslogtreecommitdiff
path: root/gweb
AgeCommit message (Expand)AuthorFilesLines
2010-12-07gresolv: Destroy query after removing it from the resolv queueSamuel Ortiz1-2/+2
2010-12-07gresolv: Remove ipv6 query from the resolv queueSamuel Ortiz1-1/+1
2010-12-02gresolv: Implement RFC3484 rule 9 (prefer longest matching prefix)David Woodhouse1-0/+35
2010-12-02gresolv: Add scope handling to RFC3484 sortDavid Woodhouse1-1/+55
2010-12-02gresolv: First partial implementation for RFC3484 sortingDavid Woodhouse1-1/+48
2010-12-02gresolv: Calculate precedence/label/etc required for RFC3484 sortingDavid Woodhouse1-1/+158
2010-12-02gresolv: Don't convert results to strings so earlyDavid Woodhouse1-94/+100
2010-12-01gresolv: Send A and AAAA queries, merge results for lookup callbackDavid Woodhouse1-36/+169
2010-12-01gresolv: Start handling AAAA results in queryDavid Woodhouse1-6/+12
2010-12-01gresolv: Fix handling of IPv6 nameserversDavid Woodhouse1-14/+43
2010-12-01gresolv: Handle POLLERR on DNS UDP socketDavid Woodhouse1-2/+2
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-08Use file descriptor directly instead of GIOChannelMarcel Holtmann1-30/+40
2010-11-08Add extra debug for result function return valueMarcel Holtmann1-1/+6
2010-11-08Add support for setting the HTTP version informationMarcel Holtmann2-4/+37
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-07Deal with EAGAIN and GnuTLS channelsMarcel Holtmann1-1/+21
2010-11-07Add support for handling non-blocking GnuTLS channelsMarcel Holtmann1-7/+33
2010-11-06Add interface for setting proxy for GWeb sessionsMarcel Holtmann2-0/+17
2010-11-06Add workaround for not linking against GnuTLSMarcel Holtmann1-0/+31
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 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