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
*
hotplug: Improve internal structure and deregistration mechanism
Chris Dickens
2017-12-27
1
-2
/
+12
*
io: Clear transfer timeout struct when transfer has no timeout
Chris Dickens
2017-08-18
1
-1
/
+3
*
core: Kill usbi_os_backend structure definition madness
Chris Dickens
2017-07-06
1
-10
/
+10
*
core: Improve robustness of event handling
Chris Dickens
2017-02-28
1
-23
/
+14
*
linux: Mark internal file descriptors as CLOEXEC
Chris Dickens
2017-02-28
1
-1
/
+1
*
core: Remove check for and inclusion of signal.h
Chris Dickens
2017-01-12
1
-3
/
+0
*
Fix a race condition with libusb_interrupt_event_handler().
Lars Kanis
2016-11-28
1
-3
/
+6
*
core: Document why we drop the flying_transfers_lock before submit_transfer
Hans de Goede
2016-08-17
1
-0
/
+4
*
core: Move calculate_timeout call to add_to_flying_transfers
Hans de Goede
2016-08-17
1
-8
/
+5
*
core: Fix unlocked access to timeout_flags
Hans de Goede
2016-08-17
1
-1
/
+8
*
core: Test for LIBUSB_SUCCESS instead of 0 in handle_timeout()
Hans de Goede
2016-08-17
1
-1
/
+1
*
core: Do not arm timer-fd for transfers where the os handles timeout
Hans de Goede
2016-08-17
1
-1
/
+1
*
core: Refactor code related to transfer flags and timeout handling
Chris Dickens
2016-08-17
1
-68
/
+76
*
core: Change event handling lock to traditional (non-recursive) type
Chris Dickens
2016-08-17
1
-1
/
+1
*
Revert "io: Fix race condition in handle_timeout()"
Hans de Goede
2016-08-17
1
-37
/
+20
*
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
[next]