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
/
channel.c
Age
Commit message (
Expand
)
Author
2015-01-07
When closing circs build through a new guard, only close local ones
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-22
Fix a bunch of memory leaks in the unit tests. Found with valgrind
Nick Mathewson
2014-12-21
Merge branch 'ticket7356_squashed'
Nick Mathewson
2014-12-21
Use channel state lookup macros in channel.c
rl1987
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_flush_some_cells() mockable
Andrea Shepard
2014-09-30
Make channel_dump_statistics() mockable
Andrea Shepard
2014-09-30
What the hell was I on?
Andrea Shepard
2014-09-30
Let channel unit tests mess with global queue estimate
Andrea Shepard
2014-09-30
Expose some channel cell queue stuff to the test suite
Andrea Shepard
2014-09-30
Refactor channel_get_cell_queue_entry_size() to avoid an unreachable line for...
Andrea Shepard
2014-09-30
Eliminate some unnecessary smartlists in scheduler.c
Andrea Shepard
2014-09-30
Schedule according to a queue size heuristic
Andrea Shepard
2014-09-30
Fix return values from channel_flush_some_cells() to correctly count cells di...
Andrea Shepard
2014-09-30
Implement global queue size query in channel.c
Andrea Shepard
2014-09-30
Track total queue size per channel, with overhead estimates, and global queue...
Andrea Shepard
2014-09-30
Add global cell/byte counters and per channel byte counters to channel.c
Andrea Shepard
2014-09-30
Provide generic mechanism for scheduler to query writeable cells on a channel
Andrea Shepard
2014-09-30
Implement scheduler mechanism to track lists of channels wanting cells or wri...
Andrea Shepard
2014-09-09
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-09-05
Correctly update channel local mark when address of incoming connection chang...
Andrea Shepard
2014-09-02
Another clang analyzer complaint wrt HT_GENERATE
Nick Mathewson
2014-08-13
Merge remote-tracking branch 'public/bug12848_024' into maint-0.2.5
Nick Mathewson
2014-08-12
Add an extra check in channel_send_destroy for circID==0
Nick Mathewson
2014-07-24
fix typo that crept in to 0.2.4.4-alpha
Roger Dingledine
2014-07-18
Use safe_str in channel_dumpstats: improve 12184 diagnostic
Nick Mathewson
2014-06-11
Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'
Nick Mathewson
2014-06-11
Replace last_added_nonpadding with last_had_circuits
Nick Mathewson
2014-04-23
Merge remote-tracking branch 'public/bug11553_024' into bug11553_025
Nick Mathewson
2014-04-23
Improvements to #11553 fix based on review
Nick Mathewson
2014-04-18
Merge remote-tracking branch 'public/bug11553_024' into bug11553_025
Nick Mathewson
2014-04-18
Switch to random allocation on circuitIDs.
Nick Mathewson
2014-03-14
Test code for implementation of faster circuit_unlink_all_from_channel
Nick Mathewson
2014-02-12
Siphash-2-4 is now our hash in nearly all cases.
Nick Mathewson
2013-10-02
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-02
Fix a bug in our bug 9776 fix.
Nick Mathewson
2013-09-24
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-09-24
Always call circuit_n_chan_done(chan, 0) from channel_closed()
Andrea Shepard
2013-08-22
Separate mutable/const accessors for circuit_build_times
Nick Mathewson
2013-08-22
Make circ_times static and add accessor functions.
vagrant
2013-08-15
Merge branch 'bug5040_4773_rebase_3'
Nick Mathewson
2013-07-23
Fix bug9309, and n_noncanonical count/continue code
Nick Mathewson
2013-07-23
Fix bug9309, and n_noncanonical count/continue code
Nick Mathewson
2013-07-18
Make a channel getter method to retrieve transport names.
George Kadianakis
2013-07-18
Add transport information to the GeoIP database.
George Kadianakis
2013-06-17
Fix bug 9082: avoid leak when freeing destroy cell queues
Nick Mathewson
2013-06-13
Add destroy balance tracking and logging to circuitmux
Andrea Shepard
2013-06-13
Implementation of a fix for bug 7912
Nick Mathewson
[next]