- Mar 08, 2012
-
-
Wesley W. Terpstra authored
IPv6 should now work under Windows.
-
Wesley W. Terpstra authored
This is needed if a transport has two descriptors. ... which windows needs for dual stack IPv4/6. (next patch)
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
POSIX says return -1 on error. Windows returns whatever it feels like. => listen/accept/getaddrinfo all now compare for equality to 0 Windows also needs a call to WSAStartup before networking
-
Mathias Kreider authored
-
Mathias Kreider authored
No commit message
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Mar 07, 2012
-
-
Mathias Kreider authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Mathias Kreider authored
-
Mathias Kreider authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Mathias Kreider authored
-
Wesley W. Terpstra authored
-
Mathias Kreider authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Added help and command-line options to eb-snoop---including little-endian option.
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Mar 06, 2012
-
-
Mathias Kreider authored
-hardcoded sdwb record for config space -fixed major bug in stall handling from wb master interface
-
Mathias Kreider authored
-
Mathias Kreider authored
-
Mathias Kreider authored
wb signal types for EB_CORE have been changed to to tomasz's wb records.
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Beginning support for recursive SDWB.
-
- Mar 05, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
eb_device_close kills outstanding callbacks, not eb_socket_close. ... to do this, response tracked cycles remember their device. ... and on device close it filters the entire list of awaiting responses. The reasoning behind this change: the user probably has handles to the device in the callback if he closes the device, the callbacks might run later with a bad pointer instead => kill those callbacks as part of closing the device.
-
- Mar 02, 2012
-
-
Wesley W. Terpstra authored
These will work much nicer in hardware.
-