| Commit message (Expand) | Author | Age |
| * | Correctly detect libc on fbsdv2.1.0.000a | Matthew Finkel | 2016-02-23 |
| * | Correct compilation errors on fbsd | Matthew Finkel | 2016-02-23 |
| * | ifdef the Linux-specific socket domains and type | Matthew Finkel | 2016-02-23 |
| * | socklen_t should always be unsigned | Matthew Finkel | 2016-02-23 |
| * | We don't need that, we have torsocks.h | Matthew Finkel | 2016-02-22 |
| * | Improve socket log message | Matthew Finkel | 2016-02-22 |
| * | Improve the fopen hijacking | Matthew Finkel | 2016-02-22 |
| * | Code dump for k{event,queue} | Matthew Finkel | 2016-02-15 |
| * | And again | Matthew Finkel | 2015-08-17 |
| * | Correct poll comment | Matthew Finkel | 2015-08-17 |
| * | Correct memleak and potential segfault | Matthew Finkel | 2015-08-17 |
| * | hmm, no, that wasn't correct either. | Matthew Finkel | 2015-08-17 |
| * | Do it the correct way | Matthew Finkel | 2015-08-17 |
| * | {p,e}poll are Linux-specific, don't let others worry about them | Matthew Finkel | 2015-08-16 |
| * | It's a NULL pointer, not nul character | Matthew Finkel | 2015-08-16 |
| * | Add sysconf check in configure and use it | Matthew Finkel | 2015-08-12 |
| * | Add kqueue and kevent declarations | Matthew Finkel | 2015-08-12 |
| * | Add nanosecond precision in log files when available | Matthew Finkel | 2015-08-12 |
| * | Use sysconf instead of HOST_NAME_MAX | Matthew Finkel | 2015-08-12 |
| * | Add bogus definition for epoll_data_t | Matthew Finkel | 2015-08-12 |
| * | FIx compilation warnings/errors | Matthew Finkel | 2015-08-12 |
| * | Minor typos | Matthew Finkel | 2015-08-12 |
| * | Destroy all evspec when the fd is closed | Matthew Finkel | 2015-08-11 |
| * | Add epoll tests | Matthew Finkel | 2015-08-11 |
| * | Add some more debug logging | Matthew Finkel | 2015-08-11 |
| * | Be careful again | Matthew Finkel | 2015-08-11 |
| * | Be careful | Matthew Finkel | 2015-08-11 |
| * | Yes, it's all or nothing, not any | Matthew Finkel | 2015-08-11 |
| * | Compare the correct fd, we already swapped these | Matthew Finkel | 2015-08-11 |
| * | Explicitly initialize marked_event_for_destroy | Matthew Finkel | 2015-08-11 |
| * | Add another evspec lookup | Matthew Finkel | 2015-08-11 |
| * | Correct everything else for epoll | Matthew Finkel | 2015-08-11 |
| * | Implewment epoll_* hijacking | Matthew Finkel | 2015-08-11 |
| * | Implement event_notification functionality for epoll and kqueue | Matthew Finkel | 2015-08-10 |
| * | Add event notification interface | Matthew Finkel | 2015-08-08 |
| * | Add ppoll tests | Matthew Finkel | 2015-08-07 |
| * | ppoll(2) is Linux-specific | Matthew Finkel | 2015-08-07 |
| * | Move poll tests into defines so we can reuse them | Matthew Finkel | 2015-08-07 |
| * | Add pselect tests | Matthew Finkel | 2015-08-07 |
| * | usec vs nsec are the only differences, handle them | Matthew Finkel | 2015-08-07 |
| * | Move tests into defines so we can reuse them again | Matthew Finkel | 2015-08-07 |
| * | Correct wrong test value | Matthew Finkel | 2015-07-28 |
| * | poll uses pollfd, not fd_set | Matthew Finkel | 2015-07-28 |
| * | Oh, right, we actually need to compile/define it | Matthew Finkel | 2015-07-28 |
| * | Add poll tests | Matthew Finkel | 2015-07-28 |
| * | Fix OBO in F/R for poll | Matthew Finkel | 2015-07-28 |
| * | Add more tests for select | Matthew Finkel | 2015-07-28 |
| * | Correct OBO | Matthew Finkel | 2015-07-28 |
| * | More select tests | Matthew Finkel | 2015-07-27 |
| * | Correct OBO error | Matthew Finkel | 2015-07-27 |