aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson2004-05-05
* Working strerror for windows socket errors, plus some snide comments.Nick Mathewson2004-05-02
* patches on patchesRoger Dingledine2004-05-02
* Documenmt buffers.c; remove function that nobody ever calls.Nick Mathewson2004-05-01
* Fix windows compileNick Mathewson2004-05-01
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Use socketclose on windows as appropriate; end pid files with newlineNick Mathewson2004-04-28
* use tor_lookup_hostname for binding local addresses tooRoger Dingledine2004-04-28
* add a debugging entry, to find the wants-to-read-but-can't bugRoger Dingledine2004-04-26
* since we don't support truncateds much, don't bother sending them;Roger Dingledine2004-04-26
* tell us the nickname of the OR that hung up on usRoger Dingledine2004-04-26
* resolve a double-mark-for-close when things die inside connection_handle_writeRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* log correctly if decoding onion failedRoger Dingledine2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* we added more AP conns, oopsRoger Dingledine2004-04-08
* if the rend desc cache entry was fetched more than 15 mins ago,Roger Dingledine2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* fix some bugs; more remainRoger Dingledine2004-04-03
* Refactor directory serversRoger Dingledine2004-03-30
* bugfix: we were closing socks-request connections immediately, ratherRoger Dingledine2004-03-29
* hold socks reply open until flushed (if possible)Roger Dingledine2004-03-28
* work around a tsocks bugRoger Dingledine2004-03-27
* fix an assert trigger where an OP would fail to handshake, and we'dRoger Dingledine2004-03-27
* a missing comma could wreak all sorts of havoc.Roger Dingledine2004-03-26
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* bugfix: decrement OR connections from global_bucket tooRoger Dingledine2004-03-14
* 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