An open API service providing commit metadata for open source projects.

GitHub / sdumetz/node-evdev / commits

SHA Message Author Date Stats
99629959 🏷️ fix typing (#19) Eduard Iskandarov <e****v@y****u>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
b4fdbb1d 0.3.1 Sebastien Dumetz <s****z@h****m> over 5 years ago
4edcf73b change NPM registry URL Sebastien Dumetz <s****z@h****m> over 5 years ago
365f8937 0.3.0 Sebastien Dumetz <s****z@h****m> over 5 years ago
a5db2440 add publish automation on new release Sebastien Dumetz <s****z@h****m> over 5 years ago
4fd38ecc Add Typescript support (#10) Anbraten <a****n@j****e>
Committed by: GitHub <n****y@g****m>
over 5 years ago
8b258a21 merge Merge pull request #9 from PixnBits/feature/migrate-to-napi Sebastien Dumetz <d****0@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
538359bb check tests on push Sebastien Dumetz <s****z@h****m> over 5 years ago
17aafd57 skip failed test Sebastien Dumetz <s****z@h****m> over 5 years ago
4f7ceb53 refactor(ioctls): remove commented code Nick Oliver <N****r@a****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
de45aa4c refactor(ioctls): better variable name for value transfer Nick Oliver <N****r@a****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
b664b39c feat(ioctls): migrate to N-API N Oliver <g****b@p****g> about 6 years ago
293cf7dd use an absolute URL for README to work on npmjs Sebastien Dumetz <s****z@h****m> over 7 years ago
3d281d71 fix an error that should be thrown and was returned. Some tidy-up comments Sebastien Dumetz <s****z@h****m> about 8 years ago
1d46bac3 0.2.5 Sebastien Dumetz <s****z@h****m> about 8 years ago
ea2001ef Add some features to CLI in index.js. Closes #6. Additionally updates package... Sebastien Dumetz <s****z@h****m> about 8 years ago
d44338ce 0.2.4 Sebastien Dumetz <s****z@h****m> almost 9 years ago
027b129a merge Merge pull request #5 from christophgysin/value-is-signed Sebastien Dumetz <d****0@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
de57b7ad parse value as signed int Christoph Gysin <c****n@g****m> almost 9 years ago
134bb7c3 0.2.3 Sebastien Dumetz <s****z@h****m> about 10 years ago
9e0ecc89 bump nan version Sebastien Dumetz <s****z@h****m> about 10 years ago
8a9d95bb remove inapropriate test. Sebastien Dumetz <s****z@h****m> over 10 years ago
6b511987 update README Sebastien Dumetz <s****z@h****m> over 10 years ago
014fe170 0.2.2 Sebastien Dumetz <s****z@h****m> over 10 years ago
eb7ce1e5 clean code zang loo <z****m@1****m> over 10 years ago
828707c0 merge Merge branch 'master' of github.com:sdumetz/node-evdev zang loo <z****m@1****m> over 10 years ago
79a47d74 incorrect time struct values calculation for x86 zang loo <z****m@1****m> over 10 years ago
b5f8f146 0.2.1 Sebastien Dumetz <s****z@h****m> over 10 years ago
5c6d4bd4 fixed first test issue Sebastien Dumetz <s****z@h****m> over 10 years ago
d7c24688 merge Merge pull request #1 from zangloo/master Sebastien Dumetz <d****0@g****m> over 10 years ago
f6e1731b remove useless log zang loo <z****m@1****m> over 10 years ago
5e0d87f8 add check for x86 or x64 zang loo <z****m@1****m> over 10 years ago
825a0a41 use Nan in compiled addon Sebastien Dumetz <s****z@h****m> almost 11 years ago
4af9dd0f corrected log Sebastien Dumetz <s****z@h****m> almost 11 years ago
43451449 implemented nan Sebastien Dumetz <s****z@h****m> almost 11 years ago
810ff540 events for errors transmission Sebastien Dumetz <s****z@h****m> almost 11 years ago
4bf7fd53 0.1.1 Sebastien Dumetz <s****z@h****m> almost 11 years ago
1fcf5668 removed deprecated option Sebastien Dumetz <s****z@h****m> almost 11 years ago
a36b16c3 removed unnecessary dev dependency Sebastien Dumetz <s****z@i****r> about 11 years ago
f91c442f minor improvements Sebastien Dumetz <s****z@i****r> about 11 years ago
191b6a1c integrated a way to ioctl devices Sebastien Dumetz <s****z@i****r> about 11 years ago
6ef467b8 added a method to query ID with ioctl Sebastien Dumetz <s****z@i****r> about 11 years ago
53ceb5f5 tests on open method Sebastien Dumetz <s****z@i****r> about 11 years ago
58682393 reflected api chanegs from previous commit Sebastien Dumetz <s****z@i****r> about 11 years ago
87ad4f1e reworked a bit structure to decorelate search from open methods Sebastien Dumetz <s****z@i****r> about 11 years ago
3ef11579 added descriptive TODO list Sebastien Dumetz <s****z@i****r> about 11 years ago
4659de4d support for cli search tool on demo app. Now returning the number of opened s... Sebastien Dumetz <s****z@i****r> about 11 years ago
211e3964 simplified demo app, updated readme accordingly Sebastien Dumetz <s****z@i****r> about 11 years ago
8ce0180a fixed naming in demo app Sebastien Dumetz <s****z@i****r> about 11 years ago
29e7ca94 fixed raw mode and added close() method Sebastien Dumetz <s****z@i****r> about 11 years ago
1d9c8ab0 add basic test structure Sebastien Dumetz <s****z@i****r> about 11 years ago
d81d6919 minor syntax corrections Sebastien Dumetz <s****z@i****r> about 11 years ago
85c85796 proper close() method to allow clean exit. Fixed raw mode. Sebastien Dumetz <s****z@i****r> about 11 years ago
0a99bda8 fixed missing events replacement Sebastien Dumetz <s****z@i****r> about 11 years ago
1cbde46c renamed internal event to ev to preent confusion Sebastien Dumetz <s****z@i****r> about 11 years ago
afe487c0 fixed a callback to return null instead o undefined Sebastien Dumetz <s****z@i****r> about 11 years ago
40750b3b corrected module name Sebastien Dumetz <s****z@i****r> about 11 years ago
24fd9629 added semicolons to make jshint happy Sebastien Dumetz <s****z@i****r> about 11 years ago
1dc8d537 added shortcut to start script Sebastien Dumetz <s****z@i****r> about 11 years ago
0bc4ca6d corrected typo in evdev keyword Sebastien Dumetz <s****z@i****r> about 11 years ago
760beb79 remove unecessary ffi dependency Sebastien Dumetz <s****z@i****r> about 11 years ago
36b7ac9d completed package.json informations Sebastien Dumetz <s****z@i****r> about 11 years ago
d661127c documented .search() usage Sebastien Dumetz <s****z@i****r> about 11 years ago
509c9626 removed unnecessary second argument to search() callback. Sebastien Dumetz <s****z@i****r> about 11 years ago
a99e7f26 methods to search for input streams instead of hardcoding them Sebastien Dumetz <s****z@i****r> about 11 years ago
97a1c451 minor explanations on event system Sebastien Dumetz <s****z@i****r> about 11 years ago
78ccf1dd changed target link for input.h source file Sebastien Dumetz <s****z@i****r> about 11 years ago
aa1fbb0c initial commit Sebastien Dumetz <s****z@i****r> about 11 years ago

← Back to repository