summaryrefslogtreecommitdiffstats
path: root/src/net/udp/slam.c
Commit message (Expand)AuthorAgeFilesLines
* [slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown2017-03-211-5/+9
* [slam] Fix resource leak on error pathMichael Brown2017-03-211-4/+10
* [slam] Avoid potential division by zeroMichael Brown2016-01-281-7/+13
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-031-2/+4
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-2/+2
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-96/+38Star
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-221-2/+2
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-1/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-9/+9
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-2/+2
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-2/+2
* [slam] Add support for SLAM window lengths of greater than one packetMichael Brown2008-06-111-11/+30
* [slam] Implement SLAM flow controlMichael Brown2008-06-111-107/+85Star
* [slam] Request all remaining blocks if we run out of space for the blocklistMichael Brown2008-06-101-22/+41
* [slam] Speed up NACK transmission by restricting the block-list lengthMichael Brown2008-06-101-20/+62
* [slam] Fix multicast address parsingMichael Brown2008-06-101-8/+11
* [slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown2008-06-101-0/+749