コミット履歴

作者 SHA1 メッセージ 日付
  Adam Ierymenko 8c8a3c58ec Various little things... 5 年 前
  Adam Ierymenko f21ecb3762 Yet more major and very nit-picky refactoring for performance, etc. Also use std::atomic<> now with a TODO to implement a shim if we ever do need to build this on a pre-c++11 compiler. 6 年 前
  Adam Ierymenko 7d11522768 Just about everything refactored for new Protocol/Buf code except Switch. 6 年 前
  Adam Ierymenko d7b31fe014 Warning removal and build fixes. 6 年 前
  Adam Ierymenko eef70e198b Version 2.x notice updates and other boring stuff. 6 年 前
  Adam Ierymenko 53b7c8f725 Make Peer bootstrap field an Endpoint even though we only support InetAddress right now, and a bunch more stuff. 6 年 前
  Adam Ierymenko 3ff9ffd5d4 A bunch of wiring up of stuff... 6 年 前
  Adam Ierymenko 7291ac2093 A bunch more cleanup and build fixes, and remove old version of multipath code to prep for new version. 6 年 前
  Adam Ierymenko d7a31088ba Cleanup, warning removal, cppcheck informed cleanup. 6 年 前
  Adam Ierymenko b3e1783658 . 6 年 前
  Adam Ierymenko fe2215df00 TON of refactoring, moon/planet is DEAD, ECC P-384 is integrated (but not enabled), and multicast work and cleanup. Whew. 6 年 前
  Joseph Henry 0e597191b8 Updated licenses for 2019 7 年 前
  Adam Ierymenko 553101e8b5 merge dev 7 年 前
  Adam Ierymenko d724af6a99 Replace Sao Paolo root with Buenos Aires in default planet def (will push to network too) 7 年 前
  Adam Ierymenko 5b114791e5 Fix a bug that caused a crash on empty HTTP requests (localhost only) and add a lightweight lock to the RX queue to prevent possible threads stepping on each other in parallel receive paths. 7 年 前
  Adam Ierymenko ac40f2191c . 7 年 前
  Joseph Henry 9681fedbb4 Spellcheck sweep across codebase 7 年 前
  Adam Ierymenko 74f2b78c04 Refactor some potentially unsafe SharedPtr<> code. 7 年 前
  Adam Ierymenko 4419734a7d Implement continuous contacting of designated anchors and multicast replicators - GitHub issue #666 8 年 前
  Adam Ierymenko f87326fc21 Fixes for lock ordering -- GitHub issue #573 8 年 前
  Adam Ierymenko 65c07afe05 Copyright updates for 2018. 8 年 前
  Adam Ierymenko 459f1e7bfb Refactor path stability stuff and add basic multipath support. 8 年 前
  Adam Ierymenko c7d370c17f Delete something that turns out not to be useful. This will be handled differently. 8 年 前
  Grant Limberg b1d60df44c timestamps changed from uint64_t to int64_t 8 年 前
  Grant Limberg 7cf70d111a Return an explicit NULL shared pointer at the end of Topology::getPeer() 8 年 前
  Grant Limberg e564c56dce Set size of buffer after setting data with unsafeData() call 8 年 前
  Adam Ierymenko f8014413a3 Add UDP MTU configurability. 8 年 前
  Adam Ierymenko 6ee201865b Clean up WHOIS code. 8 年 前
  Adam Ierymenko 64758c46b6 Implement peer serialization and deserialization. 8 年 前
  Adam Ierymenko dab0fb9e05 Remote trace: plumbing, replace old TRACE with calls to Trace object. 8 年 前