index
:
delta/libusb.git
baserock/v1.0.20+parallel-build-fix
darwin_gettime_fix
master
mergeback
test
github.com: libusb/libusb.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libusb
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io: Fix race condition in handle_timeout()
Joost Muller
2016-07-21
1
-20
/
+37
*
core: Remove POSIX threads influence from synchronization code
Chris Dickens
2016-02-24
1
-24
/
+14
*
Misc: Document the return code for control transfers that are too large
Chris Dickens
2016-02-24
1
-0
/
+2
*
Misc: Prefix doxygen references in order to namespace libusb
Chris Dickens
2016-02-24
1
-61
/
+61
*
Misc: Make API parameter names consistent and sensible
Chris Dickens
2016-02-24
1
-12
/
+12
*
Misc: Spelling fixes
Tobias Klauser
2016-01-05
1
-1
/
+1
*
API: Add libusb_interrupt_event_handler() function
Chris Dickens
2015-12-17
1
-0
/
+28
*
core: Store different event types as a bitmask within the context
Chris Dickens
2015-12-17
1
-4
/
+4
*
core: Prevent attempts to recursively hande events
Chris Dickens
2015-09-28
1
-8
/
+31
*
Miscellaneous fixes
Tobias Klauser
2015-09-20
1
-2
/
+2
*
io: Always complete transfers regardless of timerfd errors
Chris Dickens
2015-09-03
1
-8
/
+7
*
core: Record when a transfer timeout has been handled
Chris Dickens
2015-09-02
1
-3
/
+4
*
core: Correctly report cancellations due to timeouts
Chris Dickens
2015-08-04
1
-2
/
+3
*
API: Add libusb_free_pollfds() function
Chris Dickens
2015-07-29
1
-2
/
+21
*
core: Copy transfer timeout to local variable before using
Chris Dickens
2015-05-07
1
-8
/
+5
*
core: Miscellaneous transfer timeout improvements
Chris Dickens
2015-05-07
1
-8
/
+6
*
core: Remove unused member add_iso_packet_size from struct usbi_os_backend
Tobias Klauser
2015-04-28
1
-2
/
+1
*
Misc: Remove unnecessary \n from log messages
Matthias Bolte
2015-04-28
1
-1
/
+1
*
core: Add internal transfer state management
Chris Dickens
2015-03-01
1
-112
/
+155
*
core: Implement new transfer completion API
Chris Dickens
2015-01-26
1
-0
/
+36
*
linux_usbfs: Update MAX_ISO_BUFFER_LENGTH
Chris Dickens
2015-01-22
1
-0
/
+8
*
core: Fix handling of duplicate transfer submission/cancellation
Chris Dickens
2015-01-11
1
-2
/
+17
*
core: Add debug statements to help trace transfers
Chris Dickens
2015-01-08
1
-2
/
+7
*
core: Make event_data_lock non-recursive
Chris Dickens
2015-01-06
1
-1
/
+17
*
core: Improve the handling of the pollfd list
Chris Dickens
2014-12-29
1
-25
/
+21
*
core: Signal the event pipe at most one time
Chris Dickens
2014-12-19
1
-9
/
+12
*
core: Eliminate hotplug pipe, using list and event pipe instead
Chris Dickens
2014-12-19
1
-58
/
+33
*
core: Add helper functions to signal and clear the event pipe
Chris Dickens
2014-12-19
1
-8
/
+2
*
core: Rename pipe used to signal internal events
Chris Dickens
2014-12-19
1
-16
/
+16
*
core: Transition device close event to use event_data_lock
Chris Dickens
2014-12-19
1
-11
/
+8
*
core: Add new lock to protect internal context event data
Chris Dickens
2014-12-19
1
-0
/
+3
*
core: Rename pollfd_modify counter and its lock to device_close
Chris Dickens
2014-12-19
1
-22
/
+22
*
core: Remove taking of events lock inside usbi_fd_notification()
Chris Dickens
2014-12-19
1
-0
/
+19
*
Doxygen: fix a duplicate label
Ludovic Rousseau
2014-12-16
1
-1
/
+1
*
io: Move timerfd close into error handling path
Chris Dickens
2014-09-06
1
-5
/
+4
*
io: Fix memory leaks in usbi_io_init()
Chris Dickens
2014-09-06
1
-3
/
+8
*
core: Make use of headers consistent across all files
Chris Dickens
2014-09-06
1
-1
/
+2
*
core: Rename count variable for pollfds for consistency with other count vari...
Chris Dickens
2014-08-29
1
-7
/
+7
*
core: Reuse poll fds across calls to handle_events()
Chris Dickens
2014-08-27
1
-32
/
+45
*
core: Be more efficient by not passing internal fds to backend
Chris Dickens
2014-08-27
1
-23
/
+26
*
usbi_handle_transfer_completion: Remove signal to event waiters
Chris Dickens
2014-08-27
1
-3
/
+0
*
libusb_submit_transfer: Don't reference the device on submission failure
Hans de Goede
2014-05-30
1
-3
/
+3
*
libusb_submit_transfer: Fix possible deadlock
Hans de Goede
2014-05-30
1
-2
/
+2
*
Add API for using bulk streams
Hans de Goede
2014-04-22
1
-0
/
+37
*
Removed empty \see statements, fixing -Wdocumentation warnings
Sean McBride
2014-03-21
1
-12
/
+12
*
Misc: Revert all references to libusb/libusb.info
hjelmn@cs.unm.edu
2014-01-08
1
-116
/
+116
*
io: Ensure all pending events are consumed in one libusb_handle_events call
Hans de Goede
2013-11-20
1
-0
/
+11
*
Clarify alignment requirements for the control transfer buffer
Paul Fertser
2013-08-21
1
-1
/
+1
*
Core: Fix potential segfault caused by using freed memory
Chris Dickens
2013-08-07
1
-1
/
+2
*
Core: correctly check usbi_read() returned value
Chris Dickens
2013-08-02
1
-2
/
+2
[next]