..
addressmap.c
Fix warnings from doxygen
2014-03-25 11:27:43 -04:00
addressmap.h
Completely refactor how FILENAME_PRIVATE works
2013-07-10 15:20:10 -04:00
buffers.c
scan-build: check impossible null-pointer case in buffers.c
2014-04-18 20:28:46 -04:00
buffers.h
Start writing tests for 10169.
2014-02-12 12:47:49 -05:00
channel.c
Test code for implementation of faster circuit_unlink_all_from_channel
2014-03-14 11:57:51 -04:00
channel.h
Fix warnings from doxygen
2014-03-25 11:27:43 -04:00
channeltls.c
Merge remote-tracking branch 'public/bug10363_024_squashed'
2014-04-07 23:03:04 -04:00
channeltls.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
circpathbias.c
Appease make check-spaces
2013-10-31 14:45:20 -04:00
circpathbias.h
Make circpathbias and circuitbuild compile.
2013-10-31 14:28:49 -04:00
circuitbuild.c
scan-build: circuit_cpath_support_ntor had a dead initialization
2014-04-18 20:29:51 -04:00
circuitbuild.h
Move pathbias functions into a new file.
2013-10-31 14:17:49 -04:00
circuitlist.c
scan-build: Avoid crashing on BUG in circuit_get_by_rend_token_and_purpose
2014-04-18 20:31:42 -04:00
circuitlist.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
circuitmux_ewma.c
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
circuitmux_ewma.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
circuitmux.c
scan-build: Be consistent with a needless check in circuitmux.c
2014-04-18 20:35:59 -04:00
circuitmux.h
Test code for implementation of faster circuit_unlink_all_from_channel
2014-03-14 11:57:51 -04:00
circuitstats.c
Check for new IP addr after circuit liveliness returns
2014-04-08 15:37:01 -04:00
circuitstats.h
Cleanup whitespaces
2013-08-25 12:22:20 -04:00
circuituse.c
Merge remote-tracking branch 'origin/maint-0.2.4'
2014-04-15 14:52:12 -04:00
circuituse.h
Stop frobbing timestamp_dirty as our sole means to mark circuits unusable
2013-02-19 18:29:17 -05:00
command.c
Merge branch 'prop221_squashed_024'
2013-11-01 10:28:01 -04:00
command.h
Tweak CELL_STATS event based on comments by nickm.
2013-05-25 19:51:38 +02:00
config_codedigest.c
Resolve about 24 DOCDOCs
2012-06-05 00:17:54 -04:00
config.c
Merge remote-tracking branch 'public/sandbox_fixes_rebased_2'
2014-04-16 23:45:55 -04:00
config.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
confparse.c
Free the smartlist after parsing csv config option
2013-10-09 23:16:57 +00:00
confparse.h
Add a --dump-config option to help testing option parsing.
2013-09-13 12:36:40 -04:00
connection_edge.c
Fix OSX compilation.
2014-04-16 23:03:25 -04:00
connection_edge.h
Unit tests for connection_edge_process_resolved_cell
2014-04-02 15:38:00 -04:00
connection_or.c
For missing transport, say "PT_MISSING" not "NO_ROUTE"
2014-04-07 13:44:22 -04:00
connection_or.h
White-box tests for the succeeding case of ext_or_port handshake.
2013-08-15 12:03:37 -04:00
connection.c
Merge remote-tracking branch 'andrea/bug11304'
2014-04-16 23:13:30 -04:00
connection.h
Throw control port warning if we failed to connect to all our bridges.
2014-03-10 22:52:07 +00:00
control.c
Merge remote-tracking branch 'public/bug9963_v2_024'
2014-04-18 15:25:36 -04:00
control.h
Report only the first bootstrap failure from an orconn
2014-03-27 15:58:43 -04:00
cpuworker.c
Renamed "onionskins_completed" to "onionskins_assigned"
2014-03-27 22:57:53 -04:00
cpuworker.h
Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor
2013-01-24 08:10:12 -08:00
directory.c
Merge remote-tracking branch 'public/bug4645'
2014-04-01 21:49:01 -04:00
directory.h
Merge remote-tracking branch 'arma/ticket5528'
2014-03-05 12:44:40 -05:00
dirserv.c
Fix some harmless/untriggerable memory leaks found by coverity
2014-04-07 23:20:13 -04:00
dirserv.h
Take out remaining V1 directory code.
2014-03-18 10:40:10 +01:00
dirvote.c
Merge remote-tracking branch 'origin/maint-0.2.4'
2013-12-17 13:18:00 -05:00
dirvote.h
Completely refactor how FILENAME_PRIVATE works
2013-07-10 15:20:10 -04:00
dns.c
Make sure everything using an interned string is preceded by a log
2014-04-16 22:03:09 -04:00
dns.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
dnsserv.c
Respond to AAAA requests on DNSPort with AAAA automaps
2014-03-27 17:41:43 -04:00
dnsserv.h
Fix some wide lines
2013-03-18 15:39:11 -04:00
entrynodes.c
Merge remote-tracking branch 'asn/bug11069_take2'
2014-03-11 11:04:47 -04:00
entrynodes.h
Fix warnings from doxygen
2014-03-25 11:27:43 -04:00
eventdns_tor.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
ext_orport.c
Fix some #5040 bugs found by Nick's tests.
2013-08-15 12:03:38 -04:00
ext_orport.h
Write some free_all functions to free the auth. cookies.
2013-08-15 12:03:38 -04:00
fp_pair.c
Siphash-2-4 is now our hash in nearly all cases.
2014-02-12 11:32:10 -05:00
fp_pair.h
Implement fp_pair_map_t
2013-05-09 10:54:55 -07:00
geoip.c
Fix warnings from doxygen
2014-03-25 11:27:43 -04:00
geoip.h
Write extra-info bridge-ip-transports lines.
2013-07-18 14:59:57 -04:00
hibernate.c
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
hibernate.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
include.am
Move pathbias functions into a new file.
2013-10-31 14:17:49 -04:00
main.c
Allow reloading torrc and writing to router-stability
2014-04-16 22:03:17 -04:00
main.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
Makefile.nmake
Merge bug5595-v2-squashed into maint-0.2.4
2013-05-10 19:39:48 -07:00
microdesc.c
Merge branch 'bug8787_squashed'
2014-03-31 11:57:56 -04:00
microdesc.h
Log fname:lineno in log messages for #7164
2013-03-13 10:42:58 -04:00
networkstatus.c
Merge remote-tracking branch 'origin/maint-0.2.4'
2014-04-14 18:00:54 -04:00
networkstatus.h
Don't do directory fetches before all PTs have been configured.
2014-03-10 14:07:56 -04:00
nodelist.c
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
nodelist.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
ntmain.c
Fix a windows compilation warning from 4647 branch
2013-09-13 13:10:17 -04:00
ntmain.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
onion_fast.c
fix typos
2013-08-23 21:43:57 -04:00
onion_fast.h
Wrap more macro definitions in (parentheses)
2013-02-09 00:16:04 -05:00
onion_ntor.c
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
onion_ntor.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
onion_tap.c
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
onion_tap.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
onion.c
Add explicit check for 0-length extend2 cells
2014-01-03 10:43:09 -05:00
onion.h
refactor and give it unit tests
2013-09-04 23:21:45 -04:00
or.h
Merge branch '10267_plus_10896_rebased_twice'
2014-04-16 23:03:41 -04:00
policies.c
Merge branch 'bug7952_final'
2014-04-08 13:55:02 -04:00
policies.h
Merge remote-tracking branch 'arma/ticket5528'
2014-03-05 12:44:40 -05:00
reasons.c
For missing transport, say "PT_MISSING" not "NO_ROUTE"
2014-04-07 13:44:22 -04:00
reasons.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
relay.c
Unit tests for connection_edge_process_resolved_cell
2014-04-02 15:38:00 -04:00
relay.h
Unit tests for connection_edge_process_resolved_cell
2014-04-02 15:38:00 -04:00
rendclient.c
Merge remote-tracking branch 'public/bug10722'
2014-02-16 12:13:12 -05:00
rendclient.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
rendcommon.c
tristate->enum in rendcommon functions
2014-02-14 23:23:53 -05:00
rendcommon.h
tristate->enum in rendcommon functions
2014-02-14 23:23:53 -05:00
rendmid.c
Merge remote-tracking branch 'public/bug9841_025'
2014-04-08 12:06:03 -04:00
rendmid.h
Update the copyright date to 201.
2013-01-16 01:54:56 -05:00
rendservice.c
Drop MAX_REND_FAILURES to 8
2014-04-02 15:36:13 -04:00
rendservice.h
Remove a bunch of functions that were never called.
2014-02-15 15:33:34 -05:00
rephist.c
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
rephist.h
Renamed "onionskins_completed" to "onionskins_assigned"
2014-03-27 22:57:53 -04:00
replaycache.c
Use size_t for length in replaycache_add_test_and_elapsed()
2013-08-04 09:29:22 -04:00
replaycache.h
Use size_t for length in replaycache_add_test_and_elapsed()
2013-08-04 09:29:22 -04:00
router.c
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
router.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
routerlist.c
Merge remote-tracking branch 'origin/maint-0.2.4'
2014-04-16 15:37:19 -04:00
routerlist.h
Merge remote-tracking branch 'origin/maint-0.2.4'
2014-04-14 18:00:54 -04:00
routerparse.c
Merge remote-tracking branch 'origin/maint-0.2.4'
2014-04-14 18:00:54 -04:00
routerparse.h
Take out remaining V1 directory code.
2014-03-18 10:40:10 +01:00
routerset.c
Remove a bunch of functions that were never called.
2014-02-15 15:33:34 -05:00
routerset.h
Remove a bunch of functions that were never called.
2014-02-15 15:33:34 -05:00
statefile.c
Add 'rename' to the sandboxed syscalls
2014-04-16 22:03:08 -04:00
statefile.h
Also test that server transports get written to Tor's state.
2013-08-05 21:05:39 +03:00
status.c
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
status.h
Uplift status.c unit test coverage with new test cases and macros.
2014-04-15 15:00:34 -04:00
tor_main.c
Fix a comment in tor_main.c
2013-02-25 03:24:53 -05:00
transports.c
check outputs from get_first_listener_addrport_string
2014-03-27 17:12:01 -04:00
transports.h
Merge branch 'bug9288_rebased'
2013-07-31 13:51:15 -04:00