aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
Commit message (Collapse)AuthorAgeFilesLines
...
* removed not needed <netinet/in.h>rfree2monero2015-02-201-1/+0
|
* 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-203-113/+139
| | | | | | | | | | | | | | | | | | | | | 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-204-12/+408
| | | | | | | | | | 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)
* year updated in licenseRiccardo Spagni2015-01-025-5/+5
|
* moved non-critical warnings and errors to log level 1fluffypony2014-09-091-5/+5
|
* License updated to BSD 3-clausefluffypony2014-07-235-15/+145
|
* Changed time_t to uint64_t for serializationThomas Winget2014-07-231-3/+3
| | | | | | | | time_t is implementation-, architecture-, and apparently compiler-dependent. As an example, on my machine if I build a 64-bit binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4. uint64_t is therefore much more consistent for serialization, given that RPC calls are potentially made between different machines.
* Added get_connections RPC call to daemonThomas Winget2014-07-183-0/+79
|
* Added static_cast to hshd.current_heightNeozaru2014-06-041-1/+1
|
* 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimationsNeozaru2014-06-041-0/+5
|
* 0.8.8updatemydesktop2014-05-252-13/+16
|
* fix genesis block hash, checkpoint, days behindmydesktop2014-05-031-1/+1
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-1/+3
|
* some fixesAntonio Juarez2014-03-202-23/+47
|
* moved all stuff to githubAntonio Juarez2014-03-035-0/+780