summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-11-08Preserve attachment identity length when doing local to local replications.Filipe David Borba Manana
2010-11-08Fixed a couple typos.Paul Joseph Davis
2010-11-07Bug fix: the separator for media types in the 'Accept' header is a comma. The...Filipe David Borba Manana
2010-11-07Allow the atts_since parameter to work together with the open_revs parameter.Filipe David Borba Manana
2010-11-06Fix executable status.Paul Joseph Davis
2010-11-06Fixed an error spotted by Filipe.Paul Joseph Davis
2010-11-05Don't choke on unknown configuration settings.Paul Joseph Davis
2010-11-05HTTP proxy handler.Paul Joseph Davis
2010-11-05Enable CouchDB to manage OS process daemons.Paul Joseph Davis
2010-11-05useless js loggingBenoit Chesneau
2010-11-04Replicator: set Content-Length header when posting to _ensure_full_commit. Sa...Filipe David Borba Manana
2010-11-03Fix ibrowse 2.0.x inactivity timeouts not getting cleared.Filipe David Borba Manana
2010-11-03We don't have MOVE requests. No need to track them.Jan Lehnardt
2010-11-03typoJan Lehnardt
2010-11-03Replicator fix: add Content-Length header to the request that creates the rem...Filipe David Borba Manana
2010-11-02Escape URL and cookie input.Jan Lehnardt
2010-10-30Trivial change: add/move semi-collons to where they belong to.Filipe David Borba Manana
2010-10-30Avoiding hardcoded value for the view index disk size.Filipe David Borba Manana
2010-10-30Closes COUCHDB-821.Filipe David Borba Manana
2010-10-27sort _all_dbs at api not http level.Robert Newson
2010-10-27ensure _all_dbs output is sorted.Robert Newson
2010-10-25GET /db/_design/doc/_info should not trigger an update.Filipe David Borba Manana
2010-10-20checkpoints reuse session_id. Patch by tilgovi. COUCHDB-704Adam Kocoloski
2010-10-20non-blocking creation of new view groups, COUCHDB-900Adam Kocoloski
2010-10-19Added missing semi-colons and variable declarations .Filipe David Borba Manana
2010-10-18Avoid occasional stalling of Futon in Firefox.Jan Lehnardt
2010-10-16Reformatting and organizing better the export statements.Filipe David Borba Manana
2010-10-16Replicator: deal with 303 HTTP redirects. Closes COUCHDB-918.Filipe David Borba Manana
2010-10-16Replicator: use pattern matching with the #url record instead of the raw tuple.Filipe David Borba Manana
2010-10-16Replicator: fix issues when a peer is accessible via SSL.Filipe David Borba Manana
2010-10-14Fixed typo in comment.Paul Joseph Davis
2010-10-14like in view, check content_type on POST /db/_all_docsBenoit Chesneau
2010-10-13get _changes on specific docidsBenoit Chesneau
2010-10-12Avoid gen_server call timeout error after compacting a database (seems to hap...Filipe David Borba Manana
2010-10-11Fix ddoc sig test.Paul Joseph Davis
2010-10-10Avoid view regeneration for new ETags support.Paul Joseph Davis
2010-10-10Fixes COUCHDB-799 - More granular ETags for views.Paul Joseph Davis
2010-10-09Bug fix: when receiving the compact_done message, make sure the gen_server un...Filipe David Borba Manana
2010-10-07Fix bad JavaScript practices and avoid declaration of 2 global variables.Filipe David Borba Manana
2010-10-03import couch_tests.js in custom_test.html so that CouchDB.protocol is defined...Robert Newson
2010-10-02using an infinity timeout in places where we wait on disk ioJohn Christopher Anderson
2010-10-01remove vestigal db handle that will just be replaced by couch_view_updater an...John Christopher Anderson
2010-10-01close db handles after using them to get view groupsJohn Christopher Anderson