summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2004-10-14fix warning on win32Nick Mathewson
2004-10-14bugfix on a really old bug:Roger Dingledine
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson
2004-10-13stop trying to print a NULLRoger Dingledine
2004-10-13Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson
2004-10-13fix typoNick Mathewson
2004-10-13answer question about rep_hist_note_connect_failedNick Mathewson
2004-10-12Use parse_addr_port() function instead of ad-hoc variantsNick Mathewson
2004-09-29prefer tor_free to freeRoger Dingledine
2004-09-08Flush more changes from sandboxNick Mathewson
2004-09-02Move a paren 4 characters to the left; fix a bug in OutboundBindAddressNick Mathewson
2004-08-17if they ask for exactly one entrynode, don't pick it as an exitnode.Roger Dingledine
2004-08-16o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine
2004-08-15commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine
2004-08-08stop wasting cpu time on authdirserversRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-08-06fix an assert: check the sockspolicy before we make/add the connection,Roger Dingledine
2004-07-20when we get a sigint, don't accept new connections/circuits,Roger Dingledine
2004-07-20a whole swath of fixesRoger Dingledine
2004-07-19it turns out we weren't looking at the result from getsockopt().Roger Dingledine
2004-07-18abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson
2004-07-13only count bytes transmitted to/from non-local IPsRoger Dingledine
2004-07-13checkpoint: start working on bandwidth tracking andRoger Dingledine
2004-07-12tor now tolerates down dirservers betterRoger Dingledine
2004-07-12if connecting to an OR fails immediately, mark it as downRoger Dingledine
2004-07-04touchups all overRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-06-05Make tor build on win32 again; handle locking for serverNick Mathewson
2004-06-02be sure to detach streams from the circuit linked list before freeing themRoger Dingledine
2004-05-21when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine
2004-05-20enable checking the socks policyRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-19do all the heavy lifting in connection_about_to_close_connection,Roger Dingledine
2004-05-19Add Port to *bindAddress.Nick Mathewson
2004-05-12don't flush the buf from inside connection_write_to_bufRoger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12Make some functions staticNick Mathewson
2004-05-12break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine
2004-05-12break part of circuit.c into relay.cRoger Dingledine
2004-05-12Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson
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