Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-13 | Merge pull request #2 from tazjin/fix/url-encode | Vincent Ambo | 2 | -6/+25 | |
fix urls: Escape values in URLs | |||||
2017-02-13 | fix urls: Escape values in URLs | Vincent Ambo | 2 | -6/+25 | |
For usernames and passwords containing special characters the URL parameters must be escaped. Because the entire URI is just query parameters I've opted for using net/url.Values for the entire URI. Fixes #1 | |||||
2017-02-11 | docs: Add blog post to README | Vincent Ambo | 2 | -3/+5 | |
2017-02-11 | fix: Two minor, silly fixes | Vincent Ambo | 1 | -2/+2 | |
2017-02-11 | fix: Portability of stdin | Vincent Ambo | 1 | -2/+3 | |
2017-02-11 | fix: Remove trailing newlines from input | Vincent Ambo | 1 | -6/+5 | |
2017-02-11 | feat: Don't echo password while inputting | Vincent Ambo | 2 | -6/+24 | |
2017-02-11 | chore: Don't print URLs | Vincent Ambo | 2 | -2/+2 | |
2017-02-11 | docs: Add README | Vincent Ambo | 1 | -0/+33 | |
2017-02-11 | feat: Initial working implementation | Vincent Ambo | 3 | -0/+205 | |
2017-02-11 | Initial commit | Vincent Ambo | 0 | -0/+0 | |