summaryrefslogtreecommitdiff
path: root/contrib/otshell_utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #712Riccardo Spagni2016-03-113-14/+16
|\ | | | | | | | | 66c2fc7 Need to link boost::chrono in more places now (Howard Chu) b937a2c Use boost::thread instead of std::thread (Howard Chu)
| * Use boost::thread instead of std::threadHoward Chu2016-03-113-14/+16
| | | | | | | | and all other associated IPC
* | WIN32: Need getpid() declarationHoward Chu2016-03-111-0/+1
|/
* Network 1.7; Quieted the debug a bit.rfree2monero2015-04-021-5/+5
| | | | Really really finall version of this changes I hope.
* Utils: use const, document dbg. Less default debugrfree2monero2015-04-022-28/+53
|
* added windows_stream.* console colorsrfree2monero2015-04-012-0/+84
|
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-012-21/+115
|
* 2014 network limit 1.3 fix log/path/data +utilsrfree2monero2015-02-242-42/+138
| | | | | | | | | | | +toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers).
* 2014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero2015-02-203-9/+62
| | | | | | | | | | | | | | | | | | | | | | | | | new update of the pr with network limits more debug options: discarding downloaded blocks all or after given height. trying to trigger the locking errors. debug levels polished/tuned to sane values. debug/logging improved. warning: this pr should be correct code, but it could make an existing (in master version) locking error appear more often. it's a race on the list (map) of peers, e.g. between closing/deleting them versus working on them in net-limit sleep in sending chunk. the bug is not in this code/this pr, but in the master version. the locking problem of master will be fixed in other pr. problem is ub, and in practice is seems to usually cause program abort (tested on debian stable with updated gcc). see --help for option to add sleep to trigger the error faster.
* 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-204-33/+44
| | | | | | | | | | | | | | | | | | | | | Update of the PR with network limits works very well for all speeds (but remember that low download speed can stop upload because we then slow down downloading of blockchain requests too) more debug options fixed pedantic warnings in our code should work again on Mac OS X and FreeBSD fixed warning about size_t tested on Debian, Ubuntu, Windows(testing now) TCP options and ToS (QoS) flag FIXED peer number limit FIXED some spikes in ingress/download FIXED problems when other up and down limit
* 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-209-0/+1460
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)