summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Fix missing break at the end of caseaccepted/tizen/unified/riscv/20240119.034637accepted/tizen/unified/20240118.114135accepted/tizen_unified_riscvMarek Pikuła1-0/+1
2024-01-17Fix range checkMarek Pikuła1-1/+1
2024-01-17Check for buffer overflowMarek Pikuła1-0/+4
2024-01-17Fix allocation NULL checkMarek Pikuła1-0/+3
2024-01-17Fix allocation NULL checkMarek Pikuła1-0/+4
2024-01-17Initialize local variableMarek Pikuła1-1/+1
2024-01-17Fix conditional assignment comparisonMarek Pikuła1-3/+2
2024-01-10Fix memory leakaccepted/tizen/unified/riscv/20240117.080055accepted/tizen/unified/20240117.163240Łukasz Stelmach1-1/+1
2024-01-10Move a variable to a proper scopeŁukasz Stelmach1-1/+1
2024-01-10Terminate a string with a NULL byteŁukasz Stelmach1-0/+2
2024-01-10Fix memory leakŁukasz Stelmach1-2/+1
2024-01-10Remove meaningless codeŁukasz Stelmach1-1/+0
2024-01-10Check return valueŁukasz Stelmach1-1/+3
2024-01-10Remove unnecessary conditional expressionŁukasz Stelmach1-2/+1
2024-01-10Fix memory leakŁukasz Stelmach1-2/+1
2024-01-10Fix memory leakŁukasz Stelmach1-1/+2
2024-01-10Add missing return statementsŁukasz Stelmach1-0/+2
2024-01-10Fix memory leakŁukasz Stelmach1-0/+1
2024-01-10Fix memory leakŁukasz Stelmach1-1/+1
2024-01-10Use larger buffers for file names and call strncpy()Łukasz Stelmach1-6/+10
2024-01-10Fix out-of-bounds memory accessŁukasz Stelmach1-4/+4
2024-01-10Fix memory leakŁukasz Stelmach1-2/+1
2024-01-10Fix integer possible overflowŁukasz Stelmach1-0/+4
2024-01-10Use _cleanup_g_free_ in other functions tooŁukasz Stelmach1-14/+6
2024-01-10Automate freeing of cfile and start groupŁukasz Stelmach1-12/+18
2023-12-08Remove trailing spacesŁukasz Stelmach15-135/+134
2023-11-21Check if IP mask length fits in a reasonable rangeaccepted/tizen/unified/riscv/20231123.095157Łukasz Stelmach1-0/+5
2023-11-21Add error handling in read_reply() and negotiate()Łukasz Stelmach1-3/+20
2023-10-17packaging: Build PIE binariesaccepted/tizen/unified/riscv/20231020.050359accepted/tizen/unified/20231018.120754Łukasz Stelmach1-1/+4
2023-08-18packaging: add packagingŁukasz Stelmach3-0/+81
2023-08-18Simplfy the process of building man pagesŁukasz Stelmach11-80/+34
2023-05-01Documentation updates for nbd-trdumpnbd-3.25Wouter Verhelst1-1/+21
2023-05-01Teach nbd-trdump about structured repliesWouter Verhelst2-0/+33
2023-05-01Also enable the thread pool when we're in inetd modeWouter Verhelst1-0/+1
2023-04-28Don't declare a function as non-static if we're going to implement it as stat...Wouter Verhelst1-7/+0
2023-04-28Disable CWRAP here, tooWouter Verhelst1-4/+4
2023-04-28Merge remote-tracking branch 'puavo/master'Wouter Verhelst1-0/+8
2023-04-27Disable cwrap for now.Wouter Verhelst1-3/+3
2023-04-27nbd-server: do not straddle uses of GThreadPool across a fork()Wouter Verhelst1-9/+6
2023-04-24spec: Reserve two more extended headers magic numbersEric Blake1-0/+13
2023-04-24spec: Document extended headers extension branchEric Blake1-3/+22
2023-04-21spec: Change maximum block size to maximum payload sizeEric Blake1-117/+144
2023-04-21spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS lengthEric Blake1-20/+31
2023-04-19Drop support for Sockets Direct Protocol (SDP)Wouter Verhelst2-39/+7
2023-04-12doc: Fix a few typosEric Blake1-6/+6
2023-04-10docs: Prefer export over fileEric Blake1-7/+7
2023-04-10nbd: Use uint64_t instead of char[8] for cookieEric Blake5-30/+27
2023-04-10nbd: s/handle/cookie/g when referring to opaque client idEric Blake5-56/+56
2023-04-10docs: Prefer 'cookie' over 'handle'Eric Blake1-11/+13
2023-04-08Implement negotiation of structured repliesWouter Verhelst3-6/+38