summaryrefslogtreecommitdiff
path: root/tools/web-test.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-12/+12
2012-04-29tools: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27tools: Add WISPr route request debug printoutsPatrik Flykt1-1/+1
Update g_web_request_get() and add WISPr route request debug printouts.
2011-01-01tools: Add proxy option to web testing utilityMarcel Holtmann1-0/+8
2010-11-21Fix compilation warning/error with g_web_set_user_agent usageJohan Hedberg1-1/+1
This patch fixes the following warning/error: tools/web-test.c: In function ‘main’: tools/web-test.c:134: error: format not a string literal and no format arguments
2010-11-08Add parameters for setting user agent and HTTP versionMarcel Holtmann1-1/+15
2010-11-08Add support for printing result in GWeb test toolMarcel Holtmann1-2/+11
2010-11-01Split the GET and POST method APIsMarcel Holtmann1-2/+1
2010-11-01Use return value of result function to indicate to proceed or notMarcel Holtmann1-1/+3
2010-11-01The HTTP status code can be retrieved from result objectMarcel Holtmann1-1/+4
2010-10-30Update error messages of GWeb test applicationMarcel Holtmann1-5/+4
2010-10-30Let the test tool use ConnMan as user agent stringMarcel Holtmann1-0/+2
2010-10-30Add basic update for GWeb request APIMarcel Holtmann1-1/+1
2010-09-22Don't bother setting 127.0.0.1 as nameserverMarcel Holtmann1-2/+1
2010-09-21Add basic DNS resolving for HTTP operationMarcel Holtmann1-0/+9
2010-08-01Fix up test tool for web service libraryMarcel Holtmann1-1/+21
2010-07-31Add simple test tool for web service libraryMarcel Holtmann1-0/+108