]> git.ozlabs.org Git - petitboot/shortlog
petitboot
2013-11-22 Jeremy Kerrutils/pb-console: Exit after running getty in detached...
2013-11-19 Jeremy Kerrui/ncurses: Fix pad size check
2013-11-19 Jeremy Kerrui/ncurses: Don't mess with prog_mode in cui_boot
2013-11-18 Geoff Levandautomake: Fixups for maintainer-clean
2013-11-14 Jeremy Kerrlib/system: Don't leak in pb_mkdir_recursive
2013-11-14 Jeremy Kerrdiscover: Use mkstemp rather than tempnam
2013-11-14 Jeremy Kerrutils/pb-console: reset after UI exit
2013-11-14 Jeremy Kerrui/ncurses/menu: Allow space to select menu items
2013-11-14 Jeremy Kerrui/ncurses: Add descriptive text for configuration...
2013-11-14 Jeremy Kerrui/ncurses/nc-config: Draw config form into a scrollabl...
2013-11-14 Jeremy Kerrnui/ncurses: Allow config screen updates
2013-11-14 Jeremy Kerrui/ncurses: Add help for the DNS option
2013-11-14 Jeremy Kerrui/ncurses: Populate configuration interface with curre...
2013-11-14 Jeremy Kerrui/ncurses: Parse configuration form & send to server
2013-11-14 Jeremy Kerrui/ncurses: Add network configuration
2013-11-14 Jeremy Kerrui/ncurses: Add basic config editor
2013-11-13 Jeremy Kerrui/ncurses: Receive config messages
2013-11-13 Jeremy Kerrui/ncurses: Use nc-widgets for boot editor
2013-11-13 Jeremy Kerrui/ncurses: Add simple ncurses form widget set
2013-11-13 Jeremy Kerrui/ncurses: Add sysinfo screen
2013-11-13 Jeremy Kerrui/ncurses/scr: Add definition for frame offset
2013-11-13 Jeremy Kerrui/ncurses: nc-menu.h needs assert.h
2013-11-13 Jeremy Kerrui/common: Don't talloc_free sysinfo and status explicitly
2013-11-13 Jeremy Kerrui/ncurses: Add nc_scr_{un,}post()
2013-11-13 Jeremy Kerrui/ncurses: Move general nc init code to cui module
2013-11-13 Jeremy Kerrdiscover: Handle incoming configuration messages
2013-11-13 Jeremy Kerrconfig: Implement config messages
2013-11-13 Jeremy Kerrlib/pb-protocol: Add serialise & deserialise for struct...
2013-11-13 Jeremy Kerrlib/types: use unsigned int for interface, dns and...
2013-11-13 Jeremy Kerrlib: Move config structure defitinitions to types.h
2013-11-13 Jeremy Kerrlib/pb-config: Implement save method for test storage
2013-11-13 Jeremy Kerrlib/pb-config: Implement save method for powerpc nvram...
2013-11-13 Jeremy Kerrlib/pb-config: Implement config_set
2013-11-13 Jeremy Kerrlib/util: Add build_assert()
2013-11-13 Jeremy Kerrlib/util: Implement min & max macros
2013-11-13 Jeremy Kerrlib: consolidate util macros in util/util.h
2013-11-13 Jeremy Kerrdiscover: Fix potentially-uninitialised variables
2013-11-07 Jeremy Kerrtest/parser: Add local PXE test
2013-11-06 Neelesh Guptatest/parser: Add new test cases to pxe parser
2013-11-06 Neelesh Guptatest/parser: Update test cases as per new parser reques...
2013-11-06 Neelesh Guptadiscover: Change parsers to explicitly request configur...
2013-11-06 Neelesh Guptalib/url: Export is_url() function
2013-11-06 Jeremy Kerrdiscover: Allocate contexts with talloc_zero
2013-11-01 Jeremy Kerrlib/log: Always flush after writing logs
2013-11-01 Jeremy Kerrlogging: Clean up debug logs
2013-11-01 Jeremy Kerrdiscover/network: Allow for arbitrary-sized netlink...
2013-10-28 Jeremy Kerrlib/pb-config/powerpc-nvram: Use talloc_zero for interf...
2013-10-24 Jeremy Kerrdiscover/file: Fix invalid free in replace_file
2013-10-21 Jeremy Kerrdiscover: cleanup allocated data
2013-10-21 Jeremy Kerrdiscover/file: Fix invalid free vs talloc_free
2013-10-21 Jeremy Kerrdiscover/network: Ensure dns config buffer contains...
2013-10-21 Jeremy Kerrdiscover/parser: free parsers on exit
2013-10-21 Jeremy Kerrdiscover/sysinfo: Fix talloc against uninitialised...
2013-10-21 Jeremy Kerrdiscover/grub2: Clean lexer.[ch]
2013-10-15 Jeremy Kerrdiscover: Don't free clients on write failure
2013-10-15 Jeremy Kerrdiscover: Allow an in-progress boot to be cancelled
2013-10-14 Jeremy Kerrdiscover: Add load_url_cancel
2013-10-14 Jeremy Kerrdiscover/grub2: Allow URL resources
2013-10-11 Jeremy Kerrui/ncurses: Use OK & Cancel buttons for boot editor...
2013-10-11 Jeremy Kerrui/ncurses: Use 'x' as exit key
2013-10-10 Jeremy Kerrui/ncurses: Allow booting custom boot options
2013-10-10 Jeremy Kerrui/ncurses: Defer item creation until boot editor is...
2013-10-10 Jeremy Kerrui/ncurses: Use 'New' instead of 'Open'
2013-10-10 Jeremy Kerrdiscover: Allow device_handler_boot with no option
2013-10-09 Jeremy Kerrdiscover: remove register_parser printf
2013-10-09 Jeremy Kerrui/ncurses: Display sysinfo type & identifier
2013-10-09 Jeremy Kerrdiscover/sysinfo: Add helper script to populate sysinfo...
2013-10-09 Jeremy KerrAdd system info messages
2013-10-09 Jeremy Kerrutils/pb-udhcp: Don't add a new option on renew
2013-10-09 Jeremy Kerrdiscover/udev: dup property values returned from udev
2013-10-09 Jeremy Kerrdiscover/device-handler: Fix use-after-free when unmounting
2013-10-09 Jeremy Kerrdiscover: Don't call config_set_autoboot before config_init
2013-10-04 Jeremy Kerrdiscover/grub2: Fix uninitialised yylineno
2013-10-04 Jeremy Kerrdiscover/grub2: Implement save_env command
2013-10-04 Jeremy Kerrtest/parser: Add check_file_contents
2013-10-01 Jeremy Kerrdiscover/grub2: Implement load_env
2013-10-01 Jeremy Kerrdiscover/grub2: strdup strings used in the environment
2013-10-01 Jeremy Kerrdiscover/grub2: Add default prefix
2013-10-01 Jeremy Kerrdiscover: Add device_{request,release}_write
2013-10-01 Jeremy Kerrdiscover: Add parser_request_file
2013-10-01 Jeremy Kerrdiscover: Add test_data member to struct discover_context
2013-10-01 Jeremy Kerrdiscover: Don't continue discovery if mount fails
2013-10-01 Jeremy Kerrdiscover: Allow for already-mounted devices
2013-09-26 Jeremy Kerrdiscover/grub2: Clean up error-handling for grub2 parse...
2013-09-26 Jeremy Kerrtest/parser: Enable logging to stdout
2013-09-26 Jeremy Kerrtests/urls: Run URL tests under valgrind
2013-09-26 Jeremy Kerrdiscover/resource: create_url_resource should take...
2013-09-26 Jeremy Kerrlib/url: talloc from new URL in pb_url_copy
2013-09-26 Jeremy Kerrdiscover/paths: Check local file URLs in load_url
2013-09-26 Jeremy Kerrlib/system: Don't modify dir parameter to pb_rmdir_recu...
2013-09-26 Jeremy Kerrdiscover/boot: Log boot status updates
2013-09-26 Jeremy Kerrdiscover/boot: Download resources in parallel
2013-09-26 Jeremy Kerrdiscover: Add struct load_url_result and load_task
2013-09-26 Jeremy Kerrdiscover: Don't depend on tftp failure for type detection
2013-09-26 Jeremy Kerrdiscover/boot: Store clean_* in the boot task
2013-09-25 Jeremy Kerrdiscover/boot: Check for failed loads in boot()
2013-09-25 Jeremy Kerrdiscover: load_url_async callback should take an int...
2013-09-25 Neelesh Guptadiscover/boot: Implement asynchronous boot() process
2013-09-25 Neelesh Guptadiscover: Add an asynchronous version of load_url
2013-09-25 Jeremy Kerrdiscover/grub2: Reimplement default options
next