Age | Commit message (Expand) | Author |
2009-08-11 | silence compiler warnings, don't use unused variables | Jan Lehnardt |
2009-08-11 | roll back streaming _bulk_docs b/c of a race condition | Adam Kocoloski |
2009-08-11 | Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod... | John Christopher Anderson |
2009-08-11 | more work on _bulk_docs streaming during replication. | Adam Kocoloski |
2009-08-11 | fix pull replication w/o _changes (for 0.9.x remote sources) | Adam Kocoloski |
2009-08-11 | whoops, process dictionary certainly won't work there | Adam Kocoloski |
2009-08-11 | split into multiple requests so target doesn't buffer too much | Adam Kocoloski |
2009-08-11 | max chunk size of 4G, not 64k | Adam Kocoloski |
2009-08-11 | stream _bulk_docs JSON body during replication | Adam Kocoloski |
2009-08-10 | new replicator using _changes feed for continuous replication | Adam Kocoloski |
2009-08-10 | switch pause to milliseconds | Adam Kocoloski |
2009-08-10 | suppress obsolete list() guard warning | Adam Kocoloski |
2009-08-10 | fix speling, thanks Jason | Jan Lehnardt |
2009-08-09 | next piece of new replicator -- missing_revs buffer | Adam Kocoloski |
2009-08-08 | update rep_changes_feed to use feed=continuous and rep_httpc | Adam Kocoloski |
2009-08-07 | ibrowse wrapper for replicator, will replace do_http_request | Adam Kocoloski |
2009-08-06 | upgrade ibrowse to 1.5.2. Closes COUCHDB-451 | Adam Kocoloski |
2009-08-06 | batch=ok was leaking processes and ignoring intervals. Closes COUCHDB-454 | Adam Kocoloski |
2009-08-05 | The RSA SHA1 Oauth module was breaking trunk for older versions of the Erlang | Paul Joseph Davis |
2009-08-05 | proper handling of 406 Not Acceptable errors in list and show functions | John Christopher Anderson |
2009-08-04 | apply patch for chunking error from ibrowse 1.5.2 | Adam Kocoloski |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-08-04 | log bind_address and port after startup, helps with COUCHDB-393 | Jan Lehnardt |
2009-08-04 | encode slashes in db names in Location response header after database creatio... | Jan Lehnardt |
2009-08-04 | Proper fix because JS_VERSION cannot distinguish between 1.8.0 and 1.8.1 | Paul Joseph Davis |
2009-08-04 | Fix couch_js.c compilation with builds of non-threadsafe Spidermonkey 1.7 | Paul Joseph Davis |
2009-08-04 | add compile-time conditionals to support the upcoming Spidermonkey 1.8, swap ... | Jan Lehnardt |
2009-08-01 | implement longpolling for _changes, unify _changes-mode parameters, patch by ... | Jan Lehnardt |
2009-08-01 | enable include_docs=true for list functions, patch by Mark Hammond, closes CO... | Jan Lehnardt |
2009-07-29 | Fix for COUCHDB-434. Only reassign previous revid inside the updater process. | Damien F. Katz |
2009-07-24 | reassemble split chunks in changes feed, add all() export | Adam Kocoloski |
2009-07-24 | comment on jchris comment on not sending Content-Length for attachment GETs | Jan Lehnardt |
2009-07-23 | use spawn to avoid recursive gen_server calls | Adam Kocoloski |
2009-07-23 | Fixes error on first boot after adding an admin. | Paul Joseph Davis |
2009-07-23 | Fixes etap tests for recent updates. | Paul Joseph Davis |
2009-07-22 | various bugfixes and improvements for view compaction | Adam Kocoloski |
2009-07-21 | Close jsonp response for _changes requests. Patch by Benoit Chesneau. Closes ... | Jan Lehnardt |
2009-07-20 | Optimize filtered _changes to use an OS process only when actively filtering ... | Damien F. Katz |
2009-07-20 | Initial checkin of _changes filters. The prime weak-spot for this approach is... | John Christopher Anderson |
2009-07-19 | oops, bug in r795297 (listen for local update notifications) | Adam Kocoloski |
2009-07-19 | protect against empty (=deleted) values. Closes COUCHDB-355 | Adam Kocoloski |
2009-07-18 | listen for local update notifications when continuous=true | Adam Kocoloski |
2009-07-17 | update ibrowse to 1.5.1+ | Adam Kocoloski |
2009-07-17 | MD5 term checking by using leading bit in 32 bit length to indicate MD5 prese... | Damien F. Katz |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
2009-07-17 | one line fix | Noah Slater |
2009-07-16 | second cut at _changes feed consumer. still not used by replicator | Adam Kocoloski |
2009-07-16 | first cut at _changes feed consumer. not yet used by replication | Adam Kocoloski |
2009-07-16 | checkpoint long-running view updates | Adam Kocoloski |
2009-07-16 | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794834 13f79535-47... | Noah Slater |