Age | Commit message (Expand) | Author |
2009-09-21 | attempt at gentler replication shutdown when one of the DBs is deleted | Adam Kocoloski |
2009-09-21 | quietly start a new connection if changes feed is closed | Adam Kocoloski |
2009-09-21 | bugfix for _changes when DB is deleted mid-response | Adam Kocoloski |
2009-09-20 | remove some unneeded opening, closing and passing around of Db | Jan Lehnardt |
2009-09-17 | Fixes COUCHDB-396 | Paul Joseph Davis |
2009-09-17 | Fixes COUCHDB-504 | Paul Joseph Davis |
2009-09-16 | include_docs now take an _id (as well as a _rev) in the emitted value, to loa... | John Christopher Anderson |
2009-09-16 | Single line http request when log=info | Damien F. Katz |
2009-09-16 | GC isn't happening for this process b/c heap is too small, so trigger it manu... | Adam Kocoloski |
2009-09-16 | add limit to _changes | John Christopher Anderson |
2009-09-15 | fix attachments with an undefined Content-Length header and no TE, patch by B... | Jan Lehnardt |
2009-09-14 | Fix speling. | Jason David Davies |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-09-14 | finish committing my changes adventure. pardon the dust. | John Christopher Anderson |
2009-09-14 | rollback mixed up commit, builds now | John Christopher Anderson |
2009-09-14 | support for deletions in changes feed | John Christopher Anderson |
2009-09-14 | removed _all_docs_by_seq in favor of _changes | John Christopher Anderson |
2009-09-13 | allow config callbacks to get passed the X-Couch-Persist flag | Jan Lehnardt |
2009-09-13 | adhere X-Couch-Persist for DELETEs | Jan Lehnardt |
2009-09-12 | bugfixes in supervision tree specifications | Adam Kocoloski |
2009-09-11 | Refactoring of endkey code in views and btrees. End key functionaility is now... | Damien F. Katz |
2009-09-11 | fix oauth access to design documents, patch by Jason Davies | Jan Lehnardt |
2009-09-09 | oopsie | Adam Kocoloski |
2009-09-09 | choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew... | Adam Kocoloski |
2009-09-06 | Fix for building CouchDB on Snow Leapord. | Paul Joseph Davis |
2009-09-06 | check if either history is empty, not both | Adam Kocoloski |
2009-09-05 | thou shalt make before thou commit, thou shalt make before thou commit, thou ... | Jan Lehnardt |
2009-09-05 | code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for poin... | Jan Lehnardt |
2009-09-02 | skip some regex etc. if DB is already open | Adam Kocoloski |
2009-09-02 | use the same password hash calculation for user creation via ini file and use... | Jan Lehnardt |
2009-09-02 | fix build | Jan Lehnardt |
2009-09-02 | fix continuous replication occurring after identical normal one | Adam Kocoloski |
2009-09-02 | Support for replication over SSL. Resolves COUCHDB-491 | Adam Kocoloski |
2009-09-02 | Added 3 stage pipeline for indexing views: loader, mapper, writer. This resul... | Damien F. Katz |
2009-09-01 | remove debugging leftover | Jan Lehnardt |
2009-08-30 | use a POSIX-compatible invocation of basename | Adam Kocoloski |
2009-08-30 | refactor CouchDB startup procedure, see COUCHDB-216 for details | Adam Kocoloski |
2009-08-29 | merge cascading auth patch by Jason Davies, closes COUCHDB-478, fix tests | Jan Lehnardt |
2009-08-28 | fix pattern matching bug in redirects for replication | Adam Kocoloski |
2009-08-28 | couch_rep_httpc should know about 503s | Adam Kocoloski |
2009-08-28 | guard against non-existing filters in _changes | Adam Kocoloski |
2009-08-27 | Fixed spurious console errors caused when attempting to query information abo... | Damien F. Katz |
2009-08-27 | Fix for problem where HEAD requests that would have a chunked responses would... | Damien F. Katz |
2009-08-27 | send deleted docs to _changes filters | Adam Kocoloski |
2009-08-25 | fix a process leak in local changes feed consumer | Adam Kocoloski |
2009-08-25 | disable gen_server timeouts for internal replication processes | Adam Kocoloski |
2009-08-25 | use _ensure_full_commit?seq=N in replication for efficiency | Adam Kocoloski |
2009-08-25 | _ensure_full_commit?seq=N to ensure everything up to N is committed | Adam Kocoloski |
2009-08-24 | only save a checkpoint at the end if something changed | Adam Kocoloski |
2009-08-24 | overlooked a function clause | Adam Kocoloski |