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
2014-09-05
Correctly update channel local mark when address of incoming connection chang...
Andrea Shepard
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
2013-03-19
Don't assert when writing a cell to a CLOSING connection.
Nick Mathewson
2013-03-10
Fix 8447: use %u to format circid_t.
Nick Mathewson
2013-02-15
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-30
Rename all of the macros in tor_queue.h to start with TOR_
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-11-13
Add comment explaining different channel close functions
Andrea Shepard
2012-11-06
Implement proposal-214 rules for CircID checking.
Nick Mathewson
2012-11-06
Check for closing channel in channel_send_destroy()
Andrea Shepard
2012-10-31
Fix whitespace
Nick Mathewson
2012-10-30
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
Andrea Shepard
2012-10-22
Merge branch 'split_circuitbuild'
Nick Mathewson
2012-10-17
Fix a bug in channel_dump_statistics
Nick Mathewson
2012-10-17
Document lifespan of return values of the _remote_descr() funcs
Nick Mathewson
2012-10-17
Restore the 'address' value of tunneled connections
Nick Mathewson
2012-10-17
Document return value of channel_get_addr_if_possible
Nick Mathewson
2012-10-15
Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/tor
Andrea Shepard
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
2012-10-15
Merge remote-tracking branch 'public/bug1031'
Nick Mathewson
2012-10-15
Add debug logging to channel_listener_free()/channel_listener_force_free()
Andrea Shepard
2012-10-15
Add debug logging for channel_free() and channel_force_free()
Andrea Shepard
2012-10-15
Correctly clear cmux policies and free cmux in channel_free() and channel_for...
Andrea Shepard
2012-10-12
Try refactoring channel list to use HT_ and LIST_ stuff directly
Nick Mathewson
[next]