| Commit message (Expand) | Author | Age |
* | enable assert_connection_ok() | Roger Dingledine | 2004-02-28 |
* | note bug in assert_connection_ok | Roger Dingledine | 2004-02-28 |
* | clean up some log messages and severities | Roger Dingledine | 2004-02-28 |
* | some more small fixes | Roger Dingledine | 2004-02-28 |
* | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson | 2004-02-28 |
* | Make has_sent_end irrelevant: only try to send end if reason is nonzero | Nick Mathewson | 2004-02-28 |
* | and another one | Roger Dingledine | 2004-02-27 |
* | patches/answers to nick's commit | Roger Dingledine | 2004-02-27 |
* | Refactor mark_for_close, connection_edge_end and friends. Now, everybody | Nick Mathewson | 2004-02-27 |
* | Fix a bug where you might flush some data on a tls connection, and then | Roger Dingledine | 2004-02-27 |
* | Basic RAM poisoning and magic-checking to notice connection and circuit | Nick Mathewson | 2004-02-25 |
* | bugfix: if the exit stream is pending on the resolve, and a destroy | Roger Dingledine | 2004-02-25 |
* | fix some bugs in assert_connection_ok | Roger Dingledine | 2004-02-24 |
* | last minute fix: don't early-flush non-tls streams | Roger Dingledine | 2004-01-31 |
* | add an ap_conn connecting state; report connecting delay | Roger Dingledine | 2004-01-20 |
* | push out a tls record's worth of data once you've got it | Roger Dingledine | 2004-01-20 |
* | Fix the dns bug: children weren't dying | Roger Dingledine | 2004-01-06 |
* | randomize the initial circ_id and stream_id, so an adversary who | Roger Dingledine | 2003-12-28 |
* | rename circ_id_t to uint16_t for code clarity | Roger Dingledine | 2003-12-19 |
* | make a relay_header_t struct and pack/unpack funcs | Roger Dingledine | 2003-12-19 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | infrastructure for integrity-checks in relay cells | Roger Dingledine | 2003-12-16 |
* | start tracking the 'It appears I've already sent the end' warning | Roger Dingledine | 2003-12-14 |
* | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | 2003-12-14 |
* | back out the broken change from yesterday | Roger Dingledine | 2003-12-09 |
* | general cleanups | Roger Dingledine | 2003-12-07 |
* | fix vicious bug in connection_ap_attach_pending that caused it to | Roger Dingledine | 2003-12-03 |
* | bugfix: we were writing to stderr even when it's closed | Roger Dingledine | 2003-11-30 |
* | remove a conn_close_if_marked warning | Roger Dingledine | 2003-11-30 |
* | bugfix: an offline OP would leak all its sockets and stop working | Roger Dingledine | 2003-11-29 |
* | Bring assert_connection_ok up to date | Nick Mathewson | 2003-11-23 |
* | make more sure we can't end up with two connections to the same OR | Roger Dingledine | 2003-11-18 |
* | use the tor_malloc_zero wrapper | Roger Dingledine | 2003-11-18 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | Make AP connections wait for a circuit if none exists. | Nick Mathewson | 2003-11-11 |
* | client now survives going offline better | Roger Dingledine | 2003-11-10 |
* | add DirBindAddress, parse the BindAddress's when you bind | Roger Dingledine | 2003-10-25 |
* | make end relay cells have payloads | Roger Dingledine | 2003-10-22 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | send the end cell when we realize we're going to end, | Roger Dingledine | 2003-10-21 |
* | clean up logging, allow user to specify log files | Roger Dingledine | 2003-10-15 |
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 |
* | make the buffer resize stuff work | Roger Dingledine | 2003-10-14 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 |
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
* | some early bugfixes | Roger Dingledine | 2003-10-07 |
* | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine | 2003-10-04 |
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 |
* | mark all dirservers up at boot; mark a dirserver down if dir fetch fails | Roger Dingledine | 2003-09-30 |