summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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-11Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
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-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-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
2011-09-07Remove a now-needless test.Nick Mathewson
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-09-07Die if tor_vasprintf fails in connection_printf_to_bufRobert Ransom
2011-09-07Merge remote-tracking branch 'public/bug3851'Nick Mathewson
2011-09-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-06Fix assertion in addressmap_clear_excluded_trackexithostsNick Mathewson
2011-09-01Explicitly set bucket_cfg to NULL after we freed itSebastian Hahn
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-08-30Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/ENDNick Mathewson
2011-08-29Add a bufferevent note to startup logSebastian Hahn
2011-08-29Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson
2011-08-29Split out rephist parts of buckets_decrementNick Mathewson
2011-08-29Make FetchUselessDescriptors fetch all desc typesNick Mathewson
2011-08-27Clarify the heartbeat message a bit.George Kadianakis
2011-08-26Fix a bufferevent-related bug that killed tunneled dirserv connsNick Mathewson
2011-08-24Set write low-watermarks on all bufferevents.Nick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
2011-08-19Disable run-time changes to DisableIOCP: They do not workNick Mathewson
2011-08-18Remove warning about a loop parsing evbuffer socksNick Mathewson
2011-08-18Appease "make check-spaces"Nick Mathewson
2011-08-17Use evbuffer_copyout() in inspect_evbuffer().Nick Mathewson
2011-08-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson