| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | Update License in File Headers | Fordy | 2012-05-20 | 1 | -1/+1 | |
| | | * | | | | Fix osx build | Gavin Andresen | 2012-05-15 | 1 | -1/+1 | |
| | * | | | | | Refactor: GetRandHash() method for util | Gavin Andresen | 2012-06-19 | 1 | -0/+6 | |
| | |/ / / / | ||||||
| * | | | | | Avoid crashes at shutdown due to printf() in global destructors. | Gavin Andresen | 2012-10-04 | 1 | -2/+8 | |
| * | | | | | fix -Wformat warnings all over the source | Philip Kaufmann | 2012-10-01 | 1 | -1/+1 | |
| * | | | | | HexStr: don't build a vector<char> first | Wladimir J. van der Laan | 2012-09-10 | 1 | -1/+1 | |
| * | | | | | Cleanup some unused macros from util.h | Wladimir J. van der Laan | 2012-09-09 | 1 | -0/+4 | |
| * | | | | | Add printf-style warnings to strprintf() and OutputDebugStringF() | Wladimir J. van der Laan | 2012-09-09 | 1 | -3/+12 | |
| * | | | | | Rename CreateThread to NewThread | Wladimir J. van der Laan | 2012-08-29 | 1 | -1/+1 | |
| * | | | | | implement CreateThread with boost::thread | Wladimir J. van der Laan | 2012-08-29 | 1 | -0/+12 | |
| * | | | | | Handle locked pages more robustly (Fixes issue #1462) | Wladimir J. van der Laan | 2012-08-23 | 1 | -0/+2 | |
| * | | | | | Restore OSX 10.5 compatibility (do not use pthread_setname_np) | Gavin Andresen | 2012-08-21 | 1 | -2/+5 | |
| * | | | | | Suppress output when running unit tests. | Gavin Andresen | 2012-08-20 | 1 | -1/+1 | |
| * | | | | | Merge pull request #1632 from luke-jr/spelling | Jeff Garzik | 2012-08-01 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Bugfix: Correct English grammar regarding "'s" | Luke Dashjr | 2012-08-01 | 1 | -1/+1 | |
| * | | | | | | Update Warning-strings to use a standard-format | Philip Kaufmann | 2012-08-01 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | fix OpenSSL not written as proper noun in some comments | Philip Kaufmann | 2012-07-21 | 1 | -3/+3 | |
| * | | | | | Teach RenameThread to work on OSX | Gavin Andresen | 2012-07-16 | 1 | -0/+2 | |
| * | | | | | Don't check for __linux__ specifically, check for PR_SET_NAME feature instead | Giel van Schijndel | 2012-07-17 | 1 | -1/+1 | |
| * | | | | | Add support for renaming FreeBSD and OpenBSD threads | Giel van Schijndel | 2012-07-17 | 1 | -0/+5 | |
| * | | | | | Give threads a recognisable name to aid in debugging | Giel van Schijndel | 2012-07-17 | 1 | -0/+12 | |
| * | | | | | Fix a few typos | fanquake | 2012-06-29 | 1 | -1/+1 | |
| * | | | | | Merge pull request #1174 from sipa/torhs | Gregory Maxwell | 2012-06-23 | 1 | -0/+187 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Node support for Tor hidden services | Pieter Wuille | 2012-06-23 | 1 | -1/+1 | |
| | * | | | | | Base32 encoding/decoding | Pieter Wuille | 2012-06-22 | 1 | -0/+187 | |
| * | | | | | | Introduce -debugnet option, thereby quieting some redundant debug messages | Jeff Garzik | 2012-06-22 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | Testnet, Mark III | Gavin Andresen | 2012-05-25 | 1 | -1/+1 | |
| * | | | | | Refactor: move runCommand() to util.cpp | Jeff Garzik | 2012-05-23 | 1 | -0/+8 | |
| * | | | | | Merge branch 'optimize' | Gavin Andresen | 2012-05-22 | 1 | -0/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Refactor: GetRandHash() method for util | Gavin Andresen | 2012-05-17 | 1 | -0/+6 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #917 from mndrix/reopen-log-file | Pieter Wuille | 2012-05-21 | 1 | -0/+12 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Reopen debug.log on SIGHUP | Michael Hendricks | 2012-05-18 | 1 | -0/+9 | |
| | * | | | | | Serialize access to debug.log stream | Michael Hendricks | 2012-05-18 | 1 | -0/+3 | |
| * | | | | | | Merge pull request #1354 from fanquake/master | Pieter Wuille | 2012-05-20 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update License in File Headers | Fordy | 2012-05-18 | 1 | -1/+1 | |
| * | | | | | | | Make testcases build, prevent windows symbol collision | Wladimir J. van der Laan | 2012-05-20 | 1 | -1/+1 | |
| * | | | | | | | Convert UI interface to boost::signals2. | Wladimir J. van der Laan | 2012-05-20 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #1302 from laanwj/2012_05_utilstrings | Wladimir J. van der Laan | 2012-05-20 | 1 | -76/+36 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Get rid of snprintf (except one) with fixed buffers, shorten code | Wladimir J. van der Laan | 2012-05-14 | 1 | -76/+36 | |
| * | | | | | | | Use boost::thread locking instead of interprocess | Pieter Wuille | 2012-05-18 | 1 | -0/+1 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | fix RenameOver() and FileCommit() functions, to not generate compilation errors | Philip Kaufmann | 2012-05-17 | 1 | -1/+2 | |
| * | | | | | | Add new utility functions FileCommit(), RenameOver() | Jeff Garzik | 2012-05-16 | 1 | -0/+21 | |
| * | | | | | | ensure that no double timestamps show up in the debug.log, by removing manual... | Philip Kaufmann | 2012-05-13 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code | Wladimir J. van der Laan | 2012-05-13 | 1 | -143/+0 | |
| * | | | | | Split synchronization mechanisms from util.{h,cpp} | Pieter Wuille | 2012-05-11 | 1 | -123/+9 | |
| * | | | | | Fix osx build | Gavin Andresen | 2012-05-09 | 1 | -1/+1 | |
| * | | | | | util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSp... | Philip Kaufmann | 2012-05-09 | 1 | -44/+29 | |
| * | | | | | Merge pull request #1187 from TheBlueMatt/win32_ie | Wladimir J. van der Laan | 2012-05-05 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Update to require IE 5.1 as it is required on mingw64. | Matt Corallo | 2012-05-02 | 1 | -1/+1 | |
| * | | | | | fix compiler warning "suggest parentheses around assignment used as truth | Philip Kaufmann | 2012-05-01 | 1 | -1/+1 | |
| |/ / / / | ||||||