aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* enable assert_connection_ok()Roger Dingledine2004-02-28
* note bug in assert_connection_okRoger Dingledine2004-02-28
* clean up some log messages and severitiesRoger Dingledine2004-02-28
* some more small fixesRoger Dingledine2004-02-28
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* Make has_sent_end irrelevant: only try to send end if reason is nonzeroNick Mathewson2004-02-28
* and another oneRoger Dingledine2004-02-27
* patches/answers to nick's commitRoger Dingledine2004-02-27
* Refactor mark_for_close, connection_edge_end and friends. Now, everybodyNick Mathewson2004-02-27
* Fix a bug where you might flush some data on a tls connection, and thenRoger Dingledine2004-02-27
* Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson2004-02-25
* bugfix: if the exit stream is pending on the resolve, and a destroyRoger Dingledine2004-02-25
* fix some bugs in assert_connection_okRoger Dingledine2004-02-24
* last minute fix: don't early-flush non-tls streamsRoger Dingledine2004-01-31
* add an ap_conn connecting state; report connecting delayRoger Dingledine2004-01-20
* push out a tls record's worth of data once you've got itRoger Dingledine2004-01-20
* Fix the dns bug: children weren't dyingRoger Dingledine2004-01-06
* randomize the initial circ_id and stream_id, so an adversary whoRoger Dingledine2003-12-28
* rename circ_id_t to uint16_t for code clarityRoger Dingledine2003-12-19
* make a relay_header_t struct and pack/unpack funcsRoger Dingledine2003-12-19
* remove trailing whitespaceRoger Dingledine2003-12-17
* infrastructure for integrity-checks in relay cellsRoger Dingledine2003-12-16
* start tracking the 'It appears I've already sent the end' warningRoger Dingledine2003-12-14
* on hup, close and rebind listener ports too (in case their config has changed)Roger Dingledine2003-12-14
* back out the broken change from yesterdayRoger Dingledine2003-12-09
* general cleanupsRoger Dingledine2003-12-07
* fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine2003-12-03
* bugfix: we were writing to stderr even when it's closedRoger Dingledine2003-11-30
* remove a conn_close_if_marked warningRoger Dingledine2003-11-30
* bugfix: an offline OP would leak all its sockets and stop workingRoger Dingledine2003-11-29
* Bring assert_connection_ok up to dateNick Mathewson2003-11-23
* make more sure we can't end up with two connections to the same ORRoger Dingledine2003-11-18
* use the tor_malloc_zero wrapperRoger Dingledine2003-11-18
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* Make AP connections wait for a circuit if none exists.Nick Mathewson2003-11-11
* client now survives going offline betterRoger Dingledine2003-11-10
* add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine2003-10-25
* make end relay cells have payloadsRoger Dingledine2003-10-22
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* send the end cell when we realize we're going to end,Roger Dingledine2003-10-21
* clean up logging, allow user to specify log filesRoger Dingledine2003-10-15
* Stop using stdout for non-debugging casesNick Mathewson2003-10-15
* make the buffer resize stuff workRoger Dingledine2003-10-14
* change WARNING to WARNRoger Dingledine2003-10-10
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* some early bugfixesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine2003-09-30