aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2010-10-15Merge branch 'bug1992_part1'Nick Mathewson
2010-10-13Fix a couple users of buf_datalen that slipped in. Found by SebastianNick Mathewson
2010-10-01refactor all these tor_inet_ntoa idiomsRoger Dingledine
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-27Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
2010-09-27Teach read_event/write_event manipulators about bufferevents.Nick Mathewson
2010-09-16I hear we are close to a release. Clean up the whitespace.Nick Mathewson
2010-09-16Demote a warn when enabling CellStatisticsSebastian Hahn
2010-09-15Merge branch 'bug1184'Nick Mathewson
2010-09-15Never queue a cell on a marked circuitNick Mathewson
2010-09-14Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson
2010-09-13Make circuit_resume_edge_reading_helper treat streams more fairly.Nick Mathewson
2010-09-13Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson
2010-09-13Fix function declaration linebreaks at start of relay.cNick Mathewson
2010-09-08be more consistent in using streamid_tNick Mathewson
2010-09-03Fix a missing stream_id argument; found by "tracktor"Nick Mathewson
2010-09-02Fix behavior of adding a cell to a blocked queue.Nick Mathewson
2010-08-18Detect if we try to put a cell onto a supposedly blocked cell queue.Nick Mathewson
2010-08-18Decide whether to ignore SENDMEs based on streams_blocked, not queue sizeNick Mathewson
2010-08-18Avoid over-filling cell queues when we receive a SENDMEyetonetime
2010-08-18Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn
2010-08-16161b2750 didn't really retry the stream. this does.Roger Dingledine
2010-08-15Merge commit 'sebastian/bug1831'Nick Mathewson
2010-08-15Merge commit 'sebastian/misc-reason'Nick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-04Retry streams that ended with NOROUTE errorSebastian Hahn
2010-07-30Clear cell queues when marking or truncating a circuit.Nick Mathewson
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn
2010-07-27Create reasons.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create geoip.hSebastian Hahn
2010-04-13Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsecNick Mathewson
2010-04-12Fix a bug in reading CircPriorityHalflife from consensusNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson