Commits on Source
21446
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
2e1f2315
count DATA cells with stream ID 0 as delivered for SENDME purposes
Mar 22, 2013
ecd16eda
Disallow "*/maskbits" as an address pattern.
Feb 12, 2014
65a0f895
Check for orconns and use connection_or_close_for_error() when appropriate in...
Apr 15, 2014
5e9bd1b5
Believe that v3 dirauths always serve extra infos.
May 05, 2014
8ecfcf71
Synchronize less frequently when compressing descriptors
May 07, 2014
79c875ec
Would-be fix for bug 7733: learn bridge ID from descriptor
May 14, 2014
41d2b4d3
Allow ClientTransportPlugins to use proxies
May 21, 2014
7a18ac74
Fixed the test build with --enable-gcc-warnings
May 21, 2014
cd56b1a8
Remove get_bridge_pt_addrport().
May 21, 2014
1210bdf1
Log the correct proxy type on failure.
May 21, 2014
60ac9f1c
Improve the log message when a transport doesn't support proxies.
May 21, 2014
e425fc78
sandbox: revamp sandbox_getaddrinfo cacheing
May 22, 2014
d9564d52
Use uint32 !=, not tor_memneq, for relay cell integrity checking
Jun 01, 2014
dd0745d0
Don't try to fetch bridge descriptors when DisableNetwork is set
Jun 02, 2014
87fe5ef4
remove a stray " while warning about missing packages on redhat
Jun 02, 2014
ea442876
fix #10405's changes file
Jun 02, 2014
2de02818
Squelch spurious LD_BUG message in connection_ap_handshake_socks_reply()
Jun 03, 2014
9815029a
Add changes file for bug10616
Jun 03, 2014
84ed086d
Fix ancient code that only checked circ_id, not circ_id and chan
Jun 03, 2014
e74c3601
Merge remote-tracking branch 'public/bug12195'
Jun 04, 2014
b1632142
Bulletproof our 11246 fix a little, based on recommendation from andrea.
Jun 04, 2014
7581014a
put the right trac ticket number in changes file
Jun 04, 2014
0073c5b5
Merge remote-tracking branch 'andrea/bug10616'
Jun 04, 2014
95d47a74
Merge remote-tracking branch 'public/bug12169_relay_check'
Jun 04, 2014
307aa7eb
Spell getrlimit correctly.
Jun 08, 2014
cca6198c
Avoid illegal read off end of an array in prune_v2_cipher_list
Jun 10, 2014
55c7a559
Merge remote-tracking branch 'public/bug12227_024'
Jun 10, 2014
562299d5
Improved diagnostic log for bug 8387.
Jun 10, 2014
40579cb6
Update geoip6 to the June 4 2014 database.
Jun 10, 2014
555c43cd
Update geoip to the June 4 2014 database.
Jun 10, 2014
ab774a85
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Jun 10, 2014
3bc28c4c
Merge remote-tracking branch 'karsten/geoip6-jun2014' into maint-0.2.4
Jun 10, 2014
f5ce580b
Fix changes file for geoip
Jun 10, 2014
173a1afc
Merge remote-tracking branch 'origin/maint-0.2.4'
Jun 10, 2014
af53e4bd
Move circuit-id-in-use check for CREATE cells to before all other checks
Jun 10, 2014
a5036d20
Merge remote-tracking branch 'public/more_bug8387_diagnosis'
Jun 11, 2014
e8dd34f1
Merge remote-tracking branch 'public/not_bug8093'
Jun 11, 2014
b883b8d1
Yield a real error in the bug case of sandbox_getaddrinfo()
Jun 11, 2014
6f20dd7b
Merge remote-tracking branch 'public/bug11970'
Jun 11, 2014
463f6628
Give each or_connection_t a slightly randomized idle_timeout
Jun 11, 2014
6557e612
Replace last_added_nonpadding with last_had_circuits
Jun 11, 2014
7f356305
Fix a 32-big conversion warning in 11970 fix
Jun 11, 2014
bbb8f12e
Tweak changes entry for 6799
Jun 11, 2014
3a2e2596
Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'
Jun 11, 2014
02dafc27
whitespaces fixes
Jun 11, 2014
bbb1ffe5
sandbox: Permit stat() of DataDir/stats
Jun 13, 2014
f9f450d6
Also raise the check for 0 circuit ID in created cell.
Jun 13, 2014
cfca2a60
Merge branch 'bug12191_squashed'
Jun 13, 2014
8f3e3279
Try to diagnose bug 12184
Jun 14, 2014
a58d94fb
Merge branch 'bug12184_diagnostic_squashed'
Jun 14, 2014
4ed03965
New waitpid-handler functions to run callbacks when a child exits.
Jun 14, 2014
f8344c2d
Use waitpid code to learn when a controlled process dies
Jun 14, 2014
34f8723d
On Windows, terminate processes by handle, not pid
Jun 14, 2014
e2e58817
New testing-only tor_sleep_msec function
Jun 14, 2014
e3833193
More unit tests for process spawning
Jun 14, 2014
a5c092b3
refactor win/nix handling for test_spawn_background*()
Jun 14, 2014
e07d3284
changes file for 8746
Jun 14, 2014
a7cafb1e
Merge branch 'bug8746_v2_squashed'
Jun 14, 2014
9b10d7a7
Add ATTR_UNUSED to HT_FIND
Jun 14, 2014
115b3e76
Remove a piece of disabled code in choose_random_entry_impl().
Jun 15, 2014
f75c6ce9
choose_random_entry_impl(): Remove useless consider_exit_family.
Jun 15, 2014
e8c366e9
Create skeleton for populate_live_entry_guards().
Jun 15, 2014
427cc8a4
Move code from choose_random_entry_impl() to the new function.
Jun 15, 2014
a59429f1
Fix the functionality of populate_live_entry_guards().
Jun 15, 2014
c7b05a6a
Constify aggressively in populate_live_entry_guards().
Jun 15, 2014
71da44f1
Make populate_live_entry_guards() more smoothly testable.
Jun 15, 2014
bf263a9b
Make a few entrynodes.c functions testable.
Jun 15, 2014
61629b4f
Document choose_random_entry_impl() and populate_live_entry_guards().
Jun 15, 2014
727ed544
Add some test descriptors to src/test/.
Jun 15, 2014
2f4fcfc8
manpage: Move more authority-only options into the authority section
Jun 16, 2014
20508463
Bring remaining 0.2.5.5-alpha entries into changelog
Jun 16, 2014
dd362b52
whitespace fixes
Jun 16, 2014
9329c382
bump version to 0.2.5.5-alpha. Not released yet.
Jun 16, 2014
565c9d43
Edit 0.2.5.5-alpha changelog for terseness and grammar.
Jun 18, 2014
a94a39ff
Re-wrap the 0.2.5.5-alpha changelog
Jun 18, 2014
2631c0cc
changelog edits from wfn and yawning
Jun 18, 2014
0d0509f6
Reflow 0.2.5.5-alpha changelog
Jun 18, 2014
2a8be087
Give 0.2.5.5-alpha a release date
Jun 18, 2014
3487d26d
Bump version to Tor 0.2.5.5-alpha-dev
Jun 18, 2014
c6e10802
Bump version in master to 0.2.6.0-alpha-dev
Jun 18, 2014
922be84c
Merge remote-tracking branch 'karsten/bug11683'
Jun 19, 2014
456184c2
Authorities also advertise caches-extra-info
Jun 20, 2014
5b4ee475
Remove code for Windows CE support
Jun 20, 2014
58f42007
Thread support is now required
Jun 20, 2014
d0647735
logic mixup, noticed by alphawolf
Jun 21, 2014
48d7fcee
Update a comment and undef an identifier
Jun 23, 2014
4245662b
Functionify the descriptor age check so that we can NOP it in tests.
Jun 24, 2014
a8fcdbf4
Add the entrynodes.c unit tests.
Jun 24, 2014
46d41e6e
Basic entry_is_live() unittest.
Jun 25, 2014
8bbb2179
Change the interface of entry_is_live() to take a bitmap.
Jun 25, 2014
43bba954
Only active relays should be given HSDir
Jul 09, 2014
35791f42
Remove executable bit from control.c, router.c
Jul 09, 2014
b74442db
Change interface of router_descriptor_is_too_old().
Jul 09, 2014
ed3d7892
Fix a bug where streams would linger forever when we had no dirinfo
Jul 09, 2014
8cc08605
Update to latest curve25519-donna32
Jul 15, 2014
39186131
Small tweaks to make curve25519-donna32 compile with our warnings
Jul 15, 2014
61507417
Fixed fgets_eagain unit test.
Jul 16, 2014
7bc7188f
add changes file for 12503
Jul 16, 2014
856114ab
Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5
Jul 16, 2014
21,346 additional commits have been omitted to prevent performance issues.
Loading
Loading