Commit Graph

56 Commits (b6a81f1252531ff6ebe5b6563e6f17778f905eba)

Author SHA1 Message Date
lakshyacis 4a369f70c1
formatting and docstring
3 years ago
coffeedogs 0bceeca524
Changes based on style and lint checks. (final_code_quality_5)
4 years ago
Peter Šurda 8b3d7ea278
C PoW init fix
6 years ago
Peter Šurda a48dff3bee
PoW init reordering
6 years ago
Dmitri Bogomolov e6f0b34f9b
Fixed some inconvenience on first run mainly in Ubuntu.
6 years ago
Peter Šurda 8d829b587e
Reset OpenCL when settings change
6 years ago
Peter Šurda 6062277d60
Rename configparser.py to bmconfigparser.py
6 years ago
Peter Šurda 75f715bfe4
BSD compatibility
6 years ago
Peter Šurda 2cc4435cfc
Imports, typos, syntax errors
6 years ago
Peter Šurda 59f3a2fbe7
Reduce cyclic dependencies
6 years ago
Peter Šurda ad75552b5c
Move shutdown from shared.py to state.py
6 years ago
Peter Šurda c738d93056
Assorted fixes
6 years ago
Peter Šurda ac348e4e6b
Fixes and refactoring
6 years ago
Peter Šurda 8bcfe80ad0
Refactoring of config parser and shared.py
6 years ago
Peter Šurda fefb959338
Notify if C PoW missing
6 years ago
Peter Šurda e9a3ef465c
OpenCL vendor selector
6 years ago
Peter Šurda 32f1e0447a
Multiprocessing PoW fixes and improvements
7 years ago
Peter Šurda e6ce73f4bd
Multiple PoW updates
7 years ago
Peter Šurda b8a08a0ce9
Fix python PoW
7 years ago
mailchuck 9edde110a2 Translation update
7 years ago
Peter Šurda 2f27d43e7e PoW can sometimes be shutdown-able
7 years ago
mailchuck a8053195ea Fix cdecl/stdcall DLL detection
7 years ago
mailchuck 17d045da10 Sensible default maximum difficulty
7 years ago
mailchuck 27b8891ab4 Test commit policy commit
7 years ago
mailchuck 41ac1b89d1 Frozen SMP re-disable try 2
7 years ago
mailchuck 549d91dc68 Re-disable windows SMP frozen support
7 years ago
mailchuck 399100e6d8 PoW support code cleanup
7 years ago
mailchuck 25cc1dc287 Unified code for finding source code location
7 years ago
mailchuck 12878af41f Fix Py2Exe / Py2App
7 years ago
mailchuck 8e650396da Missing library fix
7 years ago
mailchuck 1a3794f3e3 C PoW updates
7 years ago
mailchuck e5ee7426eb Support for PoW from an external library
7 years ago
mailchuck 9075f3f5e6 OpenCL Fixes
7 years ago
mailchuck 2b1222f970 Fix: UI
7 years ago
Peter Surda 69309b82fb Minor changes in cli, PoW, and a couple of new api calls.
7 years ago
Peter Šurda 1796c20887 Merge OpenCL code and make OpenCL auto-detectable
7 years ago
Jonathan Warren 5b87bc26ec Fix #758
8 years ago
Jonathan Warren c306062282 Bitmessage Protocol Version Three
9 years ago
Jonathan Warren df7116bd72 on close, save objectProcessorQueue to disk
9 years ago
Grant T. Olson 5eba4e6442 Merge branch 'master' into Fast_PoW_unless_frozen
10 years ago
Grant T. Olson bd489408c7 Actually OSX app maded with py2app can parallelize just fine
10 years ago
Grant T. Olson a20213f1e8 Use fast PoW unless we're explicitly a frozen (binary) version of the code
10 years ago
Tim van Werkhoven 16ff6e883a Use 'inf' as large value instead of 1e20
10 years ago
Jordan Hall 2eb6558cf1 Added a number of missing imports fixing several issues (thank you PyDev)
10 years ago
Jonathan Warren 9d7a869cb9 Prevent proofOfWork pool threads from returning any data if shut down before finished with a POW
10 years ago
Jonathan Warren 9ff2c9568f adjust code formatting
10 years ago
Arceliar 30d829d0d4 Wait for PoW processes to exit before returning a result. Hopefully not needed.
10 years ago
Arceliar 7f4fee40fb Removed an extraneous conditional import.
10 years ago
Arceliar 279f38ff97 Trying to enable multicore PoW with single core as a fallback when it's a problem.
10 years ago
Jonathan Warren 21559e09f1 Remove multi-core POW support
10 years ago