aboutsummaryrefslogtreecommitdiff
path: root/src/net/udp/slam.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-16[slam] Allow for the possibility of IPv6 multicast addressesMichael Brown1-4/+4
2020-02-16[slam] Eliminate variable-length stack allocationMichael Brown1-5/+19
2017-03-21[slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown1-5/+9
2017-03-21[slam] Fix resource leak on error pathMichael Brown1-4/+10
2016-01-27[slam] Avoid potential division by zeroMichael Brown1-7/+13
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown1-1/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2010-09-03[retry] Hold reference while timer is running and during expiry callbackMichael Brown1-2/+4
2010-09-03[xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown1-2/+2
2010-06-22[interface] Convert all data-xfer interfaces to generic interfacesMichael Brown1-96/+38
2010-06-22[retry] Add timer_init() wrapper functionMichael Brown1-2/+2
2010-06-22[refcnt] Add ref_init() wrapper functionMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-9/+9
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-30[xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown1-2/+2
2008-11-19[x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown1-2/+2
2008-06-11[slam] Add support for SLAM window lengths of greater than one packetMichael Brown1-11/+30
2008-06-11[slam] Implement SLAM flow controlMichael Brown1-107/+85
2008-06-10[slam] Request all remaining blocks if we run out of space for the blocklistMichael Brown1-22/+41
2008-06-10[slam] Speed up NACK transmission by restricting the block-list lengthMichael Brown1-20/+62
2008-06-10[slam] Fix multicast address parsingMichael Brown1-8/+11
2008-06-10[slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown1-0/+749