Added support to get country-code.
[platform/upstream/connman.git] / gweb /
2010-11-06 Mohamed AbbasSupport chunk encode in HTTP response.
2010-11-06 Mohamed AbbasAdd chunk encode support when doing HTTP request.
2010-11-02 Marcel HoltmannAdd simple support for dealing with HTTP body content
2010-11-01 Marcel HoltmannAdd some skeleton for POST support
2010-11-01 Marcel HoltmannSplit the GET and POST method APIs
2010-11-01 Marcel HoltmannUse return value of result function to indicate to...
2010-11-01 Marcel HoltmannThe HTTP status code can be retrieved from result object
2010-11-01 Marcel HoltmannAdd really simple content token parser
2010-10-31 Marcel HoltmannFix GWeb header parsing and make it more robust
2010-10-30 Marcel HoltmannEnsure that chunk buffer is '\0' terminated
2010-10-30 Marcel HoltmannReset GWebResult buffer and length in case of an error
2010-10-30 Marcel HoltmannAdd support for parsing HTTP status code response
2010-10-30 Marcel HoltmannAdd support for HTTP header parsing and body content
2010-10-30 Marcel HoltmannRemove one debug print for GWeb session flags
2010-10-30 Marcel HoltmannAdd proper support for HTTP close connection option
2010-10-30 Marcel HoltmannAdd support for GWeb requests with IP address only URL
2010-10-30 Marcel HoltmannAdd support for setting accept option for GWeb
2010-10-30 Marcel HoltmannAdd support for adding custom user agent string
2010-10-30 Marcel HoltmannUse an unbuffered channel for HTTP and HTTPS transports
2010-10-30 Marcel HoltmannOnly disable encoding within GIOGnuTLS channel
2010-10-30 Marcel HoltmannFix handling of receive watch callback within GWeb
2010-10-30 Marcel HoltmannAdd basic support for using HTTPS within GWeb
2010-10-30 Marcel HoltmannAdd basic update for GWeb request API
2010-10-30 Marcel HoltmannAdd support for g_io_channel_gnutls_new() function
2010-10-04 Marcel HoltmannMove GResolv source file sinto GWeb directory
2010-09-21 Marcel HoltmannAdd basic DNS resolving for HTTP operation
2010-08-01 Marcel HoltmannAdd some initial support for HTTP to web service library
2010-07-31 Marcel HoltmannAdd skeleton for web service library