1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-08-16 17:12:46 +02:00

Commit graph

  • 3b2645979d Use request host info for master url if possible chrislusf 2015-06-24 09:50:41 -07:00
  • 418878edce In case lastNode==0, need to set it to -1 chrislusf 2015-06-23 22:49:09 -07:00
  • 30242409f4 allowing proxy to leader for volume id lookup then redirect to volume server chrislusf 2015-06-22 11:41:51 -07:00
  • fd2e6bcf5d Easier variable names chrislusf 2015-06-02 00:33:13 -07:00
  • 26cdd11d8f Fix compilation error!!! chrislusf 2015-06-02 00:23:41 -07:00
  • 51aac49e82 each command use its own options to avoid parameter collision chrislusf 2015-06-01 19:25:01 -07:00
  • e09f45f5ed Fix compilation error. chrislusf 2015-05-30 13:28:39 -07:00
  • 32ba7fc6c0 Fix a possible index out of range error. Remove unnecessary caching. chrislusf 2015-05-26 10:29:49 -07:00
  • 86cd40fba8 Add "weed backup" command. chrislusf 2015-05-26 00:58:41 -07:00
  • 7272af8ec4 Adjust dir parameter default value. chrislusf 2015-05-25 23:53:45 -07:00
  • c86ae76e02 Remove old file chrislusf 2015-05-25 23:51:41 -07:00
  • c89b4fd18b Add ParseUint64 function chrislusf 2015-05-25 23:51:12 -07:00
  • 36a31771f1 Add Key String() function chrislusf 2015-05-25 23:50:19 -07:00
  • 8f88d382a5 Rename variables chrislusf 2015-05-23 10:16:01 -07:00
  • d3d23e779a Adjust log message chrislusf 2015-05-23 10:15:16 -07:00
  • 3afa3bea73 Adjust log message chrislusf 2015-05-23 10:14:18 -07:00
  • 85bfab612c Add comments chrislusf 2015-05-23 10:13:26 -07:00
  • dc2c1aedcc Merge branch 'master' of https://github.com/chrislusf/seaweedfs chrislusf 2015-05-22 09:13:10 -07:00
  • c7cf4fa46c Fix looking for master nodes. chrislusf 2015-05-22 08:12:51 -07:00
  • ebf8e9f663 Merge pull request #145 from dyeldandi/incrementalExport chrislusf 2015-05-20 09:38:52 -07:00
  • 4e1c30b60a Added -newer argument, which takes a date/time in RFC3339 format and exports only files newer than this time Denis Yeldandi 2015-05-20 15:11:12 +03:00
  • 99aee22e08 Adjust admin url pattern chrislusf 2015-05-17 13:19:39 -07:00
  • 5646ca9458 Merge pull request #142 from yanyiwu/master chrislusf 2015-05-16 19:43:14 -07:00
  • 96b73e3e94 if mt != "application/octet-stream" became if !strings.HasPrefix(mt, "application/octet-stream") yanyiwu 2015-05-16 18:55:58 +08:00
  • 3188382ea7 More debug information for connecting to master chrislusf 2015-05-14 21:46:59 -07:00
  • b8314fb054 Textual changes. chrislusf 2015-05-08 23:44:11 -07:00
  • 66317b8438 Increase compact revision during each compaction chrislusf 2015-05-08 23:43:59 -07:00
  • dac3b592ed Add compact revision in volume super block chrislusf 2015-05-08 23:34:14 -07:00
  • 98d4adbb8a Merge pull request #138 from carmark/master chrislusf 2015-05-07 05:11:32 -07:00
  • e9790c030e modify the dockerfile to make sure it was built successfully Lei Xue 2015-05-07 15:33:33 +08:00
  • 49b1ba5bbf break away from code.google.com chrislusf 2015-05-03 12:37:49 -07:00
  • 8660ecc7ec Merge pull request #135 from blalab/master chrislusf 2015-05-03 09:30:14 -07:00
  • 50b909e537 Some orthographic suggestions Ricardo Cid 2015-05-02 06:15:25 -04:00
  • 5c760523be Merge pull request #128 from yanyiwu/master chrislusf 2015-04-20 10:56:24 -07:00
  • dc47db5512 unittest: TestSortVolumeInfos yanyiwu 2015-04-21 01:22:13 +08:00
  • b7a18580b8 Sort VolumeInfos by VolumeId in Store.Status(); Ordered VolumeInfos is more Human-readable, especially when there is a lot of volumes. yanyiwu 2015-04-21 01:16:23 +08:00
  • c42d33e800 Merge pull request #127 from yanyiwu/master chrislusf 2015-04-20 07:42:21 -07:00
  • eaad4fa3c4 BUG FIXED: RoundRobinCounter.Add will cause a out of range crash when index >= len(rrc.Values) yanyiwu 2015-04-20 22:05:20 +08:00
  • c65b9588e2 [ui] BUG FIXED: Concurrent Connections incorrect. yanyiwu 2015-04-20 21:50:07 +08:00
  • 9cd221cc33 More readable peers usage: yanyiwu 2015-04-20 14:47:41 +08:00
  • 5c81fa1075 Prepend prefix "0" for odd number of hex characters. chrislusf 2015-04-19 18:54:03 -07:00
  • d47a6701c6 Merge pull request #126 from yanyiwu/master chrislusf 2015-04-19 07:05:54 -07:00
  • 6f96862662 FIXED: When RaftServer cannot find a leader, Return a more readable error. Before: curl -F "file=1234" "http://127.0.0.1:9333/submit" {"error":"Post http:///dir/assign: http: no Host in request URL"} After: curl -F "file=1234" "http://127.0.0.1:9333/submit" {"error":"Raft Server not initialized!"} yanyiwu 2015-04-19 19:00:20 +08:00
  • 6e876e0582 Merge pull request #125 from yanyiwu/master chrislusf 2015-04-17 12:29:59 -07:00
  • 3f253a587c [ui] seaweedfs logo and icon yanyiwu 2015-04-18 02:26:27 +08:00
  • 382441f9ff Update README.md v0.70beta chrislusf 2015-04-16 17:19:51 -07:00
  • 71dfecd96d Update README.md chrislusf 2015-04-16 17:18:14 -07:00
  • 283138eb86 Update README.md chrislusf 2015-04-16 17:15:53 -07:00
  • ea37a8ca64 Merge pull request #122 from stuartpb/seaweedfs-unify chrislusf 2015-04-16 15:44:18 -07:00
  • 86e80aa9a0 Fix a couple more weedfs -> SeaweedFS instances Stuart P. Bentley 2015-04-16 21:45:07 +00:00
  • d09475d23b Update Dockerfile chrislusf 2015-04-16 14:29:45 -07:00
  • df17271f05 Update README.md chrislusf 2015-04-16 14:28:08 -07:00
  • b9e8b5a816 Merge pull request #121 from stuartpb/seaweedfs-unify chrislusf 2015-04-16 14:18:17 -07:00
  • 1a194a578c More consistency with SeaweedFS name Stuart P. Bentley 2015-04-16 21:11:25 +00:00
  • d960e94290 Update README.md chrislusf 2015-04-16 14:02:38 -07:00
  • 08c41fc7e7 Update README.md chrislusf 2015-04-16 14:01:47 -07:00
  • 51432ac724 Update .project chrislusf 2015-04-16 13:52:13 -07:00
  • ba84350e58 Update README.md chrislusf 2015-04-16 13:47:54 -07:00
  • bf32977dcb Update README.md chrislusf 2015-04-16 13:44:08 -07:00
  • e736963f3c Merge pull request #119 from stuartpb/fix-namesapce chrislusf 2015-04-16 13:27:13 -07:00
  • 4d1ccf3e10 Merge pull request #118 from stuartpb/seaweedfs-rename chrislusf 2015-04-16 13:21:55 -07:00
  • 03d99503bb Fix flat_namespace_filer.go implementing "FlatNamesapceFiler" Stuart P. Bentley 2015-04-16 20:18:34 +00:00
  • f0c2a2dcb3 Change all chrislusf/weed-fs links to point to chrislu/seaweedfs Stuart P. Bentley 2015-04-16 19:18:06 +00:00
  • 41f29e9d8c Adjust versioning. Beta version should not have a date. chrislusf 2015-04-16 11:51:38 -07:00
  • c1bc529654 Use public url for returned file url result chrislusf 2015-04-16 11:37:05 -07:00
  • 087b839354 Nomalize url before redirecting. chrislusf 2015-04-16 10:02:53 -07:00
  • 67146ffa78 Adjust publicUrl to volume server only. chrislusf 2015-04-16 09:29:20 -07:00
  • 53b663af35 Adjust publicUrl to volume server only. chrislusf 2015-04-16 09:16:43 -07:00
  • 2a7972e8ea Avoid system exit if only logging failed. chrislusf 2015-04-15 18:02:02 -07:00
  • 7cc1f473b6 Adjust log message for glog. chrislusf 2015-04-15 00:01:32 -07:00
  • 49d639ecab Add error checking for file reads. chrislusf 2015-04-14 23:05:33 -07:00
  • c28d55d343 0.70 beta start chrislusf 2015-04-14 10:10:50 -07:00
  • 3a024d62df skip directory listing when paginating files. chrislusf 2015-04-14 10:09:46 -07:00
  • 4483732b2c releasing 0.69 v0.69 Chris Lu 2015-04-13 23:50:33 -07:00
  • 830a44a84a Add compression test chrislusf 2015-04-13 23:39:11 -07:00
  • 98aa9cc068 Adding filer option disableDirListing chrislusf 2015-04-13 23:38:46 -07:00
  • 95c373e762 Update README.md chrislusf 2015-04-13 09:52:48 -07:00
  • ce676ee100 Merge pull request #114 from yanyiwu/master chrislusf 2015-04-10 07:58:14 -07:00
  • fcfa4d4ca9 log image Decode error for some kind of pictures yanyiwu 2015-04-10 22:05:17 +08:00
  • 71e9b302d4 Fix empty public url chrislusf 2015-04-08 11:08:08 -07:00
  • 3ece066700 change count to uint64 to fix #109 chrislusf 2015-04-06 14:17:36 -07:00
  • c37a20178e Adjust logging level. chrislusf 2015-03-29 14:22:54 -07:00
  • 57496e522a Update README.md chrislusf 2015-03-29 11:46:09 -07:00
  • b96911c517 remove verbose logging. chrislusf 2015-03-29 11:44:16 -07:00
  • 1b6ab2f6af Add boltdb for volume needle map chrislusf 2015-03-29 11:04:32 -07:00
  • 0d23f49f74 removing unused files chrislusf 2015-03-27 16:35:42 -07:00
  • 020ba6c9a8 add leveldb support for needle map chrislusf 2015-03-27 16:34:58 -07:00
  • add99ed57e Add tool to see idx file contents chrislusf 2015-03-27 16:29:13 -07:00
  • 43689146cc fix compilation error chrislusf 2015-03-24 11:09:29 -07:00
  • f56339f38d [ui] add ui to status page chrislusf 2015-03-24 10:52:14 -07:00
  • b113760cf4 [ui] format peers chrislusf 2015-03-24 00:09:20 -07:00
  • 78bc7b393f tweaking ui chrislusf 2015-03-22 12:50:04 -07:00
  • 23012deccf Add better error message. chrislusf 2015-03-19 10:48:28 -07:00
  • b75ca9890d Add Initial Seaweed File System UI chrislusf 2015-03-19 10:39:22 -07:00
  • 6fc72b19bb add more comments chrislusf 2015-03-17 14:22:56 -07:00
  • 981c981fa8 one-off fix for issues/93 chrislusf 2015-03-17 11:15:37 -07:00
  • 62f5e35cbe fix public handler setup chrislusf 2015-03-13 07:59:29 -07:00
  • 85efc37320 marking weedfs.conf as deprecating. chrislusf 2015-03-11 10:01:08 -07:00
  • b07d81fb08 follow golint suggestions chrislusf 2015-03-10 00:20:31 -07:00
  • b4cb8bfd27 adding seaweedfs logo chrislusf 2015-03-09 23:38:01 -07:00