summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add strtoull()Piotr Jaroszyński2010-08-192-22/+50
* [settings] Export find_setting()Piotr Jaroszyński2010-08-171-1/+1
* [malloc] Add cache discard mechanismMichael Brown2010-07-211-46/+68
* [settings] Unregister the children when unregistering the parentPiotr Jaroszyński2010-07-151-1/+8
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-141-1/+1
* [debug] Expose pause() and more() debugging functionsMichael Brown2010-07-141-4/+12
* [debug] Remove unused guard_region() and check_region() functionsMichael Brown2010-07-141-53/+0Star
* [image] Fix a memory leak in free_image()Piotr Jaroszyński2010-07-111-0/+1
* [refcnt] Add ref_no_free handlerJoshua Oreman2010-06-231-0/+12
* [interface] Allow for non-pass-through interface methodsMichael Brown2010-06-222-10/+31
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-227-457/+224Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-97/+112
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-223-122/+61Star
* [interface] Expand object interface to allow for polymorphic interfacesMichael Brown2010-06-221-14/+222
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-225-3/+7
* [process] Hold reference to process during call to step()Michael Brown2010-06-151-0/+2
* [base16] Add generic base16 encoding and decoding routinesMichael Brown2010-05-281-0/+106
* [base64] Add ability to decode base64 stringsMichael Brown2010-05-281-0/+85
* [base64] Allow base64_encode() to handle arbitrary dataMichael Brown2010-05-281-7/+9
* [bitmap] Fix bitmaps on 64-bitGeoff Lywood2010-05-271-1/+1
* [lacp] Add simple LACP implementationMichael Brown2010-05-101-406/+0Star
* [uri] Special case NULL in churi()Piotr Jaroszyński2010-04-251-2/+4
* [uri] Fix NULL dereference in parse_uri()Piotr Jaroszyński2010-04-251-2/+10
* [main] Match "starting execution" and "initialising devices" message styleMichael Brown2010-04-251-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-2046-133/+133
* [fnrec] Add function recorder for debuggingStefan Hajnoczi2010-03-041-0/+134
* [proto] Remove unsupported IGMP protocolStefan Hajnoczi2010-02-011-1/+0Star
* [proto] Remove unsupported NFS protocolStefan Hajnoczi2010-02-012-2/+1Star
* [uri] Handle an empty unparse_uri() result properlyJoshua Oreman2010-01-271-4/+5
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-212-65/+89
* [settings] Add automagic "netX" settings block for last opened netdevJoshua Oreman2010-01-201-1/+10
* [uri] Fix outdated comment in parse_uri()sobtwmxt2009-11-211-1/+1
* [linker] Add mechanism for subsystem-dependent configuration optionsJoshua Oreman2009-11-211-238/+0Star
* [job] Report progress of downloader jobs via job_progress()Michael Brown2009-08-311-2/+21
* [job] Add missing job_progress() interface methodMichael Brown2009-08-311-0/+8
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+3
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-101-3/+10
* [debug] Use a delimiter to break up DBG_HD() outputMichael Brown2009-07-171-1/+2
* [xfer] Always nullify interface while sending close() messageMichael Brown2009-07-062-5/+3Star
* [pxe] Add startpxe and stoppxe commandsMichael Brown2009-06-281-0/+3
* [settings] Fix setting_cmp() to handle nameless settingsShao Miller2009-06-131-2/+6
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-033-16/+52
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-55/+241
* [settings] Fix erroneous bit-masking in fetch_uintz_setting()Michael Brown2009-05-201-1/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1842-0/+84
* [gdb] Allow resynchronisation with gdbStefan Hajnoczi2009-04-151-6/+4Star
* [resolv] Simplify xfer_redirect() logicMichael Brown2009-03-301-11/+30
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-303-2/+30
* [digest] md5sum and sha1sum commandsDaniel Verkamp2009-03-271-0/+3
* [settings] Fix broken assertion in fetch_string_setting_copy()Michael Brown2009-03-261-2/+3