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
/
sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "" instead of <> for internal includes
Sean McBride
2013-02-15
1
-1
/
+1
*
Core: Don't wait for completion if cancel_transfer failed
Zoltán Kovács
2013-01-29
1
-8
/
+10
*
Misc: Fix more Clang warnings in core and darwin
Pete Batard
2012-07-02
1
-1
/
+1
*
Misc: Ensure all sources are UTF-8
Pete Batard
2012-05-23
1
-1
/
+1
*
Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfers
Ludovic Rousseau
2012-05-08
1
-0
/
+8
*
Misc: Fix missing libsub's -> libusbx's from previous patches
Pete Batard
2012-04-03
1
-1
/
+1
*
Misc: Rebrand to libusbx
Pete Batard
2012-04-03
1
-7
/
+6
*
Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()
Ludovic Rousseau
2011-10-17
1
-0
/
+3
*
Fix #56 race condition causing delayed completion of sync transfers
Graeme Gill
2011-09-22
1
-4
/
+4
*
Introduced calling convention (for Windows)
Pete Batard
2010-08-23
1
-5
/
+5
*
Whitespace cleanup
Pete Batard
2010-05-12
1
-1
/
+1
*
Clarify that timeout 0 means unlimited timeout
Daniel Drake
2009-09-14
1
-6
/
+6
*
Make synchronous transfer APIs robust against signal interruption
David Moore
2009-05-29
1
-0
/
+4
*
Introduce contexts to the API
Daniel Drake
2008-06-26
1
-6
/
+8
*
Overflow handling
Daniel Drake
2008-06-20
1
-0
/
+7
*
Fix memory leak in libusb_control_transfer
Daniel Drake
2008-05-19
1
-0
/
+1
*
Handle hot-unplugging
Daniel Drake
2008-05-11
1
-0
/
+9
*
Endianness of control setup packets
Daniel Drake
2008-05-11
1
-2
/
+7
*
documentation touchups
Daniel Drake
2008-05-05
1
-2
/
+1
*
Detect endpoint halts and unsupported control requests
Daniel Drake
2008-05-05
1
-0
/
+10
*
sanitized error returns from synchronous I/O functions
Daniel Drake
2008-05-04
1
-13
/
+13
*
Rename endpoint_type to transfer_type
Daniel Drake
2008-04-29
1
-4
/
+4
*
Remove libusb_cancel_transfer_sync
Daniel Drake
2008-04-29
1
-2
/
+8
*
Documentation touchups
Daniel Drake
2008-04-27
1
-3
/
+34
*
Rename libusb_poll() to libusb_handle_events()
Daniel Drake
2008-03-30
1
-2
/
+2
*
Isochronous endpoint I/O
Daniel Drake
2008-03-30
1
-2
/
+2
*
it's called bmRequestType
Daniel Drake
2008-03-20
1
-7
/
+7
*
API documentation
Daniel Drake
2008-03-20
1
-1
/
+70
*
Simplify libusb_fill_control_transfer()
Daniel Drake
2008-03-10
1
-3
/
+2
*
Simplify cancellation API
Daniel Drake
2008-03-09
1
-2
/
+2
*
Rename libusb_dev_handle to libusb_device_handle
Daniel Drake
2008-03-09
1
-6
/
+6
*
Move synchronous I/O implementation to its own file
Daniel Drake
2008-03-09
1
-0
/
+169