689 Commits (c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd)

Author SHA1 Message Date
  Michael Brown 17d28f4877 [nvo] Allow resizing of non-volatile stored option blocks 13 years ago
  Michael Brown 1651d4f6d7 [nvo] Remove the non-volatile options fragment list 13 years ago
  Michael Brown 17b6a3c506 [dhcp] Allow use of custom reallocation functions for DHCP option blocks 13 years ago
  Michael Brown cb838cc419 [settings] Add fetch_ipv4_array_setting() 13 years ago
  Michael Brown 66531a5918 [debug] Add DBG_MD5() and related macros 13 years ago
  Michael Brown 9252fead9a [legal] Add missing copyright header and FILE_LICENCE macro 13 years ago
  Michael Brown ea0fcb9460 [fnrec] Enhance function recording 13 years ago
  Shao Miller 3b51710156 [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 14 years ago
  Shao Miller 79a3799c41 [legal] Add FILE_LICENCE macro to some GPL-v2 files 14 years ago
  Michael Brown 67b45186a5 [settings] Apply settings block name in register_settings() 13 years ago
  Michael Brown 7bebe9579e [cmdline] Match user expectations for &&, ||, goto, and exit 13 years ago
  Michael Brown 01df5c510f [parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued options 13 years ago
  Michael Brown b87ed3295e [nvo] Allow fragment list to be omitted 13 years ago
  Michael Brown 66679fe7df [cmdline] Fix multi-layer variable expansion (again) 13 years ago
  Michael Brown c1327e43ab [cmdline] Fix multi-layer variable expansion 13 years ago
  Michael Brown ba92a46710 [cmdline] Add "isset" command 13 years ago
  Michael Brown 84aa702ff8 [script] Allow "exit" to exit a script 13 years ago
  Michael Brown 9ba988809d [cmdline] Add trivial logical operators to iPXE command lines 13 years ago
  Michael Brown 216fd0a5cf [parseopt] Add generic option-parsing library 13 years ago
  Michael Brown 312ae024d8 [settings] Add "hexhyp" setting type 13 years ago
  Michael Brown 13e4b9ec49 [malloc] Avoid immediately clobbering reference count when freeing memory 13 years ago
  Michael Brown 6e41f2cf18 [refcnt] Check reference validity on each use of ref_get() and ref_put() 13 years ago
  Michael Brown fc69ab94d9 [malloc] Use list_for_each_entry_safe() when we may delete a list entry 13 years ago
  Michael Brown ea631f6fb8 [list] Add list_first_entry() 13 years ago
  Michael Brown de1381578b [process] Include step() function pointer in process debugging messages 13 years ago
  Michael Brown 3c35ae2f3b [int13] Add infrastructure to support EDD version 4.0 13 years ago
  Michael Brown 220495f8bf [block] Replace gPXE block-device API with an iPXE asynchronous interface 14 years ago
  Michael Brown c8199aacaa [xfer] Add xfer_window_changed() 14 years ago
  Michael Brown 25447294d5 [process] Add process_running() 14 years ago
  Michael Brown 0329673833 [xfer] Add xfer_deliver_raw_meta() 14 years ago
  Michael Brown 364b92521a [xfer] Generalise metadata "whence" field to "flags" field 14 years ago
  Piotr Jaroszyński 1822b1deb9 [libc] Add strtoull() 14 years ago
  Piotr Jaroszyński 380d7c8d45 [settings] Export find_setting() 14 years ago
  Michael Brown 9dc51afa2c [malloc] Add cache discard mechanism 14 years ago
  Piotr Jaroszyński 519a4be189 [settings] Unregister the children when unregistering the parent 14 years ago
  Michael Brown 3338a03982 [hci] Continue processing while prompting for shell banner 14 years ago
  Michael Brown 7aa1d70e52 [debug] Expose pause() and more() debugging functions 14 years ago
  Michael Brown 9f3c0c1f39 [debug] Remove unused guard_region() and check_region() functions 14 years ago
  Piotr Jaroszyński fd312fcc78 [image] Fix a memory leak in free_image() 14 years ago
  Joshua Oreman 719ba316df [refcnt] Add ref_no_free handler 14 years ago
  Michael Brown 65bc070b05 [interface] Allow for non-pass-through interface methods 14 years ago
  Michael Brown 4327d5d39f [interface] Convert all data-xfer interfaces to generic interfaces 14 years ago
  Michael Brown 7b4fbd93a5 [interface] Convert all name-resolution interfaces to generic interfaces 16 years ago
  Michael Brown a03dd97e6b [interface] Convert all job-control interfaces to generic interfaces 16 years ago
  Michael Brown e71b83b22b [interface] Expand object interface to allow for polymorphic interfaces 16 years ago
  Michael Brown 4bfd5b52c1 [refcnt] Add ref_init() wrapper function 14 years ago
  Michael Brown 068ef5f72d [process] Hold reference to process during call to step() 16 years ago
  Michael Brown bc83e4b5d3 [base16] Add generic base16 encoding and decoding routines 14 years ago
  Michael Brown 97ea628484 [base64] Add ability to decode base64 strings 14 years ago
  Michael Brown dfcce165a5 [base64] Allow base64_encode() to handle arbitrary data 14 years ago