about summary refs log tree commit homepage
path: root/local.mk.sample
DateCommit message (Collapse)
2010-10-04split out isolate usage/logic
We'll be using more of Isolate in development.
2010-06-14local.mk.sample: add 1.8.6-p114 to "full-test"
p114 probably had the most deployments of the 1.8.6 series, and I encountered problems with p399 that don't seem to be triggered with any other Rubies. 1.8.6 is mostly a lost cause, but we shall avoid the rb_str_set_len() regression.
2010-06-08cleanup makefiles, restore aggregation screwup
The publish_doc target belongs in main, since other people may update the website. local.mk.sample enables a subset of tests for Rubinius and allows them to run in parallel with the MRI tests. And it was NOT a UUoC after all, there are multiple files to aggregate :x
2010-01-07Merge branch 'rack-1.1'
* rack-1.1: http_response: disallow blank, multi-value headers local.mk.sample: use rack-1.1.0 bump "rack.version" env to [1,1] set env["rack.logger"] for applications
2010-01-05local.mk.sample: use rack-1.1.0
2009-12-21build: favor upper-case variable names in Makefiles
It should be more compatible and easier to express that they're overridable to hackers. We keep the lower-case versions around in case people depend on them.
2009-11-23publish_doc task includes examples directory
2009-11-09local.mk.sample: steal some updates from Rainbows!
Rack 1.0.1 is the current version, also make it easier to add more gems library paths in the future for testing even though Rack is the only thing we depend on right now. While we're at it, simplify and make it easier to modify for use with alternate prefixes.
2009-09-27local.mk.sample: fix .js times
Also make files easier to overwrite while we're at it
2009-09-22local.mk.sample: time and perms enforcement
2009-09-18doc/LATEST: remove trailing newline
Make finger output as meaningful as possible to folks on slower connections and small terminals
2009-09-18NEWS.atom: file timestamp matches latest entry
Avoid needlessly wasting readers' bandwidth if they're caching.
2009-09-18doc: latest news is available through finger
We're expanding our target audience to folks that do not use HTTP (yet).
2009-08-17Documentation updates
* Documented Unicorn::HttpParser API methods * Keep GPL2 (COPYING) as-is without RDoc formatting. * The auto-generated index.html is stupid, replace it with README which looks saner.
2009-06-06local.mk.sample: publish_doc gzips all html, js, css
While we're at it, use the rsyncable flag with gzip here to reduce bandwidth usage on my end.
2009-04-25Rack 1.0.0 compatibility
Keep in mind that it's plenty possible to use Unicorn as a library without using Rack itself. Most of the unit tests do not depend on Rack, for example.
2009-04-16Fix my local.mk file to always run Rails tests
Help me ensure we never forget to run tests again.
2009-04-05local.mk: touch files after set-file-times
Avoid breaking builds just in case. set-file-times is just for the benefit of rdoc displaying modification time information in HTML pages.
2009-04-01Add local.mk.sample file that I use
The real reason for Unicorn is to popularize GNU Make as a parallel programming platform :)