Age | Commit message (Expand) | Author |
2010-08-17 | New vhost manager. allows dynamic add of vhosts without restart, | Benoit Chesneau |
2010-08-04 | Add replicator DB (_replicator). | Filipe David Borba Manana |
2010-06-23 | Authentication caching, to avoid repeated opening and closing of the users da... | Damien F. Katz |
2010-05-22 | Fix Solaris compat. | Jan Lehnardt |
2010-02-26 | fdmananas patch for filtered replication via COUCHDB-673 | John Christopher Anderson |
2010-01-31 | add url rewriting support. | Benoit Chesneau |
2009-11-26 | Move all C code to src/couchdb/priv | Paul Joseph Davis |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-10-17 | have 'make dist' build a windows installer on windows | Mark Hammond |
2009-10-14 | Fix a bug in the couch.app generation. | Paul Joseph Davis |
2009-09-17 | Fixes COUCHDB-396 | Paul Joseph Davis |
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-02 | fix build | 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-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-12 | Introduces native Erlang query servers. Closes COUCHDB-377 | John Christopher Anderson |
2009-08-10 | new replicator using _changes feed for continuous replication | Adam Kocoloski |
2009-08-09 | next piece of new replicator -- missing_revs buffer | Adam Kocoloski |
2009-08-07 | ibrowse wrapper for replicator, will replace do_http_request | Adam Kocoloski |
2009-08-04 | Initial check-in of OAuth and cookie authentication. | Damien F. Katz |
2009-07-17 | one line fix | Noah Slater |
2009-07-16 | first cut at _changes feed consumer. not yet used by replication | Adam Kocoloski |
2009-07-16 | added missing file | Noah Slater |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-05-30 | Added code coverage report generation target. | Paul Joseph Davis |
2009-05-30 | Test and fix for infinite loops in view_servers, fix for crashed OS processes... | Damien F. Katz |
2009-05-04 | Use batch=ok query param for document PUT and POST to defer index updates unt... | John Christopher Anderson |
2009-04-05 | added compaction for view indexes. See COUCHDB-92 | Adam Kocoloski |
2009-03-07 | rewrite replicator using OTP behaviours | Adam Kocoloski |
2009-02-26 | Fix and test for file descriptor leaks | Damien F. Katz |
2009-02-22 | add couch_stats.hrl to distribution files | Jan Lehnardt |
2009-02-22 | Add runtime statistics -- without EUnit tests for now. | Jan Lehnardt |
2009-02-17 | Put file ref_counting into it's own module, to make the speed of opening an a... | Damien F. Katz |
2009-01-23 | Added task status checking, to help debug the progress of long running tasks,... | Damien F. Katz |
2009-01-12 | rename _form to _show and move the funcs in the design doc to design.show.docs | John Christopher Anderson |
2009-01-07 | Rebuild all .erl files when couch_db.hrl has been modified. Closes COUCHDB-199. | Jan Lehnardt |
2008-12-29 | merge form branch to trunk | John Christopher Anderson |
2008-12-22 | Checking in new erlang source file, used for tracking file stats. | Damien F. Katz |
2008-12-16 | the external process handler | John Christopher Anderson |
2008-12-16 | couch_os_process to manage the JSON line protocol. thanks davisp. | John Christopher Anderson |
2008-12-16 | remove couch_ft_query | John Christopher Anderson |
2008-12-10 | view group state gen_server. thanks damien and davisp. | John Christopher Anderson |
2008-10-25 | temporarily removed edoc generation | Noah Slater |
2008-10-25 | Fix edoc error in distribution. | Jan Lehnardt |