aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2003-10-07some early bugfixesRoger Dingledine
2003-10-04wrap strdup; prefer time() to gettimeofday()Roger Dingledine
2003-10-04refactor so connection_write_to_buf() never failsRoger Dingledine
2003-09-30mark all dirservers up at boot; mark a dirserver down if dir fetch failsRoger Dingledine
2003-09-30We need to call get_connection_array before using its outputsNick Mathewson
2003-09-30move connection_array accessors from main.c to connection.cRoger Dingledine
2003-09-30move the tls handshake stuff to connection_orRoger Dingledine
2003-09-30getting closer to having dirserv workingRoger Dingledine
2003-09-28expand the scheduler to address SSL_read()'s pending bytesRoger 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-21bugfixes and note missing featuresRoger Dingledine
2003-09-18leave the socks handshake on the inbuf until it's completeRoger Dingledine
2003-09-17add in directory 'post' supportRoger Dingledine
2003-09-16phase out non-tls handshake, now that tls is stable.Roger Dingledine
2003-09-16bugfixes and refactoringstor-0.0.2pre8Roger Dingledine
2003-09-16Use EXIT properly in assert_connection_okNick Mathewson
2003-09-16Add first cut of assert_*_ok functionsNick Mathewson
2003-09-16clean up exported api'sRoger Dingledine
2003-09-16refactor connects into connection_connect()Roger Dingledine
2003-09-14bugfix: onion pending queue now worksRoger Dingledine
2003-09-14finally tracked down the seg faultRoger Dingledine
2003-09-14fix the cpuworker circ-had-vanished bug (maybe)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-11check for funny business from the remote peerRoger Dingledine
2003-09-11Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson
2003-09-11collect info from peer we just handshaked withRoger Dingledine
2003-09-08tls infrastructure now in place, give or takeRoger Dingledine
2003-09-07more futzing towards tlsRoger Dingledine
2003-09-05clean read_to_buf moreRoger Dingledine
2003-09-05general cleanup and reabstraction, to prepare for tlsRoger Dingledine
2003-08-25make the conn->package_window bug go away.Roger Dingledine
2003-08-25Attempt to track down bug in conn->package_windowNick Mathewson
2003-08-23remove duplicate packagewindow-checking code,Roger Dingledine
2003-08-20implemented cpuworkersRoger 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-05implemented total read rate limitingRoger Dingledine
2003-07-03fix many bugs in package_window handlingRoger Dingledine
2003-06-25simplify fetch_from_buf; cull idle dnsworkers.Roger Dingledine
2003-06-24clean out some old commentsRoger Dingledine
2003-06-17Change many files to new log_fn formatNick Mathewson