コミット履歴

作者 SHA1 メッセージ 日付
  Roger Dingledine 310a8da0d2 break reached_eof() out of process_inbuf() 21 年 前
  Roger Dingledine abdf073f14 minor fixes 21 年 前
  Nick Mathewson 60880cda84 Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. 21 年 前
  Roger Dingledine 394554cfbf Clean up copyrights. 21 年 前
  Roger Dingledine 6c61ed4fb5 Make options no longer a global variable. 21 年 前
  Roger Dingledine 97a0a43511 start the process of making 0.0.7* obsolete 21 年 前
  Roger Dingledine de65052312 don't assert multiple things in the same tor_assert() 21 年 前
  Roger Dingledine 05790d1722 let children survive sigint, sigterm, etc. 21 年 前
  Roger Dingledine aebec8ab9e stop using atexit() to remove our pid, since it's called 21 年 前
  Nick Mathewson 656a664334 Revert cpuworker to use addr/port 21 年 前
  Nick Mathewson c2103eb63a Finish most pre2 items: make running-routers list work right; rename secret key files; make even more lookup-by-nickname use lookup-by-id; default nicknames to hostname. 21 年 前
  Nick Mathewson cbab134bd9 Switch most uses of *_by_addr_port to *_by_identity_digest 21 年 前
  Nick Mathewson 17b5b3685f Make tor build on win32 again; handle locking for server 21 年 前
  Roger Dingledine 42569ffd0f bump an info message down to a debug 21 年 前
  Roger Dingledine 1cf1836990 break connection_edge_end out of connection_mark_for_close 21 年 前
  Nick Mathewson 537fb82cbb Make some functions static 21 年 前
  Roger Dingledine 3cdf2d67da it's amazing what a bit of punctuation can do for appearances 21 年 前
  Nick Mathewson 81922a125c More doxygenation. 21 年 前
  Roger Dingledine c6d4a00c5f more doxygen markup 21 年 前
  Roger Dingledine b384c5a18d bugfix: do directory_send_command only after we've established a socket 21 年 前
  Roger Dingledine 9bf9ca4d09 bugfix: add a circ->resolving_streams field, and make dns resolving streams not actually in the connection_array until they're done resolving. 21 年 前
  Nick Mathewson 682a805092 Comments for nearly all non-tricky files 21 年 前
  Nick Mathewson af08c4f878 Working strerror for windows socket errors, plus some snide comments. 21 年 前
  Nick Mathewson 9322641710 Use socketclose on windows as appropriate; end pid files with newline 21 年 前
  Roger Dingledine 25d54257fb use tor_assert 21 年 前
  Roger Dingledine e355ed0e15 log correctly if decoding onion failed 21 年 前
  Nick Mathewson c44016e86e Merge flagday into main branch. 21 年 前
  Roger Dingledine 66f878513f deal with hardware word alignment 21 年 前
  Roger Dingledine 1ae45b771e don't close all the fd's when you spawn a thread, only when you fork 21 年 前
  Nick Mathewson 976bacae94 Make all the other read/writes into recv/sends, except when they shouldn't be. 21 年 前