1. c2156ff Fix linking on SmartOS/Illumos/Solaris. (#3) by Jasper Siepkes · 7 years ago master 1.0.2
  2. 7ddab11 Fix compilation on SmartOS/solaris (#2) by Heinz N. Gies · 7 years ago 1.0.1
  3. 8d5342c Update readme title by David de Boer · 7 years ago
  4. 58d94b2 Convert readme to Markdown by David de Boer · 7 years ago
  5. 4762267 Update repository link by David de Boer · 7 years ago
  6. 49c2a9a Run tests on Travis by David de Boer · 7 years ago 1.0.0
  7. 49615d7 Publish this package to Hex by David de Boer · 7 years ago
  8. e9d041c Use crypto:strong_rand_bytes/1 instead of crypto:rand_bytes/1 by Benjamin Bergia · 7 years ago
  9. 1b0ddea Fixed issue #17 priv/bcrypt not built with rebar3 by Kozlov Yakov · 7 years ago
  10. a63df34 Include sys/types.h in c_src/erl_blf.h by Roberto Bruggemann · 8 years ago
  11. 1039875 fix memory leak in bcrypt_nif:gen_salt by russor · 11 years ago
  12. 1185c02 Integrate with Travis CI by Jakub Stasiak · 9 years ago
  13. 5cbe6be Merge pull request #11 from chef/jd/rebar3 by Joe DeVivo · 9 years ago
  14. 4a928c9 additional comments on rebar2/3 by Joe DeVivo · 9 years ago
  15. 085eb59 rebar3 support for bcrypt by Joe DeVivo · 9 years ago
  16. 7515e80 Merge pull request #8 from Licenser/patch-1 by Seth Falcon · 10 years ago
  17. de91d59 solaris compatibility by Heinz N. Gies · 10 years ago
  18. 820283b Use git tag as version by Seth Falcon · 11 years ago 0.5.0.3
  19. 645b00e Merge branch 'jc-thread-safe-bcrypt' by Seth Falcon · 11 years ago
  20. ce7523f Make bcrypt thread-safe by using a local buffer instead of a static one by Juan Jose Comellas · 11 years ago
  21. 1277ee4 pass a buffer into bcrypt for the encrypted output, instead of a shared static buffer by russor · 12 years ago
  22. 2140d47 Merge pull request #3 from jasperla/master by Seth Falcon · 11 years ago
  23. 3a44248 Unbreak examples in README by Jasper Lievisse Adriaanse · 11 years ago
  24. 3566f5e version bump by Seth Falcon · 12 years ago 0.5.0.2
  25. f4c9119 Merge branch 'rebar-config-cleanup-for-master' by Seth Falcon · 12 years ago
  26. 332c804 Fix linking of bcrypt and fix makefile to respect dependencies by Seth Falcon · 12 years ago
  27. a01c2a9 Add .PHONY to Makefiles by Seth Falcon · 12 years ago
  28. 3c06774 Bump version in prep for tagging to 0.5.0.1 by Seth Falcon · 12 years ago 0.5.0.1
  29. 33ade26 Merge remote-tracking branch 'origin/kas/unfubar' by Seth Falcon · 12 years ago
  30. 5c4a687 Sorting out a rather "interesting" build process by Kevin Smith · 12 years ago
  31. 1464108 Allow queue creation to specify mutex/condvar names by Hunter Morris · 12 years ago
  32. f98feb6 Merge branch 'async-nif' by Hunter Morris · 12 years ago 0.5.0
  33. 32814ac Change default mechanism to NIF by Hunter Morris · 12 years ago
  34. bc8fb23 Hash passwords asynchronously in NIF by Hunter Morris · 12 years ago
  35. 5751fea Add context which owns an asynchronous worker thread by Hunter Morris · 12 years ago
  36. 6f657b2 Add basic worker thread loop by Hunter Morris · 12 years ago
  37. 16b757d Add header file with tasks and context resource type by Hunter Morris · 12 years ago
  38. 902895e Add on_load NIF skeleton by Hunter Morris · 12 years ago
  39. c7934da Add Konstantin Sorokin's async_queue implementation by Hunter Morris · 12 years ago
  40. 300195f Merge pull request #3 from ferd/patch-1 by Hunter Morris · 13 years ago 0.4.1
  41. 97f6b01 Increasing version number to fit the git tag by Fred Hebert · 13 years ago
  42. 808c041 Handle strings containing \0 in port program by Hunter Morris · 13 years ago
  43. ba196e5 Add NIF warning by Hunter Morris · 13 years ago
  44. eab4f49 Fix build failure caused by erroneous so_specs by Tuncer Ayaz · 13 years ago
  45. ba38dd4 Add workaround which includes DRV_CFLAGS in DRV_LDFLAGS for port compilation by Hunter Morris · 13 years ago
  46. fad926f Update to latest rebar which passes environment through to port compilation by Hunter Morris · 13 years ago
  47. 296618e Simplify test fixtures by Hunter Morris · 13 years ago
  48. ec72d49 Consolidate cleanup hooks by Hunter Morris · 13 years ago 0.4.0
  49. d1c5909 Test both 'nif' and 'port' mechanisms by Hunter Morris · 13 years ago
  50. 24210c2 Use 'deprecated' port compiler hook in rebar to generate a script by Hunter Morris · 13 years ago
  51. 0d1bd81 Move port executable linking to rebar post compile hook by Hunter Morris · 13 years ago
  52. 273298f Add additional tests by Hunter Morris · 13 years ago
  53. 7edbfcd Fix simple EUnit test by Hunter Morris · 13 years ago
  54. e538a31 Update documentation to reflect changes by Hunter Morris · 13 years ago
  55. ddd2b92 Fix unused variable warning by Hunter Morris · 13 years ago
  56. 0788af7 Add bcrypt_pool for pooling a set of 'worker' port processes by Hunter Morris · 13 years ago
  57. 14d7d98 Add supervision tree on the way to a proper OTP application by Hunter Morris · 13 years ago
  58. d9d3d27 Rename main NIF module to bcrypt_nif and use rebar-generated .app file by Hunter Morris · 13 years ago
  59. 9bb923c Use code:priv_dir/1 to find driver location without guessing around. by James Lee · 13 years ago
  60. b2fecac When making a release, the bcrypt application directory does not contain an 'ebin' directory (it is in the .ez file), so "ebin/../priv" cannot be used to find the driver. Instead, use another call to filename:dirname/1 to go up one more directory. by James Lee · 13 years ago
  61. 30d63cd Removed SASL app. by Jack Moffitt · 14 years ago
  62. bd867b4 Added Mrinal to the AUTHORS list by Hunter Morris · 14 years ago
  63. 6a37139 upgraded rebar binary by Mrinal Wadhwa · 14 years ago
  64. 0948b0b updated to work with nif api changes in R14A by Mrinal Wadhwa · 14 years ago
  65. b44de68 handled loading of NIF when the library is in lib_dir of an embedded node by Mrinal Wadhwa · 14 years ago
  66. b2a0286 1. removed hard coded priv path 2. added a simple test by Mrinal Wadhwa · 14 years ago
  67. 199d33c removed ebin from gitignore, so the .app gets checked in by Mrinal Wadhwa · 14 years ago
  68. ac0d74c 1. Adapted the NIF implementation for R13B04 \n 2. Changed build system to use rebar by Mrinal Wadhwa · 14 years ago
  69. aaf1cd6 Simplify build process (must set ERL_TOP) by Hunter Morris · 14 years ago
  70. 52107d0 First pass at experimental NIF by Hunter Morris · 14 years ago
  71. 78ce530 Removed binary by Hunter Morris · 14 years ago
  72. 40dce63 Minor cosmetic change by Hunter Morris · 15 years ago 0.2
  73. e03dc27 Updated README to include info about starting OTP applications by Hunter Morris · 15 years ago
  74. af5de62 Added basic application callback and supervisor by Hunter Morris · 15 years ago
  75. 6d81df9 Fixed broken guards by Hunter Morris · 15 years ago
  76. dea4a9c Wrapped long lines in README.rst by Hunter Morris · 16 years ago
  77. 44a6962 Slightly more readable README by Hunter Morris · 16 years ago
  78. e3be1f9 Added potential Solaris libs by Hunter Morris · 16 years ago
  79. 9445e05 Call to hashpw may time out prematurely with high rounds by Hunter Morris · 16 years ago
  80. 6bcaf1c Committed first pass at Solaris compatibility by Hunter Morris · 16 years ago
  81. 94103ff No need to copy buffer by Hunter Morris · 16 years ago
  82. 866f10a Treat csalt as binary bytes instead of string by Hunter Morris · 16 years ago
  83. b7788aa Using erl_iolist_length instead of strlen by Hunter Morris · 16 years ago
  84. ba1494a Added documentation for bcrypt module by Hunter Morris · 16 years ago
  85. a11047f Adding basic instructions to get started by Hunter Morris · 16 years ago
  86. 883f074 Fixed problem where m4 directory didn't exist by Hunter Morris · 16 years ago
  87. 4ea4a9d Added build mechanics for automake/autoconf by Hunter Morris · 16 years ago
  88. 0d23480 Moved C source files to c_src/ by Hunter Morris · 16 years ago
  89. bc4ceb7 Fixed build error with extraneous -export declarations by Hunter Morris · 16 years ago
  90. 831c31f Restructured repo to fit sinan build spec by Hunter Morris · 16 years ago
  91. b581edf Added _build/ to .gitignore because of sinan build by Hunter Morris · 16 years ago
  92. 8e74fe8 Added sinan build file by Hunter Morris · 16 years ago
  93. 84917a4 Added erlang port gen_server by Hunter Morris · 16 years ago
  94. 19cad78 Added bcrypt_erlang port program by Hunter Morris · 16 years ago
  95. 43da274 Removed static declarations that will be exported to erlang port program by Hunter Morris · 16 years ago
  96. 40c3b36 Removed test main() function by Hunter Morris · 16 years ago
  97. 2f9dbec Added erl_blf.h by Hunter Morris · 16 years ago
  98. dabe98d Added OpenBSD bcrypt implementation by Hunter Morris · 16 years ago
  99. b0db48b Added license file by Hunter Morris · 16 years ago
  100. 27a1496 Added typical ignore entries by Hunter Morris · 16 years ago