summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* For internal tor connections alloc con on the heapbug14132_rev0Matthew Finkel2016-03-15
* Correct minor bugs, return -errno instead errnoMatthew Finkel2016-03-15
* Pass the app_fd when we call our hijacked funcsMatthew Finkel2016-03-15
* Improve log messagesMatthew Finkel2016-03-15
* Correct memleak and potential segfaultMatthew Finkel2016-03-14
* Don't use conn except if we know it's validMatthew Finkel2016-03-14
* Linux-y things are for Linux-onlyMatthew Finkel2016-03-14
* Bad whitespaceMatthew Finkel2016-03-14
* Better IO log messagesMatthew Finkel2016-03-14
* Wrap messages onto next lineMatthew Finkel2016-03-14
* Spaces -> tabsMatthew Finkel2016-03-14
* ifdef the Linux-specific socket domains and typeMatthew Finkel2016-03-14
* Fail safely when sending via an untracked fdMatthew Finkel2016-03-14
* Reorder includes for ppoll() testsMatthew Finkel2016-03-14
* Add missing signal.h include for ppoll()Matthew Finkel2016-03-14
* usec vs nsec are the only differences, handle themMatthew Finkel2016-03-01
* More tsocks_fd -> tor_fdMatthew Finkel2016-03-01
* Add missing #endif in syscall listMatthew Finkel2016-03-01
* Add ppoll testsMatthew Finkel2016-03-01
* ppoll(2) is Linux-specificMatthew Finkel2016-03-01
* Move poll tests into defines so we can reuse themMatthew Finkel2016-03-01
* Add pselect testsMatthew Finkel2016-03-01
* Move tests into defines so we can reuse them againMatthew Finkel2016-03-01
* Correct wrong test valueMatthew Finkel2016-03-01
* poll uses pollfd, not fd_setMatthew Finkel2016-03-01
* Oh, right, we actually need to compile/define itMatthew Finkel2016-03-01
* Add poll testsMatthew Finkel2016-03-01
* Fix OBO in F/R for pollMatthew Finkel2016-03-01
* Add more tests for selectMatthew Finkel2016-03-01
* Correct OBOMatthew Finkel2016-03-01
* More select testsMatthew Finkel2016-03-01
* Correct OBO errorMatthew Finkel2016-03-01
* Add debug error when malloc failsMatthew Finkel2016-03-01
* Add select testMatthew Finkel2016-03-01
* Hijack poll() and ppoll()Matthew Finkel2016-03-01
* Rename replace for selectMatthew Finkel2016-03-01
* Add pselect(2) hijackingMatthew Finkel2016-03-01
* Correct comment referencing open(2)Matthew Finkel2016-03-01
* Add support for hijacking select(2)Matthew Finkel2016-03-01
* Compile open and fopen hijackersMatthew Finkel2016-03-01
* Hijack f*open callsMatthew Finkel2016-03-01
* Hijack open syscall, provides better fd trackingMatthew Finkel2016-03-01
* Move comment to correct locationMatthew Finkel2016-02-29
* Improve socket log messageMatthew Finkel2016-02-29
* Add sysconf check in configure and use itMatthew Finkel2016-02-29
* Use sysconf instead of HOST_NAME_MAXMatthew Finkel2016-02-29
* Clarify debug message when connecting to TorMatthew Finkel2016-02-29
* Initialize ip_str, in case of failureMatthew Finkel2016-02-29
* Handle inet_ntop failure and print messageMatthew Finkel2016-02-29
* Test fixture config filesMatthew Finkel2016-02-29