aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
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
2003-09-30move the tls handshake stuff to connection_orRoger Dingledine
2003-09-27Write necessary backends for online directory generation. I think.Nick Mathewson
2003-09-27clean up receiver buckets; prepare for payloads in relay_end; note a few bugsRoger Dingledine
2003-09-27connection_new() can't ever failRoger Dingledine
2003-09-26first pass: obey log conventionRoger Dingledine
2003-09-25various bugfixes and updatesRoger Dingledine
2003-09-25Refactor buffers; implement descriptors.Nick Mathewson
2003-09-24cleanups, bugfixes, more verbose logsRoger Dingledine
2003-09-16phase out non-tls handshake, now that tls is stable.Roger Dingledine
2003-09-16clean up exported api'sRoger Dingledine
2003-09-16refactor connects into connection_connect()Roger Dingledine
2003-09-12reshuffle functions for cleaner organizationRoger Dingledine
2003-09-12tls works between routers now tooRoger Dingledine
2003-09-12tls works with onion proxies now.Roger Dingledine
2003-09-11collect info from peer we just handshaked withRoger Dingledine
2003-09-10Make crypto structures private to crypto.cNick Mathewson
2003-09-08tls infrastructure now in place, give or takeRoger Dingledine
2003-09-07more futzing towards tlsRoger Dingledine
2003-09-05general cleanup and reabstraction, to prepare for tlsRoger Dingledine
2003-08-25remove bandwidth negotation from the codeRoger Dingledine
2003-08-25fix a mild memory leak (10 bytes each time an OR connected to an OR)Roger Dingledine
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-07-30src/orNick Mathewson
2003-07-03fix many bugs in package_window handlingRoger Dingledine
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-21My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should defi...Nick Mathewson
2003-06-21Reorder connection_or and make unexported functions static. Partially conver...Nick Mathewson
2003-06-17Change many files to new log_fn formatNick Mathewson