Commit Graph

  • 203310ff2d Merge 24f1137db5 into bb3d48f98b Raphael Deem 2017-02-12 21:59:44 +0000
  • 6233abb1a4 Merge 252749f756 into bb3d48f98b Angus Hollands 2017-02-12 21:59:44 +0000
  • bb3d48f98b Merge pull request #412 from seemethere/improving_performance Eli Uriegas 2017-02-12 15:48:45 -0600
  • b5e46e83e2 ensure_future -> add_task Raphael Deem 2017-02-12 12:07:59 -0800
  • 2340910b46 Update deprecation message Fix bug with single callbacks Angus Hollands 2017-02-12 18:15:14 +0000
  • d8c4c1525d Merge pull request #406 from agoose77/master_pre_patches_1 Eli Uriegas 2017-02-12 12:14:50 -0600
  • 6713ef7726 Remove unused import Eli Uriegas 2017-02-12 12:09:06 -0600
  • ae7555b065 Performance was down so this brings it back up Eli Uriegas 2017-02-12 12:05:14 -0600
  • ee6ff0cc60 Add deprecation and old API Angus Hollands 2017-02-12 12:28:02 +0000
  • 94b2352c2c add ensure_future method Raphael Deem 2017-02-11 14:52:40 -0800
  • cf3f943feb Merge pull request #409 from r0fls/loop-attribute Eli Uriegas 2017-02-11 18:31:51 -0600
  • 55c4d583b9 Merge pull request #410 from r0fls/extensions Eli Uriegas 2017-02-11 18:31:16 -0600
  • 0e1bb6ab04 add loop property Raphael Deem 2017-02-11 16:27:38 -0800
  • 7944cff7a5 add extension to docs Raphael Deem 2017-02-11 15:26:18 -0800
  • 8b08a370c5 Remove todo Angus Hollands 2017-02-11 14:39:32 +0000
  • 2d5fd2fe1c fix test Angus Hollands 2017-02-11 14:35:44 +0000
  • b5e50ecb75 Use app decorator instead of run arguments for before_start Mirror listener of blueprints Angus Hollands 2017-02-11 14:30:17 +0000
  • 252749f756 Fix test Angus Hollands 2017-02-11 12:50:19 +0000
  • 39720892ba Merge branch 'master' into ag_master Angus Hollands 2017-02-11 12:45:57 +0000
  • 35d50c0671 Fix line lengths Angus Hollands 2017-02-11 12:45:09 +0000
  • e00c9d0ee0 Fix line length Angus Hollands 2017-02-11 12:39:04 +0000
  • 6ddcaac8b0 Remove removed args from deploying.md Angus Hollands 2017-02-11 12:35:55 +0000
  • 825db07bf0 Fix tests and accidently removed args to serve Angus Hollands 2017-02-11 12:34:11 +0000
  • be9c9f045a Cleanup middleware decorator Angus Hollands 2017-02-11 12:27:25 +0000
  • 810008a73a Remove arguments that pass before_start, before_stop, after_start, after_stop functions, instead use decorators. Angus Hollands 2017-02-11 11:53:18 +0000
  • 24f1137db5 add websocket support Raphael Deem 2017-02-09 23:36:15 -0800
  • 75fca1b9c7 Merge pull request #402 from agoose77/patch-1 Raphael Deem 2017-02-10 12:11:12 -0800
  • 1436fb3ef4 Don't ask for uvloop on windows Angus Hollands 2017-02-10 13:14:36 +0000
  • 2bfd127218 Merge pull request #400 from aquacash5/master Raphael Deem 2017-02-09 23:13:49 -0800
  • de5da63d5c added build folder to .gitignore Kyle Blöm 2017-02-09 18:49:11 -0800
  • fb419eaa36 fix bug: netloc always in url if SERVER_NAME defined in config even _external not true lixxu 2017-02-09 18:26:17 +0800
  • cf2a363e5e improve url_for to support multi values for one arg, add _anchor/_external/_scheme options lixxu 2017-02-09 16:44:23 +0800
  • 7401facc21 Merge pull request #398 from seemethere/fix_errors_from_content_range Eli Uriegas 2017-02-08 20:06:02 -0600
  • 579afe012b Fixes errors related to #378 Eli Uriegas 2017-02-08 19:59:34 -0600
  • 4f856e8783 Merge pull request #378 from aquacash5/master Eli Uriegas 2017-02-08 19:39:29 -0600
  • eb059183f7 Merge branch 'master' into master Eli Uriegas 2017-02-08 19:37:32 -0600
  • 419156f7cc Merge pull request #397 from seemethere/increment_031 0.3.1 Eli Uriegas 2017-02-08 19:23:20 -0600
  • b7f7883fb7 Increment to v0.3.1 Eli Uriegas 2017-02-08 19:22:51 -0600
  • a5a7490bca Merge pull request #379 from youknowone/exception Eli Uriegas 2017-02-08 19:20:42 -0600
  • 6724d8131c Merge pull request #387 from subyraman/url-for-v3 Eli Uriegas 2017-02-08 19:20:09 -0600
  • 2ccdc0a14d Merge 58012366f3 into a19bb15070 Jeong YunWon 2017-02-08 06:17:50 +0000
  • a19bb15070 Merge pull request #389 from chenfengyuan/fix_run_async_demo Raphael Deem 2017-02-07 14:58:48 -0800
  • 2ee0147848 Merge pull request #386 from youknowone/sanic_endpoint_test Eli Uriegas 2017-02-07 10:57:05 -0600
  • 252f1add7e Merge pull request #394 from brian-bates/tox-cleanup Eli Uriegas 2017-02-07 10:55:52 -0600
  • 413c92c631 Let exception handler handle inherited exceptions Jeong YunWon 2017-01-31 14:29:16 +0900
  • 36d519026f reject unnamed handlers Suby Raman 2017-02-03 10:12:33 -0500
  • aa54785918 fix always warning loop is passed issue Fengyuan Chen 2017-02-04 15:54:37 +0800
  • d6b386083f Merge pull request #390 from chenfengyuan/pass_loop_warning Raphael Deem 2017-02-05 14:01:41 -0800
  • 82f383b64f Add missing dependency Brian Bates 2017-02-05 11:44:01 -0800
  • a15ee3ad06 Fix sanic_endpoint_test working with redirects Jeong YunWon 2017-02-02 18:51:33 +0900
  • 29680cb515 fix always warning loop is passed issue Fengyuan Chen 2017-02-04 15:54:37 +0800
  • 884749f345 fix run_async demo Fengyuan Chen 2017-02-04 15:27:46 +0800
  • 5c63ce666c punctuation Suby Raman 2017-02-02 14:21:59 -0500
  • 5632d073be update docs Suby Raman 2017-02-02 13:00:15 -0500
  • f9056099f9 all works Suby Raman 2017-02-02 12:52:48 -0500
  • 7c09ec29f7 rebase Suby Raman 2017-02-02 12:21:14 -0500
  • 8c96667c2b Merge b2da0aa818 into 6f0b09509e Eli Uriegas 2017-02-02 16:04:46 +0000
  • b2da0aa818 Merge branch 'master' of github.com:channelcat/sanic into no_asyncio_global_settings Eli Uriegas 2017-02-02 10:04:17 -0600
  • 6f0b09509e Merge pull request #213 from sfstpala/master Eli Uriegas 2017-02-01 23:07:52 -0600
  • 31c53d67e2 Merge pull request #384 from seemethere/update_static_tests Eli Uriegas 2017-02-01 15:20:34 -0600
  • b1eb824159 Merge f62c4b38b4 into dece636d54 Kyle Blöm 2017-02-01 18:53:38 +0000
  • 30bf5c6907 Merge 1ece77ccc8 into dece636d54 Kyle Blöm 2017-02-01 18:53:38 +0000
  • 6e513dab81 Remove 2 unused variables Eli Uriegas 2017-02-01 09:17:07 -0600
  • a4758a39d0 Merge branch 'master' of github.com:channelcat/sanic into no_asyncio_global_settings Eli Uriegas 2017-02-01 09:05:46 -0600
  • 6a322ba3f8 Updates static tests to test for issue #374 Eli Uriegas 2017-02-01 09:00:57 -0600
  • dece636d54 Merge pull request #383 from r0fls/derp Raphael Deem 2017-02-01 00:29:12 -0800
  • b29f648148 typo: async_run -> run_async Raphael Deem 2017-01-31 12:46:02 -0800
  • 7f85be43c6 Removes the need for asycnio global settings Eli Uriegas 2017-01-31 14:34:26 -0600
  • c91d264ff1 Merge pull request #380 from channelcat/openapi-extension Eli Uriegas 2017-01-31 07:39:38 -0600
  • 487e3352e4 Revert "fix async run, add tests" Eli Uriegas 2017-01-31 07:30:17 -0600
  • 34966fb182 Added sanic-openapi to extensions Channel Cat 2017-01-31 01:24:41 -0800
  • 17a92a58b2 Merge pull request #369 from r0fls/fix-async-run Eli Uriegas 2017-01-30 22:21:25 -0600
  • 69ef233e48 Merge a1ee8f076e into 60d3e5b9e0 Raphael Deem 2017-01-31 01:07:44 +0000
  • e467d19c34 Merge b44d927172 into 60d3e5b9e0 Raphael Deem 2017-01-31 01:07:44 +0000
  • 60d3e5b9e0 Merge pull request #377 from r0fls/373 Raphael Deem 2017-01-30 17:07:26 -0800
  • d193a1eb70 Added the tests, code formatting changes, and the Range Request feature. Kyle Blöm 2017-01-30 17:04:51 -0800
  • 1501c56bbc update route method docs Raphael Deem 2017-01-30 16:42:43 -0800
  • 1ece77ccc8 Merge remote-tracking branch 'origin/master' Kyle Blöm 2017-01-30 14:02:20 -0800
  • b8cde74df0 Fixed issue with rebase Kyle Blöm 2017-01-30 14:02:06 -0800
  • d1088f0274 combine logic from create_server() and run() Raphael Deem 2017-01-28 14:54:15 -0800
  • 6bc0377954 fix async run Raphael Deem 2017-01-28 15:26:44 -0800
  • ff7b34382e added method parameters to docstrings Kyle Blöm 2017-01-30 09:49:40 -0800
  • 4562190770 Changed list to frozenset Kyle Blöm 2017-01-30 09:49:04 -0800
  • d05d48dc7d sorted imports Kyle Blöm 2017-01-30 09:48:39 -0800
  • 4fac73da5a Fixed typo Kyle Blöm 2017-01-30 09:48:14 -0800
  • 5135c717f2 Added new tests, new request logic, and handler file Kyle Blöm 2017-01-30 09:13:43 -0800
  • bb05413a92 Added new tests, new request logic, and handler file Kyle Blöm 2017-01-30 09:13:43 -0800
  • ca02ed3b9f Changed output to use a default_header dictionary and a ChainMap to unnecessary conditionals and simplified range parsing logic Kyle Blöm 2017-01-28 11:18:52 -0800
  • b4a23bf1a6 fixed line to long notice Kyle Blöm 2017-01-27 08:00:41 -0800
  • 6f96d7da05 added Range request test cases Kyle Blöm 2017-01-26 18:38:32 -0800
  • ec3a397828 PEP8 format changes Kyle Blöm 2017-01-26 18:37:51 -0800
  • 76a94226f1 Added Range request options for static files Kyle Blöm 2017-01-26 18:37:16 -0800
  • d5787c99d3 Merge remote-tracking branch 'origin/master' Kyle Blöm 2017-01-30 13:52:04 -0800
  • 2630f5e0ca added method parameters to docstrings Kyle Blöm 2017-01-30 09:49:40 -0800
  • 23efba515c Changed list to frozenset Kyle Blöm 2017-01-30 09:49:04 -0800
  • a5c12b96f4 sorted imports Kyle Blöm 2017-01-30 09:48:39 -0800
  • 0e0858f046 Fixed typo Kyle Blöm 2017-01-30 09:48:14 -0800
  • 293954a5d8 Added new tests, new request logic, and handler file Kyle Blöm 2017-01-30 09:13:43 -0800
  • afe12f2d9e Changed output to use a default_header dictionary and a ChainMap to unnecessary conditionals and simplified range parsing logic Kyle Blöm 2017-01-28 11:18:52 -0800
  • 2e2840a031 fixed line to long notice Kyle Blöm 2017-01-27 08:00:41 -0800