index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
relay.c
Age
Commit message (
Expand
)
Author
2014-10-16
Downgrade 'unexpected sendme cell from client' to PROTOCOL_WARN
Nick Mathewson
2014-09-09
Merge remote-tracking branch 'public/bug12700_024' into maint-0.2.5
Nick Mathewson
2014-08-18
Fix relay_command_to_string(); solve 12700.
Nick Mathewson
2014-06-14
Merge branch 'bug12184_diagnostic_squashed'
Nick Mathewson
2014-06-14
Try to diagnose bug 12184
Nick Mathewson
2014-06-11
Merge remote-tracking branch 'public/not_bug8093'
Nick Mathewson
2014-06-04
Bulletproof our 11246 fix a little, based on recommendation from andrea.
Nick Mathewson
2014-06-01
Use uint32 !=, not tor_memneq, for relay cell integrity checking
Nick Mathewson
2014-05-21
Eliminate #ifdef ENABLE_MEMPOOLS in packed_cell_new/free()
Andrea Shepard
2014-05-12
Add --disable-mempools configure option
Andrea Shepard
2014-04-02
Unit tests for connection_edge_process_resolved_cell
Nick Mathewson
2014-04-02
Look at all of a RESOLVED cell; not just the first answer.
Nick Mathewson
2014-04-01
Extract code to handle RESOLVED cells
Nick Mathewson
2014-03-14
Test code for implementation of faster circuit_unlink_all_from_channel
Nick Mathewson
2014-03-04
Merge branch 'bug10169_025_v2'
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-03-04
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2014-02-26
Monotonize the OOM-killer data timers
Nick Mathewson
2014-02-25
Merge remote-tracking branch 'public/no_itime_queue' into maint-0.2.4
Nick Mathewson
2014-02-12
Refactor OOM-handling functions for more testability
Nick Mathewson
2014-02-12
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Nick Mathewson
2014-02-11
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-10
Merge remote-tracking branch 'public/no_itime_queue'
Nick Mathewson
2014-02-10
Excise the insertion_time_elem_t logic
Nick Mathewson
2014-02-09
Don't treat END_STREAM_REASON_INTERNAL as total circuit failure
Nick Mathewson
2014-01-03
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Nick Mathewson
2013-11-20
Rename MaxMemInCellQueues to MaxMemInQueues
Nick Mathewson
2013-11-18
Remove 'struct timeval now' that was shadowing 'struct timeval now'.
Nick Mathewson
2013-11-15
Have the OOM handler also count the age the data in a stream buffer
Nick Mathewson
2013-11-15
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-11-15
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-11-07
Improved circuit queue out-of-memory handler
Nick Mathewson
2013-10-31
Add missing includes for circpathbias.h
Nick Mathewson
2013-10-30
Add some clarity and checks to cell_queue_append_packed_copy
Nick Mathewson
2013-10-28
Merge branch 'morestats4' into morestats5
Karsten Loesing
2013-10-08
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-08
don't lie about bootstrap progress when clients use bridges
Roger Dingledine
2013-10-08
Generate bootstrapping status messages for microdescs too
Nick Mathewson
2013-08-15
Rename circuit_get_global_list to remove trailing _
Nick Mathewson
2013-08-15
Merge remote-tracking branch 'majek/bug9108'
Nick Mathewson
2013-07-18
Unit tests for cell queues.
Nick Mathewson
2013-07-18
Use TOR_SIMPLEQ for packed_cell_t
Nick Mathewson
2013-07-10
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-06-20
Fix #9108 - make global_circuitlist a doubly linked list
Marek Majkowski
2013-06-18
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-06-18
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-06-18
Implement a real OOM-killer for too-long circuit queues.
Nick Mathewson
2013-06-15
Merge branch 'bug9072-024' into bug9072-025
Andrea Shepard
2013-06-15
Merge branch 'bug9072-023' into bug9072-024
Andrea Shepard
2013-06-15
Disable middle relay queue overfill detection code due to possible guard disc...
Andrea Shepard
[next]