summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-30Revert "COUCHDB-903 - add {ok, true} to COPY result."Robert Newson
2010-09-30COUCHDB-903 - add {ok, true} to COPY result.Robert Newson
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-29Add missing expression to close the database (COUCHDB-892 related).Filipe David Borba Manana
2010-09-28Replicator fix: for a filtered replication, the replication ID should take in...Filipe David Borba Manana
2010-09-27CommonJS support in map functionsJohn Christopher Anderson
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-27Adding new macro ?getv as an alias to couch_util:get_value.Filipe David Borba Manana
2010-09-25Explicitely close the file descriptor. It doesn't hurt.Filipe David Borba Manana
2010-09-25Bug fix: a user context record was being used instead of a PID.Filipe David Borba Manana
2010-09-24Upgrading ibrowse from version 1.6.2 to 2.0.1.Filipe David Borba Manana
2010-09-22Removing duplicated code.Filipe David Borba Manana
2010-09-22Replicator: avoid percent encoding the slashes of design and local document IDs.Filipe David Borba Manana
2010-09-20Fix badarity error when the changes timeout is undefined or set to infinity.Filipe David Borba Manana
2010-09-18Added peer information to debug message.Filipe David Borba Manana
2010-09-16Correcting ibrowse version number.Filipe David Borba Manana
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-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-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-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-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-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