aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* more doxygen markupRoger Dingledine2004-05-09
* bugfix: do directory_send_command only after we've established a socketRoger Dingledine2004-05-09
* comment the functions in connection_or.cRoger Dingledine2004-05-07
* Only connection_add connections once they have conn->s sett; refactor code ar...Nick Mathewson2004-05-05
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* Note router addr:port in log messagesNick Mathewson2004-04-24
* Compare nicknames casei.Nick Mathewson2004-04-24
* Merge flagday into main branch.Nick Mathewson2004-04-24
* note which preexisting or connection we found.Nick Mathewson2004-04-08
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* make it less noisy for normal ORs when a server uses a false nicknameRoger Dingledine2004-03-28
* fix two assert triggers (darn it, I hate releasing software)Roger Dingledine2004-03-26
* Replace all connection_removes outsice of main.c with connection_mark_for_closeNick Mathewson2004-03-21
* Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson2004-03-21
* Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson2004-03-20
* stop troubling router operators with unapproved router connect attemptsRoger Dingledine2004-03-09
* stop asserting that computers always go forward in timeRoger Dingledine2004-03-06
* use conn->hold_open_until_flushed for streamsRoger Dingledine2004-03-03
* Push responsibility for connection marking down as far as possible; have only...Nick Mathewson2004-02-28
* oh, and make it compileRoger Dingledine2004-01-11
* checkpoint: revamp relay cell packaging and handlingRoger Dingledine2003-12-23
* remove trailing whitespaceRoger Dingledine2003-12-17
* move cell size to 512 bytesRoger Dingledine2003-12-16
* simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine2003-11-20
* removed unused variable; silence warningNick Mathewson2003-11-19
* revert part of that last changeRoger Dingledine2003-11-18
* make more sure we can't end up with two connections to the same ORRoger Dingledine2003-11-18
* bugfix: don't ask for ->next of an expired circuitRoger Dingledine2003-11-18
* Simplify post-TLS-handshake checks, and add check for correct nicknameNick Mathewson2003-11-18
* make dir parsing robust to invalid but well-formed descriptorsRoger Dingledine2003-11-12
* Rename aci to circ_id throughout.Nick Mathewson2003-11-11
* move closer to being able to reload config on HUPRoger Dingledine2003-10-21
* Example code to get nickname from certNick Mathewson2003-10-19
* Build without warnings on OS X.Nick Mathewson2003-10-15
* change WARNING to WARNRoger Dingledine2003-10-10
* Refactor, rename, and clarifyNick Mathewson2003-10-09
* 0.0.2pre11, new licenseRoger Dingledine2003-10-08
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
* more details to track a warning in tls handshakesRoger Dingledine2003-10-07
* wrap strdup; prefer time() to gettimeofday()Roger Dingledine2003-10-04
* refactor so connection_write_to_buf() never failsRoger Dingledine2003-10-04
* my_routerinfo, router_is_me, and learn_my_address are obsoleteRoger Dingledine2003-10-01
* fix the SSL_read() bug again. this time for sure!Roger Dingledine2003-09-30
* move the tls handshake stuff to connection_orRoger Dingledine2003-09-30
* Write necessary backends for online directory generation. I think.Nick Mathewson2003-09-27
* clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine2003-09-27
* connection_new() can't ever failRoger Dingledine2003-09-27
* first pass: obey log conventionRoger Dingledine2003-09-26