]> git.ozlabs.org Git - petitboot/shortlog
petitboot
2013-05-15 Jeremy Kerrlib/url: Add pb_url_to_string
2013-05-15 Jeremy Kerrdiscover: Allow devices with no device_path
2013-05-15 Jeremy Kerrdiscover: Always associate resources with a boot option
2013-05-15 Jeremy Kerrdiscover: Don't access bytes before the start of empty...
2013-05-15 Jeremy Kerrdiscover: Always add a NUL byte to config data
2013-05-15 Jeremy Kerrdiscover/yaboot: Fix boot option state
2013-05-15 Jeremy Kerrdiscover/udev: use devname (not devpath) for device IDs
2013-05-15 Jeremy Kerrdiscover/grub2: Add grub2/grub.cfg config file
2013-05-15 Jeremy Kerrutils/Makefile: pb-console is dist_
2013-05-09 Jeremy Kerrui/nc: Don't segfault if we can't open log_file
2013-05-09 Jeremy Kerrui/nc: Handle cui_opt_data with no boot option more...
2013-05-09 Jeremy Kerrui/ncurses: Simplify menu item names
2013-05-09 Jeremy Kerrutils: Add pb-console util
2013-05-09 Jeremy Kerrpb-udhcpc: Look for more boot options
2013-05-09 Jeremy Kerrutils/pb-udhcpc: Use command-line format of pb-event
2013-05-09 Jeremy Kerrpb-event: move send code to a separate function
2013-05-09 Jeremy Kerrutils/pb-event: handle event data on command line
2013-05-09 Jeremy Kerrdiscover: handle boot_option->device_id entirely within...
2013-05-09 Jeremy Kerrdiscover/udev: Setup event params from udev properties
2013-05-09 Jeremy Kerrdiscover/event: Add event_set_param
2013-05-09 Jeremy Kerrdiscover/udev: Don't print properties of skipped devices
2013-05-08 Jeremy Kerrdiscover/grub2: Rework config state
2013-05-08 Jeremy Kerrdiscover: Don't invert option discovery order
2013-05-07 Jeremy Kerrdiscover: Don't resend all options to all clients
2013-05-07 Jeremy Kerrdiscover/event-parser: correctly populate boot option...
2013-05-07 Jeremy Kerrdiscover/resource.h: Add forward declarations
2013-05-07 Jeremy KerrMakefiles: remove -I$(includedir)
2013-05-07 Jeremy Kerrconfigure: Remove -Winline
2013-05-07 Jeremy Kerrdiscover/user-event: better event debugging output
2013-05-06 Jeremy Kerrdiscover/kboot: Fix boot_option initialisation
2013-05-06 Jeremy Kerrlib/url: fix no-scheme URL parsing
2013-05-06 Jeremy Kerrdiscover: log unresolved boot options
2013-05-06 Jeremy Kerrdiscover: kexec harder
2013-05-06 Jeremy Kerrdiscover/user-event: handle initrds
2013-05-06 Jeremy Kerrparsers: populate resolve_resource members
2013-05-06 Jeremy Kerrdiscover: detect unresolvable resources
2013-05-06 Jeremy Kerrcui: Show incoming status messages
2013-05-06 Jeremy Kerrdiscover: Send boot status messages during boot()
2013-05-06 Jeremy Kerrdiscover: Add discover_server_notify_boot_status
2013-05-06 Jeremy Kerrui: Receive boot status messages
2013-05-06 Jeremy Kerrprotocol: Add boot_status (de-)serialisation functions
2013-05-06 Jeremy Kerrlib: Add boot_status type & protocol definitions
2013-05-06 Jeremy Kerrdiscover/udev: remove unnecessary udevadm references
2013-05-06 Jeremy Kerrtest/url: Add uncommitted data files
2013-05-05 Geoff Levandconfigure: More helpful missing libudev message
2013-05-05 Geoff Levandudev: Revove use of udev_get_sys_path
2013-05-04 Geoff Levanddiscover: Remove unused 99-petitboot.rules file
2013-05-04 Geoff Levanddiscover: Remove empty routine udev_trigger
2013-05-04 Geoff Levanddiscover: Update udev routines to use libudev
2013-05-03 Geoff Levanddiscover: Rename struct udev to struct pb_udev
2013-05-03 Jeremy Kerrtest/lib: Add empty list test
2013-05-03 Jeremy Kerrlib/list: Fix handling of empty lists
2013-04-29 Jeremy Kerrdiscover: Add PXE parser
2013-04-29 Jeremy Kerrdiscover: Add configuration events & DHCP handler
2013-04-29 Jeremy Kerrdiscover: Add configuration methods
2013-04-29 Jeremy Kerrparsers: dynamically register parsers
2013-04-29 Jeremy Kerrdiscover: Handle unresolved resources
2013-04-29 Jeremy Kerrdiscover: Finalise boot options during commit
2013-04-29 Jeremy Kerrdiscover/device-handler: Initialise existing_device...
2013-04-29 Jeremy Kerrdiscover: Change parsers to emit resources rather than...
2013-04-29 Jeremy Kerrdiscover: Add URL resources
2013-04-29 Jeremy Kerrdiscover: Add devpath resources
2013-04-29 Jeremy Kerrdiscover: Add struct resource
2013-04-29 Jeremy Kerrdiscover: Introduce a container type for boot options
2013-04-29 Jeremy Kerrdiscover: Add device lookup functions
2013-04-29 Jeremy Kerrdiscover: Add uuid and label parameters to persistent...
2013-04-29 Jeremy Kerrparsers: change parser.parse to accept a buffer
2013-04-29 Jeremy Kerrparsers: Add filenames to struct parser
2013-04-29 Jeremy Kerrlib/url: Add pb_join_url
2013-04-29 Jeremy Kerrdevice-handler: Don't unmount non-mounted devices
2013-04-29 Jeremy Kerrtest/lib: Hook into `make check`
2013-04-29 Jeremy Kerrdiscover: Fix potentially-unused var warning
2013-04-28 Geoff Levandevent: Make strings const
2013-04-28 Geoff Levandtest: Rename test/list to test/lib
2013-04-24 Geoff Levandlist: Fix seg fault with list_for_each_entry_safe
2013-04-24 Geoff Levandtest: Add list test
2013-04-21 Geoff Levanddiscover: Add missing udev_destroy call
2013-04-16 Jeremy Kerrdiscover: Separate temporary and permanent device data
2013-04-16 Jeremy Kerrlib/list: Add list_for_each_entry_safe
2013-04-16 Jeremy Kerrdiscover: Consolidate user events by device ID
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 Geoff Levandncurses: Fix build warning
2013-04-15 Geoff Levanddiscover: Fix boot with initrd error
2013-04-15 Jeremy KerrMove --dry-run option to discover server
2013-04-15 Jeremy KerrMove boot to discover server
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 Kerrlib/url: Move URL-handling code to lib
2013-04-15 Jeremy Kerrui/ncurses: Add discover client to struct cui
2013-04-15 Jeremy Kerrdiscover-client: interact directly with waitset
2013-04-15 Jeremy Kerrdiscover-client: Add discover_client_boot
2013-04-15 Jeremy Kerrdiscover: Allow discover server to receive boot messages
2013-04-15 Jeremy KerrAdd boot command structure to petitboot protocol descri...
2013-04-15 Jeremy Kerrui: callback & boot actions: kexec -> boot
2013-04-15 Jeremy Kerrui: pb_kexec_data -> pb_boot_data
2013-04-15 Jeremy Kerrui/ncurses: ked -> boot-editor
2013-04-10 Jeremy Kerrpb-udhcpc: Fix generation of TFTP URLs
2013-04-10 Jeremy Kerrui/common: Remove unused artwork
next