aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* Replace last_added_nonpadding with last_had_circuitsNick Mathewson2014-06-11
* Give each or_connection_t a slightly randomized idle_timeoutNick Mathewson2014-06-11
* NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard2014-02-06
* Always call circuit_n_chan_done(chan, 0) from channel_closed()Andrea Shepard2013-09-24
* Relays should send timestamp in NETINFO.Nick Mathewson2013-09-21
* back out most of 1d0ba9aRoger Dingledine2013-09-21
* Remove the timestamp from AUTHENTICATE cells; replace with random bytesNick Mathewson2013-09-20
* Stop sending the current time in client NETINFO handshakes.Nick Mathewson2013-09-20
* Make bridges send AUTH_CHALLENGE cellsNick Mathewson2013-08-21
* Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson2013-08-20
* Fix 8447: use %u to format circid_t.Nick Mathewson2013-03-10
* Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson2013-02-15
|\
| * Replace magic constants for wide_circ_ids with inline function callsNick Mathewson2013-02-09
| * Implement proposal-214 rules for CircID checking.Nick Mathewson2012-11-06
| * Add a pointless 2-byte memset in cell_packNick Mathewson2012-11-06
| * Allow a v4 link protocol for 4-byte circuit IDs.Nick Mathewson2012-11-06
* | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Let servers choose better ciphersuites when clients support themNick Mathewson2012-12-25
* | Fix some wide linesNick Mathewson2012-12-07
* | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \
| * | Add a TOR_SOCKET_T_FORMAT construction for logging sockets.Nick Mathewson2012-11-02
| |/
* | Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject....Andrea Shepard2012-11-10
|\ \
| * | Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard2012-11-10
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ | |/ |/|
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
| * Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson2012-10-17
* | Merge branch 'split_circuitbuild'Nick Mathewson2012-10-22
|\ \
| * | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | | Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson2012-10-17
|/ /
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Merge branch 'bug7011'Nick Mathewson2012-10-10
|\ \
| * | Use fmt_addrport where appropriate.David Fifield2012-10-10
| * | Use fmt_and_decorate_addr in log messages.David Fifield2012-10-10
* | | Use circuitmux_t in channels and when relaying cellsAndrea Shepard2012-10-10
* | | Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* | | Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard2012-10-08
|/ /
* | more consistently use [gs]et_uint8Roger Dingledine2012-10-02
* | Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson2012-09-10
* | Use tor_malloc_zero() in var_cell_new().George Kadianakis2012-09-06
* | Send IPv6 address in NETINFO cells.Linus Nordberg2012-08-20
* | Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg2012-07-19
|/
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0.George Kadianakis2012-06-14
* Fix "make check-spaces" issuesNick Mathewson2012-06-05
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* Resolve some markup complaints from doxygenNick Mathewson2012-06-04
* Resolve all currently pending DOCDOC items in masterNick Mathewson2012-06-04
* Merge origin/maint-0.2.2 for 6007_strictNick Mathewson2012-06-04
|\