|  Chris Lu | 1ae83c2938 | go fmt | 6 years ago | 
				
					
						|  Chris Lu | ea1169dc80 | filer cipher: single chunk http POST and PUT and read | 6 years ago | 
				
					
						|  Chris Lu | 7335e62199 | volume: PUT also conditionally gzip compress | 6 years ago | 
				
					
						|  Chris Lu | 3eafec4b29 | volume: add option to limit file size | 6 years ago | 
				
					
						|  j.laycock | 6fc6322c90 | Change joeslay paths to chrislusf paths | 6 years ago | 
				
					
						|  j.laycock | 595a1beff0 | Swap imports to use joeslay | 6 years ago | 
				
					
						|  Chris Lu | f88a8bda7b | ec deletion works | 6 years ago | 
				
					
						|  Wine93 | 32f93fb09e | style: go fmt for all | 7 years ago | 
				
					
						|  Chris Lu | e5506152c0 | refactoring | 7 years ago | 
				
					
						|  bingoohuang | ab6be025d7 | go fmt and fix some typo | 7 years ago | 
				
					
						|  Chris Lu | d5ebfd5b0c | fix s3cmd put 1. fix volume put data size | 7 years ago | 
				
					
						|  Chris Lu | be946c9e54 | filer store original data size instead of data size after gzip | 7 years ago | 
				
					
						|  Chris Lu | 495a776671 | support 128 bit NeedleId | 7 years ago | 
				
					
						|  Chris Lu | 10bb76fe6b | go fmt | 7 years ago | 
				
					
						|  Chris Lu | 4d322df95e | avoid reparsing the multipart form | 7 years ago | 
				
					
						|  Chris Lu | 77fadab560 | go fmt | 7 years ago | 
				
					
						|  Chris Lu | 4f317c7e3d | working version3 | 7 years ago | 
				
					
						|  Chris Lu | 852af28f91 | needle priting format | 7 years ago | 
				
					
						|  Chris Lu | c98df05ed0 | support PUT | 7 years ago | 
				
					
						|  Chris Lu | feb8eeb830 | refactor: separate multipart parsing file | 7 years ago | 
				
					
						|  Chris Lu | 3edfe1d28f | extend export command to show tombstone + change output format to CSV merging https://github.com/chrislusf/seaweedfs/pull/610 and add "-limit" option | 7 years ago | 
				
					
						|  Chris Lu | d4d7ced922 | refactoring: add type for needle id, offset later the type size can possibly be adjusted | 7 years ago | 
				
					
						|  Chris Lu | 5047bdb4a2 | skip bytes cache | 9 years ago | 
				
					
						|  Chris Lu | 4beaaa0650 | simplify the gzip optimization logic fix https://github.com/chrislusf/seaweedfs/issues/436 | 9 years ago | 
				
					
						|  Chris Lu | 7b6837cbc2 | move back the section | 9 years ago | 
				
					
						|  sparklxb | da9b672d1b | support additional header name-value pairs | 9 years ago | 
				
					
						|  sparklxb | 86a7c56275 | support additional header name-value pairs | 9 years ago | 
				
					
						|  Chris Lu | 13e7069eb9 | keep track of total data file size | 9 years ago | 
				
					
						|  lixianbin | d96d0a87cf | fix bug: upload big .gz file more than maxMB | 9 years ago | 
				
					
						|  Chris Lu | 5ce6bbf076 | directory structure change to work with glide glide has its own requirements. My previous workaround caused me some
code checkin errors. Need to fix this. | 10 years ago | 
				
					
						|  chrislusf | b03e7b26b5 | add []byte caching and pooling fixes https://github.com/chrislusf/seaweedfs/issues/211 | 10 years ago | 
				
					
						|  chrislusf | 0649d778a7 | pooling []byte reduce the number of requests to make([]byte) | 10 years ago | 
				
					
						|  chrislusf | 112e2c6922 | clearer error message | 10 years ago | 
				
					
						|  Jianfei Wang | eec72b5136 | storage: faster ParseKeyHash | 10 years ago | 
				
					
						|  Jianfei Wang | 5364b3d8f5 | storage: add test for ParseKeyHash | 10 years ago | 
				
					
						|  chrislusf | b39c384d6d | Revert "Merge pull request #284 from thinxer/binary" This reverts commit 3523ad5239, reversing
changes made to5d100994b1. | 10 years ago | 
				
					
						|  Jianfei Wang | 18254d9aae | replace util/bytes.go with binary.BigEndian | 10 years ago | 
				
					
						|  Jianfei Wang | f0cc264757 | storage: add test for ParseKeyHash | 10 years ago | 
				
					
						|  chrislusf | 5d100994b1 | Revert "Merge pull request #281 from thinxer/binary" This reverts commit a87fe8ffce, reversing
changes made to6876bfa685. | 10 years ago | 
				
					
						|  Jianfei Wang | 7bc10d46e3 | replace util/bytes.go with binary.BigEndian | 10 years ago | 
				
					
						|  chrislusf | e921cb1a9d | format changes | 10 years ago | 
				
					
						|  tnextday | 662915e691 | Delete all chunks when delete a ChunkManifest LoadChunkManifest can uncompress buffer
move compress.go from storage to operation because of import cycle
MakeFile add cross complete command | 10 years ago | 
				
					
						|  tnextday | 2c0a7fe75e | complete submit chunked file | 10 years ago | 
				
					
						|  tnextday | de5e07ce3e | rename FlagChunkedFile to FlagChunkManifest | 10 years ago | 
				
					
						|  tnextday | 6b0894d806 | update ChunkedFile to seekable reader, so we can use io.* to read data | 10 years ago | 
				
					
						|  chrislusf | 5c81fa1075 | Prepend prefix "0" for odd number of hex characters. | 11 years ago | 
				
					
						|  Stuart P. Bentley | f0c2a2dcb3 | Change all chrislusf/weed-fs links to point to chrislu/seaweedfs | 11 years ago | 
				
					
						|  chrislusf | 4ee766e966 | avoid auto unzip tar.gz files fix https://github.com/chrislusf/weed-fs/issues/90 | 11 years ago | 
				
					
						|  yourchanges | a86042e413 | fix the #59 and #56 | 11 years ago | 
				
					
						|  yourchanges | 7481b7376d | Fix the first form multi-part item is not a  "file type part" problem in "ParseUpload()" | 11 years ago |