summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2004-05-02patches on patchesRoger Dingledine
2004-05-01Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson
2004-05-01Fix windows compileNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-28Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson
2004-04-28use tor_lookup_hostname for binding local addresses tooRoger Dingledine
2004-04-26add a debugging entry, to find the wants-to-read-but-can't bugRoger Dingledine
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
2004-04-26tell us the nickname of the OR that hung up on usRoger Dingledine
2004-04-25resolve a double-mark-for-close when things die inside connection_handle_writeRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-25Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson
2004-04-25log correctly if decoding onion failedRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-08we added more AP conns, oopsRoger Dingledine
2004-04-07if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03fix some bugs; more remainRoger Dingledine
2004-03-30Refactor directory serversRoger Dingledine
2004-03-29bugfix: we were closing socks-request connections immediately, ratherRoger Dingledine
2004-03-28hold socks reply open until flushed (if possible)Roger Dingledine
2004-03-27work around a tsocks bugRoger Dingledine
2004-03-27fix an assert trigger where an OP would fail to handshake, and we'dRoger Dingledine
2004-03-26a missing comma could wreak all sorts of havoc.tor-0.0.3Roger Dingledine
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-14bugfix: decrement OR connections from global_bucket tooRoger Dingledine
2004-03-14refactor bandwidth-control token bucketsRoger Dingledine
2004-03-12get rid of those pesky tabsRoger Dingledine
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-09Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-06stop asserting that computers always go forward in timeRoger Dingledine
2004-03-03Try to find out early if buffers get trashed or double-freed.Nick Mathewson
2004-03-03holding until flush was borkedRoger Dingledine
2004-03-03close immediately when write() fails too, else things will turn badRoger Dingledine
2004-03-03use conn->hold_open_until_flushed for streamsRoger Dingledine
2004-03-03Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson
2004-03-03warn more when losing data on closed/marked connections.Nick Mathewson
2004-03-03bugfix: close_immediate called buf_clear but listeners don't have bufsRoger Dingledine
2004-03-02Fix assertion failure spotted by arma.Nick Mathewson
2004-02-29create a separate connection_edge_destroy() functionRoger Dingledine
2004-02-28bugfix: in some cases, connection_mark_for_close wasn't marking the connRoger Dingledine
2004-02-28Split dns_cancel_pending_resolve into dns_cancel_pending_resolve (kill aNick Mathewson
2004-02-28Stop trying to flush on broken sockets marked for close.Nick Mathewson
2004-02-28some comments to point nick at the latest bugsRoger Dingledine
2004-02-28enable assert_connection_ok()Roger Dingledine
2004-02-28note bug in assert_connection_okRoger Dingledine
2004-02-28clean up some log messages and severitiesRoger Dingledine
2004-02-28some more small fixesRoger Dingledine