Nick Mathewson
|
0748c06f7c
Fix bug 9082: avoid leak when freeing destroy cell queues
|
11 lat temu |
Andrea Shepard
|
16f9861b22
Add destroy balance tracking and logging to circuitmux
|
11 lat temu |
Nick Mathewson
|
43d53e6d86
Implementation of a fix for bug 7912
|
11 lat temu |
Nick Mathewson
|
ca50fb4f81
Don't assert when writing a cell to a CLOSING connection.
|
11 lat temu |
Nick Mathewson
|
339df5df08
Fix 8447: use %u to format circid_t.
|
11 lat temu |
Nick Mathewson
|
d6634001c9
Merge remote-tracking branch 'public/wide_circ_ids'
|
11 lat temu |
Nick Mathewson
|
a141430ec3
Rename log() to tor_log() for logging
|
11 lat temu |
Nick Mathewson
|
35daf6f602
Rename all of the macros in tor_queue.h to start with TOR_
|
11 lat temu |
Nick Mathewson
|
4da083db3b
Update the copyright date to 201.
|
11 lat temu |
Andrea Shepard
|
3db3daa663
Add comment explaining different channel close functions
|
12 lat temu |
Nick Mathewson
|
8e8c0674c4
Implement proposal-214 rules for CircID checking.
|
12 lat temu |
Andrea Shepard
|
688cea7248
Check for closing channel in channel_send_destroy()
|
12 lat temu |
Nick Mathewson
|
9327a9f607
Fix whitespace
|
12 lat temu |
Andrea Shepard
|
be37125030
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
|
12 lat temu |
Nick Mathewson
|
86258df65d
Merge branch 'split_circuitbuild'
|
12 lat temu |
Nick Mathewson
|
850c990144
Fix a bug in channel_dump_statistics
|
12 lat temu |
Nick Mathewson
|
cb9d123764
Document lifespan of return values of the _remote_descr() funcs
|
12 lat temu |
Nick Mathewson
|
26946c659b
Restore the 'address' value of tunneled connections
|
12 lat temu |
Nick Mathewson
|
f633184af1
Document return value of channel_get_addr_if_possible
|
12 lat temu |
Andrea Shepard
|
94a0309909
Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/tor
|
12 lat temu |
Nick Mathewson
|
907db008ab
Move the circuit build timeout code into its own file.
|
12 lat temu |
Nick Mathewson
|
9f83142591
Merge remote-tracking branch 'public/bug1031'
|
12 lat temu |
Andrea Shepard
|
99057014ba
Add debug logging to channel_listener_free()/channel_listener_force_free()
|
12 lat temu |
Andrea Shepard
|
3894ca1508
Add debug logging for channel_free() and channel_force_free()
|
12 lat temu |
Andrea Shepard
|
9ef286ec8f
Correctly clear cmux policies and free cmux in channel_free() and channel_force_free()
|
12 lat temu |
Nick Mathewson
|
2b10e99eb0
Try refactoring channel list to use HT_ and LIST_ stuff directly
|
12 lat temu |
Nick Mathewson
|
7c9954a02a
Use SIMPLEQ, not smartlist_t, for channel cell queues.
|
12 lat temu |
Nick Mathewson
|
56c0baa523
Rename all reserved C identifiers we defined
|
12 lat temu |
Nick Mathewson
|
a45760b53b
Make very sure to handle cells in-order on channels.
|
12 lat temu |
Nick Mathewson
|
bd28322d38
Remove variables; fix gcc 4.7 warnings
|
12 lat temu |