summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2014-09-05Correctly update channel local mark when address of incoming connection chang...Andrea Shepard
2014-06-11Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson
2014-06-11Replace last_added_nonpadding with last_had_circuitsNick Mathewson
2014-06-11Give each or_connection_t a slightly randomized idle_timeoutNick Mathewson
2014-04-07For missing transport, say "PT_MISSING" not "NO_ROUTE"Nick Mathewson
2014-04-07Forward-port bug9665 fix to work with our fix for 11069Nick Mathewson
2014-04-07Fix bug9665Fábio J. Bertinatto
2014-03-25Fix warnings from doxygenNick Mathewson
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-02-07Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-06NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard
2013-09-24Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-24Always call circuit_n_chan_done(chan, 0) from channel_closed()Andrea Shepard
2013-09-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-21Relays should send timestamp in NETINFO.Nick Mathewson
2013-09-21Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-21back out most of 1d0ba9aRoger Dingledine
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Remove the timestamp from AUTHENTICATE cells; replace with random bytesNick Mathewson
2013-09-20Stop sending the current time in client NETINFO handshakes.Nick Mathewson
2013-08-25Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson
2013-08-22Make circ_times static and add accessor functions.vagrant
2013-08-21Make bridges send AUTH_CHALLENGE cellsNick Mathewson
2013-08-20Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-08-15White-box tests for the succeeding case of ext_or_port handshake.Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-07-18Fix logging severities and remove some trivial XXXs.George Kadianakis
2013-07-18Move Extended ORPort code to its own module.George Kadianakis
2013-07-18Satisfy check-spaces.George Kadianakis
2013-07-18Various Extended ORPort code improvements.George Kadianakis
2013-07-18Move USERADDR handling to a dedicated function.George Kadianakis
2013-07-18Implement Extended ORPort authentication.George Kadianakis
2013-07-18Create the Extended ORPort authentication cookie file.George Kadianakis
2013-07-18Document code and change the Extended ORPort command numbers.George Kadianakis
2013-07-18Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson
2013-02-09Replace magic constants for wide_circ_ids with inline function callsNick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-25Let servers choose better ciphersuites when clients support themNick Mathewson
2012-12-07Fix some wide linesNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-11-10Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject....Andrea Shepard
2012-11-10Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-11-06Implement proposal-214 rules for CircID checking.Nick Mathewson