Age | Commit message (Expand) | Author |
2011-09-24 | fix a compile error on non-linux systems | Felix Fietkau |
2011-09-22 | fix compilation with GCC 4.6 on Linux | Steven Barth |
2011-09-11 | use DPRINTF instead of fprintf(stderr) | Felix Fietkau |
2011-09-05 | remove code duplication | Felix Fietkau |
2011-09-05 | improve interface for cleaning up unused devices | Felix Fietkau |
2011-09-04 | make device_claim/device_release operate on the device_user instead of the de... | Felix Fietkau |
2011-09-04 | use list_add_tail instead of list_add | Felix Fietkau |
2011-09-04 | make bridge configuration more dynamic | Felix Fietkau |
2011-07-29 | s/broadcast_device_event/device_broadcast_event/ | Felix Fietkau |
2011-07-29 | s/release_device/device_release/ | Felix Fietkau |
2011-07-29 | s/claim_device/device_claim/ | Felix Fietkau |
2011-07-29 | s/init_virtual_device/device_init_virtual/ | Felix Fietkau |
2011-07-29 | s/init_device/device_init/ | Felix Fietkau |
2011-07-29 | s/get_device/device_get/ | Felix Fietkau |
2011-07-29 | s/cleanup_device/device_cleanup/ | Felix Fietkau |
2011-07-29 | s/set_device_present/device_set_present/ | Felix Fietkau |
2011-07-29 | s/add_device_user/device_add_user/ | Felix Fietkau |
2011-07-29 | s/remove_device_user/device_remove_user/g | Felix Fietkau |
2011-07-29 | s/free_device/device_free/g | Felix Fietkau |
2011-07-29 | s/cleanup_devices/device_free_all/ | Felix Fietkau |
2011-07-29 | use uci_to_blob for creating devices | Felix Fietkau |
2011-04-13 | add a __init define for constructors | Felix Fietkau |
2011-04-13 | make avl_strcmp globally visible | Felix Fietkau |
2011-04-05 | add code for cleaning up unused devices mentioned in the config | Felix Fietkau |
2011-04-05 | add a helper function for freeing a device | Felix Fietkau |
2011-04-03 | interface -> device | Felix Fietkau |
2011-04-03 | initialize device names earlier | Felix Fietkau |
2011-03-29 | move the device event broadcasts outside of the set_state callback | Felix Fietkau |
2011-03-27 | add a function for adding a virtual device (not tracked in the avl tree) | Felix Fietkau |
2011-03-27 | Initial import | Felix Fietkau |