Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							d8c50264cc 
							
						 
					 
					
						
						
							
							Fix parser when address is empty token  
						
						... 
						
						
						
						Bug detected by go-fuzz (more fuzzing is required; need larger corpus) 
						
						
							
						
					 
					
						2015-08-03 17:31:10 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							8d81ae88da 
							
						 
					 
					
						
						
							
							fastcgi: Add HTTPS env variable on HTTPS connections  
						
						
						
						
							
						
					 
					
						2015-08-03 17:16:24 -06:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							f1f1eb040a 
							
						 
					 
					
						
						
							
							Changed the facility of syslog to be LOCAL0  
						
						
						
						
							
						
					 
					
						2015-08-03 12:00:17 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							36fa6e857b 
							
						 
					 
					
						
						
							
							markdown: Sitegen only occurs if directory exists  
						
						... 
						
						
						
						We do this by returning an error and stopping link generation (which scans the markdown path for files) 
						
						
							
						
					 
					
						2015-08-01 16:09:10 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							b401267aa4 
							
						 
					 
					
						
						
							
							License is a text file  
						
						
						
						
							
						
					 
					
						2015-08-01 16:07:59 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							e63b83c8c4 
							
						 
					 
					
						
						
							
							markdown: report errors during initial sitegen  
						
						
						
						
							
						
					 
					
						2015-08-01 13:08:55 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							0ac8bf58ea 
							
						 
					 
					
						
						
							
							core: Run startup/shutdown functions only once  
						
						... 
						
						
						
						Even if defined for multiple hosts. Startup or shutdown callbacks registered by any directive (startup, shutdown, markdown, git, log, etc.) will only run as many times as it appears in the Caddyfile, not repeated for each host that shares that server block. Fixing this involved refactoring three packages (yeesh) and we need to restore some tests that are no longer valid (that used to verify splitting a multiServerBlock into multiple serverBlocks). 
						
						
							
						
					 
					
						2015-08-01 13:08:31 -06:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							7fb1c7e91d 
							
						 
					 
					
						
						
							
							Change access log level to INFO  
						
						
						
						
							
						
					 
					
						2015-07-30 22:01:15 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							60690c78ae 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/mholt/caddy  
						
						
						
						
							
						
					 
					
						2015-07-30 20:32:15 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							4b92808bbf 
							
						 
					 
					
						
						
							
							Add syslog support for log and errors directives  
						
						
						
						
							
						
					 
					
						2015-07-30 20:29:41 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							73397a0973 
							
						 
					 
					
						
						
							
							New version  
						
						
						
						
							
 
						
					 
					
						2015-07-30 10:29:28 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							35e25be1a4 
							
						 
					 
					
						
						
							
							browse: Size displayed in IEC format  
						
						... 
						
						
						
						Powers of 2, or base 1024, rather than powers of 10 or base 1000. The powers of 2 are technically more accurate. 
						
						
							
						
					 
					
						2015-07-29 19:15:38 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							f7129b219e 
							
						 
					 
					
						
						
							
							Fix markdown tests that I broke  
						
						
						
						
							
						
					 
					
						2015-07-29 17:47:33 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							e1153f8797 
							
						 
					 
					
						
						
							
							Update change list...  
						
						
						
						
							
						
					 
					
						2015-07-29 17:43:00 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							ff28bc8b0a 
							
						 
					 
					
						
						
							
							markdown: Change .Url -> .URL, increase summary length  
						
						... 
						
						
						
						Also, summary truncated at nearest space instead of middle of word, and code spans become part of summary. 
						
						
							
						
					 
					
						2015-07-29 17:43:00 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							0b01489f7d 
							
						 
					 
					
						
						
							
							templates: Date -> Now, add Replace and Truncate  
						
						
						
						
							
						
					 
					
						2015-07-29 17:43:00 -06:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							7a69770026 
							
						 
					 
					
						
						
							
							Merge pull request  #207  from evermax/master  
						
						... 
						
						
						
						markdown: Added test on static files generation 
						
						
							
						
					 
					
						2015-07-29 16:58:14 -06:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							ec51e14451 
							
						 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/mholt/caddy  
						
						
						
						
							
						
					 
					
						2015-07-29 23:43:26 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							86e9749d6c 
							
						 
					 
					
						
						
							
							Merge pull request  #204  from abiosoft/master  
						
						... 
						
						
						
						markdown: Add .Links action and flattened metadata structure
.Links available only for generated sites and variables no longer in a [variables] category in metadata (flat structure). 
						
						
							
						
					 
					
						2015-07-29 11:12:02 -06:00 
						 
				 
			
				
					
						
							
							
								Abiola Ibrahim 
							
						 
					 
					
						
						
						
						
							
						
						
							aa89f30f2a 
							
						 
					 
					
						
						
							
							renamed sorter to byDate.  
						
						
						
						
							
						
					 
					
						2015-07-29 18:06:53 +01:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							da794a866e 
							
						 
					 
					
						
						
							
							Change date of the files in test to serve the static file and not generate a new one  
						
						
						
						
							
						
					 
					
						2015-07-29 18:00:08 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							705cd16dee 
							
						 
					 
					
						
						
							
							Fixed path issue: was absolute path but should be relative path  
						
						
						
						
							
						
					 
					
						2015-07-29 17:12:32 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							0168a627a4 
							
						 
					 
					
						
						
							
							Added test on markdown static files generation  
						
						
						
						
							
						
					 
					
						2015-07-29 16:21:35 +02:00 
						 
				 
			
				
					
						
							
							
								Abiola Ibrahim 
							
						 
					 
					
						
						
						
						
							
						
						
							7b29568eb1 
							
						 
					 
					
						
						
							
							Code cleanups.  
						
						... 
						
						
						
						Fix more race conditions. 
						
						
							
						
					 
					
						2015-07-29 12:21:34 +01:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							a585379bbb 
							
						 
					 
					
						
						
							
							proxy: Parse error if property is unknown  
						
						
						
						
							
						
					 
					
						2015-07-28 13:50:40 -06:00 
						 
				 
			
				
					
						
							
							
								Abiola Ibrahim 
							
						 
					 
					
						
						
						
						
							
						
						
							e240cd5ba2 
							
						 
					 
					
						
						
							
							Metadata variables flattened.  
						
						... 
						
						
						
						Fix race condition on parsers.
Added page links generator. 
						
						
							
						
					 
					
						2015-07-28 05:21:09 +01:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							e043bbdd62 
							
						 
					 
					
						
						
							
							Merge pull request  #203  from Karthic-Hackintosh/master  
						
						... 
						
						
						
						Test setup func for fastcgi.go 
						
						
							
						
					 
					
						2015-07-27 09:01:18 -06:00 
						 
				 
			
				
					
						
							
							
								Karthic Rao 
							
						 
					 
					
						
						
						
						
							
						
						
							094436c23a 
							
						 
					 
					
						
						
							
							Complete Test set  For config/setup/fastcgi.go  
						
						
						
						
							
						
					 
					
						2015-07-27 20:19:20 +05:30 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							c6b2600c62 
							
						 
					 
					
						
						
							
							Merge pull request  #202  from evermax/master  
						
						... 
						
						
						
						markdown: Change metadata variables type to map[string]string
Instead of map[string]interface{} 
						
						
							
						
					 
					
						2015-07-26 12:03:14 -06:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							d1eb2ea9e2 
							
						 
					 
					
						
						
							
							Changed metadata variables type:  
						
						... 
						
						
						
						from map[string]interface{} to map[string]string 
						
						
							
						
					 
					
						2015-07-26 18:32:34 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							453d3eb567 
							
						 
					 
					
						
						
							
							markdown: Fix when md file has front matter but empty body  
						
						
						
						
							
						
					 
					
						2015-07-25 15:47:33 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							53b7b131cb 
							
						 
					 
					
						
						
							
							Update change list, and note in comment  
						
						
						
						
							
						
					 
					
						2015-07-25 15:18:10 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							bec9b9a3f7 
							
						 
					 
					
						
						
							
							redir: Redirect tables  
						
						... 
						
						
						
						Open a redir block to bulk-specify a bunch of redirects that share a status code 
						
						
							
						
					 
					
						2015-07-25 15:18:10 -06:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							bf47951f3a 
							
						 
					 
					
						
						
							
							Merge pull request  #196  from evermax/master  
						
						... 
						
						
						
						markdown, browse: Integrated Context struct for templating 
						
						
							
						
					 
					
						2015-07-25 15:15:51 -06:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							604c8abb59 
							
						 
					 
					
						
						
							
							Remove debug line, add file name as default title  
						
						
						
						
							
						
					 
					
						2015-07-25 22:39:13 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							ef4a4b0ab8 
							
						 
					 
					
						
						
							
							Removed attribute not needed.  
						
						
						
						
							
						
					 
					
						2015-07-24 22:17:14 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							24bdb433c9 
							
						 
					 
					
						
						
							
							Changed .Var to .Doc in Markdown templates  
						
						... 
						
						
						
						Put the title into the .Doc variables as well.
Changed the test template file to use new names. 
						
						
							
						
					 
					
						2015-07-24 22:14:05 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							6006de5795 
							
						 
					 
					
						
						
							
							Update change list  
						
						
						
						
							
						
					 
					
						2015-07-24 10:27:19 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							a578c43810 
							
						 
					 
					
						
						
							
							browse: Add txt files to list of default files  
						
						
						
						
							
						
					 
					
						2015-07-24 10:27:19 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							74b758034e 
							
						 
					 
					
						
						
							
							redir: Allows replacements; defaults to exact match redirects  
						
						... 
						
						
						
						This is a breaking change for those who expect catch-all redirects to preserve path; use {uri} variable explicitly now 
						
						
							
						
					 
					
						2015-07-24 10:27:19 -06:00 
						 
				 
			
				
					
						
							
							
								Matthew Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							04571ff393 
							
						 
					 
					
						
						
							
							NewReplacer takes third argument for empty value string  
						
						
						
						
							
						
					 
					
						2015-07-24 10:27:19 -06:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							7adff28aa9 
							
						 
					 
					
						
						
							
							Merge pull request  #198  from pyed/sort  
						
						... 
						
						
						
						browse: Save sorting preferences as cookies 
						
						
							
						
					 
					
						2015-07-23 11:06:56 -06:00 
						 
				 
			
				
					
						
							
							
								pyed 
							
						 
					 
					
						
						
						
						
							
						
						
							1589129ea1 
							
						 
					 
					
						
						
							
							Save sorting preferences as cookies  
						
						... 
						
						
						
						To be used across directories 
						
						
							
						
					 
					
						2015-07-23 13:25:03 +03:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							97dcc79a7f 
							
						 
					 
					
						
						
							
							Remove undesired committed debug logs  
						
						
						
						
							
						
					 
					
						2015-07-23 11:53:15 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							bc2feece4b 
							
						 
					 
					
						
						
							
							Moved test files to testdata folder.  
						
						... 
						
						
						
						Changed the tests accordingly. 
						
						
							
						
					 
					
						2015-07-23 09:35:46 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							1f17895b12 
							
						 
					 
					
						
						
							
							Merge pull request  #197  from Karthic-Hackintosh/master  
						
						... 
						
						
						
						initial test for config/setup/fastcgi.go 
						
						
							
						
					 
					
						2015-07-22 23:25:04 -06:00 
						 
				 
			
				
					
						
							
							
								Karthic Rao 
							
						 
					 
					
						
						
						
						
							
						
						
							665f24d85f 
							
						 
					 
					
						
						
							
							initial test for config/setup/fastcgi.go  
						
						
						
						
							
						
					 
					
						2015-07-23 10:27:42 +05:30 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							2df30d186e 
							
						 
					 
					
						
						
							
							Added a test on markdown for the default template  
						
						
						
						
							
						
					 
					
						2015-07-21 17:45:32 +02:00 
						 
				 
			
				
					
						
							
							
								Maxime 
							
						 
					 
					
						
						
						
						
							
						
						
							6451e10d3e 
							
						 
					 
					
						
						
							
							Add context to markdown template  
						
						... 
						
						
						
						Created a struct containing middleware.Context, Title, Markdown and the
variables from the user to use to render the template.
The title now can be accessed via {{.Title}}.
The variables can now be accessed via {{.Var.myVariableName}}. 
						
						
							
						
					 
					
						2015-07-21 07:58:34 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Holt 
							
						 
					 
					
						
						
						
						
							
						
						
							d222a9e9f2 
							
						 
					 
					
						
						
							
							Merge pull request  #192  from netmml/patch-2  
						
						... 
						
						
						
						specify go versions to use via travis 
						
						
							
						
					 
					
						2015-07-19 23:13:49 -06:00