1. 0285163 Merge remote branch 'cloudant:remove-couch_crypto' by ILYA Khlopotov · 7 years ago master
  2. 55d4441 Remove couch_crypto by ILYA Khlopotov · 7 years ago
  3. 099057a Fix crypto deprecations by Robert Newson · 9 years ago
  4. 2e26bf0 Merge remote-tracking branch 'origin/import-master' by Robert Newson · 10 years ago
  5. 912739c Move oauth.app to src/ by Robert Newson · 10 years ago
  6. d50a786 fix typo by benoitc · 11 years ago 1843-feature-bigcouch
  7. b8e18a7 be compatible with R14 as well by benoitc · 11 years ago
  8. 2ab4a24 fix support for R16 by benoitc · 11 years ago
  9. db23ab2 update erlang-oauth to 1.3.0 by Jan Lehnardt · 11 years ago import-master
  10. 1093051 export signature/5 by Benoit Chesneau · 12 years ago
  11. b6f836d add support of erlang R15B in oauth. by benoitc · 12 years ago
  12. f332b77 Add a changelog by Tim Fletcher · 12 years ago
  13. 994f3d4 Bump version to 1.2.2 by Tim Fletcher · 12 years ago
  14. e2c5524 Update THANKS by Tim Fletcher · 12 years ago
  15. 3968d19 Merge pull request #9 from naoyat/master by Tim Fletcher · 12 years ago
  16. 89ebe2c http_uri:parse(URI) now returns {ok,{Scheme,...}} in R15B by naoya_t · 12 years ago
  17. 7969309 Bump version to 1.2.1 by Tim Fletcher · 13 years ago
  18. 72f7a87 Use verify_in_constant_time in plaintext signature verification by Tim Fletcher · 13 years ago
  19. 3ae1cc7 Keep consistent indentation by Tim Fletcher · 13 years ago
  20. ed213dd Remove last clause from verify_in_constant_time/2 by Tim Fletcher · 13 years ago
  21. 8abf2d6 Use a constant time algorithm to compare signature strings. by Jan Lehnardt · 13 years ago
  22. 07b034b restore couch_util:verify call in oauth. by Robert Newson · 13 years ago
  23. 29cb478 Update app file and bump version to 1.2.0 by Tim Fletcher · 13 years ago
  24. e32d490 Update README by Tim Fletcher · 13 years ago
  25. 2b001da Add oauth:get/3 and oauth:post/3 functions by Tim Fletcher · 13 years ago
  26. fc5f528 Combine modules and refactor by Tim Fletcher · 13 years ago
  27. 9e43769 Move oauth_client module to github.com/tim/erlang-oauth-examples by Tim Fletcher · 13 years ago
  28. 18cee77 Bump version to 1.1.1. by Tim Fletcher · 13 years ago
  29. b9dcd4f Use correct request parameter normalization algorithm. by Tim Fletcher · 13 years ago
  30. dcbf227 Update copyright date. by Tim Fletcher · 13 years ago
  31. 3bea612 Bump version to 1.1.0; at least R14B now required for RSA-SHA1. by Tim Fletcher · 13 years ago
  32. 5ee7aa6 List public_key application in .app file. by Tim Fletcher · 13 years ago
  33. ee81922 Merge branch 'r14b' by Tim Fletcher · 13 years ago
  34. d9bfb30 Up version to 1.0.2. by Tim Fletcher · 13 years ago
  35. 09fa180 Add THANKS. by Tim Fletcher · 13 years ago
  36. 2559e8b Use public_key-0.8 API (R14B). by Tim Fletcher · 13 years ago
  37. 546d0ee Fold oauth_unix module into oauth module. by Tim Fletcher · 13 years ago
  38. cfe8271 Fix formatting of exports (be consistent). by Tim Fletcher · 13 years ago
  39. 6b012de Allow httpc options to be passed through. by Tim Fletcher · 13 years ago
  40. 24a39a2 Move .app file to ebin; update Makefile. by Tim Fletcher · 13 years ago
  41. 2c9269b Call this 1.0.1; update the .app file. by Tim Fletcher · 13 years ago
  42. d8594f7 Update erlang_oauth to the latest version. by Jan Lehnardt · 13 years ago
  43. cec39b1 Allow parsing of requests with no OAuth headers. by Jan Lehnardt · 13 years ago
  44. fb60e65 added oauth_rsa_sha1.erl to the dist by Noah Slater · 14 years ago
  45. 7d85d3e Use httpc module instead of http module. by Tim Fletcher · 14 years ago
  46. a24be94 Add utility for verifying hashes. by Jason David Davies · 14 years ago
  47. 66f4148 Fixes 'make distcheck' to run the test suite. by Paul Joseph Davis · 14 years ago
  48. e8aecf0 Mention that percent encoding/decoding functions are based on those in ibrowse. by Tim Fletcher · 15 years ago
  49. ca45418 Add improved implementation of percent encoding/decoding functions. by Tim Fletcher · 15 years ago
  50. 7cc148b all hail paul davis by Noah Slater · 15 years ago
  51. 8f360c1 commented out line by Noah Slater · 15 years ago
  52. eb3f773 added rsa module by Noah Slater · 15 years ago
  53. be1aa96 Move compile options to Emakefile; simplify Makefile. by Tim Fletcher · 15 years ago
  54. e632698 Fix oauth_client for missing content type response headers. by Tim Fletcher · 15 years ago
  55. 9d00161 Add option for sending protocol parameters in either the header or querystring. by Tim Fletcher · 15 years ago
  56. 1bcd44f Add gen_server based oauth_client module. by Tim Fletcher · 15 years ago
  57. 95c501f The RSA SHA1 Oauth module was breaking trunk for older versions of the Erlang by Paul Joseph Davis · 15 years ago
  58. 06abc69 Initial check-in of OAuth and cookie authentication. by Damien F. Katz · 15 years ago
  59. 2c625a0 README updates. by Tim Fletcher · 15 years ago
  60. 8bf2603 Add handy params_from_header_string/1. by Jason Davies · 15 years ago
  61. 5625976 Fix suspected bug in PLAINTEXT signature. by Jason Davies · 15 years ago
  62. 5d93e6b Specifying version key, to help automatic building tools to build the application. by Roberto Aloi · 15 years ago
  63. 0985707 Use the public_key API; not the helper modules. by Tim Fletcher · 15 years ago
  64. 41ead73 Fix README quick start prompt numbering. by Tim Fletcher · 15 years ago
  65. 646c13e Lowercase the host part when normalising URI. by Tim Fletcher · 15 years ago
  66. 090bebe Update README. by Tim Fletcher · 15 years ago
  67. d8be236 Move signature verification code into helper modules. by Tim Fletcher · 15 years ago
  68. fb4ac88 Remove oauth_signature from module list. by Tim Fletcher · 15 years ago
  69. d8de36d Add signature verification. by Tim Fletcher · 15 years ago
  70. e0b0577 RSA-SHA1 keys are the consumer secret. by Tim Fletcher · 15 years ago
  71. e015b41 Integrate oauth_signature module with oauth module. by Tim Fletcher · 15 years ago
  72. f1738b9 Use correct HTTP method in oauth:post/5. by Tim Fletcher · 15 years ago
  73. 30afb44 Remove old test macros. by Tim Fletcher · 15 years ago
  74. 514758b Update README. by Tim Fletcher · 15 years ago
  75. b59f5ad Update copyright date. by Tim Fletcher · 15 years ago
  76. b65f952 Add an application resource file. by Tim Fletcher · 15 years ago
  77. 4ab77bc Add rewritten code. by Tim Fletcher · 15 years ago
  78. 98bfd9f Remove the test code. by Tim Fletcher · 15 years ago
  79. 625471c Simplify the Makefile. by Tim Fletcher · 15 years ago
  80. 3d37481 Don't autoredirect. by Tim Fletcher · 15 years ago
  81. 43737af Update README. by Tim Fletcher · 16 years ago
  82. 44de303 Add Google contacts example. by Tim Fletcher · 16 years ago
  83. 60c906f Remove unused proplists_merge. by Tim Fletcher · 16 years ago
  84. 96bb209 Add support for RSA-SHA1 signing. by Tim Fletcher · 16 years ago
  85. c347038 Fix Makefile so that test modules recompile when changed. by Tim Fletcher · 16 years ago
  86. 419e631 Combine oauth_hmac and oauth_plaintext into oauth_crypto. by Tim Fletcher · 16 years ago
  87. 94a3455 Rework oauth_request (again). by Tim Fletcher · 16 years ago
  88. 6de41d4 Add oauth_base module. by Tim Fletcher · 16 years ago
  89. 8cb637f Remove oauth_http. by Tim Fletcher · 16 years ago
  90. 02659f9 Rework oauth_request. by Tim Fletcher · 16 years ago
  91. 7baf63b Rework oauth_token_pair. by Tim Fletcher · 16 years ago
  92. 198688d Integrate oauth_signature with oauth_request. by Tim Fletcher · 16 years ago
  93. 0b45f73 Move proplists_merge into oauth_util. by Tim Fletcher · 16 years ago
  94. 9c4973a Rework oauth_params. by Tim Fletcher · 16 years ago
  95. 144eef2 Rework oauth_plaintext to use oauth_util:esprintf. by Tim Fletcher · 16 years ago
  96. bdf637a Add oauth_util:esprintf/2. by Tim Fletcher · 16 years ago
  97. e8287b3 Remove b64 function. by Tim Fletcher · 16 years ago
  98. b5ee272 Simplify normalize by adding to_string function. by Tim Fletcher · 16 years ago
  99. f1098b0 Import fmt:percent_encode. by Tim Fletcher · 16 years ago
  100. 869c601 Add oauth_uri module. by Tim Fletcher · 16 years ago