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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuitlist.h
Age
Commit message (
Expand
)
Author
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-30
Make channel_note_destroy_not_pending() mockable
Andrea Shepard
2014-08-15
Start converting circuitlist to smartlist.
Nick Mathewson
2014-06-14
Try to diagnose bug 12184
Nick Mathewson
2014-04-15
Uplift status.c unit test coverage with new test cases and macros.
dana koch
2014-04-08
Merge remote-tracking branch 'public/bug9841_025'
Nick Mathewson
2014-03-23
Remove the unused circuit_dump_by_chan().
Nick Mathewson
2014-02-13
Tweak sign of rend_token params for consistency
Nick Mathewson
2014-02-13
Merge remote-tracking branch 'public/bug9841_024_v2' into bug9841_025
Nick Mathewson
2014-02-13
Faster circuit_get_by_rend_token_and_purpose()
Nick Mathewson
2014-02-12
More unit tests for OOM handling.
Nick Mathewson
2014-02-12
Refactor OOM-handling functions for more testability
Nick Mathewson
2014-02-07
Merge remote-tracking branch 'public/feature9777_024_squashed'
Nick Mathewson
2014-02-07
Discard circuit paths on which nobody supports ntor
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
Add a test for n_cells_in_circuit_queues
Nick Mathewson
2013-07-10
Add some basic unit tests for the circuit map data structure.
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-13
Code to track on a circuit whether it has a "pending" delete cell
Nick Mathewson
2013-03-21
Implement a placeholder mechanism in the channel,id->circ map
Nick Mathewson
2013-02-19
Rename circuit_expire_all_dirty_circs
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-10-10
Fix detach when setting circuit ID to 0 bug in circuit_set_circid_chan_helper...
Andrea Shepard
2012-10-08
Use channel_t rather than or_connection_t for circuits
Andrea Shepard
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-01-04
Merge remote-tracking branch 'rransom-tor/bug1297b-v2'
Nick Mathewson
2011-12-22
Look up the rend circ whose INTRODUCE1 is being ACKed correctly
Robert Ransom
2011-11-24
Report HS circ states stored in circ purpose field in CIRC events
Robert Ransom
2011-04-27
Add a circuit_purpose_to_string() function, and use it
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-07-27
Create circuitlist.h
Sebastian Hahn