summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2004-05-10it's amazing what a bit of punctuation can do for appearancesRoger Dingledine
2004-05-10more cleanup, including fleshing out or.h moreRoger Dingledine
2004-05-10More doxygenation.Nick Mathewson
2004-05-10give connection.c a skeletal file/brief headerRoger Dingledine
2004-05-10function header comments for connection.c, including doxygen markupRoger Dingledine
2004-05-09bugfix: do directory_send_command only after we've established a socketRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson
2004-05-02Working strerror for windows socket errors, plus some snide comments.Nick Mathewson
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