| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
|
|
|
|
| |
standard conformant.
|
|
|
|
| |
This fixes a bug where the server would crash if a large number of parallel connections occurred at once
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Closes #1252
Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
|
|
|
|
| |
BCrypt
|
| |
|
| |
|
|
|
|
| |
This reverts commit ad223ea38846ceac92d7b5356add62e23e985537.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Closes #1172
Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The addition of a SHA256Block will give us the flexibility to handle new
workloads that aren't appropriate for SHA1.
As part of this change, let's make the current code templatized so we
can limit as strongly as possible the duplication of code between sha1
and sha256.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
distribution
|
| |
|
| |
|
|
|
|
|
|
| |
Closes #1133
Signed-off-by: Spencer Jackson <spencer.jackson@mongodb.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|