| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | vendored oauthlib | Kenneth Reitz | 2012-06-28 | 1 | -9/+7 |
| * | Sign querystring parameters in OAuth 1.0 | Marty Alchin | 2012-06-18 | 1 | -2/+2 |
| * | Make sure OAuth doesn't fall off, which happens in particular when encounteri... | Marty Alchin | 2012-06-13 | 1 | -1/+1 |
| * | replace utils.randombytes with os.urandom | Shivaram Lingamneni | 2012-05-15 | 1 | -2/+3 |
| * | Unicode fix for py3 | Ib Lundgren | 2012-05-15 | 1 | -4/+4 |
| * | Better content-type detection and unicode fix | Ib Lundgren | 2012-05-15 | 1 | -6/+43 |
| * | quiet spurious pyflakes errors | Shivaram Lingamneni | 2012-05-03 | 1 | -1/+3 |
| * | upper case automatically | Kenneth Reitz | 2012-05-02 | 1 | -0/+6 |
| * | syntax errors | Kenneth Reitz | 2012-05-01 | 1 | -4/+4 |
| * | hax | Kenneth Reitz | 2012-05-01 | 1 | -0/+3 |
| * | missed an import | Kenneth Reitz | 2012-05-01 | 1 | -1/+1 |
| * | only import oauthlib in python2 | Kenneth Reitz | 2012-05-01 | 1 | -3/+5 |
| * | Trim down OAuth1 callable logic | Idan Gazit | 2012-05-01 | 1 | -28/+11 |
| * | Fix order of return values from OAuth Client.sign() | Idan Gazit | 2012-05-01 | 1 | -1/+2 |
| * | Fix Content-Type validation in OAuth1 callable | Idan Gazit | 2012-05-01 | 1 | -2/+3 |
| * | Initial implementation of OAuth1 request signing with OAuthLib | Idan Gazit | 2012-05-01 | 1 | -1/+44 |
| * | Fix infinite loop on wrong Digest Authentication | Pierre Chapuis | 2012-04-12 | 1 | -0/+2 |
| * | Clarify digest hash method names | Idan Gazit | 2012-04-11 | 1 | -9/+9 |
| * | Remove unused import | Idan Gazit | 2012-03-13 | 1 | -1/+1 |
| * | latin1, remove unicode_literals | Kenneth Reitz | 2012-02-15 | 1 | -3/+1 |
| * | oh snap | Kenneth Reitz | 2012-01-23 | 1 | -3/+1 |
| * | blah | Kenneth Reitz | 2012-01-23 | 1 | -2/+10 |
| * | blah | Kenneth Reitz | 2012-01-23 | 1 | -8/+14 |
| * | move digest to new register_hook | Kenneth Reitz | 2012-01-21 | 1 | -1/+1 |
| * | Fix bug in HTTP-digest auth w/ URI having query string | Tom Moertel | 2012-01-10 | 1 | -1/+3 |
| * | quotesv0.8.6 | Kenneth Reitz | 2011-12-18 | 1 | -2/+2 |
| * | keep auth DRY | Kenneth Reitz | 2011-12-18 | 1 | -4/+8 |
| * | Add Proxy Authorization support | Christopher Davis | 2011-12-17 | 1 | -0/+8 |
| * | Converted auth to use callable objects instead of tuples. | Idan Gazit | 2011-11-17 | 1 | -47/+25 |
| * | add query data to digest path | Kenneth Reitz | 2011-11-07 | 1 | -1/+2 |
| * | oops, debugging prints | Kenneth Reitz | 2011-10-23 | 1 | -6/+0 |
| * | Digest authentication support! | Kenneth Reitz | 2011-10-23 | 1 | -1/+93 |
| * | auth tuple fix | Kenneth Reitz | 2011-10-23 | 1 | -2/+2 |
| * | more advanced authentication mechanism | Kenneth Reitz | 2011-10-23 | 1 | -1/+29 |
| * | fix base64 encoding for httpbasic | Kenneth Reitz | 2011-10-23 | 1 | -2/+2 |
| * | httpbasic authentication cleanup | Kenneth Reitz | 2011-10-23 | 1 | -2/+4 |
| * | initial auth module w/ httpbasic auth | Kenneth Reitz | 2011-10-23 | 1 | -0/+29 |
