806 Commits (2782ccec412222cebafa35899328944acc643caa)

Author SHA1 Message Date
  Michael Brown 7ea6764031 [settings] Move "domain" setting from dns.c to settings.c 12 years ago
  Michael Brown 021d7b21b7 [pending] Add concept of "pending operations" 12 years ago
  Michael Brown 89a354d553 [monojob] Allow monojob to be completely silent 12 years ago
  Michael Brown 40e68e1119 [base64] Avoid overrunning input data buffer 12 years ago
  Michael Brown c124f21f56 [image] Avoid potential NULL pointer dereference 12 years ago
  Michael Brown 2e4be01690 [xferbuf] Add generic data-transfer buffer 12 years ago
  Michael Brown 6f3e7e90fc [malloc] Allow Valgrind to be used when all assertions are enabled 12 years ago
  Michael Brown df2773193e [malloc] Discard all cached data on shutdown 12 years ago
  Michael Brown de2616165b [xfer] Avoid using stack-allocated memory in xfer_printf() 12 years ago
  Michael Brown 31e60de676 [settings] Add fetch_setting_copy() 12 years ago
  Michael Brown 52e5ddce68 [tftp] Allow builds without TFTP support 12 years ago
  Michael Brown 831b16adde [settings] Split fetching and storing out of setting type handlers 12 years ago
  Michael Brown 1d33649516 [libc] Allow strtoul() to interpret negative numbers 12 years ago
  Michael Brown 275fdae9bb [image] Fix use-after-free in debug messages 12 years ago
  Michael Brown 3425726cf3 [menu] Add menu commands 12 years ago
  Michael Brown 0d2fba2887 [menu] Add the abstract concept of a menu 12 years ago
  Michael Brown 0b1fe005b3 [parseopt] Allow "prompt" command to accept character literals for --key 12 years ago
  Michael Brown 730c972124 [image] Log image executions 12 years ago
  Michael Brown 82ecaaac91 [console] Remove "log message" usage from interactive console defaults 12 years ago
  Michael Brown cef3beaba4 [downloader] Use a more meaningful error message when out of memory 12 years ago
  Michael Brown 9445cb9f8b [downloader] Abort download immediately if buffer resizing fails 12 years ago
  Michael Brown 5a91f5646a [downloader] Log final status of all downloads 12 years ago
  Michael Brown c2875ae329 [console] Do not share ANSI escape context between lineconsole users 12 years ago
  Michael Brown 24b7296319 [console] Add "log message" console usage and an internal syslog() call 12 years ago
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console 12 years ago
  Michael Brown b35d454422 [console] Remove unused "btext" console 12 years ago
  Michael Brown a6d49c17c9 [console] Move putchar() and getchar() declarations to stdio.h 12 years ago
  Michael Brown 1c127a6962 [image] Simplify image management commands and internal API 12 years ago
  Michael Brown 97dcc824bf [image] Add concept of trusted images 12 years ago
  Michael Brown 846bde90e6 [time] Define an API for getting the current time 12 years ago
  Michael Brown bd6805a8c1 [libc] Add mktime() function 12 years ago
  Michael Brown 851b93fbc3 [syslog] Separate out generic line-based console functionality 12 years ago
  Marin Hannache be90241ec2 [getopt] Accept "--" as an end-of-options marker 12 years ago
  Michael Brown 790035f78d [image] Eliminate the register_and_xxx_image() functions 12 years ago
  Michael Brown 59e4c37741 [cmdline] Allow "sleep" command to be interrupted 12 years ago
  Michael Brown f177a6f09f [cmdline] Fix up "sleep" argument parsing 12 years ago
  Michael Brown bf2da3122b [cmdline] Make "sleep" command available by default 12 years ago
  Michael Brown dc821ca961 [libc] Allow assertion failures to be counted 12 years ago
  Michael Brown 66cbae73bd [libc] Allow for zero-padded decimals in printf() 13 years ago
  Michael Brown 3915b660fd [hw] Eliminate polling while waiting for window to open 13 years ago
  Michael Brown 5694b71b11 [resolv] Use a one-shot process for the numeric resolver 13 years ago
  Michael Brown ccc2655540 [process] Add support for one-shot processes 13 years ago
  Michael Brown e01ec74601 [process] Pass containing object pointer to process step() methods 13 years ago
  Michael Brown ba3633782b [xfer] Send xfer_window_changed() after xfer_vredirect() 13 years ago
  Michael Brown c49659c4f2 [parseopt] Disambiguate the various EINVAL errors 13 years ago
  Michael Brown 5d2802e403 [sanboot] Add "sanhook" and "sanunhook" commands 13 years ago
  Michael Brown 3ca5656208 [parseopt] Allow for pre-initialised option sets 13 years ago
  Greg Jednaszewski 3726b3d94a [cmdline] Add "iseq" command 13 years ago
  Michael Brown 7aee315f61 [cmdline] Simplify "isset" command 13 years ago
  Michael Brown 06f1878fb8 [cmdline] Fix "isset" command 13 years ago