• Show log

    Commit

  • Hash : b29207dc
    Author : Azat Khuzhin
    Date : 2019-01-29T21:12:33

    Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)
    
    windows has intptr_t instead of regular int.
    
    Also tt_fd_op() had been introduced, since we cannot use tt_int_op() for
    comparing fd, since it is not always int.