aboutsummaryrefslogtreecommitdiff
path: root/src/or/relay.c
Commit message (Expand)AuthorAge
* Don't shadow parameters with local variablesNick Mathewson2011-07-01
* Make the get_options() return constNick Mathewson2011-06-14
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\
| * Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\|
| * Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\| |
| * | Add XXX023s for our timestamp_dirty abuse.Nick Mathewson2011-03-25
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\| |
| * | Move the decl for tor_gettimofday_cache_clear to the right headerNick Mathewson2011-03-16
* | | Merge remote branch 'arma/optimistic_server'Nick Mathewson2011-03-15
|\ \ \
| * | | whitespace fixes to pass 'make check-spaces'Roger Dingledine2011-03-15
| * | | Revise prop174 patch: make the circuit sendme calls unconditional.Nick Mathewson2011-03-14
| * | | Implement server side of Proposal 174 (optimistic data)Ian Goldberg2011-03-14
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix comment for connection_edge_consider_sending_sendmeNick Mathewson2011-03-15
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-01-15
|\| |
| * | Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Merge branch 'maint-0.2.2'Roger Dingledine2010-12-19
|\| |
| * | Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson2010-12-15
| |\|
| | * Make payloads into uint8_t.Nick Mathewson2010-12-15
| | * Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn2010-08-18
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-30
|\| |
| * | Revise comment on 2210 a little; clean up n_streams/num_streams confusionNick Mathewson2010-11-29
| * | Add wrappers function for libc random()Nick Mathewson2010-11-29
| * | Fix whitespace in patch for 2210 and backport to 0.2.2Nick Mathewson2010-11-29
| * | Improve fairness when activating streams in circuit_resume_edge_reading_helperMashael AlSabah2010-11-29
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-21
|\| |
| * | Send relay_early cells in rend circsSebastian Hahn2010-10-18
* | | Merge branch 'bug1992_part1'Nick Mathewson2010-10-15
|\ \ \
| * | | refactor all these tor_inet_ntoa idiomsRoger Dingledine2010-10-01
* | | | Fix a couple users of buf_datalen that slipped in. Found by SebastianNick Mathewson2010-10-13
* | | | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
* | | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/ / /
* | | Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson2010-09-27
* | | Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
* | | Teach read_event/write_event manipulators about bufferevents.Nick Mathewson2010-09-27
|/ /
* | I hear we are close to a release. Clean up the whitespace.Nick Mathewson2010-09-16
* | Demote a warn when enabling CellStatisticsSebastian Hahn2010-09-16
* | Merge branch 'bug1184'Nick Mathewson2010-09-15
|\ \
| * | Never queue a cell on a marked circuitNick Mathewson2010-09-15
| * | Clear cell queues when marking or truncating a circuit.Nick Mathewson2010-07-30
* | | Add a simple integer-ceiling-division macro before we get it wrongNick Mathewson2010-09-14
* | | Make circuit_resume_edge_reading_helper treat streams more fairly.Nick Mathewson2010-09-13
* | | Add a max_cells arg to connection_edge_process_raw_inbufNick Mathewson2010-09-13