Andrea Shepard
|
1275002a46
Schedule according to a queue size heuristic
|
11 gadi atpakaļ |
Andrea Shepard
|
f314d9509c
Fix return values from channel_flush_some_cells() to correctly count cells directly written by channel_flush_from_first_active_circuit()
|
11 gadi atpakaļ |
Andrea Shepard
|
2fc3da3ff5
Implement global queue size query in channel.c
|
11 gadi atpakaļ |
Andrea Shepard
|
8852a1794c
Track total queue size per channel, with overhead estimates, and global queue total
|
11 gadi atpakaļ |
Andrea Shepard
|
5e0a6d54d0
Add global cell/byte counters and per channel byte counters to channel.c
|
11 gadi atpakaļ |
Andrea Shepard
|
2efbab2aaf
Provide generic mechanism for scheduler to query writeable cells on a channel
|
11 gadi atpakaļ |
Andrea Shepard
|
d438cf1ec9
Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet
|
11 gadi atpakaļ |
Nick Mathewson
|
4af88d68b4
Merge remote-tracking branch 'origin/maint-0.2.5'
|
10 gadi atpakaļ |
Andrea Shepard
|
39a017809b
Correctly update channel local mark when address of incoming connection changes after handshake; fixes bug #12160
|
10 gadi atpakaļ |
Nick Mathewson
|
00ffccd9a6
Another clang analyzer complaint wrt HT_GENERATE
|
10 gadi atpakaļ |
Nick Mathewson
|
d443658fad
Merge remote-tracking branch 'public/bug12848_024' into maint-0.2.5
|
10 gadi atpakaļ |
Nick Mathewson
|
981e037fd3
Add an extra check in channel_send_destroy for circID==0
|
10 gadi atpakaļ |
Roger Dingledine
|
a3d8ffe010
fix typo that crept in to 0.2.4.4-alpha
|
10 gadi atpakaļ |
Nick Mathewson
|
486bd4fae7
Use safe_str in channel_dumpstats: improve 12184 diagnostic
|
10 gadi atpakaļ |
Nick Mathewson
|
3a2e25969f
Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'
|
10 gadi atpakaļ |
Nick Mathewson
|
6557e61295
Replace last_added_nonpadding with last_had_circuits
|
10 gadi atpakaļ |
Nick Mathewson
|
17ad309d33
Merge remote-tracking branch 'public/bug11553_024' into bug11553_025
|
10 gadi atpakaļ |
Nick Mathewson
|
a770b74501
Improvements to #11553 fix based on review
|
10 gadi atpakaļ |
Nick Mathewson
|
bd169aa9a5
Merge remote-tracking branch 'public/bug11553_024' into bug11553_025
|
10 gadi atpakaļ |
Nick Mathewson
|
0d75344b0e
Switch to random allocation on circuitIDs.
|
10 gadi atpakaļ |
Nick Mathewson
|
1a74360c2d
Test code for implementation of faster circuit_unlink_all_from_channel
|
11 gadi atpakaļ |
Nick Mathewson
|
0e97c8e23e
Siphash-2-4 is now our hash in nearly all cases.
|
10 gadi atpakaļ |
Nick Mathewson
|
566645b5ed
Merge remote-tracking branch 'origin/maint-0.2.4'
|
11 gadi atpakaļ |
Nick Mathewson
|
557f332957
Fix a bug in our bug 9776 fix.
|
11 gadi atpakaļ |
Nick Mathewson
|
759de9f756
Merge remote-tracking branch 'origin/maint-0.2.4'
|
11 gadi atpakaļ |
Andrea Shepard
|
938ee9b24d
Always call circuit_n_chan_done(chan, 0) from channel_closed()
|
11 gadi atpakaļ |
Nick Mathewson
|
775c491502
Separate mutable/const accessors for circuit_build_times
|
11 gadi atpakaļ |
vagrant
|
4834641dce
Make circ_times static and add accessor functions.
|
11 gadi atpakaļ |
Nick Mathewson
|
74262f1571
Merge branch 'bug5040_4773_rebase_3'
|
11 gadi atpakaļ |
Nick Mathewson
|
5d4b5018be
Fix bug9309, and n_noncanonical count/continue code
|
11 gadi atpakaļ |