| 
							
							
								 kbynd | 2f6da122fd | Update output.go | 2017-01-02 09:17:17 +05:30 |  | 
			
				
					| 
							
							
								 kbynd | f0d1d7149b | Update output.go | 2016-12-31 16:14:38 +05:30 |  | 
			
				
					| 
							
							
								 kbynd | 96387e9a9b | EnableGZip=true,then content-length header missing This results in responses with Content-Type as gzip as opposed to original content type.
This affects ServeJSON() function. | 2016-12-31 16:04:34 +05:30 |  | 
			
				
					| 
							
							
								 astaxie | 01c3812520 | Merge pull request #2086 from Maxgis/issue_accept_encoding Refactoring | 2016-08-07 16:25:51 +08:00 |  | 
			
				
					| 
							
							
								 maxin | ce6f19871c | Refactoring | 2016-08-06 21:13:58 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | ce6d673933 | Merge pull request #2045 from Maxgis/master avoid  error when the  callback function not exisit | 2016-08-02 09:50:52 +08:00 |  | 
			
				
					| 
							
							
								![maxin[马鑫]](/avatar/726d557a54ab27fdd56665cdee24ad8d?size=56) maxin[马鑫] | 8099a81b7a | avoid  error when the  callback function not exisit | 2016-07-15 19:13:35 +08:00 |  | 
			
				
					| 
							
							
								 ysqi | 830985b90b | QueryEscape Download File Name | 2016-04-27 22:05:31 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 52fbab329d | Merge pull request #1844 from mishudark/master delete not used variable (status int) in output.go functions | 2016-03-30 15:44:32 +08:00 |  | 
			
				
					| 
							
							
								 mishudark | eae2147735 | chore(output.go): delete not used variable (status int) in check status functions | 2016-03-29 23:28:53 -06:00 |  | 
			
				
					| 
							
							
								 YuShuangqi | b7d1afbf86 | Remote empty line | 2016-03-24 08:35:42 +08:00 |  | 
			
				
					| 
							
							
								 ysqi | 1eab11ca90 | fixed #1815 check file before download | 2016-03-23 21:27:28 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | d90195061f | fix #1783 | 2016-03-13 11:16:19 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 5698b5dc92 | Merge pull request #1709 from mlgd/develop Fix cookies in accordance with the "net / http" and Flash usage | 2016-03-08 13:53:43 +08:00 |  | 
			
				
					| 
							
							
								 Mickaël GALLARD | 9119f766d2 | Fix cookies in accordance with the "net / http" and Flash usage Fixed issue of Flash cookies that are deleted before being read
Max-age parameter conform to "net/http" Cookie | 2016-02-22 13:35:54 +01:00 |  | 
			
				
					| 
							
							
								 ysqi | d35c50a8e0 | return write body error | 2016-02-12 11:36:25 +08:00 |  | 
			
				
					| 
							
							
								 ysqi | 810f6db8d2 | fix #1669 write empty body panic error | 2016-02-12 11:27:59 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | f70f338025 | use sync.Pool to reuse Context | 2015-12-10 21:59:54 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | bc2195b07f | code simplify | 2015-11-12 16:59:07 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | a9881388f7 | accept encoder header setting fixed | 2015-11-12 10:08:57 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | e4c6e5d2e1 | change package | 2015-11-11 13:47:47 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | 8603127c81 | beego package file path rewrite | 2015-11-10 13:10:42 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | 83ec39d02e | refactor max age cookies  setting | 2015-11-10 11:47:10 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | 3872c48349 | accept encoding refactor and bug fixed | 2015-11-10 10:55:47 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 821b2f832e | fix the type assert | 2015-11-09 11:03:57 +08:00 |  | 
			
				
					| 
							
							
								 JessonChan | 1abf85ed2a | simplify the switch code | 2015-09-22 15:18:24 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | ff5b09fc19 | golint context | 2015-09-10 15:31:09 +08:00 |  | 
			
				
					| 
							
							
								 Yongzheng Lai | a311d712a5 | Update output.go | 2015-05-25 09:10:35 +08:00 |  | 
			
				
					| 
							
							
								 Yongzheng Lai | bb5351bb9f | Update output.go fix cookie not work in IE | 2015-05-25 09:10:35 +08:00 |  | 
			
				
					| 
							
							
								 Hily Jiang | db04c3cbb4 | make Content-Type header more human-readable | 2014-11-24 23:12:09 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | a144769515 | update the documents & comments | 2014-08-18 16:41:43 +08:00 |  | 
			
				
					| 
							
							
								 Christoph Portmann | 3bb4d6f013 | beego/context: Fix ignored Header in case SetStatus has been called before | 2014-07-08 23:24:47 +03:00 |  | 
			
				
					| 
							
							
								 astaxie | fefd8ddb5b | beego: update licence& fix #669 | 2014-07-03 23:40:21 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 0f170a80da | update the comments fix #658 | 2014-06-25 10:39:37 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | b45f0b9bf6 | beego: fix #478 | 2014-05-17 02:56:50 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | c188cbbcb4 | update all files License | 2014-05-17 02:26:50 +08:00 |  | 
			
				
					| 
							
							
								 slene | d79c297880 | rollback: set httponly default is false. | 2014-03-20 09:51:25 +08:00 |  | 
			
				
					| 
							
							
								 slene | ee889e9975 | skip cookie args when value is nil | 2014-03-12 15:56:04 +08:00 |  | 
			
				
					| 
							
							
								 slene | 9b498feac7 | update output.Cookie | 2014-03-12 15:56:04 +08:00 |  | 
			
				
					| 
							
							
								 asta.xie | 69982c62c8 | path default is / httponly default true
seuce default not set | 2014-03-12 15:56:04 +08:00 |  | 
			
				
					| 
							
							
								 傅小黑 | f535916fae | add comments for context package. | 2013-12-25 20:13:38 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | b8ed790858 | recycling memory buffer in context | 2013-12-18 22:33:21 +08:00 |  | 
			
				
					| 
							
							
								 Pengfei Xue | 0122addd00 | http.ResponseWriter doesn't implement  WriteCloser interface The removed code will never be executed, remove it | 2013-11-21 18:39:16 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 6c13bdde25 | support profile & statistics in another port | 2013-11-13 21:11:09 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 558738ade8 | JSON CallBack类型的链接,这类出现在几乎各大Web 2.0网站中。修补这类安全问题很简单,只要在目标网页开头部分强制加一个空格即可,这样BOM头就无效了。 | 2013-11-08 20:54:06 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | 91c7635d0e | fix #283 | 2013-11-08 18:00:07 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | acadea6afa | update xml | 2013-09-10 00:02:22 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | bd61dd9ffc | change a log about new version | 2013-09-10 00:00:18 +08:00 |  | 
			
				
					| 
							
							
								 astaxie | ac8853dfd3 | move from beehttp to context | 2013-08-21 17:59:31 +08:00 |  |