Histórico de Commits

Autor SHA1 Mensagem Data
  Caleb James DeLisle c7eed6b146 more robust logging, although only about 100 messages can be logged at a time without drops... há 10 anos atrás
  Caleb James DeLisle 2d0f939045 reverted some debugging logs which used printShortIp because it's harder to read há 10 anos atrás
  Caleb James DeLisle 96841c7fb3 Merge branch 'master' of git://github.com/ehmry/cjdns into crashey há 10 anos atrás
  Emery Hemingway a9508af325 conform to RFC5952 when printing some IPv6 addresses há 10 anos atrás
  Caleb James DeLisle da1d2d82d3 Change the CryptoAuth internal protocol so that CryptoAuth now pushes the nonce to the plaintext packet because it is useful. há 10 anos atrás
  Caleb James DeLisle 7b39921415 assert which is nolonger valie há 10 anos atrás
  Caleb James DeLisle 79f5aba123 that damn infiniloop há 10 anos atrás
  Caleb James DeLisle fc287ca62f Debugging failure to link to a peer há 10 anos atrás
  Caleb James DeLisle 7667736795 NodeStore_brokenLink() instead of NodeStore_brokenPath() há 10 anos atrás
  Caleb James DeLisle eaaf89f0bb possible infiniloop há 10 anos atrás
  Caleb James DeLisle 50a3c496e1 Knowing a route to a peer via another node is not good enough, we need to know a direct route! há 10 anos atrás
  Caleb James DeLisle b0114927ac Added ability to send KeyPing messages from the admin iface há 10 anos atrás
  Caleb James DeLisle c739815732 Doesn't work properly with only one peer há 10 anos atrás
  Caleb James DeLisle 6e14fbd687 division by zero, thank Arc há 10 anos atrás
  Caleb James DeLisle c58c4c1862 only increment the ping counter if the ping did not happen há 10 anos atrás
  Caleb James DeLisle e72b9d0380 If a node is not connected at the beginning, it may never reconnect há 10 anos atrás
  Caleb James DeLisle c47a20dbe8 Use a ping counter per peer instead of one globally há 10 anos atrás
  Caleb James DeLisle 0b1fbd17f7 Refactoring to allow for re-enabling threeNodes_test há 10 anos atrás
  Caleb James DeLisle 07a34fca1f Fix #609 - possible for code to free the data which it's using while it's using it. há 10 anos atrás
  Caleb James DeLisle cab6823bc7 Moved DefaultInterfaceController to interface/InterfaceController since there are no other IFCs, improced ifc peerStats state info, stopped counting a session as established until the underlying CA session is *completely* established. há 10 anos atrás
  Caleb James DeLisle 3c5bcd9a08 Refactored InterfaceConteroller into interface/implementation pattern. há 12 anos atrás
  Caleb James DeLisle 291eb313ae Added logic to ping over links which seem bad in order to prove that the neighbor is ok. há 12 anos atrás
  Caleb James DeLisle 259e49d5ba Work in progress.. há 12 anos atrás
  Stefan Bühler 8aedb4b19e Use var args macros for logging há 12 anos atrás
  Caleb James DeLisle 2e890a386a Define CJDNS_MAX_PEERS in the top level CMakeLists.txt since NumberCompress.h is pulled in a bunch of directories and it won't always be available. há 12 anos atrás
  Caleb James DeLisle 99035a1c10 Refactored assertions to make sure assertions in tests are never removed. há 12 anos atrás
  Caleb James DeLisle bb3293144d Replaced all calls to memcpy() with Bits_memcpy() and Bits_memcpyConst(), the latter of which asserts __builtin_constant_p(length) at compile time. há 12 anos atrás
  Caleb James DeLisle 0d5751af5c #54 representing things internally with big endian was a bad idea. há 12 anos atrás
  Micheal Smith 69d4044b57 Added modelines to source files. há 12 anos atrás
  Caleb James DeLisle ab16ab3425 shorter log and don't log ipv4 addresses há 12 anos atrás