aboutsummaryrefslogtreecommitdiff
path: root/weed/pb
AgeCommit message (Expand)AuthorFilesLines
2020-06-20remove fixJpgOrientationChris Lu1-1/+1
2020-06-20rename filechunk is_gzipped to is_compressedChris Lu2-312/+313
2020-06-20adjust protocChris Lu11-4111/+13452
2020-05-25support multiple locksChris Lu2-149/+168
2020-05-17avoid leaking grpc.NewClientStreamChris Lu1-1/+3
2020-05-08able to read chan and write chanChris Lu4-211/+451
2020-05-05add broker connects to filerChris Lu5-228/+415
2020-04-29able to subscribe any topic from any point of timeChris Lu2-6/+13
2020-04-23make lock/unlock optionalChris Lu2-236/+145
2020-04-23clean upChris Lu1-1/+0
2020-04-23add exclusive lock library on shellChris Lu2-176/+156
2020-04-23add master side code for cluster wise exclusive lockChris Lu2-150/+440
2020-04-22avoid repeated grpc connection creationChris Lu1-4/+7
2020-04-21refactorChris Lu1-0/+62
2020-04-21async meta caching: can stream updates nowChris Lu2-122/+131
2020-04-21messaging: able to pub sub multiple partitionsChris Lu2-57/+103
2020-04-20revert this grpc related changeChris Lu1-2/+2
2020-04-19working for in memory single log bufferChris Lu2-118/+76
2020-04-19broker: add profilingChris Lu2-53/+64
2020-04-18filer master start up with default ip address instead of just localhostChris Lu3-94/+65
2020-04-18adjust APIChris Lu2-79/+120
2020-04-17broker: append message logsChris Lu2-72/+104
2020-04-17filer: able to append to a fileChris Lu2-139/+231
2020-04-16update messaging protoChris Lu2-124/+349
2020-04-16scaffolding messagingChris Lu5-583/+678
2020-04-12refactoringChris Lu3-160/+160
2020-04-12refactoringChris Lu1-0/+5
2020-04-12remove configurable topics folder locationChris Lu2-126/+116
2020-04-11refactoringChris Lu1-36/+0
2020-04-08add If-None-Match and If-Modified-SinceChris Lu2-119/+128
2020-04-05filer: support larger file sizeChris Lu1-7/+20
2020-04-05watch entries with common path prefixChris Lu2-123/+124
2020-04-05go fmtChris Lu2-18/+28
2020-04-05filer: able to tail meta data changesChris Lu2-122/+122
2020-03-30writing meta logs is workingChris Lu5-138/+312
2020-03-28FUSE: add configurable in memory chunk cache sizeChris Lu1-2/+6
2020-03-28FUSE: add chunk cache for recently accessed file chunksChris Lu1-0/+32
2020-03-26error checking for removeChris Lu1-1/+6
2020-03-26go fmtChris Lu2-18/+28
2020-03-25batch delete orphan data by file keysChris Lu1-209/+219
2020-03-23refactoringChris Lu1-0/+18
2020-03-23refactoringChris Lu1-6/+89
2020-03-23refactoringChris Lu1-0/+28
2020-03-23refactoringChris Lu1-0/+94
2020-03-20S3 API: fix DeleteMultipleObjectsHandlerChris Lu4-207/+128
2020-03-17go fmtChris Lu2-18/+28
2020-03-17volume: compaction can cause readonly volumesChris Lu2-206/+217
2020-03-08filer: remember content is gzipped or notChris Lu4-138/+138
2020-03-07breaks dependency loopChris Lu1-13/+8
2020-03-07fuse mount: avoid lookup nil entryChris Lu1-0/+24