dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
[framework/connectivity/connman.git] / gweb /
2012-05-22 Tomasz Bursztykagweb: Adding a function to know if TLS is supported...
2012-05-21 Marcel Holtmanngweb: Add function to check for TLS support
2012-04-28 Marcel Holtmanngweb: Update copyright information
2012-04-27 Patrik Flyktgweb: Define GWebRouteFunc
2012-04-20 Lucas De Marchigweb: don't use deprecated gnutls_session typedef
2012-04-05 Jukka Rissanengweb: Add more debug prints when error happens
2012-03-20 Sébastien Biantigweb: workaround for setsockopt failure
2012-01-11 Sébastien Biantigweb: process_send_file after HTTP Header is sent
2012-01-05 Thierry Boureillegweb: Add null pointer checks to avoid connman unstability
2011-12-19 Ronald Tessiergweb: Extend gweb to send file
2011-11-28 Tomasz Bursztykagweb: Bind socket to the right interface
2011-11-28 Tomasz Bursztykagresolv: Bind socket to the right interface
2011-11-10 Daniel Wagnergweb: Use gcc atomics instead glib's ones
2011-10-25 Daniel Wagnergweb: Add SOCK_CLOEXEC to socket()
2011-09-12 Jukka Rissanengresolv: Fix buffer size
2011-07-24 Marcel Holtmanngweb: Fix gnutls_priority_set_direct() for various...
2011-07-06 Tomasz Bursztykagweb: Apply address family restiction to resolver
2011-07-06 Tomasz Bursztykagresolv: Queries address family scope restriction
2011-07-02 Lucas De Marchigweb: Use GnuTLS priority string to provide wide compat...
2011-07-02 Lucas De Marchigweb: Remove call to deprecated GnuTLS function
2011-06-27 Tomasz Bursztykagweb: added the capability to restrict the requests...
2011-06-13 Marcel Holtmanngweb: Make debug for write simpler
2011-05-27 Marcel Holtmanngweb: Remove usage of unused variables
2011-04-11 Jukka Rissanengweb: numeric session address was not resolved properly.
2011-04-01 Samuel Ortizgweb: Add port string to getaddrinfo
2011-03-25 Jukka Rissanengweb: Add support for connecting to IPv6 host.
2011-03-17 Daniel Wagnergresolv: Fix memory leak
2011-03-11 Sébastien Biantigweb: Add user_agent_profile field in http header
2011-02-16 Marcel Holtmanngweb: Avoid forward declarations in resolver code
2011-02-16 Marcel Holtmanngweb: Some coding style cleanup on resolver code
2011-01-25 Mohamed Abbasgweb: Check GString pointers before freeing them
2011-01-02 Marcel Holtmanngweb: Skip hostname resolving when proxy is used
2011-01-02 Marcel Holtmanngweb: Add support for handling proxy information
2011-01-02 Marcel Holtmanngweb: Add extra debug for proxy setup
2010-12-30 Mohamed AbbasHandling multiple message-header fields with the same...
2010-12-28 Mohamed AbbasAdd g_web_result_get_header support.
2010-12-07 Samuel Ortizgresolv: Destroy query after removing it from the resol...
2010-12-07 Samuel Ortizgresolv: Remove ipv6 query from the resolv queue
2010-12-02 David Woodhousegresolv: Implement RFC3484 rule 9 (prefer longest match...
2010-12-02 David Woodhousegresolv: Add scope handling to RFC3484 sort
2010-12-02 David Woodhousegresolv: First partial implementation for RFC3484 sorting
2010-12-02 David Woodhousegresolv: Calculate precedence/label/etc required for...
2010-12-02 David Woodhousegresolv: Don't convert results to strings so early
2010-12-01 David Woodhousegresolv: Send A and AAAA queries, merge results for...
2010-12-01 David Woodhousegresolv: Start handling AAAA results in query
2010-12-01 David Woodhousegresolv: Fix handling of IPv6 nameservers
2010-12-01 David Woodhousegresolv: Handle POLLERR on DNS UDP socket
2010-11-08 Marcel HoltmannDon't report zero length success status back to client
2010-11-08 Marcel HoltmannFix issue with non-blocking TLS connections
2010-11-08 Marcel HoltmannAdd extra debug statement for when TLS encryption is...
2010-11-08 Marcel HoltmannUse file descriptor directly instead of GIOChannel
2010-11-07 Marcel HoltmannAdd extra debug for result function return value
2010-11-07 Marcel HoltmannAdd support for setting the HTTP version information
2010-11-07 Marcel HoltmannRead IO flags first before setting channel to non-blocking
2010-11-07 Marcel HoltmannAdd some extra HTTP body context debug
2010-11-07 Marcel HoltmannUse send buffer to handle non-blocking GIOChannel usage
2010-11-07 Marcel HoltmannDeal with EAGAIN and GnuTLS channels
2010-11-07 Marcel HoltmannAdd support for handling non-blocking GnuTLS channels
2010-11-06 Marcel HoltmannAdd interface for setting proxy for GWeb sessions
2010-11-06 Marcel HoltmannAdd workaround for not linking against GnuTLS
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