Commit Graph

  • dd6ce92651 Ensure an empty body in response to a HEAD request Marius 2015-12-02 18:59:22 +0100
  • 88aed988f9 Ensure empty body in HEAD response Marius 2015-11-26 16:25:59 +0100
  • 9a943a4896 Ignore order of metadata in tests Marius 2015-11-26 16:25:34 +0100
  • 01dcf7df09 Merge dc5c38354f into 3812aa7ca2 #35 Max Brosnahan 2015-11-26 11:47:58 +0000
  • 3812aa7ca2 Add test case for order of termination Marius 2015-11-26 12:43:49 +0100
  • 7b1cf1f639 Adjust code style Marius 2015-11-26 12:43:31 +0100
  • 38e0a4759b Add documentation for order of termination Marius 2015-11-26 12:43:04 +0100
  • dc5c38354f Add test for content length on 404 #35 Max Brosnahan 2015-11-05 17:59:24 -0700
  • 84ae1cb5b7 modified to private struct #34 anirudt 2015-11-25 08:09:58 +0530
  • e135bdde99 fixed bugs anirudt 2015-11-25 07:54:36 +0530
  • 57fc14d2f4 used reverse.sort interface anirudt 2015-11-25 07:47:31 +0530
  • c2e521e518 fixed index anirudt 2015-11-21 09:20:32 +0530
  • 06be13f200 Sorting before termination of uploads anirudt 2015-11-21 09:02:48 +0530
  • 7c7c49f786 Merge pull request #33 from anirudt/master Marius 2015-11-19 16:35:41 +0100
  • 1e0b37a9a8 Fixes typo in datastore.go #33 anirudt 2015-11-19 19:48:26 +0530
  • e445d9c0ef Merge pull request #31 from vayam/master Marius 2015-11-16 21:33:52 +0100
  • d87b72e34d Add nosniff header by default #31 Naren Venkataraman 2015-11-15 17:21:57 -0500
  • 294b815afb Add OPTIONS back Naren Venkataraman 2015-11-15 17:15:24 -0500
  • 04ff76f0ac Add GET,DELETE and remove redundant OPTIONS from Access-Control-Allow-Headers Naren Venkataraman 2015-11-14 12:25:26 -0500
  • a48cf931ae Use reason variable Naren Venkataraman 2015-11-14 12:17:52 -0500
  • 5475298369 Merge 4d1b66dd4a into f569ae3f5d #29 Max Brosnahan 2015-11-11 16:55:48 +0000
  • f569ae3f5d Merge pull request #30 from gingermusketeer/fix_race_in_tests Marius 2015-11-11 15:11:52 +0100
  • 98d8c939c2 Remove race in patch test #30 Max Brosnahan 2015-11-10 22:13:56 -0700
  • 4d1b66dd4a Correct error response content length #29 Max Brosnahan 2015-11-05 17:59:24 -0700
  • 7cbeb02662 Extract id from url instead of query params Max Brosnahan 2015-11-05 17:02:38 -0700
  • bc88c70725 Update documentation Max Brosnahan 2015-11-04 17:34:23 -0700
  • 093256b7a8 Expose Tus handlers Max Brosnahan 2015-11-04 17:15:22 -0700
  • 71747f2805 Use new routed handler struct in cmd Max Brosnahan 2015-11-04 16:48:23 -0700
  • a65da4944d Extract handler with routing into separate struct Max Brosnahan 2015-11-04 16:46:22 -0700
  • 604d4e35a8 Extract middleware into function Max Brosnahan 2015-11-04 15:15:23 -0700
  • 376b73ae4b Merge pull request #28 from gingermusketeer/allow_logger_to_be_configured Marius 2015-11-09 21:53:10 +0100
  • b6b65c5dee Merge pull request #27 from vayam/master Marius 2015-11-09 21:51:53 +0100
  • e71b8fb0f3 Allow logger to be configured #28 Max Brosnahan 2015-11-04 14:42:39 -0700
  • 7898128700 Fix tests #27 Naren Venkataraman 2015-11-04 04:56:32 -0500
  • db67b862ae s/ErrIllegalOffset/ErrMismatchOffset Naren Venkataraman 2015-11-04 04:37:37 -0500
  • e451dc5f65 Make sure Upload-Offset in PATCH request is greater than 0 Naren Venkataraman 2015-11-04 04:33:32 -0500
  • 1f6aac2a49 Make sure PATCH request has application/offset+octet-stream Naren Venkataraman 2015-11-04 04:23:09 -0500
  • 86dc420ebe Fix Content-Length/Body Len Mismatch Naren Venkataraman 2015-11-04 04:16:41 -0500
  • b9ba10cca2 Merge branch 'master' of github.com:tus/tusd Marius 2015-11-02 15:32:10 +0100
  • e13c87d966 Send empty response Body for HEAD requests Marius 2015-11-02 15:30:57 +0100
  • 859f5c553a Merge af915d7c82 into 4c59ae42b7 #26 Naren Venkataraman 2015-11-02 02:11:03 +0000
  • af915d7c82 Don't return Body for HEAD requests #26 Naren Venkataraman 2015-11-01 21:10:37 -0500
  • 613527db25 Make sure HEAD requests don't Hang when tus version header is missing/incorrect Naren Venkataraman 2015-11-01 19:50:10 -0500
  • 2fba44a858 Merge 850b4536a9 into 4c59ae42b7 #23 Adam Kaplan 2015-10-21 18:35:09 +0000
  • 850b4536a9 Fixes to compile errors for new interface. #23 Adam Kaplan 2015-10-21 14:35:06 -0400
  • 4f8dba9d9d Adding LockFile and UnlockFile to server API (per comments on issue #22) * Added Locked member to tusd.FileInfo object * Pushed locking mechanisms down to the JSON files themselves. Adam Kaplan 2015-10-21 14:28:22 -0400
  • 4c59ae42b7 Merge pull request #25 from gingermusketeer/tweak_readme_links Marius 2015-10-18 20:18:36 +0200
  • 549f6e6aad Change links to point to godoc.org #25 Max Brosnahan 2015-10-18 12:16:30 -0600
  • 13315ad9c8 Tweak README.md links Max Brosnahan 2015-10-18 12:07:16 -0600
  • 52eb00b2f8 Use idle timeouts for read and write operations Marius 2015-10-16 20:48:08 +0200
  • acd3a63213 Add options for read timeout to tusd command Marius 2015-10-16 20:02:08 +0200
  • 7d25a9e65b Switch to X-HTTP-Method-Override 0.0.5-test Acconut 2015-10-06 18:27:40 +0200
  • 4c1f2b99a2 Ran go formatter Adam Kaplan 2015-10-01 13:45:39 -0400
  • 766dabc238 Refactoring file locking out of tusd.Handler * Updated filestore.FileStore implementation to use simple locking scheme. Refactored to make interface use pointers. Removed locks from tusd.Handler * Refactored sample code to use pointer implementation of FileStore. * Moved ErrFileLocked variable to datastore.go Adam Kaplan 2015-10-01 13:40:56 -0400
  • 3b4353578d Restrict toolchain builds tp required platforms Acconut 2015-08-19 18:24:20 +0200
  • 5c81b40e70 Setup automatic releases with Travis Acconut 2015-08-19 18:08:15 +0200
  • a6d56b4444 Move Makefile to infra repo Kevin van Zonneveld 2015-08-19 16:36:31 +0200
  • 186e192cb0 Move infra builder to own repo Kevin van Zonneveld 2015-08-19 16:34:49 +0200
  • 942ec77216 Tusd installment placeholders /cc @Acconut Kevin van Zonneveld 2015-08-19 16:16:43 +0200
  • 136b054d4c More efficient way of installing shortcuts Kevin van Zonneveld 2015-08-18 16:30:43 +0200
  • 9e5bf0fbe7 Infra construction /cc @Acconut Kevin van Zonneveld 2015-08-18 16:11:53 +0200
  • d36573d956 Use Travis badge for master branch Acconut 2015-07-31 12:36:58 +0200
  • a284e89e28 Add Tus-Method-Override header Acconut 2015-07-31 12:35:21 +0200
  • 75506bc129 Update README for new path to binary Acconut 2015-07-28 17:40:55 +0200
  • c321ef8420 Move tusd binary in cmd subdirectory Acconut 2015-07-28 17:40:23 +0200
  • f46e49697d Merge branch 'neXT' of github.com:tus/tusd into neXT Acconut 2015-07-28 14:59:08 +0200
  • 2c78d31c27 Close io.Reader if possible Acconut 2015-07-28 14:58:52 +0200
  • 97dca3d325 Imporive README Marius 2015-07-15 14:40:14 +0200
  • 0c04ba220f prevent caching of HEAD responses Acconut 2015-05-26 16:17:35 +0200
  • 30b913d544 rename uploads channel and add option Acconut 2015-04-26 00:46:53 +0200
  • 152a8dad72 add uploads channel to handler Acconut 2015-04-18 20:56:24 +0200
  • 21a6280ef8 add basepath flag to binary Acconut 2015-04-11 13:44:30 +0200
  • e0fa7556b4 add limitedstore Acconut 2015-04-11 13:40:39 +0200
  • efe70bb0f3 add test for returning offset after concatenation Acconut 2015-03-31 23:51:28 +0200
  • 7456347c17 fix Tus-Extension test Acconut 2015-03-23 19:02:39 +0100
  • 290fea5dac return new offset after successful PATCH request Acconut 2015-03-23 19:02:12 +0100
  • e6f058eeca rename more TUS-* headers Acconut 2015-03-23 18:21:45 +0100
  • dcc04b648e rename Creation element in Tus-Extension Acconut 2015-03-23 18:20:53 +0100
  • 95d642a637 addd status text to failed tests Acconut 2015-03-23 18:17:21 +0100
  • 46fabad314 update header names Acconut 2015-03-23 18:15:05 +0100
  • c49f7bbf91 uppercase ID and URL to match golint Acconut 2015-03-23 17:58:13 +0100
  • 39f919c8aa return Metadata in HEAD reponse and allow it in CORS Acconut 2015-03-08 01:06:39 +0100
  • 9a5dc53c8d no metadata flag for TUS-Extension exists Acconut 2015-03-08 00:10:22 +0100
  • 5772ec458f close io.Reader in tests Acconut 2015-02-28 16:12:33 +0100
  • 9cd3b0e300 add badge for appveyor in README Acconut 2015-02-28 16:10:11 +0100
  • c48f502051 setup golang directories on appveyor Acconut 2015-02-28 15:38:03 +0100
  • 7a221f97a2 test on Windows using Appveyor Acconut 2015-02-28 15:06:38 +0100
  • 9b3d56bf07 move os.IsNotExist call to sendError Acconut 2015-02-28 14:53:01 +0100
  • 1659517825 test inferface implentation for FileStore Acconut 2015-02-28 14:49:52 +0100
  • 9f94d0591b add support for Termination extension Acconut 2015-02-28 14:47:39 +0100
  • 09056611d6 add flags and output to tusd cli Acconut 2015-02-17 20:07:49 +0100
  • 2b66ccfd56 refactor tests using httpTest Acconut 2015-02-17 15:44:12 +0100
  • 93eb701e14 add concatenation extension Acconut 2015-02-17 14:19:56 +0100
  • 0c16aedc29 use tusd.FileInfo in DataStore.NewUpload Acconut 2015-02-16 17:53:50 +0100
  • 0f79383af2 add test for filestore Acconut 2015-02-12 16:06:15 +0100
  • 23513879c9 rename test for getting file Acconut 2015-02-12 16:05:54 +0100
  • 38794a4cf9 split handler test into multiple files Acconut 2015-02-09 19:37:06 +0100
  • e951dc39d3 change default file permission to 0775 Acconut 2015-02-06 22:07:53 +0100
  • 29100e3b5b add GET route for downloading uploads Acconut 2015-02-06 22:05:33 +0100
  • 04d559dd47 do not check size if MaxSize == 0 Acconut 2015-02-05 18:25:38 +0100