コミット履歴

作者 SHA1 メッセージ 日付
  Roger Dingledine fc0e2a34ec slightly less noisy 23 年 前
  Roger Dingledine fee55dd4a3 minor cleanups in config files 23 年 前
  Roger Dingledine 61d10b309f Folded cell.? into src/or 23 年 前
  Roger Dingledine 926081ad69 revised todo 23 年 前
  Matej Pjafjar f617a4e733 Test suite for onion.c - currently tests encrypt_onion() and decrypt_onion(). 23 年 前
  Roger Dingledine 5fc0bcf303 initial versions of README, for new users getting up to speed, and HACKING, 23 年 前
  Roger Dingledine ab2218bb46 moria:9004 is now a twin to town-square:9004 23 年 前
  Roger Dingledine 2147898577 Implemented router twins 23 年 前
  Roger Dingledine 0a8d58138d changes to support sendme cells 23 年 前
  Roger Dingledine 267434bdea Implemented congestion control 23 年 前
  Roger Dingledine ccdef66b68 new link padding scheme 23 年 前
  Andrei Serjantov 53cec4caef 23 年 前
  Roger Dingledine c951c6f186 new config files, some bugfixes 23 年 前
  Roger Dingledine 117cbeeaaf Implemented link padding and receiver token buckets 23 年 前
  Roger Dingledine ffc545311b removed args.c (bruce's popt stuff makes it obsolete) 23 年 前
  Bruce Montrose 4aeca322b4 bug-fix. poptReadDefaultOptions() should find and load ~/.<cmd>rc files now. 23 年 前
  Bruce Montrose 52311e1b78 corrected some string literals 23 年 前
  Roger Dingledine f6e2ed2316 removed mention of src/op/ from configure 23 年 前
  Roger Dingledine 016691b5b1 removing the obsolete op/ code 23 年 前
  Bruce Montrose be25ffd5d7 removed loglevel from global namespace. severity level is set using log() with a NULL format argument now. example: log(LOG_ERR,NULL); 23 年 前
  Bruce Montrose d00c39231d integrated use of getoption() into OR. removed getargs() and getconfig(). 23 年 前
  Bruce Montrose aaca91109f finishing touches. think its ready for integration now. 23 年 前
  Bruce Montrose 3ee59f2325 added new option GlobalRole to getoptions() 23 年 前
  Bruce Montrose 4c65f31340 cleaned up some, added validation to getoptions() 23 年 前
  Roger Dingledine eb51576abf fixed the deadlock bug 23 年 前
  Roger Dingledine 391d23c428 it wouldn't return when the next router isn't up, leading to later seg fault 23 年 前
  Roger Dingledine db15776bdd a patch for mat's patch 23 年 前
  Bruce Montrose 6a58057a6e Added usage display on error. 23 年 前
  Matej Pjafjar bb01f59de9 Bugfix : connection_exit_process_data_cell() quit after receiving the SS, without waiting for the destination addr/port 23 年 前
  Matej Pjafjar f07ade3046 getrouters() changed so that a router ignores its own entry in the router list 23 年 前