Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-02 | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 1 | -2/+10 | |
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -1/+3 | |
also some other minor bug squashing and code formatting | |||||
2014-09-24 | use boost::asio::ip::address because cross-platform plz | Riccardo Spagni | 1 | -96/+27 | |
2014-09-23 | seed node DNS code updated to use DNSResolver | Thomas Winget | 1 | -41/+111 | |
Also implemented rudimentary IPv6 support, but commented it out because it's not widely supported by ISPs for now, and thus is not currently supported by Monero. | |||||
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 2 | -11/+34 | |
IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. | |||||
2014-09-15 | Fix time_t serialization issue | Zachary Michaels | 3 | -5/+9 | |
On 32-bit MinGW-w64, time_t is int32_t. The existing code was serializing time_t directly and implicitly assuming that time_t is int64_t. This commit formalizes that assumption by serializing int64_t directly and casting to time_t where appropriate. Thanks go to greatwolf for reporting this issue. monero-project/bitmonero#88 | |||||
2014-09-15 | Make P2P use the testnet data dir | Zachary Michaels | 1 | -1/+3 | |
2014-09-15 | Replace macro with equivalent function call | Zachary Michaels | 1 | -49/+45 | |
Also removed useless bool return | |||||
2014-09-15 | Add testnet seed nodes | Zachary Michaels | 1 | -3/+8 | |
2014-09-15 | Separate network id for testnet | Zachary Michaels | 1 | -2/+10 | |
2014-09-15 | Separate p2p port for testnet | Zachary Michaels | 2 | -5/+23 | |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 3 | -40/+4 | |
2014-09-15 | Add testnet flag | Zachary Michaels | 2 | -17/+22 | |
Source: cryptonotefoundation | |||||
2014-09-12 | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 1 | -1/+1 | |
2014-09-10 | more dynamic miniupnp fixes | fluffypony | 1 | -2/+9 | |
2014-09-10 | miniupnpc includes fixed | fluffypony | 1 | -2/+2 | |
2014-09-09 | moved non-critical warnings and errors to log level 1 | fluffypony | 1 | -4/+4 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 8 | -29/+236 | |
2014-07-01 | Allow priority peers when there are exclusive peers | Zachary Michaels | 1 | -1/+1 | |
Per my reading this change makes sense since a subset of the exclusive peers could be priority peers. Priority peers that are not exclusive will not get loaded, and priority peers that *are* exclusive will get special treatment. Prior to this change it looks like priority peers were silently ignored when exclusive peers were provided. | |||||
2014-06-10 | added new seed nodes | fluffypony | 1 | -0/+9 | |
2014-05-25 | 0.8.8update | mydesktop | 2 | -77/+142 | |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -1/+4 | |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 2 | -3/+5 | |
2014-04-30 | 2nd seed node added | thankful_for_today | 1 | -0/+1 | |
2014-04-18 | Bitmonero release | thankful_for_today | 2 | -11/+2 | |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -0/+35 | |
2014-03-20 | some fixes | Antonio Juarez | 5 | -28/+63 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 8 | -0/+2042 | |