Menu

/trunk/LibusbJava/LibusbJava.cpp Commit Log


Commit Date  
[r292] (96.1 kB) by uniederer

- Bugfix: LibusbJava.cpp, Ln 1288 removed the manipulation of the return value
- Bugfix: Guaranteeing '\0'-Termination of the retrieved C-Strings for all libusb_get_string_descriptor* calls
- Change: The whole interface makes now use of exceptions to pass errors into the java environment instead encoding them into return values.
- Change: Allowing Descriptor strings to have a length of 0

2012-04-12 14:40:09 View
Download
[r287] (91.9 kB) by uniederer

- Bug#3316451 Changed the "shouldn't happen" sections. Instead of just stopping the iteration we continue to a normal end.

2012-04-05 09:50:56 View
Download
[r286] (92.0 kB) by uniederer

- Inserted a helperfunction to convert buffers to byte arrays that provides:
- Consequent error handling (especially allocation errors)
- fast uniform access to the java array class
- Added some parameter checks in the changed functions to avoid dereferencing of invalid pointers

2012-04-05 09:28:20 View
Download
[r281] (92.0 kB) by uniederer

- Binding to Libusb 1.0
- Adding version information to the library

2012-03-30 12:08:45 View
Download
[r277] (37.0 kB) by uniederer

- Changed the project name according to the new naming convention
- Changed package names according to the new naming convention

2012-03-16 12:17:47 View
Download
[r270] (36.7 kB) by spandi

memory leak in JNI write functions fixed

2008-12-20 08:44:46 View
Download
[r266] (36.5 kB) by spandi

use the address of the device structure for device selection in usb_open instead of the device number

2008-02-10 22:36:59 View
Download
[r259] (36.2 kB) by spandi

support for 64 bit os (thanks to Jonas)
dummy root bus added to UsbView
tests updated

2007-09-03 19:09:49 View
Download
[r253] (36.2 kB) by spandi

support for system specific error numbers

2007-08-11 15:02:40 View
Download
[r250] (35.6 kB) by spandi

always return 0 in usb_open instead of -1, -2 as this may be valid addresses -> set shared library specific error strings to get a precise error cause

2007-08-11 12:37:58 View
Download
Older >