| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2014-01-08 | ui-log.c: Several simplifications | Lukas Fleischer | |
| * Use argv_array_pushf() for inserting formatted strings. * Remove unneeded static strings. * Replace "if" by "else if" for readability and speed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||
| 2014-01-08 | Use argv_array in place of vector | Lukas Fleischer | |
| Instead of using our own vector implementation, use argv_array from Git which has been specifically designed for dynamic size argv arrays. Drop vector.h and vector.c which are no longer | |||