Commits on Source
22667
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
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
d7538b57
Don't access global_circuitlist variable directly. Use a getter instead.
Jun 20, 2013
1555876d
Fix
#9108
- make global_circuitlist a doubly linked list
Jun 20, 2013
f7d654b8
Start work on fancy compiler tricks to expose extra stuff to our tests
Jul 10, 2013
a3e0a87d
Completely refactor how FILENAME_PRIVATE works
Jul 10, 2013
17e9fc09
Coverage support: build with --enable-coverage to have tests run with gcov
Jul 10, 2013
4753ad4f
Add a script to compare directories full of gcov output
Jul 10, 2013
b6e8c746
Add rudimentary test mocking support.
Jul 10, 2013
ec6c155f
Add some basic unit tests for the circuit map data structure.
Jul 10, 2013
5cc52b24
Document get_parent_directory more
Jul 15, 2013
783c52b6
Reject relative control socket paths and emit a warning.
Jul 15, 2013
c9cb5a18
And a changes file for #9258
Jul 15, 2013
2cb59be9
Fix two pre-coffee typos
Jul 15, 2013
d0c0f050
Avoid compiler warning 'unused param'.
Jul 15, 2013
3c74119b
Traditional /bin/sh is unhappy about {a,b} globbing.
Jul 15, 2013
c0391bae
Merge remote-tracking branch 'public/fancy_test_tricks'
Jul 15, 2013
0f31d4f1
Merge remote-tracking branch 'linus/binshify'
Jul 15, 2013
1556b0cb
Merge remote-tracking branch 'linus/unused_param'
Jul 15, 2013
449b2b7c
Don't build format_helper_exit_status on win32
Jul 15, 2013
22977b7c
Expose format_hex_number_..., and rename it to ..._sigsafe().
Jul 15, 2013
18136afb
HEX_ERRNO_SIZE is no longer the correct upper limit for format_hex_number_sigsafe
Jul 15, 2013
9fda7e8c
Lightly refactor and test format_hex_number_sigsafe
Jul 15, 2013
85178e2e
Use format_hex_number_sigsafe to format syscalls in sandbox.c
Jul 15, 2013
55f5caf0
Appease "make check-spaces"
Jul 15, 2013
d1059a93
Add optional target directory parameter to coverage script and add reset-gcov target to Makefile.am
Jul 15, 2013
4ccd4b5c
Test deeper in test_pt_parsing().
Jul 16, 2013
9b3a166b
Eliminate an impossible case in replaycache_scrub_if_needed_internal()
Jul 16, 2013
459d8271
Add more replaycache.c unit tests, bringing coverage to 100% for that file
Jul 16, 2013
e5d3efd8
Make contrib/coverage smarter about check file-existence edge cases
Jul 16, 2013
74356aae
Remove an unused variable in test_replaycache_scrub
Jul 16, 2013
4824f3ad
Merge remote-tracking branch 'asn/bug9265'
Jul 16, 2013
c36bdbd5
Re-do a cast in order to make old buggy freebsd gcc happy
Jul 16, 2013
f797ac46
Merge remote-tracking branch 'origin/maint-0.2.4'
Jul 16, 2013
dd44ff66
A python script to combin gcov output with git blame
Jul 16, 2013
8bb2ba13
Extract ARGS from SMETHOD line and attach them to transport.
Jul 18, 2013
924946aa
Write transport ARGS to extra-info descriptor.
Jul 18, 2013
dd18789a
Add a unit test for smethod lines with arguments.
Jul 18, 2013
e02b6b99
Add a basic unit test for pt_get_extra_info_descriptor_string.
Jul 18, 2013
08d98071
Write function that parses ServerTransportOptions torrc lines.
Jul 18, 2013
6cfc2b5d
Write unit tests for the ServerTransportOptions parsing function.
Jul 18, 2013
ea72958f
Pass characters to be escaped to tor_escape_str_for_socks_arg().
Jul 18, 2013
1a0cf088
Rename tor_escape_str_for_socks_arg() to something more generic.
Jul 18, 2013
1ee3a0cf
Place the options in the environment after processing them properly.
Jul 18, 2013
133f380c
Add changes file and enrich the manual page.
Jul 18, 2013
c71809d4
Insert the environment variable only if we have options to pass.
Jul 18, 2013
713ff2f5
Document what "escape" means in tor_escape_str_for_pt_args
Jul 18, 2013
31871f7d
Fix memory leaks in test_config_parse_transport_options_line
Jul 18, 2013
8a01a7c3
Improve test coverage of 8929 code
Jul 18, 2013
b551988e
Merge branch 'bug8929_rebase_2'
Jul 18, 2013
d7ccb6a3
Merge branch 'bug8978_rebase_2'
Jul 18, 2013
e6c0fb2b
Fix a wide line in test_pt.c
Jul 18, 2013
95597ab1
Remove a stray debugging echo from configure.ac
Jul 18, 2013
27ec1faf
Remove a redundant declaration
Jul 18, 2013
1047e7dc
Use TOR_SIMPLEQ for packed_cell_t
Jul 18, 2013
ae641971
Unit tests for cell queues.
Jul 18, 2013
1e78100b
Add a test for n_cells_in_circuit_queues
Jul 18, 2013
abedd35d
Merge branch 'simpleq_for_cells_3'
Jul 18, 2013
f45e1fbd
Start of a unit test for options_validate.
Jul 18, 2013
8bf0382b
Skeleton ExtORPort implementation. Needs testing, documentation.
Jul 18, 2013
ba30d635
Document code and change the Extended ORPort command numbers.
Jul 18, 2013
d303228e
Create the Extended ORPort authentication cookie file.
Jul 18, 2013
93b9f85d
Prepare codebase for the implementation of Extended ORPort auth.
Jul 18, 2013
4a55e399
Implement Extended ORPort authentication.
Jul 18, 2013
85b7c731
Move USERADDR handling to a dedicated function.
Jul 18, 2013
e2e0d09d
Various Extended ORPort code improvements.
Jul 18, 2013
2207525a
Satisfy check-spaces.
Jul 18, 2013
d8f74cc4
Move Extended ORPort code to its own module.
Jul 18, 2013
c46f1b81
More Extended ORPort code improvements.
Jul 18, 2013
895709db
Fix logging severities and remove some trivial XXXs.
Jul 18, 2013
210210f2
Make the Extended ORPort understand the TRANSPORT command.
Jul 18, 2013
0ec4e5a6
Add transport information to the GeoIP database.
Jul 18, 2013
e765d6ed
Make a channel getter method to retrieve transport names.
Jul 18, 2013
05306ad7
Write extra-info bridge-ip-transports lines.
Jul 18, 2013
59774356
tmp
Jul 18, 2013
e9c24843
Fix for bug 9295: Don't crash when running --hash-password.
Jul 18, 2013
17a96073
Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4
Jul 18, 2013
e1d3b444
Merge remote-tracking branch 'origin/maint-0.2.4'
Jul 18, 2013
0eca8737
fix typo
Jul 18, 2013
18845c55
Initialize destroy_cell_queue.
Jul 19, 2013
34ad7642
Regression test for destroy cell queue
Jul 19, 2013
d2cd0dfd
Merge branch 'bug9296'
Jul 19, 2013
8f0755fa
Whoops; check in test_circuitmux.c
Jul 19, 2013
5343ee1a
Add a signal-safe decimal formatting function
Jul 19, 2013
22,567 additional commits have been omitted to prevent performance issues.
Loading
Loading