Age | Commit message (Expand) | Author |
2009-08-23 | fix HEAD requests for OAuth, patch by Jason Davies, closes COUCHDB-479 | Jan Lehnardt |
2009-08-23 | heartbeat bugfix for continuous replication from remote source | Adam Kocoloski |
2009-08-22 | Fix bug that caused duplicate INI sections on write back. | Paul Joseph Davis |
2009-08-21 | Munge all ErlJSON to use binaries. | Paul Joseph Davis |
2009-08-21 | Back out Mochiweb patch from r659636 to support older Erlang versions, as tho... | Christopher Lenz |
2009-08-19 | maybe reopen source to get newer documents | Adam Kocoloski |
2009-08-19 | continuous replication request returns 202 Accepted and the _local docid | Adam Kocoloski |
2009-08-18 | cleanup application of auth functions | Adam Kocoloski |
2009-08-18 | allow configurable X-Forwarded-Host header handling for work behind reverse p... | Jan Lehnardt |
2009-08-18 | continuous _changes are now newline-delimited JSON Objects (no commas) | Adam Kocoloski |
2009-08-18 | fix make install, closes COUCHDB-471 again | Jan Lehnardt |
2009-08-18 | Fixing make distcheck errors. | Paul Joseph Davis |
2009-08-18 | Add license notice to couchdb.bat.tpl.in | Paul Joseph Davis |
2009-08-18 | The real fix for the make install issue. Autotools FTL | Paul Joseph Davis |
2009-08-18 | Minor issue with make install not installing couchspawnkillable. | Paul Joseph Davis |
2009-08-18 | Applying markh's Windows build patch. | Paul Joseph Davis |
2009-08-17 | allow list function and view function to be in different design docs, patch b... | Jan Lehnardt |
2009-08-17 | Fixed a re:run/3 call in couch_config_writer.erl | Paul Joseph Davis |
2009-08-16 | Make POST's reflect a provided _id member. | Paul Joseph Davis |
2009-08-16 | Update our Erlang VM requirement to 5.6.5 (R12B5). Also fixes the remaining two | Paul Joseph Davis |
2009-08-15 | better failure modes in replication. See COUCHDB-193, COUCHDB-416 | Adam Kocoloski |
2009-08-15 | replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245 | Adam Kocoloski |
2009-08-15 | delayed commits are now a config option, off by default. Closes COUCHDB-449 | Adam Kocoloski |
2009-08-14 | update allowed methods to reflect reality | Adam Kocoloski |
2009-08-14 | Fixes COUCHDB-422 - Reject invalid _local doc ids. | Paul Joseph Davis |
2009-08-14 | benoitc's attachment PUT patch passes tests for me. Closes COUCHDB-461 | John Christopher Anderson |
2009-08-14 | apply Benoit's patch fixing attachment content-length handling for GET from C... | John Christopher Anderson |
2009-08-13 | trivial change to replicator request headers. Closes COUCHDB-419 | Adam Kocoloski |
2009-08-12 | rollback _conflicts view patch | Adam Kocoloski |
2009-08-12 | Introduces native Erlang query servers. Closes COUCHDB-377 | John Christopher Anderson |
2009-08-12 | add native /db/_conflicts view, patch by Adam Kocolosk, closes COUCHDB-462 | Jan Lehnardt |
2009-08-12 | recloses COUCHDB-4 (view etags) thanks to Matt Goodall for the tests. keep 'e... | John Christopher Anderson |
2009-08-11 | silence compiler warnings, don't use unused variables | Jan Lehnardt |
2009-08-11 | roll back streaming _bulk_docs b/c of a race condition | Adam Kocoloski |
2009-08-11 | Initial commit of _update handler. Thanks to Paul Davis, Jason Davies for cod... | John Christopher Anderson |
2009-08-11 | more work on _bulk_docs streaming during replication. | Adam Kocoloski |
2009-08-11 | fix pull replication w/o _changes (for 0.9.x remote sources) | Adam Kocoloski |
2009-08-11 | whoops, process dictionary certainly won't work there | Adam Kocoloski |
2009-08-11 | split into multiple requests so target doesn't buffer too much | Adam Kocoloski |
2009-08-11 | max chunk size of 4G, not 64k | Adam Kocoloski |
2009-08-11 | stream _bulk_docs JSON body during replication | Adam Kocoloski |
2009-08-10 | new replicator using _changes feed for continuous replication | Adam Kocoloski |
2009-08-10 | switch pause to milliseconds | Adam Kocoloski |
2009-08-10 | suppress obsolete list() guard warning | Adam Kocoloski |
2009-08-10 | fix speling, thanks Jason | Jan Lehnardt |
2009-08-09 | next piece of new replicator -- missing_revs buffer | Adam Kocoloski |
2009-08-08 | update rep_changes_feed to use feed=continuous and rep_httpc | Adam Kocoloski |
2009-08-07 | ibrowse wrapper for replicator, will replace do_http_request | Adam Kocoloski |
2009-08-06 | upgrade ibrowse to 1.5.2. Closes COUCHDB-451 | Adam Kocoloski |
2009-08-06 | batch=ok was leaking processes and ignoring intervals. Closes COUCHDB-454 | Adam Kocoloski |