index
:
user/sysrqb/torsocks
bug14132_rev0
master
v2.1.0.000a
Matt's torsocks repository
Matthew Finkel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
For internal tor connections alloc con on the heap
bug14132_rev0
Matthew Finkel
2016-03-15
*
Correct minor bugs, return -errno instead errno
Matthew Finkel
2016-03-15
*
Pass the app_fd when we call our hijacked funcs
Matthew Finkel
2016-03-15
*
Improve log messages
Matthew Finkel
2016-03-15
*
Correct memleak and potential segfault
Matthew Finkel
2016-03-14
*
Don't use conn except if we know it's valid
Matthew Finkel
2016-03-14
*
Linux-y things are for Linux-only
Matthew Finkel
2016-03-14
*
Bad whitespace
Matthew Finkel
2016-03-14
*
Better IO log messages
Matthew Finkel
2016-03-14
*
Wrap messages onto next line
Matthew Finkel
2016-03-14
*
Spaces -> tabs
Matthew Finkel
2016-03-14
*
ifdef the Linux-specific socket domains and type
Matthew Finkel
2016-03-14
*
Fail safely when sending via an untracked fd
Matthew Finkel
2016-03-14
*
Reorder includes for ppoll() tests
Matthew Finkel
2016-03-14
*
Add missing signal.h include for ppoll()
Matthew Finkel
2016-03-14
*
usec vs nsec are the only differences, handle them
Matthew Finkel
2016-03-01
*
More tsocks_fd -> tor_fd
Matthew Finkel
2016-03-01
*
Add missing #endif in syscall list
Matthew Finkel
2016-03-01
*
Add ppoll tests
Matthew Finkel
2016-03-01
*
ppoll(2) is Linux-specific
Matthew Finkel
2016-03-01
*
Move poll tests into defines so we can reuse them
Matthew Finkel
2016-03-01
*
Add pselect tests
Matthew Finkel
2016-03-01
*
Move tests into defines so we can reuse them again
Matthew Finkel
2016-03-01
*
Correct wrong test value
Matthew Finkel
2016-03-01
*
poll uses pollfd, not fd_set
Matthew Finkel
2016-03-01
*
Oh, right, we actually need to compile/define it
Matthew Finkel
2016-03-01
*
Add poll tests
Matthew Finkel
2016-03-01
*
Fix OBO in F/R for poll
Matthew Finkel
2016-03-01
*
Add more tests for select
Matthew Finkel
2016-03-01
*
Correct OBO
Matthew Finkel
2016-03-01
*
More select tests
Matthew Finkel
2016-03-01
*
Correct OBO error
Matthew Finkel
2016-03-01
*
Add debug error when malloc fails
Matthew Finkel
2016-03-01
*
Add select test
Matthew Finkel
2016-03-01
*
Hijack poll() and ppoll()
Matthew Finkel
2016-03-01
*
Rename replace for select
Matthew Finkel
2016-03-01
*
Add pselect(2) hijacking
Matthew Finkel
2016-03-01
*
Correct comment referencing open(2)
Matthew Finkel
2016-03-01
*
Add support for hijacking select(2)
Matthew Finkel
2016-03-01
*
Compile open and fopen hijackers
Matthew Finkel
2016-03-01
*
Hijack f*open calls
Matthew Finkel
2016-03-01
*
Hijack open syscall, provides better fd tracking
Matthew Finkel
2016-03-01
*
Move comment to correct location
Matthew Finkel
2016-02-29
*
Improve socket log message
Matthew Finkel
2016-02-29
*
Add sysconf check in configure and use it
Matthew Finkel
2016-02-29
*
Use sysconf instead of HOST_NAME_MAX
Matthew Finkel
2016-02-29
*
Clarify debug message when connecting to Tor
Matthew Finkel
2016-02-29
*
Initialize ip_str, in case of failure
Matthew Finkel
2016-02-29
*
Handle inet_ntop failure and print message
Matthew Finkel
2016-02-29
*
Test fixture config files
Matthew Finkel
2016-02-29
[next]