aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2014-02-06NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard
2013-09-24Always call circuit_n_chan_done(chan, 0) from channel_closed()Andrea Shepard
2013-09-21Relays should send timestamp in NETINFO.Nick Mathewson
2013-09-21back out most of 1d0ba9aRoger Dingledine
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-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-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
2012-11-06Add a pointless 2-byte memset in cell_packNick Mathewson
2012-11-06Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson
2012-11-02Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson
2012-10-22Merge branch 'split_circuitbuild'Nick Mathewson
2012-10-17Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson
2012-10-17Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Merge branch 'bug7011'Nick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-10-10Use circuitmux_t in channels and when relaying cellsAndrea Shepard
2012-10-09Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard
2012-10-08Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard
2012-10-02more consistently use [gs]et_uint8Roger Dingledine
2012-09-10Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson
2012-09-06Use tor_malloc_zero() in var_cell_new().George Kadianakis
2012-08-20Send IPv6 address in NETINFO cells.Linus Nordberg
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-14Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis
2012-06-05Fix "make check-spaces" issuesNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-06-04Merge origin/maint-0.2.2 for 6007_strictNick Mathewson
2012-06-04Kill non-open OR connections with any data on their inbufs.Nick Mathewson
2012-05-31Remove unexpected "unexpectedly".Linus Nordberg