summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2013-10-01what is logging "above" notice?Roger Dingledine
2013-09-30fix another confusing whitespace instanceRoger Dingledine
2013-09-30fix confusing whitespaceRoger Dingledine
2013-09-29fix whitespace in log messageRoger Dingledine
2013-09-29fix two cases where we were printing unsigned int as %dRoger Dingledine
2013-09-24Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-24Always call circuit_n_chan_done(chan, 0) from channel_closed()Andrea Shepard
2013-09-23Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-23Fix a compilation warning with older gccNick Mathewson
2013-09-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-21Relays should send timestamp in NETINFO.Nick Mathewson
2013-09-21Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-21back out most of 1d0ba9aRoger Dingledine
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Round down hidden service descriptor publication times to nearest hourNick Mathewson
2013-09-20Remove the timestamp from AUTHENTICATE cells; replace with random bytesNick Mathewson
2013-09-20Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson
2013-09-20Stop sending the current time in client NETINFO handshakes.Nick Mathewson
2013-09-19Fix compilation with libevent 1Nick Mathewson
2013-09-19Merge remote-tracking branch 'public/bug9716_024'Nick Mathewson
2013-09-16Correctly re-process non-option cmdline args on sighupNick Mathewson
2013-09-13Fix a windows compilation warning from 4647 branchNick Mathewson
2013-09-13Whoops; make or_state_validate conform to validate_fn_t.Nick Mathewson
2013-09-13Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson
2013-09-13Merge branch 'bug4647_squashed'Nick Mathewson
2013-09-13Add a --dump-config option to help testing option parsing.Nick Mathewson
2013-09-13Whoops; make options_validate conform to validate_fn_t.Nick Mathewson
2013-09-13Add '--digests' to "that which implies --hush."Nick Mathewson
2013-09-13Disallow --hash-password with no commandline arguments.Nick Mathewson
2013-09-13Make config_parse_commandline table-driven for its list of cmdline argsNick Mathewson
2013-09-13Use commandline parser for other optionsNick Mathewson
2013-09-13Expose commandline parser so that we can use it for --quiet,etc.Nick Mathewson
2013-09-13Patch for 4647 (rewrite command line parser)Cristian Toader
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-11Try using INT_MAX, not SOMAXCONN, to set listen() backlog.Nick Mathewson
2013-09-09Build correctly with older libeventsNick Mathewson
2013-09-09Basic compilation fixes.Nick Mathewson
2013-09-05Merge remote-tracking branch 'public/bug9645'Nick Mathewson
2013-09-05Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine
2013-09-05Revert e443beff and solve it a different wayRoger Dingledine
2013-09-05don't let recently_chosen_ntors overflowRoger Dingledine
2013-09-04Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-04nickm wants us to prioritize tap in a currently-rare edge caseRoger Dingledine
2013-09-04Be more general in calculating expected onion queue processing timeRoger Dingledine
2013-09-04let the NumNTorsPerTAP consensus param override our queue choiceRoger Dingledine
2013-09-04do a lopsided round-robin between the onion queuesRoger Dingledine
2013-09-04check bounds on handshake_type more thoroughlyRoger Dingledine
2013-09-04add info-level logs to help track onion queue sizesRoger Dingledine
2013-09-04refactor and give it unit testsRoger Dingledine