Commits on Source
22567
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
673349c4
Repair of some of the lost parameter filters history
Jul 18, 2013
e7e2efb7
Added getter for protected parameter
Jul 18, 2013
b0725c96
git test..
Jul 18, 2013
8dfa5772
(undo) git test..
Jul 18, 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
c15d0929
added experimental support for open syscall path param
Jul 23, 2013
e1410f20
added support for multiple parameters
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
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
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
d897690f
fixes suggested by nickm
Aug 05, 2013
356b6469
added execve and multi-configuration support
Aug 05, 2013
a960e56c
multi-configuration support using sandbox_t struct
Aug 05, 2013
b9f9110a
Don't allow all ORPort values to be NoAdvertise
Aug 05, 2013
031e695a
Use SOCKET_OK/TOR_INVALID_SOCKET in socketpair replacement code
Aug 06, 2013
b3a8c08a
orport progress (not functional), nickm suggested fixes
Aug 07, 2013
89b39db0
updated filters to work with orport
Aug 09, 2013
44a4464c
fixed memory leak, added array filter support
Aug 10, 2013
8a85a48b
attempt to add stat64 filename filters; failed due to getaddrinfo..
Aug 12, 2013
e2a7b484
partial libevent open fix
Aug 14, 2013
372e0f91
added comments for sandbox.h
Aug 15, 2013
863dd4d4
received feedback and fixed (partly) the socket filters
Aug 15, 2013
ca6949eb
Add a changes file for 9108.
Aug 15, 2013
c09b11b6
updated filters
Aug 16, 2013
edaea773
Document the correct loglevel for the heartbeat message
Aug 16, 2013
28485d33
Merge remote-tracking branch 'origin/maint-0.2.4'
Aug 16, 2013
a9910d89
finalised fix on libevent open string issue
Aug 19, 2013
36aeca0e
fix for getaddrinfo open syscall
Aug 19, 2013
71612f00
fixed openssl open syscall, fixed sandbox_getaddrinfo
Aug 20, 2013
1bb4a4f9
Send NETINFO on receiving a NETINFO if we have not yet sent one.
Aug 20, 2013
8aa5517f
fix: flock filter update
Aug 21, 2013
ed496831
fix: sandbox_intern_string log clean up
Aug 21, 2013
bc19ea10
make check-spaces fixes
Aug 21, 2013
0daa26a4
Send NETINFO on receiving a NETINFO if we have not yet sent one.
Aug 21, 2013
940cef33
Make bridges send AUTH_CHALLENGE cells
Aug 21, 2013
cbc53a2d
Make bridges send AUTH_CHALLENGE cells
Aug 21, 2013
af7970b6
Add a 30-day maximum on user-supplied MaxCircuitDirtiness
Aug 21, 2013
b10472f9
small open syscall modification (just in case)
Aug 21, 2013
a337d4b7
Print accounting information in heartbeat messages.
Aug 21, 2013
71ec90fd
Tweak/cleanup 5526 fix.
Aug 21, 2013
7121e7bd
Merge branch 'ticket5526'
Aug 21, 2013
2530c842
Replace return with continue in update_consensus_networkstatus_downloads
Aug 22, 2013
4834641d
Make circ_times static and add accessor functions.
Aug 22, 2013
e1c9b43b
Rename get_circuit_nbuild_* to end with _ms
Aug 22, 2013
775c4915
Separate mutable/const accessors for circuit_build_times
Aug 22, 2013
49b8acc6
changes file for 6153
Aug 22, 2013
79cad08b
Documentation for new cbt accessors
Aug 22, 2013
8920fc54
Hide the contents of the circuit_build_times structure.
Aug 22, 2013
eb79dd42
Merge branch 'bug6153_squashed'
Aug 22, 2013
8bf2892f
Merge remote-tracking branch 'public/bug9564' into maint-0.2.3
Aug 22, 2013
43f187ec
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Aug 22, 2013
223c7da0
Merge remote-tracking branch 'origin/maint-0.2.4'
Aug 22, 2013
0fd8f578
fix typos
Aug 23, 2013
3727a978
Merge remote-tracking branch 'public/bug9543' into maint-0.2.4
Aug 25, 2013
1ee1c8fb
Merge remote-tracking branch 'public/bug9366' into maint-0.2.4
Aug 25, 2013
4107ddd0
Merge remote-tracking branch 'public/bug9546_v2' into maint-0.2.4
Aug 25, 2013
8611195a
Merge remote-tracking branch 'public/bug9546_023_v2' into maint-0.2.3
Aug 25, 2013
a5610cfa
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Aug 25, 2013
24523023
Merge remote-tracking branch 'origin/maint-0.2.4'
Aug 25, 2013
6dd462e8
Implement the TRANSPORT_LAUNCHED control port event.
Aug 25, 2013
907711d7
Add a changes file for #5609.
Aug 25, 2013
69312c7a
Widen event_mask_t to 64 bits
Aug 25, 2013
078d6bcd
Basic unit test for EVENT_TRANSPORT_LAUNCHED
Aug 25, 2013
34179395
Merge branch 'bug5609_rebased'
Aug 25, 2013
00bcc25d
Cleanup whitespaces
Aug 25, 2013
a5f6cb90
Increase POLICY_BUF_LEN to 72 to accomodate IPv6 exit policy items.
Aug 26, 2013
22,467 additional commits have been omitted to prevent performance issues.
Loading
Loading