index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
share
/
www
/
script
/
test
/
changes.js
Age
Commit message (
Expand
)
Author
2010-04-07
changes is less likely to miss updates, and changes test is more robust
John Christopher Anderson
2010-04-06
use waitForSuccess to timeout changes requests that never succeed
John Christopher Anderson
2010-04-02
Removed _sleep from all tests. replaced with loops that spin until a conditio...
Damien F. Katz
2010-03-21
Make changes test pass in CLI runner & WebKit
Jan Lehnardt
2010-01-23
show conflicts in changes filters. Patch by Lena Herrmann. Closes COUCHDB-630
Jan Lehnardt
2010-01-23
style
Jan Lehnardt
2009-12-22
move query server to a design-doc based protocol, closes COUCHDB-589
John Christopher Anderson
2009-12-01
change some timings to make the changes test more robust
John Christopher Anderson
2009-11-30
passing test for filtered continuous changes
John Christopher Anderson
2009-11-30
work on COUCHDB-582, fixes issues with filtered longpoll requests closing early
John Christopher Anderson
2009-11-26
Setup JavaScript command line runner.
Paul Joseph Davis
2009-09-16
add limit to _changes
John Christopher Anderson
2009-09-14
removed _all_docs_by_seq in favor of _changes
John Christopher Anderson
2009-09-01
WebKit's XHR object is lacking, patch by Sebastian Cohnen, closes COUCHDB-483
Jan Lehnardt
2009-08-28
guard against non-existing filters in _changes
Adam Kocoloski
2009-08-27
send deleted docs to _changes filters
Adam Kocoloski
2009-08-18
continuous _changes are now newline-delimited JSON Objects (no commas)
Adam Kocoloski
2009-08-16
make tests fast again, use X-Couch-Full-Commit:false for all db operations
Jan Lehnardt
2009-08-12
Introduces native Erlang query servers. Closes COUCHDB-377
John Christopher Anderson
2009-08-04
Initial check-in of OAuth and cookie authentication.
Damien F. Katz
2009-08-01
implement longpolling for _changes, unify _changes-mode parameters, patch by ...
Jan Lehnardt
2009-07-21
Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ...
Jan Lehnardt
2009-07-20
Initial checkin of _changes filters. The prime weak-spot for this approach is...
John Christopher Anderson
2009-07-14
wheeeeeeee
Noah Slater
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-01
Added tests for heartbeat and timeout options in the _changes api.
Damien F. Katz
2009-05-13
Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...
Damien F. Katz
2009-05-06
First cut at _changes api. Update the by_id and by_seq indexes to contain upd...
Damien F. Katz