Commit Graph

1637 Commits (743dba56dbb6ff900636afe09f200363975823db)
 

Author SHA1 Message Date
jsteube 743dba56db Replaced timer macros with inlines
8 years ago
jsteube ac3b850e40 replaced swap_workaround macro with byte_swap_32() from bitops.c
8 years ago
jsteube 91efbc4562 Renamed __hc_device_param to hc_device_param__ to comply with standard naming convention
8 years ago
jsteube 4fe0c9ac94 Adding compiler intrinsics implementation for bit operations
8 years ago
jsteube a02f6f5ad6 Give all those anonymous structures a name, makes it easier to load the project into VS
8 years ago
jsteube 55f1dc321a Replace ssort() with sort_r.h
8 years ago
jsteube 56d6cd582f Inform user about sorting after parser
8 years ago
jsteube fb3e6bab0d Finished refactoring to remove all global variables
8 years ago
jsteube d16b6228a6 Fix exec_path_len replacement on OSX
8 years ago
jsteube ae0300dabb Rename kernel read and write function and make them static
8 years ago
jsteube 892eccfd14 Fix some missing sign conversions
8 years ago
jsteube 8bf2d0eb5d Fix some missing sign conversions
8 years ago
jsteube 299edf5170 Fix some missing sign conversions
8 years ago
jsteube dad97abed1 Fix some missing sign conversions
8 years ago
jsteube a5f842c4b5 Fix some missing sign conversions
8 years ago
jsteube 683077b42a Use larger counter to handle larger wordlists
8 years ago
jsteube a81c316d1e Add back globbing support for windows
8 years ago
jsteube fa8a74d6d9 Fix ctrl-c in benchmark mode
8 years ago
jsteube af1701c765 Fix some memleaks on shutdown
8 years ago
jsteube d2877b95e4 Automatically disable most features in case -I is used
8 years ago
jsteube 5dae9d320a Fix stdout mode
8 years ago
jsteube fe289da141 Make wordlist support modular
8 years ago
jsteube eb6dffd52a Make tuning_db support modular
8 years ago
jsteube 1585768044 Remove unneeded includes from thread.c
8 years ago
jsteube bb31d0a917 Make straight support modular
8 years ago
jsteube e13f2305dd Make restore support modular
8 years ago
jsteube 46866dd0b1 Make potfile support modular
8 years ago
jsteube a26f624032 Remove unneeded includes from outfile_check.c
8 years ago
jsteube 2880217906 Fix memleak in outfile_ctx
8 years ago
jsteube 6bc0d94f56 Make opencl support modular
8 years ago
jsteube 4d35b278e8 Make mask support modular
8 years ago
jsteube db556d31d5 Let monitor.c check for feature modularity
8 years ago
jsteube 4aebe51407 Make loopback support modular
8 years ago
jsteube ea2eef72f2 Make induction support modular
8 years ago
jsteube 9f98f6d0d8 Make hwmon support modular
8 years ago
jsteube 7bf567641b Remove unneeded includes from hashes.c
8 years ago
jsteube 7e3905e1db Make dictstat support modular
8 years ago
jsteube 8034fb31b8 Make bitmaps, cracks-per-time and debugfile support modular
8 years ago
jsteube 0d8b179d40 Move around some types and globals were they belong to
8 years ago
jsteube a5800b41f4 Rename hash_management.c to hashes.c
8 years ago
jsteube ed571a3ec8 Remove unneeded includes
8 years ago
jsteube c53de67cd4 Remove some unneeded mutex
8 years ago
jsteube 133c9295f5 Cleaned up data_t, only contexts left
8 years ago
jsteube 12a2d6d2a0 Move more stuff to status_ctx_t
8 years ago
jsteube 831ef1490b Prepare status_ctx_t
8 years ago
jsteube 84f96c4dda Add cpt_ctx_t
8 years ago
jsteube 658f135763 Replace some uint with u32
8 years ago
jsteube e2289ceb17 Remove no workaround from weak_hash_check() no longer required
8 years ago
jsteube e12abeb9de Add inner2_loop()
8 years ago
jsteube 1cf4b2a093 Fix a bug on CPU-only systems
8 years ago