summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-13Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson
2004-10-13Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson
2004-09-28If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-08-15commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-07-22populate router_get_my_routerinfo()->is_verifiedRoger Dingledine
2004-07-21bugfix: only require the correct key if the nickname is forRoger Dingledine
2004-07-21fix some bool logicRoger Dingledine
2004-07-21make connection_tls_finish_handshake() more plausible.Roger Dingledine
2004-07-21Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson
2004-07-21add a new advertised_server_mode() to distinguish ORs thatRoger 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-12if connecting to an OR fails immediately, mark it as downRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-02some of the infrastructure to let ORs connect on demandRoger Dingledine
2004-07-01Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...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 "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-10tweak comment in connection_orRoger Dingledine
2004-05-09more doxygen markupRoger Dingledine
2004-05-09bugfix: do directory_send_command only after we've established a socketRoger Dingledine
2004-05-07comment the functions in connection_or.cRoger Dingledine
2004-05-05Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
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-24Note router addr:port in log messagesNick Mathewson
2004-04-24Compare nicknames casei.Nick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-08note which preexisting or connection we found.Nick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-03-28make it less noisy for normal ORs when a server uses a false nicknameRoger Dingledine
2004-03-26fix two assert triggers (darn it, I hate releasing software)Roger Dingledine
2004-03-21Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson
2004-03-21Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-09stop troubling router operators with unapproved router connect attemptsRoger Dingledine
2004-03-06stop asserting that computers always go forward in timeRoger Dingledine
2004-03-03use conn->hold_open_until_flushed for streamsRoger Dingledine
2004-02-28Push responsibility for connection marking down as far as possible; have only...Nick Mathewson
2004-01-11oh, and make it compileRoger Dingledine
2003-12-23checkpoint: revamp relay cell packaging and handlingRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine