summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Sync directory and file names with prefix updateNikolai Kondrashov2010-11-1413-13/+13
| | | | | Rename directories and files to match prefix replacement done in the commit before the previous one.
* Refine formatting after prefix updateNikolai Kondrashov2010-11-143-27/+25
| | | | | Refine source code formatting after replacing prefixes done in the previous commit.
* Replace usbhid_dump_ prefix with uhd_Nikolai Kondrashov2010-11-146-106/+101
| | | | | Replace usbhid_dump_ and USBHID_DUMP_ symbol prefixes with uhd_ and UHD_ respectively to make them shorter.
* Fix ChangeLog generationNikolai Kondrashov2010-11-131-7/+8
| | | | | Fix ChangeLog generation if packaged as a subpackage. Make ChangeLog generation mandatory.
* Add ChangeLog generation to bootstrapNikolai Kondrashov2010-11-132-0/+5
| | | | | Add dummy ChangeLog generation to bootstrap in order to make auto tools notice we (will) have one.
* Prepared 1.1 release1.1Nikolai Kondrashov2010-08-242-1/+6
| | | | Added a NEWS entry and bumped up the version.
* Fixed --version optionNikolai Kondrashov2010-08-241-1/+1
| | | | Fixed --version option, only -v worked before.
* Added NEWS fileNikolai Kondrashov2010-08-241-0/+4
| | | | Added NEWS file with short description of the past 1.0 release.
* Renamed dump entity "both" to "all"Nikolai Kondrashov2010-08-241-2/+2
| | | | | Renamed dump entity "both" to "all" in preparation for introducing physical descriptor dumping support.
* Added ChangeLog generationNikolai Kondrashov2010-08-241-0/+12
| | | | | Added ChangeLog generation from git log to top Makefile.am Based on the code taken from http://live.gnome.org/Git/ChangeLog.
* Add --version optionNikolai Kondrashov2010-08-241-2/+29
| | | | Add --version option support, update usage message text.
* Add another package name to libusb 1.0 dependencyNikolai Kondrashov2010-08-221-1/+1
| | | | | Add another libusb 1.0 development package name (libusb1-devel) to the configure.ac dependency error message to better support Fedora users.
* Renamed the package from hid-dump to usbhid-dumpNikolai Kondrashov2010-08-1916-198/+204
| | | | | | | | In preparation for integration with usbutils, the package is given a more globally correct name "usbhid-dump". All the relevant directories and files are renamed. All the relevant symbols in the code are renamed. The resulting binary is renamed. All the license notices in the files are updated with the new name.
* Add generated files to .gitignoreNikolai Kondrashov2010-08-181-0/+3
| | | | Add *.o, *.lo and *.la files to root .gitignore.
* Move -Wextra -Werror to debug buildNikolai Kondrashov2010-08-181-2/+2
| | | | The -Wextra and -Werror flags are only used with --enable-debug now.
* Add .gitignoreNikolai Kondrashov2010-08-187-0/+36
| | | | Added .gitignore generated from svn:ignore.
* Added unsupported HID request response handling.Nikolai Kondrashov2010-07-301-2/+12
|
* Added output buffering.1.0Nikolai Kondrashov2010-07-251-0/+5
|
* Added timestamp to dumps.Nikolai Kondrashov2010-07-241-1/+7
|
* Updated svn:ignore property on lib and src to ignore .libs.Nikolai Kondrashov2010-07-230-0/+0
|
* Cosmetic fix to usage text, set release version.Nikolai Kondrashov2010-07-232-2/+2
|
* A minor fix to usage text.Nikolai Kondrashov2010-07-221-1/+1
|
* Added --stream-feedback option.Nikolai Kondrashov2010-07-221-10/+28
|
* Added transfer error termination message.Nikolai Kondrashov2010-07-221-2/+5
|
* Added termination on transfer errors.Nikolai Kondrashov2010-07-221-17/+38
|
* Added transfer cancellation.Nikolai Kondrashov2010-07-223-8/+86
|
* Cosmetic fixes.Nikolai Kondrashov2010-07-221-29/+23
|
* Added --stream-paused option.Nikolai Kondrashov2010-07-221-4/+14
|
* Added (somewhat dummy) Set_Protocol and Set_Idle requests to stream dumping ↵Nikolai Kondrashov2010-07-223-0/+100
| | | | setup.
* Added stream output pausing/resuming on USR1/USR2.Nikolai Kondrashov2010-07-211-8/+38
|
* Added SIGINT/SIGTERM handling with cleanup.Nikolai Kondrashov2010-07-211-28/+89
|
* Fixed stream dumping.Nikolai Kondrashov2010-07-213-27/+47
|
* A fix to maximum descriptor size, descriptor retrieval endpoint.Nikolai Kondrashov2010-07-061-3/+22
|
* Implemented a stream dump draft.Nikolai Kondrashov2010-07-053-51/+228
|
* Added auxdir.Nikolai Kondrashov2010-07-050-0/+0
|
* Added report descriptor dumping.Nikolai Kondrashov2010-07-051-17/+82
|
* Added interface claiming/releasing.Nikolai Kondrashov2010-07-053-4/+74
|
* Added interface detaching/attaching.Nikolai Kondrashov2010-07-054-33/+116
|
* Made entity an option.Nikolai Kondrashov2010-07-051-37/+50
|
* Modularized and cleaned up a bit.Nikolai Kondrashov2010-07-0513-176/+643
|
* First (non-working) draft compiles.Nikolai Kondrashov2010-06-285-40/+334
|
* Committing first sketches of hid-dump.Nikolai Kondrashov2010-06-134-0/+282