summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-23Merged revision 1038067 from trunk:Filipe David Borba Manana
2010-11-21Merged revision 1037455 from trunk:Filipe David Borba Manana
2010-11-21Merged revision 1037448 from trunk:Filipe David Borba Manana
2010-11-20Merged revision 1037245 from trunk:Filipe David Borba Manana
2010-11-20Merged revision 1037213 from trunk:Filipe David Borba Manana
2010-11-20Updated CHANGES for release 1.1.0.Filipe David Borba Manana
2010-11-19Updated CHANGES for release 1.1.0.Filipe David Borba Manana
2010-11-19branching 1.1.xJan Lehnardt
2010-11-19Undo overzealous escaping.Jan Lehnardt
2010-11-19For absolute consistency, renamed aliases start_key_docid and end_key_docid t...Filipe David Borba Manana
2010-11-19Updated CHANGES for 1.1.0.Filipe David Borba Manana
2010-11-19Add aliases start_key, end_key, start_key_docid and end_key_docid.Filipe David Borba Manana
2010-11-19Make sure that after a local database compaction the old database reference c...Filipe David Borba Manana
2010-11-18Preserve user context when reopening a database.Filipe David Borba Manana
2010-11-18update NEWS and CHANGES for 1.1.0Jan Lehnardt
2010-11-18COUCHDB-957 - Show an error message if trying 'Compact View' without selectin...Robert Newson
2010-11-18JavaScript tests: avoid global variable declarations.Filipe David Borba Manana
2010-11-18Replicator DB: added one more useful log message.Filipe David Borba Manana
2010-11-18Make sure that after compaction of the authentication database the old refere...Filipe David Borba Manana
2010-11-18Make sure that after a database compaction the old database reference counter...Filipe David Borba Manana
2010-11-17add comment about SSL portJan Lehnardt
2010-11-17Added missing semicolons to the view_pagination.js test.Filipe David Borba Manana
2010-11-17Replicator DB: added 2 useful log messages.Filipe David Borba Manana
2010-11-17Replicator DB: removed some restrictions from the default document update val...Filipe David Borba Manana
2010-11-17revert unwanted commitJan Lehnardt
2010-11-17Obvious parsing of the stale view parameter part 2.Jan Lehnardt
2010-11-17Add stale to parse_view_param/2 for consistency.Jan Lehnardt
2010-11-16Replicator: use the new builtin _doc_ids filter for the by doc IDs replication.Filipe David Borba Manana
2010-11-16Some code simplifications to the couch_changes module.Filipe David Borba Manana
2010-11-16Fix typo and grammar.Filipe David Borba Manana
2010-11-16Keep SSL options together.Jan Lehnardt
2010-11-16After authentication, redirect to the path the user requested, notJan Lehnardt
2010-11-15Refactoring of the design_docs.js test: fixed indentation and improved readab...Filipe David Borba Manana
2010-11-15Correct display for docs with %2f in their ID. Closes COUCHDB-948.Jan Lehnardt
2010-11-15Avoid lengthy stack traces for log(undefined);Jan Lehnardt
2010-11-14Added missing semicolons to replication.js test.Filipe David Borba Manana
2010-11-14Allow reduce=false parameter in map-only views.Jan Lehnardt
2010-11-13builtin changes filters fonctions: _doc_ids & _design. replace lastBenoit Chesneau
2010-11-12Proper verification of the request's accepted media types. Uses the new funct...Filipe David Borba Manana
2010-11-12Backporting issue 21 from the official Mochiweb repository:Filipe David Borba Manana
2010-11-12Yet another ibrowse fix.Filipe David Borba Manana
2010-11-12Use lists:min/1 and lists:max/1 instead of erlang:min/2 and erlang:max/2. The...Filipe David Borba Manana
2010-11-12Added test for COUCHDB-868 - ensure that a pull replication of design documen...Filipe David Borba Manana
2010-11-11Micro optimization: when reading an iolist, read up to 8Kbs instead of the 4 ...Filipe David Borba Manana
2010-11-10Micro optimization: faster header reads (read the whole block at once, so far...Filipe David Borba Manana
2010-11-10Support the keys parameter in GET requests.Paul Joseph Davis
2010-11-10COUCHDB-945 - ensure validation funs are still applied after compaction.Robert Newson
2010-11-10Updated ibrowse to version 2.1.0. It contains fixes for the following importa...Filipe David Borba Manana
2010-11-09tidy up regex for compressible_att_typeAdam Kocoloski
2010-11-08shut down couch_view_group cleanly if no_db_fileAdam Kocoloski