aboutsummaryrefslogtreecommitdiffstats
path: root/gweb
AgeCommit message (Expand)AuthorFilesLines
2012-09-11gweb: Don't use debug functionality after possible freePatrik Flykt1-4/+1
2012-09-11gresolv: Use predefined mnemonics rather than magic numbersGrant Erickson1-6/+6
2012-09-11gresolv: Do not update successful status with unsuccessful oneGrant Erickson1-3/+9
2012-09-11gresolve: Fix a typo in conditional check for returning resultsGrant Erickson1-1/+1
2012-06-26gweb: Use g_try_realloc instead of g_reallocJukka Rissanen1-1/+3
2012-05-22gweb: Adding a function to know if TLS is supported or notTomasz Bursztyka2-0/+7
2012-05-21gweb: Add function to check for TLS supportMarcel Holtmann3-0/+12
2012-04-29gweb: Update copyright informationMarcel Holtmann7-7/+7
2012-04-27gweb: Update implementation with updates from ConnManMarcel Holtmann1-2/+7
2012-04-27gweb: Define GWebRouteFuncPatrik Flykt2-7/+22
2012-04-20gweb: don't use deprecated gnutls_session typedefLucas De Marchi1-1/+1
2012-04-05gweb: Add more debug prints when error happensJukka Rissanen1-0/+3
2012-03-20gweb: workaround for setsockopt failureSébastien Bianti1-12/+56
2012-01-10gweb: process_send_file after HTTP Header is sentSébastien Bianti1-0/+3
2011-12-18gweb: Extend gweb to send fileRonald Tessier2-6/+80
2011-12-02gresolv: Fix buffer sizeJukka Rissanen1-3/+5
2011-11-29gweb: Bind socket to the right interfaceTomasz Bursztyka1-0/+17
2011-11-29gresolv: Bind socket to the right interfaceTomasz Bursztyka1-2/+22
2011-11-29gweb: Use gcc atomics instead glib's onesDaniel Wagner3-10/+10
2011-10-25gweb: Add SOCK_CLOEXEC to socket()Daniel Wagner2-2/+4
2011-07-24gweb: Fix gnutls_priority_set_direct() for various GnuTLS versionsMarcel Holtmann1-3/+5
2011-07-07gweb: Apply address family restiction to resolverTomasz Bursztyka1-0/+2
2011-07-07gresolv: Queries address family scope restrictionTomasz Bursztyka2-8/+35
2011-07-01gweb: Use GnuTLS priority string to provide wide compatibilityLucas De Marchi1-1/+2
2011-07-01gweb: Remove call to deprecated GnuTLS functionLucas De Marchi1-0/+2
2011-06-27gweb: added the capability to restrict the requests to a specific address fam...Tomasz Bursztyka2-0/+21
2011-06-13gweb: Make debug for write simplerMarcel Holtmann1-4/+2
2011-05-27gweb: Remove usage of unused variablesMarcel Holtmann1-2/+4
2011-04-11gweb: numeric session address was not resolved properly.Jukka Rissanen1-0/+21
2011-04-01gweb: Add port string to getaddrinfoSamuel Ortiz1-1/+4
2011-03-25gweb: Add support for connecting to IPv6 host.Jukka Rissanen1-9/+20
2011-03-17gresolv: Fix memory leakDaniel Wagner1-1/+3
2011-03-14gweb: Add user_agent_profile field in http headerSébastien Bianti2-1/+23
2011-02-18gweb: Add HTTP client libraryMarcel Holtmann7-0/+3033