Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-20 | 2014 network limit 1.2 +utils +toc -doc -drmonero | rfree2monero | 5 | -26/+82 | |
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. | |||||
2015-02-20 | fixed size_t on windows | rfree2monero | 1 | -2/+8 | |
thought it was already fixed, apparently commit got lost somewhere | |||||
2015-02-20 | 2014 network limit 1.1 +utils +toc -doc -drmonero | rfree2monero | 9 | -49/+145 | |
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 | |||||
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 13 | -127/+1799 | |
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) | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 44 | -41/+41 | |
2014-10-02 | forgot to add connection context to log line | Riccardo Spagni | 1 | -1/+1 | |
2014-10-02 | moved non-critical p2p errors to l2 | Riccardo Spagni | 2 | -2/+2 | |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane value | Riccardo Spagni | 1 | -1/+1 | |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 6 | -9/+10 | |
2014-07-25 | move modified epee code to new classes, revert license | fluffypony | 104 | -2671/+2067 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 104 | -2067/+2671 | |
2014-06-13 | Fixed console handler not properly exiting on SIGINT and such | Thomas Winget | 1 | -1/+7 | |
2014-06-06 | removed continue issue | fluffypony | 1 | -1/+0 | |
2014-06-04 | don't fall apart if you can't get_line | fluffypony | 1 | -3/+2 | |
2014-05-25 | extra files | mydesktop | 4 | -0/+433 | |
2014-05-25 | 0.8.8update | mydesktop | 11 | -192/+101 | |
2014-05-03 | initial [broken] update | mydesktop | 1 | -1/+1 | |
2014-04-30 | mac osx building fixes | mydesktop | 3 | -5/+5 | |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 2 | -3/+3 | |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 9 | -69/+89 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 7 | -23/+102 | |
2014-03-20 | some fixes | Antonio Juarez | 29 | -316/+605 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 120 | -0/+24291 | |