| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix normalization of non-ASCII query strings on Python 2 | Colin Watson | 2020-08-17 | 1 | -0/+8 |
| * | Fix isort | Vlastimil Zíma | 2020-07-09 | 1 | -2/+3 |
| * | Fix urinorm - return plain sub delimiters in path, refs #41 | Vlastimil Zíma | 2020-07-02 | 1 | -1/+7 |
| * | Fix flake8 complaints | Colin Watson | 2020-06-04 | 2 | -3/+3 |
| * | Fix TestRequestsFetcher failures | Colin Watson | 2020-03-02 | 1 | -5/+9 |
| * | Quieten some noisy deprecation warnings in tests | Colin Watson | 2020-03-02 | 1 | -14/+19 |
| * | Fix false positive redirect when verifying consumer | Vlastimil Zíma | 2019-10-08 | 1 | -0/+20 |
| * | Fix flake8 warnings | Vlastimil Zíma | 2019-06-17 | 1 | -10/+4 |
| * | Fix #29 - Fix assoc type as bytes in Association | Vlastimil Zíma | 2019-06-17 | 1 | -0/+6 |
| * | Fix isort | Vlastimil Zíma | 2019-06-17 | 1 | -0/+2 |
| * | Fix new flake8 warnings | Vlastimil Zíma | 2018-11-14 | 1 | -14/+0 |
| * | Convert data values for extensions to text | Vlastimil Zíma | 2018-08-28 | 3 | -1/+37 |
| * | Make DiffieHellman.get_shared_secret private | Vlastimil Zíma | 2018-07-11 | 1 | -3/+3 |
| * | Fix #13 - Base64 based API for Diffie-Hellman | Vlastimil Zíma | 2018-07-11 | 3 | -51/+41 |
| * | Use base64 encoded Diffie-Hellman modulus and generator | Vlastimil Zíma | 2018-07-11 | 4 | -15/+36 |
| * | Fix #21 - Update log message levels | Vlastimil Zíma | 2018-06-29 | 5 | -18/+18 |
| * | Drop hash utilities | Vlastimil Zíma | 2018-06-25 | 1 | -1/+6 |
| * | Use cryptography for hash algorithms in DH | Vlastimil Zíma | 2018-06-25 | 3 | -12/+76 |
| *-. | Merge branches 'fix-dh-mac-secret', 'check-empty-identifiers' and 'refactor-a... | Vlastimil Zíma | 2018-06-25 | 2 | -0/+42 |
| |\ \ | |||||
| | | * | Check empty identifiers | Vlastimil Zíma | 2018-06-08 | 1 | -0/+22 |
| | |/ |/| | |||||
| | * | Add fix_btwoc utility function | Vlastimil Zíma | 2018-06-08 | 1 | -0/+20 |
| |/ | |||||
| * | Clean unclosed file warnings | Vlastimil Zíma | 2018-05-31 | 5 | -26/+42 |
| * | Clean deprecation for test asserts | Vlastimil Zíma | 2018-05-31 | 9 | -28/+32 |
| * | Clean up URL encoded messages | Vlastimil Zíma | 2018-05-31 | 2 | -1/+2 |
| * | Capture deprecation warnings in tests | Vlastimil Zíma | 2018-05-31 | 3 | -9/+42 |
| * | Drop randrange function | Vlastimil Zíma | 2018-05-23 | 1 | -18/+0 |
| * | Use cryptography for DH key exchange | Vlastimil Zíma | 2018-05-23 | 1 | -19/+74 |
| * | Use cryptography for DH keys | Vlastimil Zíma | 2018-05-23 | 4 | -43/+34 |
| * | Use cryptography for DH parameters | Vlastimil Zíma | 2018-05-23 | 1 | -3/+13 |
| * | Refactor bytes <-> int conversions | Vlastimil Zíma | 2018-05-22 | 1 | -0/+21 |
| * | Drop getBytes function | Vlastimil Zíma | 2018-05-16 | 1 | -6/+0 |
| * | Drop randomString function | Vlastimil Zíma | 2018-05-16 | 2 | -7/+5 |
| * | Split function for nonce salt generation | Vlastimil Zíma | 2018-05-16 | 1 | -1/+17 |
| * | Prefer stronger association methods | Vlastimil Zíma | 2018-05-16 | 1 | -18/+17 |
| * | Fix print statement | Vlastimil Zíma | 2018-05-11 | 4 | -11/+16 |
| * | Fix exception handling | Vlastimil Zíma | 2018-05-11 | 2 | -3/+5 |
| * | Update urinorm for python3 | Vlastimil Zíma | 2018-05-11 | 2 | -2/+15 |
| * | Fix test data loading | Vlastimil Zíma | 2018-05-11 | 6 | -18/+19 |
| * | Use long depending on python version | Vlastimil Zíma | 2018-05-11 | 2 | -9/+14 |
| * | Update python builtin functions | Vlastimil Zíma | 2018-05-11 | 7 | -13/+13 |
| * | Make iterators python3 compatible | Vlastimil Zíma | 2018-05-11 | 5 | -24/+12 |
| * | Use six imports for fetchers | Vlastimil Zíma | 2018-05-11 | 1 | -10/+11 |
| * | Use StringIO and BytesIO from six | Vlastimil Zíma | 2018-05-11 | 2 | -2/+2 |
| * | Use six for URL utilities | Vlastimil Zíma | 2018-05-11 | 6 | -16/+17 |
| * | Transform remaining API to text strings | Vlastimil Zíma | 2018-05-11 | 17 | -63/+76 |
| * | Transform Extensions API to text strings | Vlastimil Zíma | 2018-05-11 | 5 | -2/+10 |
| * | Transform Yadis API to text strings | Vlastimil Zíma | 2018-05-11 | 7 | -16/+30 |
| * | Transform Association API to text strings | Vlastimil Zíma | 2018-05-11 | 1 | -22/+15 |
| * | Update strings in cryptography and utilities API | Vlastimil Zíma | 2018-05-11 | 7 | -39/+53 |
| * | Drop unused toUnicode utility function | Vlastimil Zíma | 2018-05-11 | 1 | -13/+0 |
