<feed xmlns='http://www.w3.org/2005/Atom'>
<title>upr.git, branch master</title>
<subtitle>Upload Progress for Rack</subtitle>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/'/>
<entry>
<title>README: fix bashism in RDoc :P</title>
<updated>2010-06-21T07:38:08Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2010-06-21T07:38:08Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=553f9e814f4ffbd021c33b70193c0fd41edb1d2e'/>
<id>553f9e814f4ffbd021c33b70193c0fd41edb1d2e</id>
<content type='text'>
oops...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oops...
</pre>
</div>
</content>
</entry>
<entry>
<title>update README (remove link for the demo, it's currently down)</title>
<updated>2010-06-21T07:36:22Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2010-06-21T07:36:22Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=a20beb209d3cca0e2c601dee8658496f26315f58'/>
<id>a20beb209d3cca0e2c601dee8658496f26315f58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rakefile: add RAA update task</title>
<updated>2009-11-15T10:58:05Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-15T10:57:50Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=74c89746c35c5b44a350046ac88e8a6a8aae9cc5'/>
<id>74c89746c35c5b44a350046ac88e8a6a8aae9cc5</id>
<content type='text'>
Should be harder to forget to update this now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be harder to forget to update this now.
</pre>
</div>
</content>
</entry>
<entry>
<title>ry dahl prefers his name lowercased</title>
<updated>2009-11-14T21:33:26Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-14T21:33:26Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=1b0eabe60326f4470b1a6d646a84a5eed014f9b2'/>
<id>1b0eabe60326f4470b1a6d646a84a5eed014f9b2</id>
<content type='text'>
Update all documentation and comments to reflect that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all documentation and comments to reflect that.
</pre>
</div>
</content>
</entry>
<entry>
<title>upr 0.2.0 - twice as good as the first!</title>
<updated>2009-11-14T01:53:53Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-14T01:45:09Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=42d80bbba13655aec55d733df0fe2709b568d6b2'/>
<id>42d80bbba13655aec55d733df0fe2709b568d6b2</id>
<content type='text'>
This release fixes several bugs and adds better compatibility
with existing upload progress implementations from other web
servers.

'config.gem "upr"' in Rails config/environment should work now
that double loads are non-fatal (but still warn).  Additionally,
better error handling has been added and timeouts increased
to reduce the probability of errors due to slow clients.

The Rack backend can now generate JSON responses compatible[1]
with upload progress modules for both lighttpd and nginx.
Additionally, streaming JSON as demonstrated in
mongrel_streaming_upload_progress is supported, too.

This is a list of upload progress modules we are compatible
with:

1. mongrel_upload_progress
   http://mongrel.rubyforge.org/wiki/UploadProgress
2. jquery-upload-progress
   http://github.com/drogus/jquery-upload-progress
3. mongrel_streaming_upload_progress
   http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html

Eric Wong (32):
      README: fix grammar/speling mistakes
      README: fix grammar bug (excessive dash)
      monitor: fix class name in RDoc
      monitor: add "finish" method
      input_wrapper: use the new finish methods in backends
      example/rainbows_config: disable Nagle's algorithm
      examples/rails_app-2.3.4: fix session verifier 1.9
      examples/rails_app-2.3.4: move middleware setup to config.ru
      examples/rails_app-2.3.4: smaller JavaScript footprint
      split upr/status out to its own file
      status: add error? method
      Clarify license of examples
      upr/status: add done? method
      Revert "examples/rails_app-2.3.4: move middleware setup to config.ru"
      Split out Params and StatusMethods
      input_wrapper: don't wrap if we don't have to
      set "encoding: binary" to workaround 1.9 insanity
      backends: internal API updates/cleanups
      gemspec: put a hard dependency on Rack
      add JSON generator
      input_wrapper: lower default frequency
      examples/rails: UprStatus reuses expiry in Upr::Monitor
      Upr::Monitor expiry is 60 seconds
      Add jQuery-compatible Rails example
      JSON compatible with Ry Dahl's Ajax.Pull + example
      Update README
      example/rails_app-2.3.4: limit compat 1.9 to only 1.9
      example/rails_app-2.3.4: UprStatus unit tests
      tests: add Monitor tests (also reaches into Status)
      JSON: set no-transform in headers
      examples/rails_app-2.3.4: show links to different interfaces
      update README
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This release fixes several bugs and adds better compatibility
with existing upload progress implementations from other web
servers.

'config.gem "upr"' in Rails config/environment should work now
that double loads are non-fatal (but still warn).  Additionally,
better error handling has been added and timeouts increased
to reduce the probability of errors due to slow clients.

The Rack backend can now generate JSON responses compatible[1]
with upload progress modules for both lighttpd and nginx.
Additionally, streaming JSON as demonstrated in
mongrel_streaming_upload_progress is supported, too.

This is a list of upload progress modules we are compatible
with:

1. mongrel_upload_progress
   http://mongrel.rubyforge.org/wiki/UploadProgress
2. jquery-upload-progress
   http://github.com/drogus/jquery-upload-progress
3. mongrel_streaming_upload_progress
   http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html

Eric Wong (32):
      README: fix grammar/speling mistakes
      README: fix grammar bug (excessive dash)
      monitor: fix class name in RDoc
      monitor: add "finish" method
      input_wrapper: use the new finish methods in backends
      example/rainbows_config: disable Nagle's algorithm
      examples/rails_app-2.3.4: fix session verifier 1.9
      examples/rails_app-2.3.4: move middleware setup to config.ru
      examples/rails_app-2.3.4: smaller JavaScript footprint
      split upr/status out to its own file
      status: add error? method
      Clarify license of examples
      upr/status: add done? method
      Revert "examples/rails_app-2.3.4: move middleware setup to config.ru"
      Split out Params and StatusMethods
      input_wrapper: don't wrap if we don't have to
      set "encoding: binary" to workaround 1.9 insanity
      backends: internal API updates/cleanups
      gemspec: put a hard dependency on Rack
      add JSON generator
      input_wrapper: lower default frequency
      examples/rails: UprStatus reuses expiry in Upr::Monitor
      Upr::Monitor expiry is 60 seconds
      Add jQuery-compatible Rails example
      JSON compatible with Ry Dahl's Ajax.Pull + example
      Update README
      example/rails_app-2.3.4: limit compat 1.9 to only 1.9
      example/rails_app-2.3.4: UprStatus unit tests
      tests: add Monitor tests (also reaches into Status)
      JSON: set no-transform in headers
      examples/rails_app-2.3.4: show links to different interfaces
      update README
</pre>
</div>
</content>
</entry>
<entry>
<title>update README</title>
<updated>2009-11-14T01:43:48Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-14T01:43:48Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=2bec62ccdd65a3e4de7841f5ffa7138646929803'/>
<id>2bec62ccdd65a3e4de7841f5ffa7138646929803</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/rails_app-2.3.4: show links to different interfaces</title>
<updated>2009-11-14T01:33:35Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-14T01:33:35Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=9ad5760a68b07fcc0df79e9ae8e31c56873476ce'/>
<id>9ad5760a68b07fcc0df79e9ae8e31c56873476ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JSON: set no-transform in headers</title>
<updated>2009-11-13T18:55:40Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-13T18:54:53Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=73ebdaf0445beb90a8397ca4a3ac05885b6b89fc'/>
<id>73ebdaf0445beb90a8397ca4a3ac05885b6b89fc</id>
<content type='text'>
We can't have Rack::Deflater compressing long-pulling JS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't have Rack::Deflater compressing long-pulling JS
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add Monitor tests (also reaches into Status)</title>
<updated>2009-11-13T09:14:29Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-13T09:14:29Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=474f31b22bdc90a1baf0cc5cc5e5a0cf22f5710a'/>
<id>474f31b22bdc90a1baf0cc5cc5e5a0cf22f5710a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>example/rails_app-2.3.4: UprStatus unit tests</title>
<updated>2009-11-13T09:01:58Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-11-13T09:01:58Z</published>
<link rel='alternate' type='text/html' href='http://bogomips.org/upr.git/commit/?id=eead1a80dd5fdca57cc8aa0333d249415ba2d85a'/>
<id>eead1a80dd5fdca57cc8aa0333d249415ba2d85a</id>
<content type='text'>
UprStatus.incr now returns the value incremented to
be compatible with Upr::Monitor.incr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UprStatus.incr now returns the value incremented to
be compatible with Upr::Monitor.incr
</pre>
</div>
</content>
</entry>
</feed>

