summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-254-2/+16
* [libc] Fix strcmp()/strncmp() to return proper valuesAaron Young2019-01-151-3/+3
* [profile] Prevent potential division by zeroMichael Brown2018-03-181-2/+4
* [http] Allow for domain names within NTLM user namesMichael Brown2018-02-191-0/+60
* [resolv] Use pass-through interfaces for name resolution multiplexerMichael Brown2017-09-061-15/+24
* [monojob] Display job status message, if presentMichael Brown2017-09-061-9/+25
* [downloader] Allow underlying downloads to provide detailed job progressMichael Brown2017-09-061-2/+9
* [monojob] Check for job progress only once per timer tickMichael Brown2017-09-061-13/+15
* [malloc] Avoid false positive warnings from valgrindMichael Brown2017-09-041-1/+8
* [acpi] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown2017-07-281-1/+1
* [acpi] Compute and check checksum for ACPI tablesLaurent Gourvénec2017-07-281-6/+37
* [syslog] Handle backspace charactersMichael Brown2017-06-131-0/+7
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-231-0/+161
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-232-71/+23Star
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-222-17/+25
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-262-0/+68
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-8/+48
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-123-2/+15
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-284-43/+173
* [block] Ignore redundant xfer_window_changed() messagesMichael Brown2017-03-281-0/+4
* [block] Gracefully close SAN device if registration failsMichael Brown2017-03-271-6/+16
* [block] Retry reopening indefinitely for multipath devicesMichael Brown2017-03-271-3/+18
* [block] Add a small delay between attempts to reopen SAN targetsMichael Brown2017-03-271-0/+14
* [block] Allow SAN retry count to be reconfiguredMichael Brown2017-03-271-17/+52
* [time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown2017-03-271-3/+36
* [block] Add basic multipath supportMichael Brown2017-03-263-78/+229
* [block] Add dummy SAN deviceMichael Brown2017-03-261-0/+115
* [malloc] Track maximum heap usageMichael Brown2017-03-221-3/+21
* [pixbuf] Avoid potential division by zeroMichael Brown2017-03-221-1/+3
* [block] Quell spurious Coverity size mismatch warningMichael Brown2017-03-221-6/+10
* [xfer] Ensure va_end() is called on failure pathMichael Brown2017-03-211-1/+1
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-0/+9
* [block] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-2/+1Star
* [block] Retry any SAN device operationMichael Brown2017-03-071-19/+35
* [block] Centralise "san-drive" settingMichael Brown2017-03-072-1/+39
* [block] Centralise SAN device abstractionMichael Brown2017-03-071-0/+563
* [interface] Provide the ability to shut down multiple interfacesMichael Brown2017-02-021-0/+69
* [time] Report attempts to use timers before initialisationMichael Brown2017-02-011-3/+25
* [settings] Add "unixtime" builtin setting to expose the current timeMichael Brown2017-01-261-0/+33
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-262-2/+62
* [interface] Unplug interface before calling intf_close() in intf_shutdown()Michael Brown2017-01-251-4/+9
* [interface] Remove misleading commentMichael Brown2017-01-251-3/+0Star
* [interface] Avoid unnecessary reference counting in intf_unplug()Michael Brown2017-01-251-1/+4
* [build] Return const char * from uuid_ntoa()David Decotigny2017-01-221-1/+1
* [interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown2016-11-161-2/+1Star
* [pixbuf] Enable PNG format by defaultMichael Brown2016-07-292-24/+32
* [crypto] Enable both DER and PEM formats by defaultMichael Brown2016-07-291-35/+0Star
* [image] Add image_asn1() to extract ASN.1 objects from imageMichael Brown2016-07-291-0/+35
* [settings] Allow settings blocks to specify a sibling orderingMichael Brown2016-07-191-0/+2
* [settings] Correctly mortalise autovivified child settings blocksMichael Brown2016-07-191-0/+1