summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-16Replicator bug fix: properly stop link worker processes to avoid noproc excep...Filipe David Borba Manana
2010-09-14Replicator bug fix: make sure a replication fails when there's a stale connec...Filipe David Borba Manana
2010-09-13Replicator changes:Filipe David Borba Manana
2010-09-13Bug fixes:Filipe David Borba Manana
2010-09-13Bug fix: add missing case for not preserving HTTP basic auth credentials afte...Filipe David Borba Manana
2010-09-12Fix previous revision (module prefix not included)Filipe David Borba Manana
2010-09-12Replicator bug fix: redirect from remote /db/_changes not properly handled (d...Filipe David Borba Manana
2010-09-12additional test for non-circular commonjs require. closes COUCHDB-869John Christopher Anderson
2010-09-12commonjs require no longer creates circular referencesJohn Christopher Anderson
2010-09-11raise the default session timeout to 12 hoursJohn Christopher Anderson
2010-09-10Bug fix: replicator proxy option ignored.Filipe David Borba Manana
2010-09-09Refactor changes module to allow for accumulators with the callback (optional...Filipe David Borba Manana
2010-09-08make sure we always do a plan.Benoit Chesneau
2010-09-07fix issue #COUCHDB-230 . now it's possible to do */test =Benoit Chesneau
2010-09-07improve rewriter. No< it's possible to pass a variable in path as <var>Benoit Chesneau
2010-09-07remove extra log statementJohn Christopher Anderson
2010-09-07warn when a view query will be empty due to backwards start and end keysJohn Christopher Anderson
2010-09-02fix warnings in couch_httpd_db.erlRobert Newson
2010-08-31validate input strings containing escape characters, COUCHDB-875Adam Kocoloski
2010-08-25fix attachments.js in Safari by treating charset case-insensitively.Robert Newson
2010-08-25COUCHDB-161 - range support. Adhere closer to the spec. correct range parsing...Robert Newson
2010-08-24correct fencepost error for last bytes range request.Robert Newson
2010-08-24COUCHDB-870 - attachments.js hangs.Robert Newson
2010-08-24fix warnings of unused Len variables.Robert Newson
2010-08-24set Accept-Ranges conditionally on identity encoding.Robert Newson
2010-08-24support multiple byte ranges in Range header.Robert Newson
2010-08-24return 400 Bad Request for unparseable range request.Robert Newson
2010-08-24Added configurable nodelay setting via the ini. Set [httpd] nodelay=true to e...Damien F. Katz
2010-08-23Replicator: fix authentication failure when replicating design documents that...Filipe David Borba Manana
2010-08-22tidy range support, make inserting of multirange support more obvious.Robert Newson
2010-08-22COUCHDB-864 - set SAVE_RECV flag in mochiweb request to allow connection keep...Robert Newson
2010-08-21Fix revision 987824 - add missing changes.Filipe David Borba Manana
2010-08-21Added some whitespaces to make the code easier to the eye.Filipe David Borba Manana
2010-08-21Work queue - add support for multiple consumers.Filipe David Borba Manana
2010-08-21Small refactoring of the work queue module to accomodate for incoming options...Filipe David Borba Manana
2010-08-21add a test to check if rewrite works on views following a report on ircBenoit Chesneau
2010-08-20Allow the replication.js test to be run outside a browser environment.Filipe David Borba Manana
2010-08-20sysadmins were shocked that we can use $ for anything else than a shellBenoit Chesneau
2010-08-19COUCHDB-861 - enhance _sum to work with lists of numbers.Robert Newson
2010-08-19Fix behaviour of the view query option stale=update_after.Filipe David Borba Manana
2010-08-19Support Range header for all attachments, even without compaction upgrade. It...Robert Newson
2010-08-18expose security obj to shows, lists & updates functions.Benoit Chesneau
2010-08-18typoJan Lehnardt
2010-08-18Fix test suite for Chrome and Safari.Jan Lehnardt
2010-08-18include new attachment_ranges.js in share/Makefile.amRobert Newson
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-08-18Add one more test to replicator_db.js: test that after a design doc is update...Filipe David Borba Manana
2010-08-18Test that design docs get replicated in a continuous replication when the rep...Filipe David Borba Manana
2010-08-17fix badmatch when fetching zero byte attachments.Robert Newson
2010-08-17don't export twice.. this warning was annoying.Benoit Chesneau