커밋 기록

작성자 SHA1 메시지 날짜
  Andrew Walbran b003840720 Merge pull request #91 from rcore-os/vsock 2 년 전
  Andrew Walbran e9a0aed0c6 Fix clippy warnings. 2 년 전
  Andrew Walbran 36785ff1eb Refactor suggested in code review. 2 년 전
  Andrew Walbran 732eb1bb96 Rename variables and add comments. 2 년 전
  Andrew Walbran 6a62416024 Rename RingBuffer methods. 2 년 전
  Andrew Walbran 277c474c7b Add helper functions to find connections. 2 년 전
  Andrew Walbran 01989a2a88 Return error rather than panicking for invalid token. 2 년 전
  Andrew Walbran fba1344ce9 Handle disconnection. 2 년 전
  Andrew Walbran 79f08dd8e6 Allow incoming connections. 2 년 전
  Andrew Walbran e6cf84e2c8 Add constructor for Connection. 2 년 전
  Andrew Walbran c6984d79b6 Handle credit requests. 2 년 전
  Andrew Walbran 54bc186612 Rename VirtIOSocket::poll_recv to poll. 2 년 전
  Andrew Walbran 861a1c5d7d Add Rustdoc. 2 년 전
  Andrew Walbran da404e7243 Reduce info logs to debug. 2 년 전
  Andrew Walbran 0573c13b5c Add VsockEventType::ConnectionRequest. 2 년 전
  Andrew Walbran e8fb05435b Panic rather than returning error if virtqueue buffer is too small. 2 년 전
  Andrew Walbran 8d936c6139 Use multiconnectionmanager in example. 2 년 전
  Andrew Walbran 5023129f32 Pass ConnectionInfo to connect. 2 년 전
  Andrew Walbran b2b209e7f8 Add test for VsockConnectionManager. 2 년 전
  Andrew Walbran 159961172c Add VsockConnectionManager that can handle multiple connections. 2 년 전
  Andrew Walbran 34a1a7520a Pass closure to handle packet. 2 년 전
  Andrew Walbran cc157a367a Factor out method to convert header to event. 2 년 전
  Andrew Walbran 1db89bd7de Separate connection tracking from low level vsock driver. 2 년 전
  chyyuu 4d7038f214 Merge pull request #90 from rcore-os/vsockcleanup 2 년 전
  Alice Wang c457edd8bd Add the vsock feature bits introduced in virtio v1.2 spec (#89) 2 년 전
  Andrew Walbran 84c2ab32f9 Add method to get CID assigned to VM. 2 년 전
  Andrew Walbran 9a5cb195c6 Allocate RX buffers individually rather than splitting one big buffer. 2 년 전
  Andrew Walbran f9191727c4 Take VsockAddr to connect method rather than separate CID and port. 2 년 전
  Andrew Walbran 1d79ac893e Merge pull request #87 from rcore-os/vsocktest 2 년 전
  Andrew Walbran 2b545f5eb0 Use AtomicBool for fake queue notification status. 2 년 전