Nimi Wariboko Jr
|
46f7930787
|
Rename bindaddr to just bind
|
2015-05-04 22:58:08 -07:00 |
|
Nimi Wariboko Jr
|
d3aedbeb9a
|
core: add bindaddr directive, allowing you to specify what address to listen on
|
2015-05-04 21:38:49 -07:00 |
|
Matthew Holt
|
2dbd14b6dc
|
Consistent app name/version info; pipe config data through stdin
|
2015-05-04 16:23:16 -06:00 |
|
Matthew Holt
|
088f41b334
|
Began adding tests
|
2015-05-04 12:04:14 -06:00 |
|
Matthew Holt
|
e4fdf171c7
|
More refactoring - nearly complete
|
2015-05-04 11:49:49 -06:00 |
|
Matthew Holt
|
6029973bdc
|
Major refactoring of middleware and parser in progress
|
2015-05-04 11:04:37 -06:00 |
|
Matthew Holt
|
995edf0566
|
Bringing in latest from master; refactoring under way
|
2015-05-04 11:02:46 -06:00 |
|
Damian Gryski
|
a872ff2d77
|
config: format string fixes from vet
|
2015-05-03 19:43:04 +02:00 |
|
Matthew Holt
|
747d59b895
|
Replace Open with Stat
|
2015-05-02 11:57:53 -06:00 |
|
Matthew Holt
|
782ba32457
|
Only a warning if site root doesn't exist
|
2015-05-01 16:23:28 -06:00 |
|
Matthew Holt
|
d11819721d
|
core: Error if root directory is not found
|
2015-05-01 13:35:57 -06:00 |
|
Abiola Ibrahim
|
479c611420
|
Implementation of Git middleware
Defaults path to site root.
|
2015-05-01 16:41:34 +01:00 |
|
Matthew Holt
|
3bc4e84ed3
|
Default host is now 0.0.0.0 (wildcard)
Doesn't break using localhost to access the site
|
2015-04-29 22:30:03 -06:00 |
|
Matthew Holt
|
d00bb87f17
|
-port flag to override default port
Default port used if none is specified in config
|
2015-04-28 22:13:00 -06:00 |
|
Matthew Holt
|
24d9d23743
|
Default port is 2015
|
2015-04-25 14:28:56 -06:00 |
|
Matthew Holt
|
aa89b95075
|
Replaced cpu directive with command line flag
|
2015-04-24 20:08:14 -06:00 |
|
Matthew Holt
|
27fc1672d4
|
Basic auth middleware
|
2015-04-23 14:57:07 -06:00 |
|
Matthew Holt
|
e6c5482b7c
|
Slightly more helpful parse error message
|
2015-04-23 14:39:21 -06:00 |
|
Matthew Holt
|
d088194585
|
Default port is now 80
|
2015-04-22 13:22:03 -06:00 |
|
Matthew Holt
|
5f187738e6
|
Better parse support for files with only an address line
|
2015-04-22 13:21:51 -06:00 |
|
Matthew Holt
|
3ec870cb56
|
Templates middleware with "include" functionality
|
2015-04-18 09:57:51 -06:00 |
|
Matthew Holt
|
cd0421ceb8
|
Package extension -> extensions
|
2015-04-18 09:55:02 -06:00 |
|
Matthew Holt
|
e6532b6d85
|
Multiple addresses may be specified per server block
|
2015-04-15 23:24:39 -06:00 |
|
Matthew Holt
|
7d96cfa424
|
Turn off log timestamp for parse errors (easier to read)
|
2015-04-15 23:17:56 -06:00 |
|
Matthew Holt
|
c7af6725ca
|
Removed Host() and Port() functions from Controller
I don't think they'll be necessary; can get same info from request Host header
|
2015-04-15 23:17:28 -06:00 |
|
Matthew Holt
|
feec7c5b40
|
Virtual hosts and SNI support
|
2015-04-15 14:11:32 -06:00 |
|
Matthew Holt
|
07964a6112
|
Fixed bug in parser; implicit server block with middleware directives
|
2015-04-14 13:26:35 -06:00 |
|
Matthew Holt
|
b7c8afab2f
|
Respond with 404 if requesting server's config file
|
2015-04-12 17:44:02 -06:00 |
|
Matthew Holt
|
db2cd9e941
|
Renamed extensionless to extension, Extensionless to Ext
|
2015-04-02 21:59:45 -06:00 |
|
Matthew Holt
|
3e6f5de92f
|
Renamed redirect -> redir
|
2015-03-31 23:57:09 -06:00 |
|
Matthew Holt
|
058ff94828
|
Better middleware godoc, fixed ordering too
|
2015-03-28 16:45:12 -06:00 |
|
Matthew Holt
|
2dc39feabd
|
Tweak to parser and main's error handling
|
2015-03-28 16:24:00 -06:00 |
|
Matthew Holt
|
da72a5fbcd
|
Controller can register functions to run at shutdown
|
2015-03-26 23:22:48 -06:00 |
|
Matthew Holt
|
2fbfafc408
|
New startup and shutdown directives
|
2015-03-26 09:52:03 -06:00 |
|
Matthew Holt
|
00e43197fd
|
Started browse middleware to list directory contents
|
2015-03-24 20:12:48 -06:00 |
|
Matthew Holt
|
e62b222372
|
Couple more controller tests
|
2015-03-21 15:11:31 -06:00 |
|
Matthew Holt
|
a0e93009f0
|
Controller tests
|
2015-03-21 14:50:28 -06:00 |
|
Matthew Holt
|
5d4726446d
|
Finished dispenser tests
|
2015-03-21 14:36:32 -06:00 |
|
Matthew Holt
|
010ac23e8a
|
More tests!
|
2015-03-21 11:18:37 -06:00 |
|
Matthew Holt
|
cdfc67db01
|
Some godoc
|
2015-03-21 11:04:08 -06:00 |
|
Matthew Holt
|
2fa6129c3a
|
Started dispenser tests
|
2015-03-20 18:22:22 -06:00 |
|
Matthew Holt
|
bb6a921d1e
|
Tests for location context parsing
|
2015-03-20 18:13:13 -06:00 |
|
Matthew Holt
|
9aaf81328f
|
There's a std lib function for that
|
2015-03-20 18:12:53 -06:00 |
|
Matthew Holt
|
35225fe2d3
|
Docs and comments, la la
|
2015-03-20 18:11:54 -06:00 |
|
Matthew Holt
|
01266ece6b
|
Minor style nit-pick
|
2015-03-20 00:03:41 -06:00 |
|
Matthew Holt
|
d7ae9fb4a2
|
Added markdown middleware
|
2015-03-16 11:45:51 -06:00 |
|
Matthew Holt
|
af56c5033c
|
New method to get remaining arguments on a line
|
2015-03-16 11:23:17 -06:00 |
|
Matthew Holt
|
811c6a986f
|
Added WebSocket middleware
|
2015-03-03 09:49:45 -07:00 |
|
Matthew Holt
|
974acbf38c
|
Partial support for location contexts in config files
|
2015-03-03 09:49:01 -07:00 |
|
Matthew Holt
|
634b8b707f
|
Slight refactoring/renaming
|
2015-02-07 22:17:15 -07:00 |
|