Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-16 | minor fixes | Roger Dingledine |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-08-08 | let children survive sigint, sigterm, etc. | Roger Dingledine |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-16 | Revert cpuworker to use addr/port | Nick Mathewson |
2004-07-13 | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson |
2004-07-01 | Switch most uses of *_by_addr_port to *_by_identity_digest | Nick Mathewson |
2004-06-05 | Make tor build on win32 again; handle locking for server | Nick Mathewson |
2004-06-03 | bump an info message down to a debug | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | Make some functions static | Nick Mathewson |
2004-05-10 | it's amazing what a bit of punctuation can do for appearances | Roger Dingledine |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine |
2004-05-06 | bugfix: add a circ->resolving_streams field, and make dns resolving ... | Roger Dingledine |
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson |
2004-05-02 | Working strerror for windows socket errors, plus some snide comments. | Nick Mathewson |
2004-04-28 | Use socketclose on windows as appropriate; end pid files with newline | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-25 | log correctly if decoding onion failed | Roger Dingledine |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-03-20 | deal with hardware word alignment | Roger Dingledine |
2004-03-12 | don't close all the fd's when you spawn a thread, only when you fork | Roger Dingledine |
2004-03-11 | Make all the other read/writes into recv/sends, except when they shouldn't be. | Nick Mathewson |
2004-03-06 | stop asserting that computers always go forward in time | Roger Dingledine |
2004-03-04 | make workers explain their death better when tor dies | Roger Dingledine |
2004-03-02 | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson |
2004-02-28 | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson |
2004-01-10 | split the token bucket into 'rate' and 'burst' params | Roger Dingledine |
2004-01-06 | Fix the dns bug: children weren't dying | Roger Dingledine |
2003-12-19 | rename circ_id_t to uint16_t for code clarity | Roger Dingledine |
2003-12-17 | end-to-end integrity checking now works | Roger Dingledine |
2003-12-16 | add H(K|1) to the onionskin reply | Roger Dingledine |
2003-12-14 | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine |
2003-11-16 | initial patches on patches | Roger Dingledine |
2003-11-11 | Rename aci to circ_id throughout. | Nick Mathewson |
2003-10-15 | Stop using stdout for non-debugging cases | Nick Mathewson |
2003-10-10 | change WARNING to WARN | Roger Dingledine |
2003-10-04 | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine |
2003-10-04 | refactor so connection_write_to_buf() never fails | Roger Dingledine |