aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
...
* refactor bandwidth-control token bucketsRoger Dingledine2004-03-14
* get rid of those pesky tabsRoger Dingledine2004-03-12
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson2004-03-09
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* stop asserting that computers always go forward in timeRoger Dingledine2004-03-06
* Try to find out early if buffers get trashed or double-freed.Nick Mathewson2004-03-03
* holding until flush was borkedRoger Dingledine2004-03-03
* close immediately when write() fails too, else things will turn badRoger Dingledine2004-03-03
* use conn->hold_open_until_flushed for streamsRoger Dingledine2004-03-03
* Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson2004-03-03
* warn more when losing data on closed/marked connections.Nick Mathewson2004-03-03
* bugfix: close_immediate called buf_clear but listeners don't have bufsRoger Dingledine2004-03-03
* Fix assertion failure spotted by arma.Nick Mathewson2004-03-02
* create a separate connection_edge_destroy() functionRoger Dingledine2004-02-29
* bugfix: in some cases, connection_mark_for_close wasn't marking the connRoger Dingledine2004-02-28
* Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill aNick Mathewson2004-02-28
* Stop trying to flush on broken sockets marked for close.Nick Mathewson2004-02-28
* some comments to point nick at the latest bugsRoger Dingledine2004-02-28
* 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