summaryrefslogtreecommitdiff
path: root/sockcompat.c
AgeCommit message (Expand)Author
2020-07-20Move include to sockcompat.h to maintain style (#850)Michael Grunder
2020-07-20fix windows compiling with mingw (#848)Malizia R
2020-04-02Const correctnessmichael-grunder
2019-05-13remove useless type castingMinun Dragonation
2019-05-05fix bugs on socket timeout tv usec calculationMinun Dragonation
2019-05-05fix bugs for optlen output on size not big enough for timeout eventsMinun Dragonation
2019-05-05fix bugs on ref address incorrect on sockcompact with getsockoptMinun Dragonation
2019-05-05fix bugs of setsockopt diff in win compact implementationMinun Dragonation
2019-04-01Port network layer to Winsockm