Commits on Source
22732
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
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
673349c4
Repair of some of the lost parameter filters history
Jul 18, 2013
e7e2efb7
Added getter for protected parameter
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
b0725c96
git test..
Jul 18, 2013
8dfa5772
(undo) git test..
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
f6d8bc93
Refactor the assertion-failure code into a function
Jul 19, 2013
7cf1dbfd
changed paramfilter type to intptr_t
Jul 23, 2013
8b12170f
added support for numeric parameters, tested with rt_sigaction
Jul 23, 2013
1d2e8020
Fix bug9309, and n_noncanonical count/continue code
Jul 23, 2013
c15d0929
added experimental support for open syscall path param
Jul 23, 2013
e1410f20
added support for multiple parameters
Jul 23, 2013
2920d670
fix typo
Jul 23, 2013
5d4b5018
Fix bug9309, and n_noncanonical count/continue code
Jul 23, 2013
962d814e
dynamic parameter filter (prototype, not tested)
Jul 24, 2013
abe082e7
dynamic parameter filter bug fixes
Jul 24, 2013
3dfe1c06
initia stages of runtime dynamic filters
Jul 25, 2013
626a2b23
integrated context for dynamic filters
Jul 25, 2013
11f1b7d9
Avoid assertion failure on unexepcted address family in DNS reply.
Jul 26, 2013
8d0fb3a4
Merge branch 'bug9337' into maint-0.2.4
Jul 26, 2013
221a0159
Merge remote-tracking branch 'origin/maint-0.2.4'
Jul 26, 2013
d5a5a6a2
Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc
Jul 26, 2013
8f9d3da1
Investigated access4 syscall problem, small changes to filter.
Jul 26, 2013
6d5b0367
Changes as suggested by nickm
Jul 29, 2013
8022def6
added openat parameter filter
Jul 29, 2013
ff6bb13c
NumDirectoryGuards now tracks NumEntryGuards by default
Jul 30, 2013
871e5b35
small filter changes; openat as separate function
Jul 30, 2013
5baea851
removed open flags (postponed), added mmap2 flags
Jul 30, 2013
442f256f
switched to a design using filters as function pointer arrays
Jul 30, 2013
c1f5f184
fully switched to function pointers; problems with socketcall parameters
Jul 30, 2013
686cf4c0
clean stable version
Jul 30, 2013
5fc0e13d
fcntl64
Jul 30, 2013
f0840ed4
epoll_ctl
Jul 31, 2013
313cbe6e
sigprocmask, epoll_ctl, prctl, mprotect, flock, futex, mremap
Jul 31, 2013
dde3ed38
removed access, set_robust_list, set_thread_area, set_tid_address, uname; added sb_poll
Jul 31, 2013
6e408060
Fix invalid-read when a managed proxy configuration fails.
Jul 31, 2013
22,632 additional commits have been omitted to prevent performance issues.
Loading
Loading