- Mar 06, 2012
-
-
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.
-
- Mar 01, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
If you had no attempts on device_open, the cached time was not set. Then your next operation would instantly time out. Solution => set time_cache on socket open.
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
... encourage people to use the proper API.
-
Wesley W. Terpstra authored
... I wish more libraries did this! Remove 8-bit eb_address_t support. ... The config space is at least 16 bit wide.
-
- Feb 29, 2012
-
-
Mathias Kreider authored
No commit message
-
Mathias Kreider authored
No commit message
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Mathias Kreider authored
No commit message
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Otherwise you get an 'unused' warning.
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
inline unnamed unions So, change all occurances for improved portability.
-
Wesley W. Terpstra authored
Work around this.
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-