Commit Graph

23 Commits

Author SHA1 Message Date
Avital Oliver
a2d5bfa6db Allow packages to hook in before app html serving. Cherry picked from auth branch. 2012-07-20 19:35:48 -07:00
Nick Martin
bb3bc2049f Up keepalive timeout.
This will cause it to take a little longer before an abandoned server dies and frees it's port, but should reduce accidental deaths when the supervising process is backlogged.
2012-07-12 13:55:05 -07:00
Nick Martin
a248f0ff28 Allowing passing in a default DDP endpoint as an environment variable. 2012-06-26 15:14:30 -07:00
Nick Martin
69f8121b88 Don't serve app_html for robots.txt. Allow robots on docs site. 2012-06-25 14:00:30 -07:00
Islam Sharabash
eb8a847c06 check static cacheable dir exists before using gzippo 2012-06-19 17:01:25 -07:00
Nick Martin
82e0a7b4b9 Upgrade all 3 copies of underscore. *sigh* 2012-04-23 21:45:02 -07:00
Nick Martin
f894cce907 Use new gzippo package. 2012-04-05 17:51:48 -07:00
Nick Martin
675a08f868 Use staticGzip to avoid forking a gzip for every static file served. 2012-04-03 20:44:20 -07:00
Nick Martin
d820a7f8b8 Disable unsupported browser check. No one uses IE5, and it broke IE10. 2012-02-14 18:00:50 -08:00
David Greenspan
f2cd91ef6b updated Underscore to 1.3.1 to fix livedata bug 2012-02-13 14:55:07 -08:00
matt debergalis
6c7a31b1fb don't serve app html for missing /favicon.ico 2012-02-09 17:23:33 -08:00
matt debergalis
99d3c6cdf5 cache bundled CSS and JS forever 2012-02-09 14:08:38 -08:00
Nick Martin
8def45079a Queue connections while server is restarting. 2012-02-06 23:15:31 -08:00
Nick Martin
4de4bbfd45 Set Content-Type on main page. ServerDensity needs this for some reason. 2012-01-23 23:22:10 -08:00
Nick Martin
459dac9cac Merge branch 'master' into meteor
conflicts hand resolved. deftemplate and liveui reverted to master, will re-do later.

Conflicts:
	admin/generate-dev-bundle.sh
	admin/install-s3.sh
	admin/manifest.json
	app/meteor/deploy.js
	app/meteor/meteor.js
	examples/leaderboard/leaderboard.js
	examples/unfinished/azrael/client/azrael.js
	examples/unfinished/azrael/model.js
	packages/liveui/liveui.js
	packages/templating/deftemplate.js
	packages/templating/html_scanner.js
	tests/minimongo/test.html
2012-01-18 16:14:54 -08:00
Nick Martin
5312de215f Actually allow IE6 and 7 like we promised. 2012-01-17 21:10:37 -08:00
Nick Martin
3faff2de78 perl -pi -e 's/Sky/Meteor/g' **/* 2012-01-04 20:52:46 -08:00
Nick Martin
05794f5643 perl -pi -e 's/skybreak/meteor/g' **/* 2012-01-04 18:32:23 -08:00
Nick Martin
918d15afdc Factor socket.io into stream package on the server as well. Much cleaner now. 2011-12-13 13:40:13 -08:00
Geoff Schmidt
ce565dcaea kill basics package 2011-12-07 22:28:43 -08:00
Nick Martin
282346ee11 Serve a separate HTML page to unsupported browsers. Still needs styling. 2011-12-06 22:46:40 -08:00
Nick Martin
f57b6e1bd6 Make keepalives opt-in, instead of on by default. Turn them on in dev mode. 2011-11-29 22:18:51 -08:00
Nick Martin
d69c2d1f19 Initial import from old busted repo. 2011-11-17 18:35:20 -08:00