Use locally-hosted hpajaxrpc.js, since github stopped setting proper content-type for security reasons |
|
More...
|
over 11 years ago
|
removed dependency on Array.prototype.forEach() |
|
More...
|
over 13 years ago
|
gracefully handle exceptions thrown from response callbacks passed to BatchedRpc.run() |
|
More...
|
over 13 years ago
|
make sure each finalize_callback passed to BatchedRpc.run() is always called |
|
More...
|
over 13 years ago
|
added a link to source code |
|
More...
|
over 13 years ago
|
Mention http://hpajaxrpc.appspot.com/ in README |
|
More...
|
over 13 years ago
|
added response validation example |
|
More...
|
over 13 years ago
|
added missing word :) |
|
More...
|
over 13 years ago
|
removed hpajaxrpc\.js from app.yaml, since we use the script directly from github |
|
More...
|
over 13 years ago
|
remove non-essential configs from app.yaml |
|
More...
|
over 13 years ago
|
added references to hpajaxrpc AppEngine example |
|
More...
|
over 13 years ago
|
set failure rate for /sum-autoretry via request arguments |
|
More...
|
over 13 years ago
|
rely on 403 Forbidden HTTP status code for queued RPC calls |
|
More...
|
over 13 years ago
|
use HTTP status code '403 Forbidden' for unauthenticated requests instead of custom status check in response_data |
|
More...
|
over 13 years ago
|
some polishing |
|
More...
|
over 13 years ago
|
put messages into non-blocking log instead of displaying them via blocking alert() |
|
More...
|
over 13 years ago
|
added autoretry code |
|
More...
|
over 13 years ago
|
removed incorrect statement - TCP connection behind XMLHttpRequest can be re-used for distinct rpc endpoints from the same server |
|
More...
|
over 13 years ago
|
added server-side example for AppEngine |
|
More...
|
over 13 years ago
|
fixed a bug with auth_response_callback in 'Advanced usage' chapter |
|
More...
|
over 13 years ago
|
document rules for base_rpc_call implementation |
|
More...
|
over 13 years ago
|
original finalize_callback should be called only once per base_rpc_call |
|
More...
|
over 13 years ago
|
remove unnesesary variable |
|
More...
|
over 13 years ago
|
added 'Compatibility' and 'Server-side code' chapters into README |
|
More...
|
over 13 years ago
|
added an example proving PeriodicRpc inanity |
|
More...
|
over 13 years ago
|
yet another README update |
|
More...
|
over 13 years ago
|
removed my name from README, since it already presents in LICENSE |
|
More...
|
over 13 years ago
|
added examples for handling rpcs discarded via RateLimitedRpc and for automatic rpc retry on http failure |
|
More...
|
over 13 years ago
|
split lines longer than 80 chars |
|
More...
|
over 13 years ago
|
use RESPONSE_CALLBACK_ERROR status_code instead of JSON_PARSE_ERROR when batched_response_data is malformed |
|
More...
|
over 13 years ago
|