커밋 기록

작성자 SHA1 메시지 날짜
  Adam Novak f731510da4 Adding IPTunnel prefix option examples to the default config. 10 년 전
  Emery Hemingway a9508af325 conform to RFC5952 when printing some IPv6 addresses 10 년 전
  Caleb James DeLisle 788ea5b5b2 slightly shorter way to write the conf file 10 년 전
  Caleb James DeLisle 04f4b755f1 Fixed a bug, thx lars 10 년 전
  kpcyrd 26759a06b5 Remove extra newlines in genconf 10 년 전
  Caleb James DeLisle 14e2a47fcb Added new benc message parser and refactored code to use it, StandardBencSerializer is now redundant 10 년 전
  Caleb James DeLisle 0b1fbd17f7 Refactoring to allow for re-enabling threeNodes_test 10 년 전
  kpcyrd 203712f3dc Add --nobg switch 10 년 전
  Caleb James DeLisle 43f7e6a30c Merge branch 'whitespace' of git://github.com/kbillings/cjdns into crashey 10 년 전
  Kyle Billings 000819d641 Remove trailing whitespace and fix some spelling mistakes 10 년 전
  Caleb James DeLisle ec63748b16 More work 10 년 전
  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. 10 년 전
  Caleb James DeLisle 3005cac83c Removed some old string.h portability stuff and replaced it with CString.h which is easier portability, also made TUNInterface and NetPlatform fully non-portable since they are not intended to be portable and portability code changes from time to time, putting them at risk since they are not often compiled. 10 년 전
  Caleb James DeLisle f814b3a1f2 Up the memory limit for the client process because Configurator and AdminClient outrun the freeing of their allocators. 10 년 전
  Caleb James DeLisle 96643118dc Added architecture and system detection 10 년 전
  Caleb James DeLisle 666d685b24 Take responsiblity for all TODOs 10 년 전
  Caleb James DeLisle 0fdda4fc72 Replaced all instances of Assert_always() with Assert_true() to standardize on Assert_true() for 'always', Assert_ifParanoid() for assertions which trigger if PARANOIA is enabled and Assert_ifTesting() for asserions which would be triggered by bad nodes in a real network 10 년 전
  Caleb James DeLisle 72505b0b7b Replaced more expensive instances of Assert_true() with Assert_ifParanoid() 10 년 전
  Sergey "Shnatsel" Davidoff ee7a863f5a Fix up previous commit 10 년 전
  Caleb James DeLisle 85b00bb461 Hardened the sandboxing with double checking and made nofiles mandatory 11 년 전
  Caleb James DeLisle f14dbf12a1 A working simulator :D 11 년 전
  Caleb James DeLisle 6703a808e7 misc cleanup 11 년 전
  Caleb James DeLisle e64f8eaafb Removed the little-used exception codes 11 년 전
  Caleb James DeLisle be15286dff spelling in cjdroute.conf, set DEFAULT_MAX_TRIES to 3 and align the allocator pointer in UDPAddrIface 11 년 전
  Caleb James DeLisle 39e9db345c missing comma 11 년 전
  Caleb James DeLisle 72233a3f93 Integrated DNS client into cjdns 11 년 전
  m1kc (Max Musatov) 7b606cf3fe Small usability improvements. 11 년 전
  Caleb James DeLisle a2e2a1fc07 added parameter to allow changing timeout for adminClient, set timeouf to 100ms for checking if cjdns is active already. 11 년 전
  Caleb James DeLisle d4f9d62adf fixed a crash-on-start bug caused by a leftover UDP socket. 11 년 전
  m1kc (Max Musatov) 2f1fa93bd5 Better names for ping-related variables. 11 년 전