summaryrefslogtreecommitdiff
path: root/gweb
Commit message (Expand)AuthorAgeFilesLines
* gresolv: add missing include to fix clang-16 buildBen Kohler2022-09-271-0/+1
* gweb: Fix OOB write in received_data()Nathan Crandall2022-08-011-1/+1
* gresolv: Fix ASAN runtime errorMickael GARDET2019-09-021-2/+3
* gweb: Fix segfault with muslNicola Lunghi2019-06-051-1/+2
* gweb: Fix warning due to GCC8's cast-function-typePeter Meerwald-Stadler2018-10-081-1/+1
* gweb: Add missing include of stdio.hRoss Burton2018-10-081-0/+1
* gresolv: Ignore valid dns response with no answerEliott Dumeix2018-01-042-2/+6
* gweb: Fix a crash using wispr over TLSJian Liang2017-09-191-1/+1
* 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: Remove multiple return and close() statements in resolver codeMilind Ramesh Murhekar2016-03-221-8/+6
* gweb: Don't close socket twice when channel is unref'dPeter Meerwald2015-07-281-1/+0
* gweb: Update copyright year(s)Patrik Flykt2014-03-112-2/+2
* gweb: Handle proxies as addresses and hostnamesSjoerd Simons2014-01-151-23/+60
* gweb: Add checks to validate DNS bufferJaehyun Kim2013-12-161-2/+4
* 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: Fix overlong lineDaniel Wagner2013-08-071-2/+6
* gweb: Do not compare expression against NULLDaniel Wagner2013-08-073-122/+117
* gweb: Convert to stdbool with coccinelleDaniel Wagner2013-07-237-149/+149
* gweb: Included stdbool.hDaniel Wagner2013-07-233-0/+4
* gresolv: Optimize the response parserTomasz Bursztyka2013-02-181-5/+5
* gresolv: Do not remove a query on failure if other results are pendingTomasz Bursztyka2013-02-181-9/+19
* gresolv: Destroy query at the relevant place when parsing the responseTomasz Bursztyka2013-01-281-4/+2
* gweb: Make sure to destroy the lookup before calling any result functionTomasz Bursztyka2013-01-111-2/+4
* gweb: Use glib memory functionsDaniel Wagner2012-12-201-1/+1
* gweb: Check null before referenceDanny Jeongseok Seo2012-11-131-2/+2
* web: Make debug func print more useful informationJukka Rissanen2012-10-191-3/+11
* gresolv: Remove query from queue before destroying the queryJukka Rissanen2012-10-191-1/+1
* gresolv: Make sure we will not receive DNS data after closingJukka Rissanen2012-10-191-1/+3
* gresolv: Add more debug printsJukka Rissanen2012-10-191-5/+31
* gresolv: Make debug func print more useful informationJukka Rissanen2012-10-191-3/+11
* gresolv: Remove the lookup for realJukka Rissanen2012-10-161-1/+1
* gresolv: Remove all pending lookups when resolver is removedJukka Rissanen2012-10-161-0/+4
* gresolv: Avoid accessing already freed memoryJukka Rissanen2012-10-161-3/+6
* gresolv: Remove lookup from correct queueJukka Rissanen2012-10-121-1/+1
* gweb: Don't use debug functionality after possible freePatrik Flykt2012-09-111-4/+1
* gresolv: Use predefined mnemonics rather than magic numbersGrant Erickson2012-07-171-6/+6
* gresolv: Do not update successful status with unsuccessful oneGrant Erickson2012-07-171-3/+9
* gresolve: Fix a typo in conditional check for returning resultsGrant Erickson2012-07-171-1/+1
* gweb: Use g_try_realloc instead of g_reallocJukka Rissanen2012-06-261-1/+3
* gweb: Adding a function to know if TLS is supported or notTomasz Bursztyka2012-05-222-0/+7
* gweb: Add function to check for TLS supportMarcel Holtmann2012-05-213-0/+12
* gweb: Update copyright informationMarcel Holtmann2012-04-297-7/+7
* gweb: Define GWebRouteFuncPatrik Flykt2012-04-272-7/+22
* gweb: don't use deprecated gnutls_session typedefLucas De Marchi2012-04-201-1/+1
* 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