aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
Commit message (Expand)AuthorAge
* Flush more changes from sandboxNick Mathewson2004-09-08
* Move a paren 4 characters to the left; fix a bug in OutboundBindAddressNick Mathewson2004-09-02
* if they ask for exactly one entrynode, don't pick it as an exitnode.Roger Dingledine2004-08-17
* o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine2004-08-16
* commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine2004-08-15
* stop wasting cpu time on authdirserversRoger Dingledine2004-08-08
* fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine2004-08-08
* fix an assert: check the sockspolicy before we make/add the connection,Roger Dingledine2004-08-06
* when we get a sigint, don't accept new connections/circuits,Roger Dingledine2004-07-20
* a whole swath of fixesRoger Dingledine2004-07-20
* it turns out we weren't looking at the result from getsockopt().Roger Dingledine2004-07-19
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson2004-07-13
* only count bytes transmitted to/from non-local IPsRoger Dingledine2004-07-13
* checkpoint: start working on bandwidth tracking andRoger Dingledine2004-07-13
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* if connecting to an OR fails immediately, mark it as downRoger Dingledine2004-07-12
* touchups all overRoger Dingledine2004-07-04
* More digest/nickname fixesNick Mathewson2004-07-02
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson2004-06-17
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* be sure to detach streams from the circuit linked list before freeing themRoger Dingledine2004-06-02
* when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine2004-05-21
* enable checking the socks policyRoger Dingledine2004-05-20
* Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson2004-05-20
* do all the heavy lifting in connection_about_to_close_connection,Roger Dingledine2004-05-19
* Add Port to *bindAddress.Nick Mathewson2004-05-19
* don't flush the buf from inside connection_write_to_bufRoger Dingledine2004-05-12
* break connection_edge_end out of connection_mark_for_closeRoger Dingledine2004-05-12
* Make some functions staticNick Mathewson2004-05-12
* break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine2004-05-12
* break part of circuit.c into relay.cRoger Dingledine2004-05-12
* Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson2004-05-12
* it's amazing what a bit of punctuation can do for appearancesRoger Dingledine2004-05-10
* more cleanup, including fleshing out or.h moreRoger Dingledine2004-05-10
* More doxygenation.Nick Mathewson2004-05-10
* give connection.c a skeletal file/brief headerRoger Dingledine2004-05-10
* function header comments for connection.c, including doxygen markupRoger Dingledine2004-05-10
* bugfix: do directory_send_command only after we've established a socketRoger Dingledine2004-05-09
* bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine2004-05-06
* 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