aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth2.c
Commit message (Expand)AuthorAgeLines
* More coverity fixes!dequis2015-05-07-2/+8
* Reindent everything to K&R style with tabsIndent2015-02-20-107/+105
* Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9.Wilmer van der Gaast2014-02-13-1/+1
* Fix "Unusuable" typo.Wilmer van der Gaast2014-02-08-1/+1
* Add better handling of HTTP/1.1 and/or keepalive connections. This shouldWilmer van der Gaast2013-06-09-1/+0
* Fix OAuth2 error reporting.Wilmer van der Gaast2013-05-25-16/+59
* Merging JSON branch. It's very stable by now, and I want more testers.Wilmer van der Gaast2012-12-22-63/+18
|\
| * Use the new JSON code for OAuth2 processing.Wilmer van der Gaast2012-10-28-63/+18
* | Fixed minor memory leak.Wilmer van der Gaast2012-12-02-1/+2
|/
* Fixing one compiler warning that shouldn't indicate any real problem (onlyWilmer van der Gaast2012-01-04-1/+1
* A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-2/+3
* NULL-checking in rfc822_get_header() and OAuth response handling.Wilmer van der Gaast2011-12-20-1/+1
* Facebook OAuth2 should now be fully usable.Wilmer van der Gaast2011-12-19-1/+17
* More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-19/+7
* Had to change the OAuth secret for GTalk.Wilmer van der Gaast2011-08-04-1/+1
* oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960Wilmer van der Gaast2011-07-31-7/+17
* Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-0/+139
* Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-0/+42