Commit History

Author SHA1 Message Date
  Luke Dashjr 4600ab1eb3 Merge commit '8ede407' into cg_merges_20131023a 12 years ago
  Luke Dashjr e7be54b705 Merge commit 'aee7b3f' into bfgminer 12 years ago
  Luke Dashjr aee7b3fa6d Bugfix: Stratum initiate: Clear json var after freeing it, to avoid a potential double-free if retry fails before new JSON is parsed 12 years ago
  Luke Dashjr 23a0d7e046 Merge commit 'f94f3c9' into bfgminer 12 years ago
  Luke Dashjr f94f3c9d7e json_rpc_call_completed: Silence incorrect type cast warning 12 years ago
  Luke Dashjr f4cce967de Merge commit 'd298890' into bfgminer 12 years ago
  Luke Dashjr d298890824 Silence unused result warnings for notifier_{read,wake} 12 years ago
  Luke Dashjr f7f24c5777 Merge commit '525426c' into bfgminer 12 years ago
  Luke Dashjr 525426c6f5 Log a warning if --cmd-* returns a non-zero exit code 12 years ago
  Luke Dashjr 8018423267 Mostly functional stratum proxy driver 12 years ago
  Luke Dashjr 5e13600360 Bugfix: Stratum: Avoid FD_SETting INVSOCK 12 years ago
  Luke Dashjr 8a04b54735 Merge branch 'httpsrv' into bfgminer 12 years ago
  Luke Dashjr 78907f6fed Bugfix: Initialise notifier (as invalid) for no-thread devices (SGW) 12 years ago
  Con Kolivas 8ede407df7 Make extract_sockaddr set variables passed to it rather than pool struct members. 12 years ago
  Luke Dashjr 2293ce0ec8 Merge commit '3757253' into bfgminer 12 years ago
  Luke Dashjr 375725300d Bugfix: Implicitly initialise timer_set_now when it is first called 12 years ago
  Luke Dashjr a4c8239514 util: Eliminate unsafe const-removing casts 12 years ago
  Con Kolivas 83b5f62474 Don't decref json values in stratum parsing due to memory corruption. 12 years ago
  Con Kolivas bec40c5b68 Provide base structures for getaddrinfo. 12 years ago
  Con Kolivas c9c61e72c8 Fix win32 build. 12 years ago
  Con Kolivas 036c7b73f1 Fix OSX build. 12 years ago
  Con Kolivas 79ca14f5e8 Provide an osx fix for cgtimers and a fallback to timevals for all other platforms !linux !win32 !osx. 12 years ago
  Con Kolivas f009347e39 Move two more timer functions out of define macros to enable them to be used by future osx code. 12 years ago
  Con Kolivas ec881c41a4 cgtimer_sub is now the same since cgtimer_t should be the same on all platforms. 12 years ago
  Luke Dashjr e7bae59209 Explicitly check for clock_nanosleep and only use it when available 12 years ago
  Luke Dashjr c0fe28a556 Further integrate cgsleep API into BFGMiner's timer system, so clock_nanosleep is only used on platforms with CLOCK_MONOTONIC 12 years ago
  Luke Dashjr 039282ccdd Convert cgtimer_t to struct timeval 12 years ago
  Luke Dashjr 3183f70477 Merge branch 'cgsleep2' into cg_merges_20130822a 12 years ago
  Con Kolivas 2412961ccb Use timespecs on windows as cgtimer_t to capitalise on the higher resolution clock changes. 12 years ago
  Con Kolivas f965108b0e Abstract out the conversion of system time to an lldiv_t in decimicroseconds. 12 years ago