| 
							
							
								 Nicolas Delaby | c3abdab9c4 | The main process that spawn sub processes doesn't run any loop. let's not try to stop one | 2017-04-28 19:57:49 +02:00 |  | 
			
				
					| 
							
							
								 Nicolas Delaby | 8b13e103fd | In case of error when starting sanic Don't exit with code 0 | 2017-04-28 19:08:51 +02:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 5f94f65f4f | Merge pull request #669 from 38elements/log Add access.log and error.log to .gitignore | 2017-04-28 07:40:42 -07:00 |  | 
			
				
					| 
							
							
								 38elements | fc0d69616c | Add access.log and error.log to .gitignore | 2017-04-28 18:52:15 +09:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 656f5b93d6 | Merge pull request #668 from seemethere/stop_workers_on_sigint Add the killing of children | 2017-04-27 22:39:48 -07:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 436d37c079 | Add the killing of children Kills children processes when parent process receives a signal to
shutdown.
Solves for #594 | 2017-04-27 17:47:08 -07:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | ed0081fcf7 | Merge pull request #625 from zenixls2/master based on issue #608, create access log | 2017-04-27 14:31:53 -07:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 140062f8a3 | Merge pull request #662 from rsrdesarrollo/master invariant: body after request is processed must be binary | 2017-04-27 14:31:28 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 75f5fa7c06 | Merge pull request #666 from pyx/issue-665 Fix #665 - ImportError not preserved in __main__.py | 2017-04-27 00:32:09 -07:00 |  | 
			
				
					| 
							
							
								 Philip Xu | 9152a1a266 | Improved on wording | 2017-04-27 03:16:38 -04:00 |  | 
			
				
					| 
							
							
								 Philip Xu | ade89ab795 | Fix #665 - ImportError not preserved in __main__.py | 2017-04-26 22:57:19 -04:00 |  | 
			
				
					| 
							
							
								 zenix | 95cfdee8b8 | Merge branch 'master' of https://github.com/channelcat/sanic | 2017-04-26 14:50:42 +09:00 |  | 
			
				
					| 
							
							
								 zenix | 63a27cc5e2 | add document on logging | 2017-04-26 14:50:21 +09:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 472face796 | Add link to issue tracking sanic projects! | 2017-04-25 21:50:49 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 8d537a6d0b | Merge pull request #663 from mmaybeno/fix_jinja_example_typo Fix typo for jinja example and converted to dir | 2017-04-25 20:29:12 -07:00 |  | 
			
				
					| 
							
							
								 Matt Maybeno | b3101d339e | Fix typo for jinja example and converted to dir | 2017-04-25 20:10:46 -07:00 |  | 
			
				
					| 
							
							
								 Raúl Sampedro | 85acddddba | invariant: body after request is processed must be binary | 2017-04-25 12:00:27 +02:00 |  | 
			
				
					| 
							
							
								 zenix | c9d747d97f | fix merge error | 2017-04-25 11:46:13 +09:00 |  | 
			
				
					| 
							
							
								 zenix | 0bba267808 | Merge branch 'master' of https://github.com/channelcat/sanic | 2017-04-25 11:07:40 +09:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 1036242064 | Merge pull request #661 from seemethere/increment_052 Increment to 0.5.20.5.2 | 2017-04-24 13:39:39 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 5fd62098bd | Increment to 0.5.2 | 2017-04-24 11:37:04 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 74cc7be922 | Merge branch 'master' into master | 2017-04-24 00:47:01 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | b3814ca89a | Merge pull request #646 from r0fls/637 allow disabling keep alive | 2017-04-24 00:43:16 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | b75a321e4a | Merge pull request #644 from kszucs/master Example to use dask distibuted | 2017-04-22 01:14:34 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 9caa4fec4a | Merge pull request #656 from r0fls/token-rework update token attribute | 2017-04-21 22:44:42 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | a0cba1aee1 | accept token directly in auth header | 2017-04-21 22:36:45 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 97018ad62f | Merge pull request #655 from seemethere/fix_gunicorn_worker Fix duplicate signal settings for gunicorn worker | 2017-04-21 22:16:43 -07:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | a7d17fae44 | Fix duplicate signal settings for gunicorn worker | 2017-04-21 17:06:52 -05:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 6ce0050979 | Merge pull request #652 from 38elements/signal-stopped Fix `this.signal.stopped` is `True` #639 | 2017-04-20 13:06:28 -07:00 |  | 
			
				
					| 
							
							
								 38elements | bc035fca78 | Remove unnecessary variables | 2017-04-20 18:27:28 +09:00 |  | 
			
				
					| 
							
							
								 38elements | df914a92e4 | Fix this.signal.stoppedisTrue#639 | 2017-04-19 11:19:01 +09:00 |  | 
			
				
					| 
							
							
								 Szucs Krisztian | 1b939a6823 | work with distributed 1.16.1 | 2017-04-17 11:05:19 +02:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 81b6d988ec | NO_KEEP_ALIVE -> KEEP_ALIVE | 2017-04-16 22:43:49 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 7e9b65feca | Merge pull request #647 from r0fls/645 use absolute path in static root | 2017-04-16 22:06:40 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 6f098b3d21 | add no_keep_alive setting to docs | 2017-04-16 22:05:34 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 5ddb0488f2 | allow disabling keep alive | 2017-04-16 22:03:20 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | 3e87314adf | use absolute path in static root | 2017-04-16 21:58:10 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | f6d4a06661 | Merge pull request #643 from aryeh/allow_unknown_status_codes Allow unknown status codes | 2017-04-16 18:42:59 -07:00 |  | 
			
				
					| 
							
							
								 Raphael Deem | ff17fc95e6 | Merge pull request #632 from messense/feature/path-route Add path type for router | 2017-04-16 18:39:10 -07:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | c5a46f1cea | Merge pull request #638 from seemethere/add_contributing_rules Add new contributing rules | 2017-04-16 13:15:01 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 0b072189c4 | Merge pull request #641 from TomIsPrettyCool/master Use render_async and a template env with the Jinja2 example. | 2017-04-16 13:14:35 -05:00 |  | 
			
				
					| 
							
							
								 Szucs Krisztian | 5b22d1486a | fix syntax error in comment | 2017-04-16 18:13:00 +02:00 |  | 
			
				
					| 
							
							
								 Szucs Krisztian | 9eb48c2b0d | dask distributed example | 2017-04-16 18:11:24 +02:00 |  | 
			
				
					| 
							
							
								 aryeh | ff0632001c | prevent crash for unknown response codes set text for unknown status code, otherwise when None is used exception occurs. | 2017-04-16 10:07:29 -04:00 |  | 
			
				
					| 
							
							
								 aryeh | 28bd09a2ea | Merge pull request #1 from channelcat/master pull master | 2017-04-16 09:48:59 -04:00 |  | 
			
				
					| 
							
							
								 Tom Haines | c6aaa9b09c | Use render_async and a template env with jinja2 | 2017-04-16 13:50:07 +01:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 20d9ec1fd2 | Fix the numbered list | 2017-04-14 14:38:45 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 2c45c2d3c0 | Add new contributing rules | 2017-04-14 14:35:28 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | 18829e648a | Merge pull request #635 from yeahx/master fix directory traversal flaw0.5.1 | 2017-04-14 14:01:29 -05:00 |  | 
			
				
					| 
							
							
								 Eli Uriegas | a64c636a33 | Merge pull request #627 from Sniedes722/master Updating examples for 0.5.0 | 2017-04-14 13:21:43 -05:00 |  |