Commit Graph
757 Commits
Author SHA1 Message Date
jomo 35756cc724 add benchmark.sh
should be ran from inside test/ dir
2015-01-10 20:25:17 +01:00
jomo 28002c2aff Merge branch 'master' of github.com:Jake0oo0/crafatar 2015-01-10 04:42:22 +01:00
jomo 9bedd94bab Revert "set default port to 5000"
This reverts commit 7021bdb606.
2015-01-10 03:23:13 +01:00
jomo 5f0a3dcb63 use postinstall script instead of Procfile
https://docs.npmjs.com/misc/scripts
2015-01-10 03:20:34 +01:00
jomo 7021bdb606 set default port to 5000
testing stuff with dokku
2015-01-10 02:26:06 +01:00
jomo 5bf3d7b5dc remove trailing newline
just had to make a trivial change for dokku 💩
2015-01-10 01:37:33 +01:00
jomo b9b7e8f2c0 remove trailing newline
just had to make a trivial change for dokku 💩
2015-01-10 01:26:14 +01:00
jomo 0df0e39ab0 Merge pull request #73 from Tama63/master
Add deploy to heroku button
2015-01-09 13:29:18 -08:00
Chris Ireland 5653ba21cf Move button and restore trailing spaces per https://github.com/Jake0oo0/crafatar/pull/73 2015-01-09 21:25:05 +00:00
Chris Ireland 625edada8f Add deploy to heroku button 2015-01-09 20:58:21 +00:00
jomo 2ec4c2c6b3 remove trailing newline
just had to make a trivial change for dokku 💩
2015-01-09 20:56:37 +01:00
jomo 5fa8233bff remove trailing newline
just had to make a trivial change for dokku 💩
2015-01-09 20:54:48 +01:00
jomo 25abbb4f02 Add timeout again
otherwise you'll get a little bit of spam when workers die instantly
2015-01-09 20:13:22 +01:00
jomo a05e82cb5e clean up redis env parsing, support REDISCLOUD_URL, REDIS_URL or fall back to default 2015-01-09 19:52:51 +01:00
jomo bc2bb0bec0 use npm start, not node <file> 2015-01-09 19:30:24 +01:00
jomo 04b5161285 this doesn't work :/ 2015-01-09 18:49:50 +01:00
jomo 5ce343b052 npm start = www.js 2015-01-08 19:27:57 +01:00
jomo b91362e8de flip dinnerbone & grumm, fix #72 2015-01-08 19:25:09 +01:00
Jake 96730705c8 Merge pull request #71 from connor4312/sync-is-evil
Swap out those syncs
2015-01-07 15:33:10 -06:00
Connor Peet 3daefcf0cf Swap out those syncs 2015-01-07 15:19:06 -05:00
Jake 7380ab46b8 Merge pull request #67 from connor4312/dev-depend
Move devdeps, update readme
2015-01-07 13:00:00 -06:00
Connor Peet 0750b2b85c Added ensure cairo 2015-01-07 13:06:21 -05:00
jomo 3473b3bb00 log amount of workers started 2015-01-06 22:02:34 +01:00
jomo 58b7995d53 solve merge conflict 2015-01-06 20:45:18 +01:00
jomo 28ad09213c fix indentation 2015-01-06 18:44:27 +01:00
jomo 8458218d50 use double quotes as we do everywhere else 2015-01-06 18:43:16 +01:00
jomo b32db33ddc use logging module 2015-01-06 18:40:18 +01:00
jomo 363f460ee3 remove Timeout
Why was this here in the first place?
The nodejs docs don't mention anything about this

http://nodejs.org/api/cluster.html#cluster_event_exit
2015-01-06 18:38:03 +01:00
jomo 66144bb580 Merge pull request #70 from connor4312/better-static-serve
Pipe static files, don't read to buffer
2015-01-06 05:52:52 -08:00
Connor Peet 160629db6b Pipe static files, don't read to buffer 2015-01-06 08:47:18 -05:00
jomo 4f8f134180 Merge pull request #69 from connor4312/wat
Fix some silly parsing URLs
2015-01-06 05:46:09 -08:00
Connor Peet 5e88942d0d Fix some silly parsing URLs 2015-01-06 08:42:41 -05:00
Connor Peet 4923b8ed58 Add clustering bin 2015-01-05 23:04:43 -05:00
Connor Peet 2cfac092e2 Move devdeps, update readme 2015-01-05 22:55:49 -05:00
jomo e26cff3718 remove useless get_image_hash line for renders 2015-01-04 05:34:35 +01:00
jomo 9affb00576 this is a better fix for #48 2015-01-04 05:03:45 +01:00
jomo 3a0a23e5b5 delete hash from redis if file does not exist 2015-01-04 05:01:13 +01:00
jomo a9a0032b1f actually do send etag on error, but send "none" etag when no (=default) image is sent 2015-01-04 04:36:10 +01:00
jomo 0dfc91f948 don't send etag on error, improves #48 2015-01-04 04:32:59 +01:00
jomo 3d1ad616bf make sure file exists before considering redownload, fix #48 2015-01-04 04:29:07 +01:00
jomo 8ef7bd5937 always show http status 2015-01-04 03:58:40 +01:00
jomo cbbfb73bea split pathname into array, URL decode, fix #65 2015-01-04 03:37:51 +01:00
jomo bbc71b0d6c fix #64 2015-01-04 03:08:53 +01:00
jomo 7fbd31fd01 fix #61 2015-01-04 02:39:11 +01:00
jomo 51d9f1db31 fix html, close #63
div elements are not allowed inside p elements
2015-01-04 00:18:48 +01:00
jomo 341eb5b41b rename contents to file_buffer for clarity 2015-01-03 23:57:32 +01:00
jomo f031616984 fix content-length for index 2015-01-03 18:21:14 +01:00
jomo 4a3b635166 remove newline at end of file 2015-01-03 17:50:44 +01:00
Chris Ireland 63d934e743 fix spacing issues on steve and alex 2015-01-03 11:20:03 +00:00
Chris Ireland 679faafdd4 fix accessability issues 2015-01-03 11:08:13 +00:00