| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2014-01-10 | Replace most uses of strncmp() with prefixcmp() | Lukas Fleischer | |
| This is a preparation for replacing all prefix checks with either strip_prefix() or starts_with() when Git 1.8.6 is released. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||
| 2014-01-09 | README: Fix dependencies | Lukas Fleischer | |
| * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-o | |||