1. 6f3abd7 config: support ~ as user's home directory in Include by Neil Williams · 7 weeks ago master
  2. cc9f700 config: simplify composite literal in newConfig by Kevin Burke · 7 weeks ago
  3. 538d5a7 config: default to a space before '#' in EOL comments by Kevin Burke · 7 weeks ago fix-eol-comment-space
  4. 04e0fd6 config: strip surrounding double quotes from parsed values by Kevin Burke · 7 weeks ago fix-quoted-identity-file
  5. 568811a ci: disable setup-go cache, update checkout to v6 by Kevin Burke · 7 weeks ago fix-restore-cache
  6. e0b4ce9 1.5.0 by Kevin Burke · 7 weeks ago v1.5.0
  7. f2e12b8 CHANGELOG.md: improve fidelity and dates by Kevin Burke · 7 weeks ago
  8. f1fac02 all: implement Match support by Kevin Burke · 7 weeks ago
  9. 482de70 SECURITY.md: add by Kevin Burke · 7 months ago security-md sio2boss-feat-6-implement-match
  10. 40dba82 .github: add dependabot configuration by Kevin Burke · 7 months ago dependabot
  11. 4d09c9d .github: latest Go version by Kevin Burke · 7 months ago go-1.25
  12. d87420c 1.4.0 by Kevin Burke · 8 months ago v1.4.0
  13. 6cb5d6c config: change release format to "1.3.0" by Kevin Burke · 8 months ago
  14. bf7d55a CHANGELOG,AUTHORS.txt: add notes and add Simon Josefsson by Kevin Burke · 8 months ago
  15. d227026 Store tests/dos-lines as CRLF in git instead of using .gitattributes (#72) by Simon Josefsson · 8 months ago
  16. 1bd630c 1.3 by Kevin Burke · 1 year, 1 month ago v1.3
  17. 200a8b4 .github: update CI for more recent Go versions by Kevin Burke · 1 year, 1 month ago
  18. 1d09c0b .github: set latest Go versions by Kevin Burke · 2 years, 6 months ago ssh-test
  19. 974a52c .github: use Go 1.19 by Kevin Burke · 3 years, 4 months ago versions
  20. 3c7724c README.md: update donate information by Kevin Burke · 3 years, 5 months ago
  21. 7df8445 go.mod: add by Kevin Burke · 3 years, 10 months ago
  22. a56e914 .github: run lint only on Go 1.18 by Kevin Burke · 3 years, 10 months ago
  23. 5724bd1 config: add UserSettings.ConfigFinder by Kevin Burke · 3 years, 10 months ago
  24. aae6f39 1.2 by Kevin Burke · 4 years ago v1.2 v1.2.0
  25. df4d8e6 config: update version to match git tags by Kevin Burke · 4 years ago
  26. f6c7111 Makefile: add tag prefix to release command by Kevin Burke · 4 years ago
  27. 9b1b4df config: fix EOL whitespace for key/value pairs and Host lines by Scott Lessans · 4 years ago
  28. 91cd224 config: add DecodeBytes to directly read a byte array by Carlos A Becker · 4 years ago
  29. a432d6f README: add more information by Kevin Burke · 4 years ago
  30. 6ad71ac config: remove io/ioutil by Kevin Burke · 4 years ago
  31. 0970dd2 .github: add latest Go versions to CI by Kevin Burke · 4 years ago latest-ci
  32. c7f8dec fuzz_test: add fuzz tests by Kevin Burke · 4 years, 5 months ago fuzzer
  33. beb851b AUTHORS.txt: add Dustin Spicuzza by Kevin Burke · 5 years ago
  34. 1241662 Support retrieving multiple values for a given keyword by Dustin Spicuzza · 5 years ago 1.1 v1.1 v1.1.0
  35. 42c0635 .github: add github actions by Kevin Burke · 5 years ago
  36. 4977a11 travis.yml: test ppc64le by santosh653 · 5 years ago
  37. 62d1616 Update .travis.yml by santosh653 · 5 years ago
  38. 5a772a7 travis.yml: test latest Go versions by Kevin Burke · 5 years ago
  39. 01f96b0 AUTHORS.txt: add Mark Nevill by Kevin Burke · 7 years ago
  40. 6cfae18 1.0 by Kevin Burke · 7 years ago 1.0
  41. 14846fb all: rewrite the lexer to consume the entire input first by Mark Nevill · 7 years ago
  42. 2e50c44 all: fix lint issues by Kevin Burke · 7 years ago
  43. f648cfb all: use ints instead of uints by Kevin Burke · 7 years ago
  44. 81db2a7 0.5 by Kevin Burke · 8 years ago 0.5
  45. b64c021 Add Go 1.11 to build matrix by Kevin Burke · 8 years ago
  46. 555f37a Correctly parse files without trailing newline by Kevin Burke · 8 years ago
  47. 82cf3f9 Remove 1.7 and 1.8 from build matrix by Kevin Burke · 8 years ago
  48. 4fcc689 Use kevinburke/bump_version instead of Shyp/bump_version by Kevin Burke · 8 years ago
  49. 6c3af74 Run tests with the race detector by Wayne Ashley Berry · 8 years ago
  50. b8c871d run tests before releasing a new version by Kevin Burke · 8 years ago
  51. 9fc7bb8 0.4 by Kevin Burke · 8 years ago 0.4
  52. fe204ef Fix DOS line endings parsing by Eugene Terentev · 8 years ago
  53. 0ff8514 0.3 by Kevin Burke · 8 years ago 0.3
  54. fc20c60 Add AUTHORS file by Kevin Burke · 8 years ago
  55. c665f6f Fix potential index out of range error by Sergey Lukjanov · 8 years ago
  56. 802051b Implement encoding.TextMarshaler interface by Kevin Burke · 8 years ago
  57. db49ba3 Use better dependencies in Makefile by Kevin Burke · 9 years ago
  58. 4ec3da0 add Default example by Kevin Burke · 9 years ago
  59. fc8c332 fix example by Kevin Burke · 9 years ago
  60. 2b54512 switch staticcheck for megacheck and fix things it complains about by Kevin Burke · 9 years ago
  61. 6dcd4cf update README and add more examples by Kevin Burke · 9 years ago
  62. 873a8ad add errata by Kevin Burke · 9 years ago
  63. 8b24c0d improve the documentation by Kevin Burke · 9 years ago
  64. b365efc add a release target by Kevin Burke · 9 years ago
  65. fa48d7f 0.2 by Kevin Burke · 9 years ago 0.2
  66. 4a3c8df add a version constant by Kevin Burke · 9 years ago
  67. e05b907 more doc tweaks by Kevin Burke · 9 years ago
  68. 7897293 Cleanup for public release by Kevin Burke · 9 years ago
  69. 3fad3c6 Add more documentation and correctness fix by Kevin Burke · 9 years ago
  70. 1c4ddb9 use Default() and validate() by Kevin Burke · 9 years ago
  71. c206444 add Default() and start of a validate() function by Kevin Burke · 9 years ago
  72. 54fabb9 Implement Include directive by Kevin Burke · 9 years ago
  73. ad36f0d Implement negative match by Kevin Burke · 9 years ago
  74. 3918a52 Add a LICENSE by Kevin Burke · 9 years ago
  75. 01f7364 Add more documentation by Kevin Burke · 9 years ago
  76. 251b79e install staticcheck on host by Kevin Burke · 9 years ago
  77. bc2824e tweak readme again by Kevin Burke · 9 years ago
  78. 67c39ca Implement Get and wildcard match by Kevin Burke · 9 years ago
  79. c40e54d fix tests by Kevin Burke · 9 years ago
  80. 8075e81 tweak interface by Kevin Burke · 9 years ago
  81. c07ebbe add very basic README by Kevin Burke · 9 years ago
  82. ab5641d Add Travis by Kevin Burke · 9 years ago
  83. 29f594a Add alpha SSH config parser by Kevin Burke · 9 years ago