aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Tell the bridge operator on what ports his transports spawned.George Kadianakis2011-11-02
* Rename tor_process_destroy() to tor_process_handle_destroy().George Kadianakis2011-10-24
* Improve general code quality.George Kadianakis2011-10-24
* Add PT_PROTO_FAILED_LAUNCH managed proxy state.George Kadianakis2011-10-24
* Make set_managed_proxy_environment() work on Windows.George Kadianakis2011-10-24
* Port managed proxy launching code to the new subprocess API.George Kadianakis2011-10-17
* Add some points to make it easy to turn off v3 supportNick Mathewson2011-10-10
* Quiet two notices, and spelling mistake cleanupSebastian Hahn2011-10-10
* Fix a few 64bit compiler warningsSebastian Hahn2011-10-10
* Add more log statements for protocol/internal failuresNick Mathewson2011-10-10
* Remove auth_challenge field from or_handshake_state_tNick Mathewson2011-10-10
* spec conformance: allow only one cert of each typeNick Mathewson2011-10-10
* Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson2011-10-10
* Make more safe_str usage happen for new logs in command.cNick Mathewson2011-10-10
* Set up network parameters on non-authenticated incoming connectionsNick Mathewson2011-10-10
* Make sure we stop putting cells into our hash at the right time.Nick Mathewson2011-10-10
* Bugfixes for authenticate handling and generationNick Mathewson2011-10-10
* Fix log message about what cells we are sendingNick Mathewson2011-10-10
* more verbose log for recording an odd cellNick Mathewson2011-10-10
* Actually accept cells in SERVER_RENEGOTIATINGNick Mathewson2011-10-10
* Allow "finished flushing" during v3 handshakeNick Mathewson2011-10-10
* Hook up all of the prop176 code; allow v3 negotiations to actually workNick Mathewson2011-10-10
* Make tor_tls_cert_is_valid check key lengthsNick Mathewson2011-10-10
* New functions to record digests of cells during v3 handshakeNick Mathewson2011-10-10
* Implement cert/auth cell readingNick Mathewson2011-10-10
* Basic function to write authenticate cellsNick Mathewson2011-10-10
* Functions to send cert and auth_challenge cells.Nick Mathewson2011-10-10
* Cell types and states for new OR handshakeNick Mathewson2011-10-10
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-10
|\
| * Update documentation comment for rend_client_reextend_intro_circuitRobert Ransom2011-10-10
| * Don't launch a useless circuit in rend_client_reextend_intro_circuitRobert Ransom2011-10-10
| * Merge remote-tracking branch 'karsten/feature3951' into maint-0.2.2Nick Mathewson2011-10-07
| |\
| | * Turn on directory request statistics by default.Karsten Loesing2011-10-05
* | | Consider hibernation before dropping privsSebastian Hahn2011-10-11
* | | Merge remote-tracking branch 'public/bug2003_nm'Nick Mathewson2011-10-07
|\ \ \
| * | | Make the unit tests pass again after the bug2003 fixNick Mathewson2011-09-07
| * | | Don't update AccountingSoftLimitHitAt on startupSebastian Hahn2011-09-01
* | | | reinstate a notice for the non-loopback socksport caseNick Mathewson2011-10-07
* | | | Merge remote-tracking branch 'rransom-tor/bug4018'Nick Mathewson2011-10-07
|\ \ \ \
| * | | | Fix a bogus warningRobert Ransom2011-09-14
* | | | | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \ \ \ \
| * | | | | Make it compile on Windows™.George Kadianakis2011-10-07
| * | | | | Support multiple transports in a single transport line.George Kadianakis2011-10-07
| * | | | | Improve wording in some comments and log messages.George Kadianakis2011-09-23
| * | | | | Put some sense into our logging.George Kadianakis2011-09-12
| * | | | | Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis2011-09-11
| * | | | | Constification.George Kadianakis2011-09-11
| * | | | | Make check-spaces happy.George Kadianakis2011-09-11
| * | | | | Enforce transport names being C identifiers.George Kadianakis2011-09-11
| * | | | | Trivial fixes around the code.George Kadianakis2011-09-11