Limit scrypt to 64 threads has no performance impact but makes it easier to handle
[hashcat.git] / src / hashcat.c
2016-06-28 jsteubeLimit scrypt to 64 threads has no performance impact... v3.00
2016-06-28 jsteubeWorkaround memory allocation limit from OpenCL by using...
2016-06-27 jsteubeDynamic tmp_t length for scrypt
2016-06-27 Jens SteubeDo our own include-file permission check before an...
2016-06-27 Jens SteubeMerge pull request #392 from unix-ninja/master
2016-06-27 Unix-NinjaRefactor OSX preprocessor constants to read 'DARWIN'
2016-06-27 jsteubeUse dedicated variables to control shutdown of parallel...
2016-06-27 Jens SteubeSet exhausted status was too late
2016-06-27 Jens SteubeFix benchmark devices_status bug
2016-06-26 Jens SteubeMove macros DGST_R0 - DGST_R3 to host, define dgst_size...
2016-06-26 jsteubeDon't use device_processor_cores for scrypt
2016-06-26 jsteubeFix reset to automatic for NvAPI
2016-06-26 jsteubeSet fanspeed to automatic on shutdown
2016-06-26 jsteubeDisable use of nvmlDeviceSetComputeMode() and nvmlDevic...
2016-06-26 jsteubeMove thread_monitor() to outer threads
2016-06-26 jsteubeFix race condition in thread_keypress
2016-06-26 jsteubeDo not overwrite quit status when user forced it with...
2016-06-26 jsteubeFix a bug related to --limit
2016-06-26 jsteubeFix some devices_status handling
2016-06-25 jsteubeAdd some small section with basic examples to --help...
2016-06-25 Jens SteubeMove keyspress detecting thread to outer loop
2016-06-25 Jens Steubewindows path update
2016-06-25 Jens SteubeMerge pull request #390 from philsmd/master
2016-06-25 philsmddo not ignore keypress / status changes
2016-06-25 Jens SteubeMerge pull request #388 from unix-ninja/master
2016-06-24 Unix-NinjaClean end-of-line output usage (not actually POSIX)
2016-06-24 Unix-NinjaAdd -D short flag for --opencl-device-types
2016-06-24 Jens SteubeOSX didn't know about MAX_PATH, had to include limits...
2016-06-24 Jens SteubeWindows doesn't accept escape characters, falling back...
2016-06-24 Jens SteubeRemove workaround with multiple include folders; Instea...
2016-06-24 Jens SteubeMerge pull request #387 from philsmd/master
2016-06-24 philsmdcosmetic fix: don't show prompt and warning within...
2016-06-23 Jens SteubeDrop -m 190, no reason to keep it
2016-06-22 Jens SteubeEvil bug fixed caused by variable-name collision
2016-06-22 Jens SteubeFix invalid error CL_INVALID_VALUE caused by a zero...
2016-06-21 Jens SteubeMerge pull request #385 from NSAKEY/master
2016-06-21 _NSAKEYCapitalization.
2016-06-21 _NSAKEYAnother trivial log message edit.
2016-06-21 Jens SteubeMerge pull request #384 from NSAKEY/master
2016-06-21 _NSAKEYTrivial log message touch-ups.
2016-06-21 jsteubeFix a race condition in output file handling
2016-06-21 Jens SteubeRemove benchmark info; Better align status display...
2016-06-19 Jens SteubeMerge pull request #380 from usernamestaken/master
2016-06-19 radixUpdate wording on some warning messages.
2016-06-19 Jens SteubeMerge pull request #379 from 0xbsec/patch-1
2016-06-19 Jens SteubeMerge pull request #378 from dropdeadfu/master
2016-06-19 dropdeadCleaned log output
2016-06-19 jsteubeIncrease --stdout output performance
2016-06-19 jsteubeSpeed up startup time for --stdout by using an empty...
2016-06-19 jsteubeSome optical change on startup
2016-06-18 jsteubeFixed some macros
2016-06-18 jsteubeReenable --gpu-temp-retain (65c by default), now that...
2016-06-18 jsteubeAdded --gpu-temp-retain support for windows through...
2016-06-18 jsteubeDo not try to set fanspeed if connection to X11 failed
2016-06-18 jsteubeAdded support for XNVCTRL on Linux to add support for...
2016-06-16 jsteubeAdd commandline support to override cpu spinning damper...
2016-06-15 Jens Steubesave_hash() always works with a file, therefore no...
2016-06-15 Jens SteubeMerge branch 'master' of https://github.com/hashcat...
2016-06-15 Jens SteubeThis patch should remove a bottleneck causing slow...
2016-06-14 jsteubeAdded option --stdout to print candidates instead of...
2016-06-14 jsteubeMake sure to not overflow
2016-06-14 Jens SteubeAnother slow-hash improvement
2016-06-14 jsteubeFix for 100% CPU burning loop workaround for slow hashes
2016-06-13 jsteubeSimple, but effective workaround to solve the 100%...
2016-06-12 jsteubeDo not try to use clock_gettime() on OSX
2016-06-12 jsteubeDo not automatically enable powertune in benchmark...
2016-06-12 jsteubeInform user about how to verify reported cracking speed
2016-06-12 jsteubeNo need to check for cracked hashes in benchmark mode
2016-06-12 jsteubePure black magic to workaround 100% CPU usage bug in...
2016-06-11 Jens SteubeFix typo
2016-06-10 Jens SteubeMerge pull request #364 from neheb/patch-2
2016-06-10 jsteubeFixed DES kernel_loops only in case of BF
2016-06-10 jsteubeAdded new hash-mode 13800 = Windows 8+ phone PIN/Password
2016-06-06 jsteubeFix some workload balancing issue
2016-06-04 Jens SteubeDo not show hardware manager in final status display...
2016-06-03 jsteubeFix calling conventions for external libraries (mingw...
2016-06-03 jsteubeMerge branch 'master' of https://github.com/hashcat...
2016-06-03 jsteubeFinally added: Temperature limit check on NVidia +...
2016-06-03 Jens SteubeMerge branch 'master' of https://github.com/hashcat...
2016-06-03 Jens SteubeShow warning about bad opencl runtime on intel cpu...
2016-06-03 jsteubeRemove union in hm_attrs_t; Remove code related to...
2016-06-03 jsteubeFix dos-windows buffer size to maximum, users won't...
2016-06-03 Jens SteubeDo not show warnings message in case --force is used
2016-06-03 jsteubeMore nvapi preparations and display skip reason in...
2016-06-02 jsteubePrepare for reintegration of nvapi for checking thermal...
2016-06-02 Jens SteubeRedesign some of the kernel_power features like too...
2016-06-02 Jens SteubeOnly load ADL or NVML if we really need it
2016-06-01 jsteubeFix -m 12500 by limiting max. length to 20; Limit fake...
2016-06-01 jsteubeHere it is: --powertune-enable for nvidia -- Works...
2016-05-31 jsteubeAdded a ton of new NVML stuff
2016-05-31 jsteubeFinally got rid of NvAPI on Windows, replace with NVML
2016-05-31 jsteubeFix autotune in case of rule-based attack is used
2016-05-30 jsteubeFix some OSX compiler errors
2016-05-29 jsteubeAdded support for --gpu-temp-retain for nvidia devices...
2016-05-29 jsteubeAdd NvAPI_GPU_GetPerfDecreaseInfo() -- but i doesn...
2016-05-29 jsteubeOnly show Hardware-Monitor information we have, do...
2016-05-29 jsteubeAdd NVML support for PCIE Lanes
2016-05-29 Jens SteubeAdd PCI-E Lanes to status display, if available
2016-05-28 jsteubeSend a notice to user in case the drivers temperature...
2016-05-28 jsteubeFix osx compilation
next