aboutsummaryrefslogtreecommitdiff
path: root/weed/util
AgeCommit message (Collapse)AuthorFilesLines
2024-03-07each log function adds a "done" return parameterchrislu2-5/+9
2024-02-29go fmtchrislu4-40/+40
2024-02-26Merge branch 'master' into mq-subscribechrislu1-1/+1
2024-02-253.633.63chrislu1-1/+1
2024-02-25Merge branch 'master' into mq-subscribechrislu1-0/+2
2024-02-14[volume] requests that were canceled by the client are not an internal ↵Konstantin Lebedev1-0/+2
server problem(500 => 499) (#5304)
2024-01-28read will block if no itemschrislu2-20/+43
2024-01-27close the inputchrislu1-2/+22
2024-01-27Update buffered_queue_test.gochrislu1-10/+6
2024-01-27moved. there are some deadlock. WIPChris Lu2-23/+59
2024-01-25adds a buffered queuechrislu2-0/+190
2024-01-15renamechrislu1-1/+1
2024-01-15Merge branch 'master' into mq-subscribechrislu1-1/+1
2024-01-153.623.62chrislu1-1/+1
2024-01-15read from disk if not in memorychrislu3-14/+14
2024-01-13refactoringchrislu1-0/+38
2024-01-11loggingchrislu2-4/+9
2024-01-08flush to diskchrislu1-2/+4
Need to do: read from disk
2024-01-08Merge branch 'master' into mq-subscribechrislu1-1/+1
2024-01-083.613.61chrislu1-1/+1
2024-01-08add batch index for each memory bufferchrislu4-101/+146
2024-01-05add logs on flushchrislu1-0/+1
2024-01-05logschrislu1-1/+3
2024-01-013.603.60chrislu1-1/+1
2023-12-24Revert "Update network.go since To16 converts the IP address ip up to a ↵chrislu1-2/+13
16-byte representation. If ip is not an IP address (it is the wrong length), To16 returns nil. (#5134)" This reverts commit 838578b55f138d98d9d2b3a0246a7fbb12fd379c.
2023-12-23Update network.go since To16 converts the IP address ip up to a 16-byte ↵vivekkoya1-13/+2
representation. If ip is not an IP address (it is the wrong length), To16 returns nil. (#5134)
2023-12-22correct lock accountingchrislu1-5/+6
possibly fix https://github.com/seaweedfs/seaweedfs/issues/5082
2023-11-26go fmtchrislu1-1/+1
2023-11-123.593.59chrislu1-1/+1
2023-11-09rename parameterschrislu1-7/+7
2023-10-293.583.58chrislu1-1/+1
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-0/+7
* fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-10-01commentchrislu1-1/+1
2023-10-01RetryForever => RetryUntilchrislu1-1/+4
2023-09-28align 64bit atomic operationchrislu1-1/+1
fix https://github.com/seaweedfs/seaweedfs/issues/4878
2023-09-27fix: avoid error file name too long when writing a file (#4876)Konstantin Lebedev2-2/+41
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu1-2/+2
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-25fix compilationchrislu1-2/+2
2023-09-243.573.57chrislu1-1/+1
2023-09-24minorchrislu1-3/+1
2023-09-23avoid deleting the entry too earlychrislu1-1/+1
2023-09-23fix waiting conditionchrislu1-1/+1
2023-09-23fix compilationchrislu1-1/+1
2023-09-23if shared lock, still need to wait for exclusive lock to releasechrislu1-14/+24
2023-09-23adjust for better logschrislu1-1/+1
2023-09-21adjust logschrislu2-17/+24
2023-09-21reduce logschrislu1-2/+2
2023-09-21adjust logschrislu2-6/+6
2023-09-21add lock table to ensure ordered lockschrislu2-0/+188
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu2-4/+4
This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b.