| Commit message (Expand) | Author | Age |
* | deal with hardware word alignment | Roger Dingledine | 2004-03-20 |
* | don't close all the fd's when you spawn a thread, only when you fork | Roger Dingledine | 2004-03-12 |
* | Make all the other read/writes into recv/sends, except when they shouldn't be. | Nick Mathewson | 2004-03-11 |
* | stop asserting that computers always go forward in time | Roger Dingledine | 2004-03-06 |
* | make workers explain their death better when tor dies | Roger Dingledine | 2004-03-04 |
* | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson | 2004-03-02 |
* | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson | 2004-02-28 |
* | split the token bucket into 'rate' and 'burst' params | Roger Dingledine | 2004-01-10 |
* | Fix the dns bug: children weren't dying | Roger Dingledine | 2004-01-06 |
* | rename circ_id_t to uint16_t for code clarity | Roger Dingledine | 2003-12-19 |
* | end-to-end integrity checking now works | Roger Dingledine | 2003-12-17 |
* | add H(K|1) to the onionskin reply | Roger Dingledine | 2003-12-16 |
* | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | 2003-12-14 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine | 2003-10-04 |
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 |
* | clean up receiver buckets; prepare for payloads in relay_end; note a few bugs | Roger Dingledine | 2003-09-27 |
* | connection_new() can't ever fail | Roger Dingledine | 2003-09-27 |
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
* | refactor connects into connection_connect() | Roger Dingledine | 2003-09-16 |
* | fix the cpuworker circ-had-vanished bug (maybe) | Roger Dingledine | 2003-09-14 |
* | serious bug in cpuworker. need to think about redesign or how to handle it. | Roger Dingledine | 2003-09-12 |
* | start honoring the recommended_versions string | Roger Dingledine | 2003-08-23 |
* | implemented cpuworkers | Roger Dingledine | 2003-08-20 |