summaryrefslogtreecommitdiff
path: root/gweb/gweb.c
Commit message (Expand)AuthorAgeFilesLines
* gweb: Fix OOB write in received_data()Nathan Crandall2022-08-011-1/+1
* gweb: Fix segfault with muslNicola Lunghi2019-06-051-1/+2
* gweb: Replace g_timeout_add_seconds() with 0 as timeout to g_idle_add()Saurav Babu2017-01-241-2/+1
* gweb: Fix crash on malformed http responseMans Rullgard2016-10-051-0/+3
* gweb: Add NULL check before useRavi Prasad RK2016-04-141-6/+3
* gweb: Don't close socket twice when channel is unref'dPeter Meerwald2015-07-281-1/+0
* gweb: Update copyright year(s)Patrik Flykt2014-03-111-1/+1
* gweb: Handle proxies as addresses and hostnamesSjoerd Simons2014-01-151-23/+60
* gweb: Fix memory leak in session addressJukka Rissanen2013-10-231-0/+1
* gweb: Properly proceed a request through a proxy when one is setTomasz Bursztyka2013-10-091-23/+3
* gweb: Do not compare expression against NULLDaniel Wagner2013-08-071-86/+86
* gweb: Convert to stdbool with coccinelleDaniel Wagner2013-07-231-92/+92
* web: Make debug func print more useful informationJukka Rissanen2012-10-191-3/+11
* gweb: Don't use debug functionality after possible freePatrik Flykt2012-09-111-4/+1
* gweb: Adding a function to know if TLS is supported or notTomasz Bursztyka2012-05-221-0/+5
* gweb: Update copyright informationMarcel Holtmann2012-04-291-1/+1
* gweb: Define GWebRouteFuncPatrik Flykt2012-04-271-6/+17
* gweb: Add more debug prints when error happensJukka Rissanen2012-04-051-0/+3
* gweb: workaround for setsockopt failureSébastien Bianti2012-03-201-12/+56
* gweb: process_send_file after HTTP Header is sentSébastien Bianti2012-01-101-0/+3
* gweb: Add null pointer checks to avoid connman unstabilityThierry Boureille2012-01-051-2/+7
* gweb: Extend gweb to send fileRonald Tessier2011-12-181-6/+77
* gweb: Bind socket to the right interfaceTomasz Bursztyka2011-11-281-0/+17
* gweb: Use gcc atomics instead glib's onesDaniel Wagner2011-11-101-5/+5
* gweb: Add SOCK_CLOEXEC to socket()Daniel Wagner2011-10-251-1/+2
* gweb: Apply address family restiction to resolverTomasz Bursztyka2011-07-061-0/+2
* gweb: added the capability to restrict the requests to a specific address fam...Tomasz Bursztyka2011-06-271-0/+19
* gweb: Make debug for write simplerMarcel Holtmann2011-06-131-4/+2
* gweb: numeric session address was not resolved properly.Jukka Rissanen2011-04-111-0/+21
* gweb: Add port string to getaddrinfoSamuel Ortiz2011-04-011-1/+4
* gweb: Add support for connecting to IPv6 host.Jukka Rissanen2011-03-251-9/+20
* gweb: Add user_agent_profile field in http headerSébastien Bianti2011-03-111-1/+21
* gweb: Check GString pointers before freeing themMohamed Abbas2011-01-261-3/+9
* gweb: Skip hostname resolving when proxy is usedMarcel Holtmann2011-01-011-2/+3
* gweb: Add support for handling proxy informationMarcel Holtmann2011-01-011-5/+54
* gweb: Add extra debug for proxy setupMarcel Holtmann2011-01-011-1/+8
* Handling multiple message-header fields with the same name.Mohamed Abbas2010-12-301-40/+79
* Add g_web_result_get_header support.Mohamed Abbas2010-12-281-13/+86
* Don't report zero length success status back to clientMarcel Holtmann2010-11-081-3/+5
* Fix issue with non-blocking TLS connectionsMarcel Holtmann2010-11-081-1/+2
* Add extra debug statement for when TLS encryption is usedMarcel Holtmann2010-11-081-2/+5
* Add extra debug for result function return valueMarcel Holtmann2010-11-081-1/+6
* Add support for setting the HTTP version informationMarcel Holtmann2010-11-081-4/+36
* Read IO flags first before setting channel to non-blockingMarcel Holtmann2010-11-081-6/+9
* Add some extra HTTP body context debugMarcel Holtmann2010-11-071-2/+4
* Use send buffer to handle non-blocking GIOChannel usageMarcel Holtmann2010-11-071-44/+49
* Add interface for setting proxy for GWeb sessionsMarcel Holtmann2010-11-061-0/+15
* Support chunk encode in HTTP response.Mohamed Abbas2010-11-061-7/+159
* Add chunk encode support when doing HTTP request.Mohamed Abbas2010-11-061-72/+156
* Add simple support for dealing with HTTP body contentMarcel Holtmann2010-11-021-14/+26