aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Cell types and states for new OR handshakeNick Mathewson2011-10-10
* Add a sha256 hmac function, with testsNick Mathewson2011-10-10
* Turn X509 certificates into a first-class type and add some functionsNick Mathewson2011-10-10
* New function to get all digests of a public keyNick 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
* | | Merge remote-tracking branch 'sebastian/osxcompile'Nick Mathewson2011-10-10
|\ \ \
| * | | Fix a compile warning on OS X 10.6 and upSebastian Hahn2011-10-11
* | | | Consider hibernation before dropping privsSebastian Hahn2011-10-11
|/ / /
* | | Add a missing comma in tor_check_port_forwardingNick Mathewson2011-10-10
* | | 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
|\ \ \ \ \
| * | | | | Revive our beautiful unit tests.George Kadianakis2011-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
| * | | | | Be more defensive in get_transport_bindaddr().George Kadianakis2011-09-11
| * | | | | Fix bug in get_transport_in_state_by_name() when using strcmpstart().George Kadianakis2011-09-11
| * | | | | Improve how we access or_state_t.George Kadianakis2011-09-11
| * | | | | Remove connection_uses_transport() since it was unused.George Kadianakis2011-09-11
| * | | | | Allow interwined {Client,Server}TransportPlugin lines.George Kadianakis2011-09-11
| * | | | | Update the transports.c documentation based on the new data.George Kadianakis2011-09-11
| * | | | | Update transports.[ch] to support SIGHUPs.George Kadianakis2011-09-11
| * | | | | Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.George Kadianakis2011-09-11
| * | | | | Introduce tor_terminate_process() function.George Kadianakis2011-09-11
| * | | | | Replaced some leftover assert()s with tor_assert()s.George Kadianakis2011-09-10
| * | | | | Improve the code a tad.George Kadianakis2011-08-15
| * | | | | Spawn multiple protocols using a single managed proxy.George Kadianakis2011-08-12
| * | | | | Server transport proxies should bind on the same port each time, if possible.George Kadianakis2011-08-07
| * | | | | Changed a printf() to a log_debug().George Kadianakis2011-07-18
| * | | | | Reuse get_string_from_pipe() in log_from_pipe().George Kadianakis2011-07-18
| * | | | | Let's be smarter while parsing {Client,Server}TransportPlugin lines.George Kadianakis2011-07-18
| * | | | | Replaced ST_* enum prefix for stream status with IO_STREAM_*.George Kadianakis2011-07-18
| * | | | | Updated #includes etc. to use transports.[ch].George Kadianakis2011-07-18
| * | | | | Renamed pluggable_transports.[ch] to transports.[ch].George Kadianakis2011-07-18
| * | | | | Reverting the accounting thing introduced in 5492de76 till I think how it sho...George Kadianakis2011-07-14