Commit History

Author SHA1 Message Date
  Luke Dashjr f8cf2b71e6 Don't mix timers with timestamps (visual only) 12 years ago
  Luke Dashjr 313f7f9ac8 get_datestamp: Change timeval parameter to time_t, and implement get_now_datestamp for common "current time" use case 12 years ago
  Luke Dashjr 7319d2cdf8 Use get_datestamp for (non-microsecond) log timestamps 12 years ago
  Luke Dashjr 747ec6345a Merge commit 'e2b4d49' into cg_merges_20130619a 12 years ago
  Luke Dashjr 2c2167dc98 Include microseconds in log output with new --log-microseconds option 12 years ago
  Kano e2b4d4908d logging remove extra added <LF> 12 years ago
  Kano 7eba963477 remove varargs from logging/quit/in general as much as possible 12 years ago
  Luke Dashjr e90189f52a Merge commit '8971c56' into cg_merges_20130524b 12 years ago
  Luke Dashjr c4d7533f33 Merge commit '9390101' into cg_merges_20130524b 12 years ago
  Luke Dashjr f107d8d7cc Merge branch 'bugfix_format' into bfgminer 12 years ago
  Luke Dashjr 7d8f121a5f Add printf-format syntax checks to more functions that should use it 12 years ago
  Kano 8f08a327ca applog - force type checking 12 years ago
  Con Kolivas 8971c56b8d va_copy is meant to be matched by a va_end in log_generic. 12 years ago
  Con Kolivas 93901011cf Use cgtime in logging.c 12 years ago
  James Z.M. Gao c9ae715019 Compile CPU mining for win32 and win64 13 years ago
  Luke Dashjr 1458821958 Update copyrights 13 years ago
  Luke Dashjr 2968168e90 Use localtime_r instead of localtime, including a Windows implementation that handles Win64's broken struct timeval.tv_sec 13 years ago
  Luke Dashjr bd543dff45 Merge commit 'c113534' into stratum 13 years ago
  Con Kolivas c113534feb Begin support for mingw stratum build. 13 years ago
  Luke Dashjr b84119c8bc Merge branch 'bugfix_cancel_mutex' into bfgminer 13 years ago
  Luke Dashjr e36f7d5b23 Bugfix: Avoid cancelling threads while locks are held 13 years ago
  Luke Dashjr 7fe5cc4f0a New --debuglog option to include debug info in stderr logfile even if not in the console 13 years ago
  Luke Dashjr da4ff2bde1 Bugfix: Use a mutex to control non-curses output 13 years ago
  Luke Dashjr d98e561a0a Simplify code to a single vprintf path for curses-less printing 13 years ago
  Luke Dashjr 80593c47fc Move opt_quiet check to my_log_curses, so it works for curses-less builds 13 years ago
  Luke Dashjr d2195bd04e Use log_generic for vapplog to cut down on code duplication 13 years ago
  Luke Dashjr 1097aefbad Add space to log output now that there is more screen real estate available. 13 years ago
  Luke Dashjr a1edc7dbcb Bugfix: Fix build without curses but with OpenCL 13 years ago
  Con Kolivas 4da6758f43 Add space to log output now that there is more screen real estate available. 13 years ago
  Luke Dashjr ed8382c88d Make curses TUI support optional at compile-time. 14 years ago