aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
AgeCommit message (Expand)Author
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-08-18Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-08-10Send sendmes when we're down 100 cells, not 101.Roger Dingledine
2009-07-27three hacks to workaround bug 1038Roger Dingledine
2009-06-16Revise earlier check for correct IPv4 addr length to check for ==4.Nick Mathewson
2009-06-12Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine
2009-05-28Two more spelling fix fixes.Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-03-11when we get an unrecognized relay streamid, log itRoger Dingledine
2009-02-21Patch from lark: drop BEGIN cells from a rendevous circuit if they do not ori...Nick Mathewson
2009-01-05apply a variant of rovv's bug 872 patch, and document that we want a better s...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Debug code for task 878.Karsten Loesing
2008-12-29Do not not cannibalize a circuit that has run out of RELAY_EARLY cells. Part...Nick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-18Make cell pools always-on.Nick Mathewson
2008-12-18Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-12-17Whitespace fix.Nick Mathewson
2008-12-17Change CELL_DIRECTION_* to an enum.Nick Mathewson
2008-12-17Move edge-only flags from connection_t to edge_connection_t.Nick Mathewson
2008-12-14When a stream at an exit relay is in state "resolving" orRoger Dingledine
2008-10-27Verify cpath_layer match on rendezvous cells too. Fixes another case of bug ...Nick Mathewson
2008-10-17backport candidate:Roger Dingledine
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-23 r17323@aud-055: nickm | 2008-07-23 17:58:25 +0200Nick Mathewson
2008-06-11consolidate all our edge/circ/orconn reason-to-foo-or-back functionsRoger Dingledine
2008-06-10some cleanups in preparation for moving stuff aroundRoger Dingledine
2008-06-10minor fixes and notesRoger Dingledine
2008-06-09report partial bootstrapping progress as we fetch descriptorsRoger Dingledine
2008-06-07infrastructure for the 'bootstrap status event' feature, so we canRoger Dingledine
2008-04-09 r19273@catbus: nickm | 2008-04-09 14:44:23 -0400Nick Mathewson
2008-04-09 r19262@catbus: nickm | 2008-04-09 14:05:20 -0400Nick Mathewson
2008-03-18 r18941@catbus: nickm | 2008-03-18 14:59:43 -0400Nick Mathewson
2008-03-17 r18862@catbus: nickm | 2008-03-16 23:33:11 -0400Nick Mathewson
2008-02-22Quiet the "Exitrouter '%s' seems to be more restrictive than its exitRoger Dingledine
2008-02-21start allowing clients to give up on trackhostexits targets ifRoger Dingledine
2008-02-20don't throw around an int for relay_command if we're going toRoger Dingledine
2008-02-19rearrange our assert so we don't possibly overflow rh.length beforeRoger Dingledine
2008-02-15 r14170@tombo: nickm | 2008-02-15 11:50:38 -0500Nick Mathewson
2008-02-12 r18051@catbus: nickm | 2008-02-12 15:20:43 -0500Nick Mathewson