Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-01 | core: move tx_extra parsing errors to log level 1 | moneromooo-monero | 1 | -1/+9 | |
They're not fatal, though indicate something wrong | |||||
2016-04-02 | epee: flush output after a message | moneromooo-monero | 1 | -0/+1 | |
This is equivalent to line buffering, as C++ seems to lack a setvbuf equivalent which alows line buffering. | |||||
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -1/+1 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -1/+1 | |
Useful for debugging users' logs | |||||
2016-01-03 | ARM chars are unsigned | Howard Chu | 1 | -1/+1 | |
2015-12-19 | epee: make log macros behave like statements | moneromooo-monero | 1 | -22/+22 | |
In particular, make this kind of thing do what one expects it to do: if (x) LOG_PRINT("True"); else LOG_PRINT("No"); | |||||
2015-08-16 | epee: Don't set log file name when process path name isn't found | warptangent | 1 | -1/+2 | |
If process path name isn't found, then leave log file name blank. This also applies if a process name is found, but it's blank after removing a trailing dot extension. | |||||
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 1 | -0/+1 | |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 1 | -28/+25 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -25/+28 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -0/+3 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -15/+42 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+1426 | |