コミット履歴

作者 SHA1 メッセージ 日付
  Caleb James DeLisle 4d7b8f1a59 bad usages of List 10 年 前
  Caleb James DeLisle e9aad0d066 Simplify List interface and fixed some weird behavior with the last page of dumpTable 10 年 前
  nite69 51571cb1b4 Buffix; possible pointer out of scope, as discussed here: 10 年 前
  nite69 d98a9d2a4c This change allows you to restrict one password to be used with 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 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 ef0f859656 not properly setting user 11 年 前
  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 ddb1881936 Work on the jsbuild and eliminated multiple dependency loops 11 年 前
  Caleb James DeLisle 9a2f389d34 Don't handle addresses as names if they are specified in IP form 11 年 前
  Caleb James DeLisle d7f5b302ac More work on Windows port and made Message.h functions take an exception handler to throw in case of buffer overflow. 11 年 前
  Caleb James DeLisle 72233a3f93 Integrated DNS client into cjdns 11 年 前
  Caleb James DeLisle 5388880b20 Added 2 log lines to Configurator.c in case the port is misparsed or the hostname cannot be found. 11 年 前
  Caleb James DeLisle c8a606e7e5 Merged contribution from SR to make UDPInterface in cjdroute accept domain names. 11 年 前
  hartzler 84dbf493b1 remove flush RPC and update admin docs 11 年 前
  Matt Hartzler 0bf9722c84 add user notion to passwords 11 年 前
  root 83e1ec879b Merge branch 'master' of https://github.com/cjdelisle/cjdns into debug 11 年 前
  root 62365b9322 Actually passing interface numbers when configuring ETHInterfaces. Should fix https://github.com/cjdelisle/cjdns/issues/197. 11 年 前
  root 48e9c52aac Added some extra logging for the Ethernet interface setup for admin/Configurator.c 11 年 前
  Caleb James DeLisle 6427d40e6d Decrease the number of external headers pulled in and refactor allocator and reader/writer. 11 年 前
  Caleb James DeLisle c82ead8529 Changed allocator to produce more information when something goes wrong, refactored to use macro. 11 年 前
  Caleb James DeLisle 03f4df8428 Judomerged udp-admin branch into master. 11 年 前
  Caleb James DeLisle 935fc11b08 Added beaconing configuration and fixed small bug in ETHIface beacon logic. 12 年 前
  Caleb James DeLisle 6ad4812d9a Changes to W32 pipe/process handling, trying to get it working. 12 年 前
  Caleb James DeLisle 000223f262 Added configuration for IpTunnel and fixed bug. 12 年 前
  Marcus Wanner 3bfacb83c1 Extending multiinterface config support to UDPIF. 12 年 前
  Marcus Wanner 394c14d807 Merge branch 'master' into feature-multiple-interface 12 年 前
  Marcus Wanner 394446eabd Switching to multi-if to NULL check as per cjd 12 年 前
  Marcus Wanner 137904f8d7 Added support for multiple ethif devices in config 12 年 前