aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2011-09-24Ticket #4063 - change circuit build timeout log entries from NOTICE to INFOTom Lowenthal
2011-09-23Improve wording in some comments and log messages.George Kadianakis
2011-09-22Fix issues in 3630 patch noted by KarstenNick Mathewson
2011-09-22Make bufferevents work with TokenBucketRefillIntervalNick Mathewson
2011-09-22Refactor connection_bucket_refill(_helper) to avoid roundoffNick Mathewson
2011-09-22Move around check for TokenBucketRefillInterval; disallow changes to itNick Mathewson
2011-09-22New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch
2011-09-15Log errno on listener socket creation failure.Nick Mathewson
2011-09-14Fix a bogus warningRobert Ransom
2011-09-13Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-13Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-09-12Put some sense into our logging.George Kadianakis
2011-09-11Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis
2011-09-11Constification.George Kadianakis
2011-09-11Make check-spaces happy.George Kadianakis
2011-09-11Enforce transport names being C identifiers.George Kadianakis
2011-09-11Trivial fixes around the code.George Kadianakis
2011-09-11Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-11Be more defensive in get_transport_bindaddr().George Kadianakis
2011-09-11Fix bug in get_transport_in_state_by_name() when using strcmpstart().George Kadianakis
2011-09-11Improve how we access or_state_t.George Kadianakis
2011-09-11Remove connection_uses_transport() since it was unused.George Kadianakis
2011-09-11Allow interwined {Client,Server}TransportPlugin lines.George Kadianakis
2011-09-11Update the transports.c documentation based on the new data.George Kadianakis
2011-09-11Update transports.[ch] to support SIGHUPs.George Kadianakis
2011-09-11Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.George Kadianakis
2011-09-11fix whitespace (two-space indent)Roger Dingledine
2011-09-10Demote 'INTRODUCE2 cell is too {old,new}' message to info levelRobert Ransom
2011-09-10Demote HS 'replay detected' log message for DH public keys to info levelRobert Ransom
2011-09-10Describe rend_service_descriptor_t more completelyRobert Ransom
2011-09-10Describe rend_intro_point_t more completelyRobert Ransom
2011-09-10Stop parse_client_port_config() from misinterpreting FooListenAddress and Foo...Fabian Keil
2011-09-10Fix whitespace in parse_client_port_config()Fabian Keil
2011-09-10Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'Nick Mathewson
2011-09-10Fix log message typo.Robert Ransom
2011-09-10Replaced some leftover assert()s with tor_assert()s.George Kadianakis
2011-09-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-09Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2Nick Mathewson
2011-09-09Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2Nick Mathewson
2011-09-09Check for replays in PK-encrypted part of intro cell, not just in the g^x valueNick Mathewson
2011-09-07Fix whitespace issues in patches merged today so farNick Mathewson
2011-09-07Make the unit tests pass again after the bug2003 fixNick Mathewson
2011-09-07chown() sockets when User option is setJérémy Bobbio
2011-09-07fix a const warningNick Mathewson
2011-09-07Report reason for generating descriptor in an HTTP headerNick Mathewson
2011-09-07Clean up HTTP request header generation a littleNick Mathewson
2011-09-07Upload descriptors more often when recent desc is unlistedNick Mathewson
2011-09-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson