-
Wouter Verhelst
committed
[9ca297]
on
Code
server: Avoid sync bug when NBD_OPT_GO fails with ERR_POLICY
-
Wouter Verhelst
committed
[d00361]
on
Code
Fix syntax
-
Wouter Verhelst
committed
[7533e2]
on
Code
Fix "make distcheck"
-
Wouter Verhelst
committed
[52dfb2]
on
Code
Document the priority string options
-
Wouter Verhelst
committed
[f78a56]
on
Code
Sort items alphabetically
-
Wouter Verhelst
committed
[8f4490]
on
Code
Drop sdp option from documentation
-
Wouter Verhelst
committed
[d8e6cb]
on
Code
Allow to build without man pages in case the user doesn't want that
-
Wouter Verhelst
committed
[915444]
on
Code
fix port setting from nbdtab
-
Wouter Verhelst
committed
[f52c9a]
on
Code
add option for gnutls priority string
-
Wouter Verhelst
committed
[1a0e0d]
on
Code
fix missing -F short-option for certfile
-
Wouter Verhelst
committed
[569070]
on
Code
Limit datasize to 4096 bytes
-
Wouter Verhelst
committed
[58b356]
on
Code
Update certificate expiry dates
-
Wouter Verhelst
committed
[1d02fb]
on
Code
Documentation updates for nbd-trdump
-
Wouter Verhelst
committed
[6ce2e1]
on
Code
Teach nbd-trdump about structured replies
-
Wouter Verhelst
committed
[a10d07]
on
Code
Also enable the thread pool when we're in inetd mode
-
Wouter Verhelst
committed
[0a6584]
on
Code
Don't declare a function as non-static if we're going to implement it as static later on.
-
Wouter Verhelst
committed
[e5bf2a]
on
Code
Disable CWRAP here, too
-
Wouter Verhelst
committed
[7a1680]
on
Code
Merge remote-tracking branch 'puavo/master'
-
Juha Erkkilä
committed
[7bc199]
on
Code
Increment server reference counter when reading new configurations.
-
Juha Erkkilä
committed
[bb9c47]
on
Code
Fix server array reference counting.
-
Wouter Verhelst
committed
[8d2b6e]
on
Code
Disable cwrap for now.
-
Wouter Verhelst
committed
[3cb679]
on
Code
nbd-server: do not straddle uses of GThreadPool across a fork()
-
spec: Reserve two more extended headers magic numbers
-
spec: Document extended headers extension branch
-
spec: Change maximum block size to maximum payload size
-
spec: Recommend cap on NBD_REPLY_TYPE_BLOCK_STATUS length
-
Wouter Verhelst
committed
[1ed060]
on
Code
Drop support for Sockets Direct Protocol (SDP)
-
doc: Fix a few typos
-
docs: Prefer export over file
-
nbd: Use uint64_t instead of char[8] for cookie
-
nbd: s/handle/cookie/g when referring to opaque client id
-
docs: Prefer 'cookie' over 'handle'
-
Wouter Verhelst
committed
[1b3c7d]
on
Code
Implement negotiation of structured replies
-
Wouter Verhelst
committed
[cedb50]
on
Code
Implement structured reply handling
-
Wouter Verhelst
committed
[432cc5]
on
Code
Add a "confirm_read" call
-
Wouter Verhelst
committed
[0877ad]
on
Code
Refactor request handling
-
Wouter Verhelst
committed
[2c335a]
on
Code
nbd-tester-client: refactor away TEST_HANDSHAKE
-
Wouter Verhelst
committed
[c48add]
on
Code
Update README.md
-
Wouter Verhelst
committed
[de9f19]
on
Code
uapi nbd: improve doc links to userspace spec
-
Wouter Verhelst
committed
[450bcb]
on
Code
nbd-server: raise glib version requirement
-
Wouter Verhelst
committed
[81eeeb]
on
Code
proto: update stale link to qemu's nbd.txt
-
Wouter Verhelst
committed
[739f71]
on
Code
Add missing packed attribute
-
Wouter Verhelst
committed
[af848a]
on
Code
Remove outdated comment
-
Wouter Verhelst
committed
[f2a63c]
on
Code
Reflow this structure
-
Wouter Verhelst
committed
[db66b9]
on
Code
Increment server reference counter when reading new configurations.
-
Wouter Verhelst
committed
[90dc1a]
on
Code
Use the correct level of pointers on clearing the SERVER element
-
Wouter Verhelst
committed
[89c177]
on
Code
Avoid sporadic race condition due to parallel make
-
Wouter Verhelst
committed
[bc216c]
on
Code
nbd-server: Add option to not daemonize main process
-
tests: Fix typo in recent test change
-
docs: Mention the word 'endian'
-
Wouter Verhelst
committed
[af309d]
on
Code
nbd-server: fix bug in auth for v6-mapped IPv4 addresses
-
docs: Allow NBD_REPLY_TYPE_ERROR_OFFSET on more commands
-
doc: Typo fix on baseline implementation
-
docs: Clarify server behavior on read failures
-
spec: Clarify BLOCK_STATUS reply details
-
Wouter Verhelst
committed
[d80518]
on
Code
Fix documentation about block size
-
Wouter Verhelst
committed
[623e31]
on
Code
Ensure cwrap_test is shipped, too
-
docs: Clarify structured reads vs. block size constraints
-
docs: Clarify NBD_REPLY_TYPE_ERROR lengths
-
-
-
-
Wouter Verhelst
committed
[973b9e]
Optionally use cwrap
-
Wouter Verhelst
committed
[ca2b9b]
Drop deprecated macro from configure.ac
-
Wouter Verhelst
committed
[ae2175]
Add new header file to Makefile.am
-
Wouter Verhelst
committed
[f2db7a]
Also add autoconf-archive
-
Wouter Verhelst
committed
[122309]
Add missing sudo
-
Wouter Verhelst
committed
[d72c9e]
Ensure dependencies are installed
-
Wouter Verhelst
committed
[56cf7b]
Only Ubuntu is supported, apparently
-
Wouter Verhelst
committed
[9a550c]
Drop travis configuration
-
Wouter Verhelst
committed
[943f8c]
Add github action stuff instead
-
Wouter Verhelst
committed
[8843a0]
Add missing file to git
-
Wouter Verhelst
committed
[f548a3]
Ignore nbd-trplay.1, too
-
Wouter Verhelst
committed
[46622b]
Fix comment
-
Wouter Verhelst
committed
[b00bc9]
Ignore newly built file
-
Wouter Verhelst
committed
[3740ff]
Fix buffer overflow in NBD_OPT_INFO/NBD_OPT_GO handling
-
Wouter Verhelst
committed
[4e5c5d]
Properly handle name lengths of (unsigned int)-1
-
Wouter Verhelst
committed
[467d9e]
Ignore a few generated files
-
Wouter Verhelst
committed
[ec87f4]
nbd-trdump: Add support for all commands
-
Wouter Verhelst
committed
[2fbcb5]
nbd-server, nbd-trdump: Add support for logging actual data
-
Wouter Verhelst
committed
[49c593]
nbd-server: Add locking around transaction log writes
-
Wouter Verhelst
committed
[107356]
proto.md: Document historic values for magics, reserve new value
-
Wouter Verhelst
committed
[e02f2a]
nbd-server: Log the replies
-
Wouter Verhelst
committed
[5bf84c]
Add a new utility: nbd-trplay
-
Wouter Verhelst
committed
[a9e994]
nbd-trplay: Add simple CLI
-
Wouter Verhelst
committed
[a11a08]
nbd-trplay: 1st usable version
-
Wouter Verhelst
committed
[c9970d]
Initial man page for nbd-trplay.
-
Wouter Verhelst
committed
[224457]
Add test for IPv4 (currently fails)
-
Wouter Verhelst
committed
[575000]
Don't disallow dots in hostnames
-
Wouter Verhelst
committed
[2a72bf]
Don't try to install min-nbd-client on !linux
-
Wouter Verhelst
committed
[98b151]
Release
-
Wouter Verhelst
committed
[c7d5c0]
Run autogen properly
-
Wouter Verhelst
committed
[e5603a]
Reorder autogen call
-
Wouter Verhelst
committed
[3af296]
Also add bison and flex to b-d
-
Wouter Verhelst
committed
[afd671]
Sigh
-
Wouter Verhelst
committed
[298b91]
Add test file for ipv6 test
-
Wouter Verhelst
committed
[925dc6]
Changelog entries
-
Wouter Verhelst
committed
[eb46c8]
Copy relevant changes from nbd@.service.sh.in to nbd@.service.tmpl
-
Wouter Verhelst
committed
[8e92c2]
Only build binaries
-
Add missing ${misc:Depends} to Depends for nbd-client-udeb.