qemu-gpiodev/libgpiod.git
2017-01-06 Bartosz GolaszewskiTODO: update
2017-01-06 Bartosz Golaszewskigpioset: code shrink
2017-01-06 Bartosz Golaszewskigpioget: fix help message
2017-01-06 Bartosz Golaszewskicore: implement gpiod_simple_set_value()
2017-01-06 Bartosz Golaszewskicore: move gpiod_line_find_by_name()
2017-01-06 Bartosz Golaszewskigpioget: remove a FIXME
2017-01-06 Bartosz Golaszewskitools: return from main() rather than exit()ing
2017-01-06 Bartosz Golaszewskigpioget: move printing the help message to a separate...
2017-01-06 Bartosz Golaszewskigpiofind: add options to the help text
2017-01-06 Bartosz Golaszewskigpiodetect: add options to the help text
2017-01-06 Bartosz Golaszewskigpioget: use tools-common
2017-01-06 Bartosz Golaszewskicore: extend gpiod_simple_get_value()
2017-01-06 Bartosz Golaszewskiglobal: fix active state naming
2017-01-06 Bartosz Golaszewskigpiodetect: handle unrecognized options
2017-01-06 Bartosz Golaszewskigpiofind: user tools-common
2017-01-06 Bartosz Golaszewskiglobal: include gpiod.h locally from tools and library...
2017-01-06 Bartosz Golaszewskitools-common: add gcc attributes
2017-01-06 Bartosz Golaszewskitools-common: new source file
2017-01-06 Bartosz GolaszewskiTODO: update
2017-01-06 Bartosz Golaszewskigpiod.h: don't include stdint.h
2017-01-06 Bartosz Golaszewskigpiofind: new tool
2017-01-06 Bartosz GolaszewskiTODO: update
2017-01-06 Bartosz Golaszewskievent: modify the API
2017-01-06 Bartosz Golaszewskicore: remove gpiod_chip_get_fd()
2017-01-06 Bartosz Golaszewskicore: move struct definitions to the top of core.c
2017-01-06 Bartosz Golaszewskigpiod.h: shuffle some declarations
2017-01-06 Bartosz Golaszewskigpiod.h: doxygen documentation - part II
2017-01-05 Bartosz GolaszewskiTODO: update
2017-01-05 Bartosz Golaszewskicore: naming convention tweaks
2017-01-05 Bartosz Golaszewskigpiod.h: document the API - part I
2017-01-05 Bartosz Golaszewskigpiomon: fix Makefile.am
2017-01-05 Bartosz Golaszewskigpiomon: new tool
2017-01-05 Bartosz Golaszewskigpioset: release the line before exiting
2017-01-05 Bartosz Golaszewskicore: fix gpiod_simple_get_value()
2017-01-05 Bartosz Golaszewskicore: fix gpiod_line_update()
2017-01-05 Bartosz Golaszewskicore: implement the event API
2017-01-05 Bartosz Golaszewskibuild: install headers too
2017-01-05 Bartosz Golaszewskicore: fix leftovers from flag shuffling
2017-01-04 Bartosz Golaszewskicore: implement gpiod_line_find_by_name()
2017-01-04 Bartosz Golaszewskicore: tweak line iterators
2017-01-04 Bartosz Golaszewskicore: simplify iterating over line bulk objects
2017-01-04 Bartosz Golaszewskicore: rename direction defines
2017-01-04 Bartosz Golaszewskicore: remove redundant memset()
2017-01-04 Bartosz Golaszewskicore: put the line request configuration into a structure
2017-01-04 Bartosz Golaszewskicore: remove different gpiod_line_request() versions
2017-01-04 Bartosz Golaszewskicore: rename GPIOD_MAX_LINES
2017-01-04 Bartosz Golaszewskicore: implement public line update routines
2017-01-03 Bartosz Golaszewskimisc: add a TODO file
2017-01-03 Bartosz Golaszewskicore: add input/output flavors of bulk request routines
2017-01-03 Bartosz Golaszewskicore: merge the direction argument into flags for reque...
2017-01-03 Bartosz Golaszewskibuild: add dependencies to Makefile.am
2017-01-03 Bartosz Golaszewskicore: implement gpiod_line_polarity()
2017-01-02 Bartosz Golaszewskigpiodetect: use the correct gpiod_chip_open() flavor
2017-01-02 Bartosz Golaszewskicore: code shrink
2017-01-02 Bartosz Golaszewskicore: coding style fix
2017-01-02 Bartosz Golaszewskicore: remove gpiod_simple_set_value()
2017-01-02 Bartosz Golaszewskicore: add bulk operations
2017-01-02 Bartosz Golaszewskicore: update line info after a line request
2017-01-02 Bartosz Golaszewskicore: add libgpiod-specific error numbers
2017-01-02 Bartosz Golaszewskicore: clamp GPIO values to either 1 or 0
2017-01-02 Bartosz Golaszewskigpioset: drop the call to gpiod_line_set_value()
2017-01-02 Bartosz Golaszewskicore: fix a default value bug when requesting a GPIO...
2017-01-02 Bartosz Golaszewskigpiod.h: remove GPIOD_ARRAY_SIZE()
2017-01-02 Bartosz Golaszewskicore: don't set the error number if zalloc() fails
2017-01-02 Bartosz Golaszewskicore: release all lines in gpiod_chip_close()
2017-01-02 Bartosz Golaszewskicore: dynamically allocate memory for GPIO line request...
2017-01-02 Bartosz Golaszewskicore: rename two fields of struct gpiod_line
2017-01-02 Bartosz Golaszewskicore: ioctl() code shrink
2017-01-02 Bartosz Golaszewskierror: add internal wrappers for setting libgpiod errno
2017-01-02 Bartosz Golaszewskidocumentation: add Doxyfile
2017-01-02 Bartosz Golaszewskilibgpiod: use a per-thread variable for storing errors
2017-01-02 Bartosz Golaszewskibuild: define _GNU_SOURCE for .c files
2017-01-02 Bartosz Golaszewskilibgpiod: add a simple README
2017-01-02 Bartosz Golaszewskigitignore: ignore files generated by autotools
2017-01-02 Bartosz Golaszewskibuild: add autotools configuration
2017-01-02 Bartosz Golaszewskilibgpiod: initial commit