summaryrefslogtreecommitdiff
path: root/gweb
Commit message (Expand)AuthorAgeFilesLines
* 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
* gweb: Add null pointer checks to avoid connman unstabilityThierry Boureille2012-01-051-2/+7
* gweb: Extend gweb to send fileRonald Tessier2011-12-182-6/+80
* gweb: Bind socket to the right interfaceTomasz Bursztyka2011-11-281-0/+17
* gresolv: Bind socket to the right interfaceTomasz Bursztyka2011-11-281-2/+22
* gweb: Use gcc atomics instead glib's onesDaniel Wagner2011-11-103-10/+10
* gweb: Add SOCK_CLOEXEC to socket()Daniel Wagner2011-10-252-2/+4
* gresolv: Fix buffer sizeJukka Rissanen2011-09-121-3/+5
* gweb: Fix gnutls_priority_set_direct() for various GnuTLS versionsMarcel Holtmann2011-07-241-3/+5
* gweb: Apply address family restiction to resolverTomasz Bursztyka2011-07-061-0/+2
* gresolv: Queries address family scope restrictionTomasz Bursztyka2011-07-062-8/+35
* gweb: Use GnuTLS priority string to provide wide compatibilityLucas De Marchi2011-07-011-1/+2
* gweb: Remove call to deprecated GnuTLS functionLucas De Marchi2011-07-011-0/+2
* gweb: added the capability to restrict the requests to a specific address fam...Tomasz Bursztyka2011-06-272-0/+21
* gweb: Make debug for write simplerMarcel Holtmann2011-06-131-4/+2
* gweb: Remove usage of unused variablesMarcel Holtmann2011-05-271-2/+4
* 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
* gresolv: Fix memory leakDaniel Wagner2011-03-171-1/+3
* gweb: Add user_agent_profile field in http headerSébastien Bianti2011-03-112-1/+23
* gweb: Avoid forward declarations in resolver codeMarcel Holtmann2011-02-151-341/+338
* gweb: Some coding style cleanup on resolver codeMarcel Holtmann2011-02-151-50/+74
* 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-282-13/+88
* gresolv: Destroy query after removing it from the resolv queueSamuel Ortiz2010-12-071-2/+2
* gresolv: Remove ipv6 query from the resolv queueSamuel Ortiz2010-12-071-1/+1
* gresolv: Implement RFC3484 rule 9 (prefer longest matching prefix)David Woodhouse2010-12-021-0/+35
* gresolv: Add scope handling to RFC3484 sortDavid Woodhouse2010-12-021-1/+55
* gresolv: First partial implementation for RFC3484 sortingDavid Woodhouse2010-12-021-1/+48
* gresolv: Calculate precedence/label/etc required for RFC3484 sortingDavid Woodhouse2010-12-021-1/+158
* gresolv: Don't convert results to strings so earlyDavid Woodhouse2010-12-021-94/+100
* gresolv: Send A and AAAA queries, merge results for lookup callbackDavid Woodhouse2010-12-011-36/+169
* gresolv: Start handling AAAA results in queryDavid Woodhouse2010-12-011-6/+12
* gresolv: Fix handling of IPv6 nameserversDavid Woodhouse2010-12-011-14/+43