]> git.ozlabs.org Git - petitboot/history - discover/discover-server.c
ui/ncurses: Always cancel autoboot on exit
[petitboot] / discover / discover-server.c
2017-08-15 Samuel Mendoza-Jonasdiscover: Handle plugin install request
2017-08-15 Samuel Mendoza-Jonasdiscover: Handle and track plugin_options
2016-12-20 Samuel Mendoza-Jonasdiscover: Maintain a backlog of status updates
2016-12-20 Jeremy Kerrtypes: shorten boot_status definitions
2016-04-20 Andrew DonnellanFix sparse warnings
2015-12-18 Nishanth Aravamudandiscover: extend URL in UI to support auto-discovery
2014-07-28 Samuel Mendoza-Jonasdiscover: Add support for 'add-url' actions
2014-04-02 Jeremy Kerrprotocol: expose discovery reinit over client/server...
2014-01-30 Jeremy Kerrpb-config: Move config storage modules to "platform...
2013-11-13 Jeremy Kerrdiscover: Handle incoming configuration messages
2013-11-13 Jeremy Kerrconfig: Implement config messages
2013-11-01 Jeremy Kerrlogging: Clean up debug logs
2013-10-15 Jeremy Kerrdiscover: Don't free clients on write failure
2013-10-09 Jeremy KerrAdd system info messages
2013-06-24 Jeremy Kerrdiscover: Add "cancel default boot" messages
2013-06-24 Jeremy Kerrlib/waiter: Add timeout waiters
2013-05-21 Jeremy Kerrdiscover: fix error handling from failed client writes
2013-05-21 Jeremy Kerrdiscover: Fix accept() return value check
2013-05-21 Jeremy Kerrdiscover: destroy client if message read failed
2013-05-07 Jeremy Kerrdiscover: Don't resend all options to all clients
2013-05-06 Jeremy Kerrdiscover: Add discover_server_notify_boot_status
2013-04-29 Jeremy Kerrdiscover: Introduce a container type for boot options
2013-04-16 Jeremy Kerrprotocol: Separate device add from boot-option add...
2013-04-16 Jeremy Kerrpb-protocol: Don't allocate in deserialise functions
2013-04-15 Jeremy Kerrdiscover: Implement device handler boot path
2013-04-15 Jeremy Kerrdiscover: parse boot message from incoming ACTION_BOOT...
2013-04-15 Jeremy Kerrdiscover-server: Add reference to server in struct...
2013-04-15 Jeremy Kerrdiscover: Allow discover server to receive boot messages
2013-04-10 Jeremy Kerrwaiter: Don't rely on global variables to keep waiter...
2009-06-30 Geoff LevandAdd discover device report
2009-03-23 Geoff LevandLog server messages to file
2009-02-01 Geoff LevandMake device instance constant
2009-02-01 Geoff LevandMove log to library
2009-02-01 Geoff LevandMove waiter to library
2009-02-01 Jeremy KerrFix unused parameter warnings
2009-02-01 Geoff LevandFix build warnings
2009-01-02 Jeremy KerrHook up parsers to device discovery
2008-12-31 Jeremy KerrRemove reference to device.h
2008-12-15 Jeremy KerrCreate device-handler for managing registered devices
2008-12-15 Jeremy KerrInitial support for multiple UIs