Commits on Source
22872
99185397
Stop checking if ri->address is an IP
Feb 09, 2013
ccaefd65
stop passing "address" around the directory_initiate_command* funcs
Feb 09, 2013
e1ec03f8
use router->addr for log messages and controller events
Feb 09, 2013
002c860c
use me->addr when adding our address to our exit policy
Feb 09, 2013
74e6a47a
stop setting, or using, router->address
Feb 09, 2013
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
967503c1
Implement a placeholder mechanism in the channel,id->circ map
Mar 21, 2013
2e1f2315
count DATA cells with stream ID 0 as delivered for SENDME purposes
Mar 22, 2013
e54d664f
Add connection ID to ORCONN event.
May 16, 2013
8d1f78c5
Add new CONN_BW event.
May 16, 2013
c386d2d6
Add new CELL_STATS event.
May 16, 2013
dd5ce215
Add new TB_EMPTY event.
May 16, 2013
2925e2fe
Add new CIRC_BW event.
May 16, 2013
a84fae78
Tweak ORCONN event based on comments by nickm.
May 25, 2013
2f893624
Tweak CONN_BW event based on comments by nickm.
May 25, 2013
26b49f52
Tweak CELL_STATS event based on comments by nickm.
May 25, 2013
ef67077f
Tweak TB_EMPTY event based on comments by nickm.
May 25, 2013
b33b366a
Tweak CIRC_BW event based on comments by nickm.
May 25, 2013
e39292f2
Test functions used for TB_EMPTY and CELL_STATS events.
May 31, 2013
ce147a2a
When launching a resolve request on behalf of an AF_UNIX control, omit the...
May 31, 2013
b235c1c1
Bug
#5170
- remove id_to_fp.c as it's not used anywhere
Jun 06, 2013
2132d036
Bug
#5170
- i2d_RSAPublicKey supports allocating its own output buffer
Jun 06, 2013
6f1c6719
Bug
#5170
- also simplify i2d_DHparams
Jun 06, 2013
a022930f
Bug
#5170
- simplify i2d_X509
Jun 06, 2013
68be3469
Bug 5170 - simplify i2d_PublicKey in pkey_eq
Jun 06, 2013
4d54b977
Add support for offsetting the voting interval in order to bootstrap faster.
Jun 08, 2013
e4f51682
Bug
#5170
- test crypto_pk_get_all_digests
Jun 10, 2013
d769cd82
Bug
#5170
- make pkey_eq testable, introduce test_tortls.c
Jun 10, 2013
77a19353
Fix (Open?)BSD fast-connect bug with optimistic data.
Jun 10, 2013
4835faeb
Merge branch 'bug9017' into maint-0.2.3
Jun 10, 2013
607b29ae
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Jun 10, 2013
c300720b
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 10, 2013
aaaf082e
Merge remote-tracking branch 'majek/bug5170'
Jun 10, 2013
7f9066ce
Make OPENSSL_free(dh_string_repr) conditional.
Jun 10, 2013
c94f6b22
Fix "make check-spaces"
Jun 10, 2013
6fc39973
Fix tor-fw-helper exit code.
Jun 10, 2013
c132427d
Hide consensus download interval, depending on TestingTorNetwork, in a macro.
Jun 10, 2013
8c88c759
Use double-quotes for regular_mans, not brackets.
Jun 12, 2013
4f4fc63f
Expand microdesc cache tests
Jun 12, 2013
884a0e26
Use the FILE_SHARE_DELETE flag for CreateFile on a mapping
Jun 12, 2013
3bdc4e5f
Merge remote-tracking branch 'public/bug2077_share_delete' into maint-0.2.4
Jun 12, 2013
a64d062c
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 12, 2013
fff9386a
Revert "Use the FILE_SHARE_DELETE flag for CreateFile on a mapping"
Jun 12, 2013
f455686b
Unmap the microdescriptor cache before replacing it.
Jun 12, 2013
e602c403
Make all consumers of microdesc_t.body tolerate NULL
Jun 12, 2013
616fd790
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 12, 2013
16d1dd13
Fix
#9043
- simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_tls_evp_pkey_eq
Jun 12, 2013
000b4f5c
Issue
#9043
- changelog entry
Jun 12, 2013
75b7cc17
Merge remote-tracking branch 'andrea/bug8639_v3' into maint-0.2.4
Jun 12, 2013
d7d65298
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 12, 2013
a3f6f331
Remove various outdated documents.
Jun 12, 2013
ee250be6
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 12, 2013
74a534be
Fix the biggest errors in doc/HACKING
Jun 12, 2013
8c692077
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 12, 2013
25dddf7a
Merge remote-tracking branch 'public/bug8822' into maint-0.2.4
Jun 13, 2013
29498491
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 13, 2013
801eea03
Code to track on a circuit whether it has a "pending" delete cell
Jun 13, 2013
43d53e6d
Implementation of a fix for bug 7912
Jun 13, 2013
16f9861b
Add destroy balance tracking and logging to circuitmux
Jun 13, 2013
9b754d12
Add a changes file for bug 7912
Jun 13, 2013
e61df2ec
Fix compile warnings wrt printf formating of int64_t
Jun 13, 2013
4b781e24
Merge remote-tracking branch 'public/bug7912_squashed'
Jun 13, 2013
c82d7950
Add make target test-network running traffic tests in a Chutney network.
Jun 13, 2013
caa0d15c
If we write the annotation but not the microdescriptor, rewind.
Jun 13, 2013
45424b2c
Merge remote-tracking branch 'linus/bug8532'
Jun 13, 2013
73ca1cf8
Rename networkstatus_dl_interval() -> networkstatus_dl_check_interval()
Jun 13, 2013
2338681e
Define SEEK_SET for platforms that lack it.
Jun 13, 2013
72f775e1
Merge branch 'bug9047' into maint-0.2.4
Jun 13, 2013
483385d2
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 13, 2013
4cce58d3
Don't queue more cells as a middle relay than the spec allows to be in flight
Jun 13, 2013
418c2845
Don't queue more cells as a middle relay than the spec allows to be in flight
Jun 13, 2013
459aada4
Don't queue more cells as a middle relay than the spec allows to be in flight
Jun 13, 2013
9e8c104a
Increase the limit so leaky pipe might work
Jun 14, 2013
79cdf81e
Increase the limit so leaky pipe might work
Jun 14, 2013
c9745822
Increase the limit so leaky pipe might work
Jun 14, 2013
bd6bd1c9
Fix signed/unsigned comparison warning
Jun 14, 2013
d780cd5f
Merge branch 'circuit_queue_cap-0.2.3-squashed' into maint-0.2.3
Jun 14, 2013
82fea1b0
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Jun 14, 2013
8b6d0bd9
Merge branch 'circuit_queue_cap-0.2.4-squashed' into maint-0.2.4
Jun 14, 2013
b1f44fc2
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 14, 2013
6f5a720d
Merge branch 'circuit_queue_cap-0.2.5-squashed'
Jun 14, 2013
b567efcf
Use CHUTNEY_PATH to find Chutney.
Jun 14, 2013
7f67becf
Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.
Jun 14, 2013
2a95f317
Disable middle relay queue overfill detection code due to possible guard discovery attack
Jun 15, 2013
9e45d940
Merge branch 'bug9072-023' into bug9072-024
Jun 15, 2013
469bd7a3
Merge branch 'bug9072-024' into bug9072-025
Jun 15, 2013
2613c98f
forward-port 0.2.4.13-alpha changelog
Jun 16, 2013
dc516a54
Limit hidden service descriptors to at most 10 guard nodes.
Jun 16, 2013
0748c06f
Fix bug 9082: avoid leak when freeing destroy cell queues
Jun 17, 2013
2974c837
Merge remote-tracking branch 'public/bug9082'
Jun 17, 2013
538ca415
Invoke binaries in $PATH rather than by absolute path.
Jun 18, 2013
2e1fe1fc
Implement a real OOM-killer for too-long circuit queues.
Jun 18, 2013
c37fdc2e
Merge branch 'bug9063_redux_023_squashed' into maint-0.2.3
Jun 18, 2013
d3063da6
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Jun 18, 2013
efa342f5
Tweak bug9063_redux patch: {n_p}_chan_cells, not {n,p}_conn_cells
Jun 18, 2013
b5d1fded
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 18, 2013
9f8e672b
Fix a couple of resource leaks in test_config.c
Jun 18, 2013
459c7c0e
Attempt to un-confuse coverity about (false) double-free in bench_onion_ntor.
Jun 18, 2013
60d633c7
Fix some problems with the bug9002 fix.
Jun 18, 2013
8a96a85d
Check more return values in the unit tests
Jun 18, 2013
22,772 additional commits have been omitted to prevent performance issues.
Loading
Loading