Andrea Shepard 700d6e7525 Add inter-cmux comparison support to circuitmux_ewma.c 10 gadi atpakaļ
..
Makefile.nmake d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 9 gadi atpakaļ
addressmap.c d5e11f21cc Fix warnings from doxygen 10 gadi atpakaļ
addressmap.h a3e0a87d95 Completely refactor how FILENAME_PRIVATE works 11 gadi atpakaļ
buffers.c 4eb3018f94 Move structures into (private) part of buffers.h so we can inspect them while testing 10 gadi atpakaļ
buffers.h 4eb3018f94 Move structures into (private) part of buffers.h so we can inspect them while testing 10 gadi atpakaļ
channel.c 1275002a46 Schedule according to a queue size heuristic 9 gadi atpakaļ
channel.h 2fc3da3ff5 Implement global queue size query in channel.c 9 gadi atpakaļ
channeltls.c 8852a1794c Track total queue size per channel, with overhead estimates, and global queue total 9 gadi atpakaļ
channeltls.h f0533d8d22 Remove no-longer-used channel_tls_t functions 9 gadi atpakaļ
circpathbias.c 6969bd9a02 Autoconvert most circuit-list iterations to smartlist iterations 9 gadi atpakaļ
circpathbias.h 5cba0ddfc4 Make circpathbias and circuitbuild compile. 10 gadi atpakaļ
circuitbuild.c c69e96680a Merge remote-tracking branch 'origin/maint-0.2.5' 9 gadi atpakaļ
circuitbuild.h 499e77663e Basic tests for get_unique_circ_id_by_chan. 10 gadi atpakaļ
circuitlist.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 gadi atpakaļ
circuitlist.h db2af2abb0 Start converting circuitlist to smartlist. 9 gadi atpakaļ
circuitmux.c 9db596d2ef Add cmux support for inter-cmux comparisons 9 gadi atpakaļ
circuitmux.h 9db596d2ef Add cmux support for inter-cmux comparisons 9 gadi atpakaļ
circuitmux_ewma.c 700d6e7525 Add inter-cmux comparison support to circuitmux_ewma.c 9 gadi atpakaļ
circuitmux_ewma.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
circuitstats.c ef9a0d2048 Add script to detect and remove unCish malloc-then-cast pattern 9 gadi atpakaļ
circuitstats.h 00bcc25d05 Cleanup whitespaces 10 gadi atpakaļ
circuituse.c 09183dc315 clients use optimistic data when reaching hidden services 9 gadi atpakaļ
circuituse.h 856114ab1c Merge remote-tracking branch 'public/bug8387_024' into maint-0.2.5 10 gadi atpakaļ
command.c 29a82b5a8b Merge branch 'maint-0.2.4' into maint-0.2.5 9 gadi atpakaļ
command.h 26b49f525d Tweak CELL_STATS event based on comments by nickm. 11 gadi atpakaļ
config.c 472b62bfe4 Uglify scheduler init logic to avoid crash on startup. 9 gadi atpakaļ
config.h 0808ed83f9 Restore functionality for CookieAuthFileGroupReadable. 9 gadi atpakaļ
config_codedigest.c 913067f788 Resolve about 24 DOCDOCs 12 gadi atpakaļ
confparse.c 528e3bf892 Free the smartlist after parsing csv config option 10 gadi atpakaļ
confparse.h aac4f30d23 Add a --dump-config option to help testing option parsing. 10 gadi atpakaļ
connection.c 8852a1794c Track total queue size per channel, with overhead estimates, and global queue total 9 gadi atpakaļ
connection.h 1c475eb018 Throw control port warning if we failed to connect to all our bridges. 10 gadi atpakaļ
connection_edge.c 09183dc315 clients use optimistic data when reaching hidden services 9 gadi atpakaļ
connection_edge.h da908a593f Unit tests for connection_edge_process_resolved_cell 10 gadi atpakaļ
connection_or.c 8852a1794c Track total queue size per channel, with overhead estimates, and global queue total 9 gadi atpakaļ
connection_or.h d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 9 gadi atpakaļ
control.c 1b40ea036f Stop silently skipping invalid args to setevents 9 gadi atpakaļ
control.h d229025fef Expand the event_mask field in controller conns to 64 bits 9 gadi atpakaļ
cpuworker.c 2bfd92d0d1 Apply coccinelle script to replace malloc(a*b)->calloc(a,b) 9 gadi atpakaļ
cpuworker.h dfbd19df41 Merge branch 'time_based_onionqueue_v2' of ssh://git-rw.torproject.org/nickm/tor 11 gadi atpakaļ
directory.c ad0ae89b3c Merge remote-tracking branch 'origin/maint-0.2.5' 9 gadi atpakaļ
directory.h f0b2dc83b6 Merge remote-tracking branch 'arma/ticket5528' 10 gadi atpakaļ
dirserv.c 1dc0d26b50 Clean up a clangalyzer warning in directory_remove_invalid 9 gadi atpakaļ
dirserv.h 607724c696 Remove support for naming directory authorities 9 gadi atpakaļ
dirvote.c e3c143f521 Merge remote-tracking branch 'origin/maint-0.2.5' 9 gadi atpakaļ
dirvote.h 8099dee992 Remove dirauth support for the BadDirectory flag 9 gadi atpakaļ
dns.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 gadi atpakaļ
dns.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
dnsserv.c 6d0991ea08 Give no answer, not NOTIMPL, for unsupported DNS query types 10 gadi atpakaļ
dnsserv.h ad8a27a393 Fix some wide lines 11 gadi atpakaļ
entrynodes.c 1a1e695800 Merge remote-tracking branch 'public/bug7733a' 9 gadi atpakaļ
entrynodes.h 8b539cc276 Unit testing entry_is_time_to_retry(). 9 gadi atpakaļ
eventdns_tor.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
ext_orport.c 0808ed83f9 Restore functionality for CookieAuthFileGroupReadable. 9 gadi atpakaļ
ext_orport.h f549e4c36d Write some free_all functions to free the auth. cookies. 10 gadi atpakaļ
fp_pair.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 gadi atpakaļ
fp_pair.h d5bd4a4763 Implement fp_pair_map_t 11 gadi atpakaļ
geoip.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 gadi atpakaļ
geoip.h c887e20e6a Introduce full coverage tests for module routerset.c. 9 gadi atpakaļ
hibernate.c 3ce3984772 Uplift status.c unit test coverage with new test cases and macros. 10 gadi atpakaļ
hibernate.h 3ce3984772 Uplift status.c unit test coverage with new test cases and macros. 10 gadi atpakaļ
include.am d438cf1ec9 Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet 9 gadi atpakaļ
main.c 472b62bfe4 Uglify scheduler init logic to avoid crash on startup. 9 gadi atpakaļ
main.h 3ce3984772 Uplift status.c unit test coverage with new test cases and macros. 10 gadi atpakaļ
microdesc.c ed8f020e20 Fix a couple of small memory leaks on failure cases. 9 gadi atpakaļ
microdesc.h adfc3de833 Log fname:lineno in log messages for #7164 11 gadi atpakaļ
networkstatus.c d14127eb7a Use the DL_SCHED_CONSENSUS schedule for consensuses. 9 gadi atpakaļ
networkstatus.h 212e982d9b Fix leaks in dir voting tests 10 gadi atpakaļ
nodelist.c 409a56281e Remove client-side bad directory logic 9 gadi atpakaļ
nodelist.h c887e20e6a Introduce full coverage tests for module routerset.c. 9 gadi atpakaļ
ntmain.c 147a0f31bd Fix a windows compilation warning from 4647 branch 10 gadi atpakaļ
ntmain.h 5b4ee475aa Remove code for Windows CE support 10 gadi atpakaļ
onion.c 7ad0cd209c Merge remote-tracking branch 'public/bug9635' 10 gadi atpakaļ
onion.h bb32bfa2f2 refactor and give it unit tests 10 gadi atpakaļ
onion_fast.c de9de9e7dd Give specific warnings when client-side onionskin handshakes fail 10 gadi atpakaļ
onion_fast.h d86a45f991 Wrap more macro definitions in (parentheses) 11 gadi atpakaļ
onion_ntor.c df03e9b737 have only one code path for #9635 logging 10 gadi atpakaļ
onion_ntor.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
onion_tap.c 7a878c192f Downgrade "Unexpected onionskin length after decryption" warning 9 gadi atpakaļ
onion_tap.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
or.h 8852a1794c Track total queue size per channel, with overhead estimates, and global queue total 9 gadi atpakaļ
policies.c 80622c0664 Writing comments for newly added functions. 9 gadi atpakaļ
policies.h c735b60e4c New API for policies_parse_exit_policy(). 9 gadi atpakaļ
reasons.c 374611d9f6 and oh hey, repeat code :) 9 gadi atpakaļ
reasons.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
relay.c 4f567c8cc8 Let the new scheduler handle writes 9 gadi atpakaļ
relay.h 8f3e3279c1 Try to diagnose bug 12184 10 gadi atpakaļ
rendclient.c feee445771 Merge remote-tracking branch 'origin/maint-0.2.5' 9 gadi atpakaļ
rendclient.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
rendcommon.c 1987157d0c + is not how we say concatenate 9 gadi atpakaļ
rendcommon.h ac5ae794bd tristate->enum in rendcommon functions 10 gadi atpakaļ
rendmid.c 4a6f5bb2dd Improve "Tried to establish rendezvous on non-OR or non-edge circuit" 9 gadi atpakaļ
rendmid.h 4da083db3b Update the copyright date to 201. 11 gadi atpakaļ
rendservice.c d6b2a1709d fix typo in comment 9 gadi atpakaļ
rendservice.h 824bebd409 sandbox: Correct fix for hs part of 12064 10 gadi atpakaļ
rephist.c 00ffccd9a6 Another clang analyzer complaint wrt HT_GENERATE 9 gadi atpakaļ
rephist.h 1289474dbd Remove /tor/dbg-stability.txt URL. 10 gadi atpakaļ
replaycache.c 506a01bda8 Use size_t for length in replaycache_add_test_and_elapsed() 10 gadi atpakaļ
replaycache.h 506a01bda8 Use size_t for length in replaycache_add_test_and_elapsed() 10 gadi atpakaļ
router.c c735b60e4c New API for policies_parse_exit_policy(). 9 gadi atpakaļ
router.h 3ce3984772 Uplift status.c unit test coverage with new test cases and macros. 10 gadi atpakaļ
routerlist.c 48558ed1aa Merge remote-tracking branch 'public/bug13104_025' 9 gadi atpakaļ
routerlist.h b74442db94 Change interface of router_descriptor_is_too_old(). 10 gadi atpakaļ
routerparse.c bbfb1aca55 get rid of routerstatus->version_supports_optimistic_data 9 gadi atpakaļ
routerparse.h c887e20e6a Introduce full coverage tests for module routerset.c. 9 gadi atpakaļ
routerset.c c887e20e6a Introduce full coverage tests for module routerset.c. 9 gadi atpakaļ
routerset.h c887e20e6a Introduce full coverage tests for module routerset.c. 9 gadi atpakaļ
scheduler.c 1275002a46 Schedule according to a queue size heuristic 9 gadi atpakaļ
scheduler.h 1275002a46 Schedule according to a queue size heuristic 9 gadi atpakaļ
statefile.c 0e20825bf2 whitespace fix 10 gadi atpakaļ
statefile.h c7951731ed Fix memory leaks in test_circuit_timeout 10 gadi atpakaļ
status.c 664b2645fb Hand-fix a few global_circuit_list cases 9 gadi atpakaļ
status.h 3ce3984772 Uplift status.c unit test coverage with new test cases and macros. 10 gadi atpakaļ
tor_main.c 6879910334 Fix a comment in tor_main.c 11 gadi atpakaļ
transports.c 6d66e9068b Whitespace cleanups in transports/test_pt 9 gadi atpakaļ
transports.h cae44838fe Fix issues brought up in nickm's review. 9 gadi atpakaļ