summaryrefslogtreecommitdiff
path: root/tools/wispr.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-53/+51
2012-05-09wispr: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-04-29tools: Update copyright informationMarcel Holtmann1-1/+1
2012-04-27tools: Add WISPr route request debug printoutsPatrik Flykt1-3/+22
Update g_web_request_get() and add WISPr route request debug printouts.
2011-10-26tools: Fix compilation in MeeGoJukka Rissanen1-0/+1
The _GNU_SOURCE needs to be defined so that O_CLOEXEC symbols can be found in system header files. The source does not compile without the patch in MeeGo 1.2
2011-10-25tools: Add O_CLOEXEC to open()Daniel Wagner1-1/+1
Make sure all file descriptor are closed.
2011-05-27tools: Fix unused variable warnings for WISPr clientMarcel Holtmann1-3/+12
2011-05-08tools: Add support for broken WISPr responsesMarcel Holtmann1-3/+23
Some hotspots answer with 404 or 200 responses, but are still in login stage. If the WISPr XML strings are found, treat all status results the same to trigger login procedure.
2011-05-08tools: Add support for WISPr authentication pollingMarcel Holtmann1-3/+20
To log into a FON access point, the redirect site needs to be requested since it contains the 2nd stage authentication challenge.
2010-11-21Run WISPr login procedure outside of GIOChannel callbackMarcel Holtmann1-3/+7
2010-11-21Add missing break statement to WISPr clientMarcel Holtmann1-0/+2
2010-11-13Show WISPr abort login URL if presentMarcel Holtmann1-0/+8
2010-11-08Use URI escape helpers for WISPr login requestMarcel Holtmann1-4/+15
2010-11-04Don't use O_CLOEXEC flag to open()Marcel Holtmann1-1/+1
2010-11-04Use * characters for hidden password inputMarcel Holtmann1-0/+3
2010-11-04Add support for WISPr username/password input dialogsMarcel Holtmann1-11/+171
2010-11-02Print hotspot location detailsMarcel Holtmann1-0/+24
2010-11-02Show provided WISPr logout URLMarcel Holtmann1-0/+3
2010-11-02Add login handling to WISPr command line clientMarcel Holtmann1-212/+240
2010-11-01Split the GET and POST method APIsMarcel Holtmann1-2/+1
2010-11-01Add support for decoding WISPr page elementsMarcel Holtmann1-0/+53
2010-11-01Use return value of result function to indicate to proceed or notMarcel Holtmann1-2/+4
2010-11-01The HTTP status code can be retrieved from result objectMarcel Holtmann1-1/+2
2010-11-01Add parsing of initial WISPr responseMarcel Holtmann1-3/+222
2010-10-30Enable close connection for the inital WISPr requestMarcel Holtmann1-0/+1
2010-10-30Update WISPr command line client to use GWebMarcel Holtmann1-65/+52
2010-10-30Add dummy HTTPS client to WISPr test programMarcel Holtmann1-0/+129
2010-10-29Add skeleton for WISPr command line clientMarcel Holtmann1-0/+29