projects
/
couchdb-erlang-bcrypt.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
couchdb-erlang-bcrypt.git
2013-04-12
Seth Falcon
Use git tag as version
0.5.0.3
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Seth Falcon
Merge branch 'jc-thread-safe-bcrypt'
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
Juan Jose Comellas
Make bcrypt thread-safe by using a local buffer instead...
commit
|
commitdiff
|
tree
|
snapshot
2013-04-12
russor
pass a buffer into bcrypt for the encrypted output...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Seth Falcon
Merge pull request #3 from jasperla/master
commit
|
commitdiff
|
tree
|
snapshot
2013-03-04
Jasper Lievisse...
Unbreak examples in README
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Seth Falcon
version bump
0.5.0.2
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Seth Falcon
Merge branch 'rebar-config-cleanup-for-master'
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Seth Falcon
Fix linking of bcrypt and fix makefile to respect depen...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Seth Falcon
Add .PHONY to Makefiles
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Seth Falcon
Bump version in prep for tagging to 0.5.0.1
0.5.0.1
commit
|
commitdiff
|
tree
|
snapshot
2012-10-09
Seth Falcon
Merge remote-tracking branch 'origin/kas/unfubar'
commit
|
commitdiff
|
tree
|
snapshot
2012-09-27
Kevin Smith
Sorting out a rather "interesting" build process
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
Hunter Morris
Allow queue creation to specify mutex/condvar names
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Merge branch 'async-nif'
0.5.0
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Change default mechanism to NIF
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Hash passwords asynchronously in NIF
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Add context which owns an asynchronous worker thread
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Add basic worker thread loop
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Add header file with tasks and context resource type
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Add on_load NIF skeleton
commit
|
commitdiff
|
tree
|
snapshot
2012-03-12
Hunter Morris
Add Konstantin Sorokin's async_queue implementation
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Hunter Morris
Merge pull request #3 from ferd/patch-1
0.4.1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Fred Hebert
Increasing version number to fit the git tag
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Hunter Morris
Handle strings containing \0 in port program
commit
|
commitdiff
|
tree
|
snapshot
2011-08-08
Hunter Morris
Add NIF warning
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
Tuncer Ayaz
Fix build failure caused by erroneous so_specs
commit
|
commitdiff
|
tree
|
snapshot
2011-04-28
Hunter Morris
Add workaround which includes DRV_CFLAGS in DRV_LDFLAGS...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Hunter Morris
Update to latest rebar which passes environment through...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Hunter Morris
Simplify test fixtures
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Hunter Morris
Consolidate cleanup hooks
0.4.0
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Hunter Morris
Test both 'nif' and 'port' mechanisms
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Hunter Morris
Use 'deprecated' port compiler hook in rebar to generat...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Hunter Morris
Move port executable linking to rebar post compile...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Hunter Morris
Add additional tests
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Hunter Morris
Fix simple EUnit test
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Hunter Morris
Update documentation to reflect changes
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Hunter Morris
Fix unused variable warning
commit
|
commitdiff
|
tree
|
snapshot
2011-04-03
Hunter Morris
Add bcrypt_pool for pooling a set of 'worker' port...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Hunter Morris
Add supervision tree on the way to a proper OTP application
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Hunter Morris
Rename main NIF module to bcrypt_nif and use rebar...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
James Lee
Use code:priv_dir/1 to find driver location without...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
James Lee
When making a release, the bcrypt application directory...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Jack Moffitt
Removed SASL app.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Hunter Morris
Added Mrinal to the AUTHORS list
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Mrinal Wadhwa
upgraded rebar binary
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Mrinal Wadhwa
updated to work with nif api changes in R14A
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Mrinal Wadhwa
handled loading of NIF when the library is in lib_dir...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Mrinal Wadhwa
1. removed hard coded priv path 2. added a simple...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Mrinal Wadhwa
removed ebin from gitignore, so the .app gets checked in
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Mrinal Wadhwa
1. Adapted the NIF implementation for R13B04 \n 2....
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Hunter Morris
Simplify build process (must set ERL_TOP)
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Hunter Morris
First pass at experimental NIF
commit
|
commitdiff
|
tree
|
snapshot
2009-11-26
Hunter Morris
Removed binary
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
Hunter Morris
Minor cosmetic change
0.2
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
Hunter Morris
Updated README to include info about starting OTP appli...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
Hunter Morris
Added basic application callback and supervisor
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Hunter Morris
Fixed broken guards
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Hunter Morris
Wrapped long lines in README.rst
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Hunter Morris
Slightly more readable README
commit
|
commitdiff
|
tree
|
snapshot
2008-11-04
Hunter Morris
Added potential Solaris libs
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Call to hashpw may time out prematurely with high rounds
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Committed first pass at Solaris compatibility
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
No need to copy buffer
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Treat csalt as binary bytes instead of string
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Using erl_iolist_length instead of strlen
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added documentation for bcrypt module
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Adding basic instructions to get started
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Fixed problem where m4 directory didn't exist
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added build mechanics for automake/autoconf
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Moved C source files to c_src/
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Fixed build error with extraneous -export declarations
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Restructured repo to fit sinan build spec
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added _build/ to .gitignore because of sinan build
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added sinan build file
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added erlang port gen_server
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added bcrypt_erlang port program
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Removed static declarations that will be exported to...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Removed test main() function
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added erl_blf.h
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added OpenBSD bcrypt implementation
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added license file
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added typical ignore entries
commit
|
commitdiff
|
tree
|
snapshot
2008-11-03
Hunter Morris
Added README file
commit
|
commitdiff
|
tree
|
snapshot