summaryrefslogtreecommitdiff
path: root/src/couchdb/Makefile.am
AgeCommit message (Expand)Author
2011-03-08Merged revision 1079475 from trunkFilipe David Borba Manana
2010-11-05HTTP proxy handler.Paul Joseph Davis
2010-11-05Enable CouchDB to manage OS process daemons.Paul Joseph Davis
2010-08-17New vhost manager. allows dynamic add of vhosts without restart,Benoit Chesneau
2010-08-04Add replicator DB (_replicator).Filipe David Borba Manana
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-05-22Fix Solaris compat.Jan Lehnardt
2010-02-26fdmananas patch for filtered replication via COUCHDB-673John Christopher Anderson
2010-01-31add url rewriting support.Benoit Chesneau
2009-11-26Move all C code to src/couchdb/privPaul Joseph Davis
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-10-17have 'make dist' build a windows installer on windowsMark Hammond
2009-10-14Fix a bug in the couch.app generation.Paul Joseph Davis
2009-09-17Fixes COUCHDB-396Paul Joseph Davis
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-06Fix for building CouchDB on Snow Leapord.Paul Joseph Davis
2009-09-02fix buildJan Lehnardt
2009-08-30use a POSIX-compatible invocation of basenameAdam Kocoloski
2009-08-30refactor CouchDB startup procedure, see COUCHDB-216 for detailsAdam Kocoloski
2009-08-18Fixing make distcheck errors.Paul Joseph Davis
2009-08-18Add license notice to couchdb.bat.tpl.inPaul Joseph Davis
2009-08-18The real fix for the make install issue. Autotools FTLPaul Joseph Davis
2009-08-18Minor issue with make install not installing couchspawnkillable.Paul Joseph Davis
2009-08-18Applying markh's Windows build patch.Paul Joseph Davis
2009-08-12Introduces native Erlang query servers. Closes COUCHDB-377John Christopher Anderson
2009-08-10new replicator using _changes feed for continuous replicationAdam Kocoloski
2009-08-09next piece of new replicator -- missing_revs bufferAdam Kocoloski
2009-08-07ibrowse wrapper for replicator, will replace do_http_requestAdam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-07-17one line fixNoah Slater
2009-07-16first cut at _changes feed consumer. not yet used by replicationAdam Kocoloski
2009-07-16added missing fileNoah Slater
2009-07-14wheeeeeeeeNoah Slater
2009-05-30Added code coverage report generation target.Paul Joseph Davis
2009-05-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-04-05added compaction for view indexes. See COUCHDB-92Adam Kocoloski
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
2009-02-26Fix and test for file descriptor leaksDamien F. Katz
2009-02-22add couch_stats.hrl to distribution filesJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2009-01-12rename _form to _show and move the funcs in the design doc to design.show.docsJohn Christopher Anderson
2009-01-07Rebuild all .erl files when couch_db.hrl has been modified. Closes COUCHDB-199.Jan Lehnardt
2008-12-29merge form branch to trunkJohn Christopher Anderson
2008-12-22Checking in new erlang source file, used for tracking file stats.Damien F. Katz
2008-12-16the external process handlerJohn Christopher Anderson
2008-12-16couch_os_process to manage the JSON line protocol. thanks davisp.John Christopher Anderson
2008-12-16remove couch_ft_queryJohn Christopher Anderson