summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Correctly detect libc on fbsdv2.1.0.000aMatthew Finkel2016-02-23
* Correct compilation errors on fbsdMatthew Finkel2016-02-23
* ifdef the Linux-specific socket domains and typeMatthew Finkel2016-02-23
* socklen_t should always be unsignedMatthew Finkel2016-02-23
* We don't need that, we have torsocks.hMatthew Finkel2016-02-22
* Improve socket log messageMatthew Finkel2016-02-22
* Improve the fopen hijackingMatthew Finkel2016-02-22
* Code dump for k{event,queue}Matthew Finkel2016-02-15
* And againMatthew Finkel2015-08-17
* Correct poll commentMatthew Finkel2015-08-17
* Correct memleak and potential segfaultMatthew Finkel2015-08-17
* hmm, no, that wasn't correct either.Matthew Finkel2015-08-17
* Do it the correct wayMatthew Finkel2015-08-17
* {p,e}poll are Linux-specific, don't let others worry about themMatthew Finkel2015-08-16
* It's a NULL pointer, not nul characterMatthew Finkel2015-08-16
* Add sysconf check in configure and use itMatthew Finkel2015-08-12
* Add kqueue and kevent declarationsMatthew Finkel2015-08-12
* Add nanosecond precision in log files when availableMatthew Finkel2015-08-12
* Use sysconf instead of HOST_NAME_MAXMatthew Finkel2015-08-12
* Add bogus definition for epoll_data_tMatthew Finkel2015-08-12
* FIx compilation warnings/errorsMatthew Finkel2015-08-12
* Minor typosMatthew Finkel2015-08-12
* Destroy all evspec when the fd is closedMatthew Finkel2015-08-11
* Add epoll testsMatthew Finkel2015-08-11
* Add some more debug loggingMatthew Finkel2015-08-11
* Be careful againMatthew Finkel2015-08-11
* Be carefulMatthew Finkel2015-08-11
* Yes, it's all or nothing, not anyMatthew Finkel2015-08-11
* Compare the correct fd, we already swapped theseMatthew Finkel2015-08-11
* Explicitly initialize marked_event_for_destroyMatthew Finkel2015-08-11
* Add another evspec lookupMatthew Finkel2015-08-11
* Correct everything else for epollMatthew Finkel2015-08-11
* Implewment epoll_* hijackingMatthew Finkel2015-08-11
* Implement event_notification functionality for epoll and kqueueMatthew Finkel2015-08-10
* Add event notification interfaceMatthew Finkel2015-08-08
* Add ppoll testsMatthew Finkel2015-08-07
* ppoll(2) is Linux-specificMatthew Finkel2015-08-07
* Move poll tests into defines so we can reuse themMatthew Finkel2015-08-07
* Add pselect testsMatthew Finkel2015-08-07
* usec vs nsec are the only differences, handle themMatthew Finkel2015-08-07
* Move tests into defines so we can reuse them againMatthew Finkel2015-08-07
* Correct wrong test valueMatthew Finkel2015-07-28
* poll uses pollfd, not fd_setMatthew Finkel2015-07-28
* Oh, right, we actually need to compile/define itMatthew Finkel2015-07-28
* Add poll testsMatthew Finkel2015-07-28
* Fix OBO in F/R for pollMatthew Finkel2015-07-28
* Add more tests for selectMatthew Finkel2015-07-28
* Correct OBOMatthew Finkel2015-07-28
* More select testsMatthew Finkel2015-07-27
* Correct OBO errorMatthew Finkel2015-07-27