Commit Graph

  • f770e16f6d
    Merge pull request #22 from channelcat/master 7 2018-06-26 23:33:35 -0700
  • 9092ee9f0e HTTP Entity Headers (#1127) Arnulfo Solís 2018-06-27 07:25:25 +0200
  • 6f4b1fbd0d fix #1253 veelion 2018-06-24 19:59:09 +0800
  • cc8368acf6 Add is_active_stream property. Jeff Wen 2018-06-19 10:35:11 +0800
  • 01257f65a6 Make auto reloader work on Mac (#1249) GaryO 2018-06-18 18:16:10 -0400
  • bd122f0abc Make auto reloader work on Mac Gary Oberbrunner 2018-06-18 11:45:11 -0400
  • 18059464dc Fix a couple of PEP8 errors caused by previous rebase. Ashley Sommer 2018-06-16 14:53:38 +1000
  • ec0b99f399 This commit adds handlers for the asyncio/uvloop protocol callbacks for pause_writing and resume_writing. These are needed for the correct functioning of built-in tcp flow-control provided by uvloop and asyncio. This is somewhat of a breaking change, because the write function in user streaming callbacks now must be awaited. This is necessary because it is possible now that the http protocol may be paused, and any calls to write may need to wait on an async event to be called to become unpaused. Ashley Sommer 2018-03-29 10:13:29 +1000
  • 8836ddaa4a fix unit tests Yun Xu 2018-06-10 22:09:40 -0700
  • 0065aecae4 moving CIDict to avoid circular imports Yun Xu 2018-06-10 21:44:01 -0700
  • 612c120be4 fix CIDict Yun Xu 2018-06-10 21:39:17 -0700
  • 2e872522bb add unit tests, which should fail Yun Xu 2018-06-10 21:37:31 -0700
  • c1222175b3
    Merge pull request #21 from channelcat/master 7 2018-06-10 20:17:27 -0700
  • 5ff481952d add UUID support (#1241) Volodymyr Maksymiv 2018-06-09 11:16:17 +0300
  • b99b6d69dd add UUID support Volodymyr Maksymiv 2018-06-07 11:34:50 +0000
  • baa689ad43 Fix failed build and add websockets version specifier (#1239) 7 2018-06-07 10:07:26 -0700
  • bce1a7409d fix failed build Yun Xu 2018-06-06 20:44:24 -0700
  • 2f30f4f69f Fixed #1231 - release resource no matter what (#1232) Philip Xu 2018-06-06 17:43:57 -0400
  • 9aafd32a1d add websockets version constraint Yun Xu 2018-06-05 08:51:40 -0700
  • 4aed0a8258
    Fixed #1231 - release resource no matter what Philip Xu 2018-05-29 15:12:22 -0400
  • 202a4c6525
    make request truthy if has transport (#1222) Raphael Deem 2018-05-16 14:12:12 -0700
  • 35eb49e10e make request truthy if has transport Raphael Deem 2018-05-15 14:35:32 -0700
  • fd279f8b6d Support flow control for request streaming Jeff Wen 2018-05-13 03:00:56 +0800
  • 0e239fb11b
    Return 206 when answering Range request Logan Collins 2018-05-10 15:29:50 -0500
  • 7928b9b3a2
    Merge pull request #20 from channelcat/master 7 2018-04-29 21:50:07 -0700
  • e1c9020268 Update extensions.md (#1205) Adam Hopkins 2018-04-30 04:41:17 +0300
  • 04a12b436e Added Sanic-Auth, Sanic-CookieSession and Sanic-WTF to Extensions doc (#1210) Philip Xu 2018-04-29 21:40:18 -0400
  • 30317679fe Added Sanic-Auth, Sanic-CookieSession and Sanic-WTF to Extensions doc Philip Xu 2018-04-28 20:02:01 -0400
  • 9b7b64ec2b removed all hasattr when checking request Arnulfo Solis 2018-04-26 00:20:38 +0200
  • b77c4fb9e8 referer and user-agent default is now '-' Arnulfo Solis 2018-04-25 18:50:43 +0200
  • a9165776a1 fixed version 3.5 Arnulfo Solis 2018-04-25 18:49:11 +0200
  • 5f8550858d minor fixes Arnulfo Solis 2018-04-25 18:44:25 +0200
  • b0de4ffaf7 fixed flake8 issues Arnulfo Solis 2018-04-25 18:40:32 +0200
  • 9e5f8d0e2b updated docs Arnulfo Solis 2018-04-25 18:29:00 +0200
  • 4bd620faab oups oups fixed typo Arnulfo Solis 2018-04-25 18:20:33 +0200
  • 9a8dfbe727 final touches Arnulfo Solis 2018-04-25 18:11:04 +0200
  • 84272e9d01 added default log to apache common Arnulfo Solis 2018-04-25 18:09:08 +0200
  • a05fd6a7ef prototype of Apache combined logs Arnulfo Solis 2018-04-25 18:01:11 +0200
  • 23b17a73da
    Merge pull request #4 from channelcat/master Arnulfo Solís 2018-04-25 14:06:45 +0200
  • 9c1f507813
    Update extensions.md Adam Hopkins 2018-04-25 02:40:57 +0300
  • 818a8c2196 Added GINO to Extensions doc (#1200) Fantix King 2018-04-22 12:02:49 +0800
  • 555f8f2af2 Added GINO to Extensions doc Fantix King 2018-04-20 17:10:13 +0800
  • b19b52b639 Fixed line length issues which caused CI test cases to fail with flake8. mashaal 2018-04-17 17:14:59 -0400
  • 73e135bdaa Fixed bug which caused CI test cases to fail. mashaal 2018-04-17 16:58:30 -0400
  • 0bdadbfbfb Modified code to allow blueprint's to have handlers which are class/instance methods, in addition to already working plain vanilla functions. Tested and working. mashaal 2018-04-05 15:13:09 -0400
  • b6715464fd added init docs (#1167) Arnulfo Solís 2018-04-02 05:53:08 +0200
  • 8f2d543d9f
    default to auto_reload in debug mode (#1159) Raphael Deem 2018-04-01 20:52:56 -0700
  • 0d408e05e9 disable auto-reload in testing client Raphael Deem 2018-04-01 20:47:00 -0700
  • cdae9482db default to auto_reload in debug mode Raphael Deem 2018-03-13 18:05:43 -0700
  • 6cf320bedb
    Merge pull request #1181 from kot83/patch-1 Raphael Deem 2018-03-29 20:13:48 -0700
  • a850ce5086
    rename function to something else kot83 2018-03-29 15:57:10 -0700
  • ef3bdf5408
    Merge pull request #1180 from ashleysommer/fix_aiohttp_breakages Raphael Deem 2018-03-29 01:05:50 -0700
  • 94b9bc7950 Some of the tests in Sanic (test_request_timout, test_response_timeout, test_keep_alive_timeout) use a custom SanicClient with modified methods. This relies on overriding internal aiohttp Client classes. In aiohttp 3.1.0 there were some breaking changes that caused the custom methods to be no longer compatible with latest upstream aiohttp Client class. See: 903073283f and: b42e0ced46 Ashley Sommer 2018-03-29 11:54:59 +1000
  • 8a07463a67
    Merge pull request #1175 from PyManiacGR/patch-1 Raphael Deem 2018-03-28 00:41:07 -0700
  • 2995b23929
    Update try_everything.py PyManiac 2018-03-24 15:55:15 +0200
  • eb4276373b
    Fix try_everything example. TheRubyDoggy 2018-03-24 15:34:41 +0200
  • 79df52e519
    Merge pull request #1169 from charlax/patch-1 Raphael Deem 2018-03-21 10:46:09 -0700
  • 3dfb31b1b9
    Clarify arguments to request/response middleware Charles-Axel Dein 2018-03-21 12:07:26 +0100
  • c4c4ed70d9
    Merge pull request #1163 from vopankov/master Raphael Deem 2018-03-17 14:52:25 -0700
  • d1ab84feee added init docs Arnulfo Solis 2018-03-17 15:35:06 +0100
  • 5ebf84a616
    Merge pull request #3 from channelcat/master Arnulfo Solís 2018-03-17 14:59:12 +0100
  • 45422df1b7
    Merge pull request #1162 from yunstanford/fix-hang-build Raphael Deem 2018-03-16 11:14:44 -0700
  • e0b7624414 fix hang build Yun Xu 2018-03-15 22:06:58 -0700
  • b0ecb3170f fix hang build Yun Xu 2018-03-15 22:03:36 -0700
  • fc8b5f378a migrate to trusty Yun Xu 2018-03-15 21:39:21 -0700
  • d42cb7ddb3 fix hang build Yun Xu 2018-03-15 21:28:52 -0700
  • 9970e7abd0
    Merge 6454ac0944 into cc84005593 Basil 2018-03-14 10:58:52 +0000
  • 6454ac0944 Add __weakref__ to Request slots Панков Василий 2018-03-14 13:37:15 +0300
  • 31cf83f10b
    Merge pull request #19 from channelcat/master 7 2018-03-13 22:11:40 -0700
  • cc84005593
    Merge pull request #1157 from kinware/feature/add-route-streams Raphael Deem 2018-03-13 00:08:25 -0700
  • 915d2732a1 Allow streaming handlers in add_route Kinware 2018-03-12 20:21:59 +0100
  • 77bae371f2 request.py: Added __nonzero__ function for checking request existence Sunny Aggarwal 2018-03-12 00:28:22 +0530
  • 8dc06bf5e6 Request.py: Updated base class from dict to object in Request wrapper class Sunny Aggarwal 2018-03-11 21:52:06 +0530
  • b0345e8cb7 Change deprecated verify_ssl to ssl nirgn975 2018-03-11 14:38:10 +0200
  • 44bc47361e
    Merge pull request #1149 from channelcat/travis-retry Raphael Deem 2018-03-06 15:54:19 -0800
  • e8a3ac4ce3
    Merge bcc09383e7 into 3619b07843 Mark Underseth 2018-03-05 22:48:06 +0000
  • 3619b07843
    Merge pull request #1146 from yunstanford/upgrade-test-client Raphael Deem 2018-03-01 23:18:20 -0800
  • ad3f588c79 use travis_retry on tox Raphael Deem 2018-03-01 23:16:49 -0800
  • a2fc37121b migrating all to async syntax Yun Xu 2018-03-01 22:35:58 -0800
  • 7f36d20123
    Merge pull request #1145 from yingshaoxo/patch-1 Raphael Deem 2018-02-28 01:19:29 -0800
  • d1a8e8b042 fixed unit tests Yun Xu 2018-02-27 22:25:38 -0800
  • c39ddd00d3 workaround fix for an issue in aiohttp.Client Yun Xu 2018-02-27 21:42:41 -0800
  • d55e453bd5 cleaning up Yun Xu 2018-02-27 20:26:49 -0800
  • bffed27bdb
    Merge pull request #1142 from clarksun/patch-1 Raphael Deem 2018-02-27 01:03:47 -0800
  • fffcb158f1
    Merge pull request #18 from channelcat/master 7 2018-02-26 22:19:30 -0800
  • eca98a54eb fixed all unit tests Yun Xu 2018-02-26 22:18:21 -0800
  • 46ed2c5270 upgrade aiohttp for test_client Yun Xu 2018-02-26 22:08:05 -0800
  • 23ea0b7ec9
    exception.md code sample miss 'async' prefix Sun Wei 2018-02-26 16:09:26 +0800
  • ef26cb283b
    add an necessary import for better understanding yingshaoxo 2018-02-26 11:24:54 +0800
  • b8bb77eff6
    Merge pull request #1137 from Julien00859/1136 Eli Uriegas 2018-02-21 09:55:52 -0600
  • 9c75ad3de1 close #1136 Julien00859 2018-02-21 00:50:27 +0100
  • 0b38dea613
    Merge pull request #1117 from abuckenheimer/env_dependent_ujson_uvloop Eli Uriegas 2018-02-20 13:13:21 -0600
  • def2f91662 Remove extra newline. Yaser Amiri 2018-02-19 11:04:40 +0330
  • 4cd7276bb6 Fix cookie parser (change to Django way) Yaser Amiri 2018-02-18 16:37:20 +0330
  • 7e4a9e3bc2
    Merge pull request #1047 from Yaser-Amiri/master Raphael Deem 2018-02-16 11:11:49 -0800
  • 36f12c822f
    Merge pull request #1122 from knowsuchagency/master Raphael Deem 2018-02-15 16:58:27 -0800
  • 0cbea0f5d3
    Merge pull request #1129 from cloudship/patch-1 Raphael Deem 2018-02-14 20:44:40 -0800
  • e735fe54c3
    raw requires a bytes-like object panxb 2018-02-15 00:11:37 +0800
  • e911e2e1df updated doc Stephan Fitzpatrick 2018-02-13 23:58:03 -0800
  • 1d75f6c2be
    changed docstring spacing Stephan Fitzpatrick 2018-02-13 10:15:16 -0800