Changes between Version 48 and Version 49 of windows_backend_activity_log


Ignore:
Timestamp:
03/18/10 22:12:31 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v48 v49  
    6565  - check/improve DLLs produced with MinGW/cygwin (remove -0 suffic/cyg prefix, add versioning info, etc.) [DONE: 2010.03.05] 
    6666  - figure out how to produce a release archive (hint: use cygwin's configure) [DONE: 2010.03.03] 
     67  - prevent the use of libusb_pollfd() on Windows [DONE: 2010.03.18] 
    6768  - run another memory leaks test 
     69  - check if MinGW-w64 still occurs 
     70  - document the current restrictions 
    6871 
    6972[EXTRAS] 
     
    8992o use CancelIoEx where available [DONE: 2010.02.03] 
    9093o partially emulate CancelIoEx for XP and earlier [DONE: 2010.03.15] 
     94o use overlapped Event in pipe/read/write [DONE: 2010.03.17] 
    9195o split windows_usb.c into main + backend files? 
    9296o improved xusb  
     
    165169o driver installer double warning [FIXED: 2010.03.11] 
    166170o despite driver installation success, device is still listed driverless [FIXED: 2010.03.12] 
    167 o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) 
     171o ERROR_OPERATION_ABORTED when thread is cancelled before control pipe is read (Graeme Gill) [FIXED: 2010.03.17] 
    168172 
    169173[DRIVER-INSTALLER]