summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
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
2003-12-16move cell size to 512 bytesRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19removed unused variable; silence warningNick Mathewson
2003-11-18revert part of that last changeRoger Dingledine
2003-11-18make more sure we can't end up with two connections to the same ORRoger Dingledine
2003-11-18bugfix: don't ask for ->next of an expired circuitRoger Dingledine
2003-11-18Simplify post-TLS-handshake checks, and add check for correct nicknameNick Mathewson
2003-11-12make dir parsing robust to invalid but well-formed descriptorsRoger Dingledine
2003-11-11Rename aci to circ_id throughout.Nick Mathewson
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-19Example code to get nickname from certNick Mathewson
2003-10-15Build without warnings on OS X.Nick Mathewson
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-09Refactor, rename, and clarifyNick Mathewson
2003-10-080.0.2pre11, new licenseRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
2003-10-07more details to track a warning in tls handshakesRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-10-01my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine
2003-09-30fix the SSL_read() bug again. this time for sure!Roger Dingledine