Historial de Commits

Autor SHA1 Mensaje Fecha
  Adam Novak f731510da4 Adding IPTunnel prefix option examples to the default config. hace 10 años
  Emery Hemingway a9508af325 conform to RFC5952 when printing some IPv6 addresses hace 10 años
  Caleb James DeLisle 788ea5b5b2 slightly shorter way to write the conf file hace 10 años
  Caleb James DeLisle 04f4b755f1 Fixed a bug, thx lars hace 10 años
  kpcyrd 26759a06b5 Remove extra newlines in genconf hace 10 años
  Caleb James DeLisle 14e2a47fcb Added new benc message parser and refactored code to use it, StandardBencSerializer is now redundant hace 10 años
  Caleb James DeLisle 0b1fbd17f7 Refactoring to allow for re-enabling threeNodes_test hace 10 años
  kpcyrd 203712f3dc Add --nobg switch hace 10 años
  Caleb James DeLisle 43f7e6a30c Merge branch 'whitespace' of git://github.com/kbillings/cjdns into crashey hace 10 años
  Kyle Billings 000819d641 Remove trailing whitespace and fix some spelling mistakes hace 10 años
  Caleb James DeLisle ec63748b16 More work hace 10 años
  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. hace 10 años
  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. hace 10 años
  Caleb James DeLisle f814b3a1f2 Up the memory limit for the client process because Configurator and AdminClient outrun the freeing of their allocators. hace 10 años
  Caleb James DeLisle 96643118dc Added architecture and system detection hace 10 años
  Caleb James DeLisle 666d685b24 Take responsiblity for all TODOs hace 10 años
  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 hace 10 años
  Caleb James DeLisle 72505b0b7b Replaced more expensive instances of Assert_true() with Assert_ifParanoid() hace 10 años
  Sergey "Shnatsel" Davidoff ee7a863f5a Fix up previous commit hace 10 años
  Caleb James DeLisle 85b00bb461 Hardened the sandboxing with double checking and made nofiles mandatory hace 11 años
  Caleb James DeLisle f14dbf12a1 A working simulator :D hace 11 años
  Caleb James DeLisle 6703a808e7 misc cleanup hace 11 años
  Caleb James DeLisle e64f8eaafb Removed the little-used exception codes hace 11 años
  Caleb James DeLisle be15286dff spelling in cjdroute.conf, set DEFAULT_MAX_TRIES to 3 and align the allocator pointer in UDPAddrIface hace 11 años
  Caleb James DeLisle 39e9db345c missing comma hace 11 años
  Caleb James DeLisle 72233a3f93 Integrated DNS client into cjdns hace 11 años
  m1kc (Max Musatov) 7b606cf3fe Small usability improvements. hace 11 años
  Caleb James DeLisle a2e2a1fc07 added parameter to allow changing timeout for adminClient, set timeouf to 100ms for checking if cjdns is active already. hace 11 años
  Caleb James DeLisle d4f9d62adf fixed a crash-on-start bug caused by a leftover UDP socket. hace 11 años
  m1kc (Max Musatov) 2f1fa93bd5 Better names for ping-related variables. hace 11 años