summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
* [iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2012-08-311-15/+30
* [malloc] Allow allocation of memory with a specified alignment offsetMichael Brown2012-08-311-5/+7
* [console] Sleep while waiting for user inputMichael Brown2012-07-241-0/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2051-51/+102
* [image] Add "--replace" optionMichael Brown2012-07-201-6/+10
* [image] Add "--autofree" optionMichael Brown2012-07-201-11/+21
* [libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2012-07-191-5/+31
* [settings] Expose exit status of failed command via ${errno}Michael Brown2012-07-121-0/+120
* [cmdline] Store exit status of failed command in errnoMichael Brown2012-07-121-6/+22
* [malloc] Increase heap size to 512kBMichael Brown2012-07-091-2/+2
* [malloc] Discard cached items less aggressivelyMichael Brown2012-07-091-3/+5
* [iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown2012-07-081-13/+53
* [cmdline] Do not ignore empty initial arguments in concat_args()Michael Brown2012-07-041-1/+1
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-291-5/+13
* [monojob] Check for keypresses only once per timer tickMichael Brown2012-06-281-11/+25
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-0/+8
* [pending] Add concept of "pending operations"Michael Brown2012-06-091-0/+79
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [base64] Avoid overrunning input data bufferMichael Brown2012-05-201-2/+7
* [image] Avoid potential NULL pointer dereferenceMichael Brown2012-05-081-3/+5
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-081-0/+108
* [malloc] Allow Valgrind to be used when all assertions are enabledMichael Brown2012-05-041-11/+67
* [malloc] Discard all cached data on shutdownMichael Brown2012-05-041-0/+25
* [xfer] Avoid using stack-allocated memory in xfer_printf()Michael Brown2012-04-231-7/+19
* [settings] Add fetch_setting_copy()Michael Brown2012-04-191-0/+40
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-171-0/+8
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-172-244/+339
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-172-0/+24
* [image] Fix use-after-free in debug messagesMichael Brown2012-03-301-3/+3
* [menu] Add menu commandsMichael Brown2012-03-291-0/+24
* [menu] Add the abstract concept of a menuMichael Brown2012-03-291-0/+177
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-1/+19
* [image] Log image executionsMichael Brown2012-03-271-0/+13
* [console] Remove "log message" usage from interactive console defaultsMichael Brown2012-03-271-1/+1
* [downloader] Use a more meaningful error message when out of memoryMichael Brown2012-03-271-1/+1
* [downloader] Abort download immediately if buffer resizing failsMichael Brown2012-03-271-0/+2
* [downloader] Log final status of all downloadsMichael Brown2012-03-261-0/+10
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-11/+1Star
* [console] Add "log message" console usage and an internal syslog() callMichael Brown2012-03-261-0/+62
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-263-17/+52
* [console] Remove unused "btext" consoleMichael Brown2012-03-261-5039/+0Star
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-263-3/+0Star
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-41/+42
* [image] Add concept of trusted imagesMichael Brown2012-03-221-0/+46
* [time] Define an API for getting the current timeMichael Brown2012-03-191-0/+29
* [libc] Add mktime() functionMichael Brown2012-03-191-0/+137
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-291-0/+76
* [getopt] Accept "--" as an end-of-options markerMarin Hannache2011-11-021-0/+5
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-2/+6
* [cmdline] Allow "sleep" command to be interruptedMichael Brown2011-10-241-1/+8