summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a test for COUCHDB-13191319-large-headers-are-corruptedAdam Kocoloski2011-10-261-1/+8
* Fix retrieval of headers larger than 4kAdam Kocoloski2011-10-261-1/+1
* Assert couch application starts successfullyFilipe David Manana2011-10-261-1/+1
* Hardcode couchjs binary namePaul Joseph Davis2011-10-232-3/+6
* Fix JavaScript CLI test runner.Paul Joseph Davis2011-10-201-1/+1
* Fix object sealing on sm 1.7.0Robert Newson2011-10-201-1/+1
* Minor fixes to link agianst SpiderMonkey trunkPaul Joseph Davis2011-10-183-7/+15
* Prevent linking against too new of a SpiderMonkeyPaul Joseph Davis2011-10-181-0/+22
* Fix builtin changes filters with ?descending=trueFilipe David Manana2011-10-182-32/+74
* Fix test test/etap/160-vhosts.tFilipe David Manana2011-10-151-29/+10
* restore couch_util:verify call in oauth.Robert Newson2011-10-132-2/+2
* Remove duplicated word "the"Filipe David Manana2011-10-121-1/+1
* recommend Homebrew over MacPortsJan Lehnardt2011-10-071-2/+4
* Revert "Fix function evaluation by newer SpiderMonkey's."Robert Newson2011-10-071-5/+1
* Update CHANGES and NEWS for the 1.1.1 releaseFilipe David Manana2011-10-052-0/+6
* update CHANGES and NEWS to include a one line summary for every ticket resolv...Robert Newson2011-10-052-0/+36
* Increase test 240-replication-compact pause periodFilipe David Manana2011-10-051-1/+1
* Open replicator database in child processFilipe David Manana2011-10-051-4/+7
* vendor info in welcome message (COUCHDB-1285)Randall Leeds2011-10-043-1/+16
* Replicator: configurable # of retries per requestFilipe David Manana2011-10-044-4/+15
* Remove no longer necessary call in replicator dbFilipe David Manana2011-10-041-6/+4
* Replicator: update task status more oftenFilipe David Manana2011-10-033-120/+115
* fix couchjs help language and use short optionsRandall Leeds2011-10-023-23/+12
* distclean couchjs.1 help2man fileRandall Leeds2011-10-021-5/+5
* improve argument parsing in couchjsRandall Leeds2011-10-027-141/+144
* Updated CHANGES and NEWS about the switch to Git.Paul J. Davis2011-10-012-0/+16
* fix COUCHDB-648 - _update handler ignores "code"Randall Leeds2011-10-013-8/+33
* Replicator: update timeout to match the .ini configFilipe David Borba Manana2011-09-301-1/+2
* Replicator: skip documents with empty IDFilipe David Borba Manana2011-09-301-2/+12
* fix tests after the change on trunk@1177162 .Benoit Chesneau2011-09-301-3/+3
* Remove usage of http module from etap testsFilipe David Borba Manana2011-09-296-233/+192
* be nice to the poor http parsersRandall Leeds2011-09-291-1/+1
* Rest of the fix for COUCHDB-1265Paul Joseph Davis2011-09-282-36/+60
* Allow CommonJS modules to be an empty string.Paul Joseph Davis2011-09-281-1/+1
* Fix function evaluation by newer SpiderMonkey's.Paul Joseph Davis2011-09-271-1/+5
* close #COUCHDB-1297Benoit Chesneau2011-09-271-1/+1
* reflect api changes in couch_api_index. While I'm here, even if theBenoit Chesneau2011-09-271-3/+5
* fix typosBenoit Chesneau2011-09-272-2/+2
* Fix database compaction crash on retryFilipe David Borba Manana2011-09-241-2/+7
* Commit the compacted index before returning it.Paul Joseph Davis2011-09-231-0/+1
* Change internal atom from val to value.Paul Joseph Davis2011-09-217-52/+52
* Add test 201-view-group-shutdown.t (COUCHDB-1283)Filipe David Borba Manana2011-09-212-0/+292
* Ignore build output for new directories.Paul Joseph Davis2011-09-210-0/+0
* Remember to provide a 2-arity wrapper to udpate.Paul Joseph Davis2011-09-211-1/+5
* Keep the databae open for index compaction.Paul Joseph Davis2011-09-213-7/+10
* Disable verbose output for mrview tests.Paul Joseph Davis2011-09-211-1/+1
* Efficient implementation of builtin filtersFilipe David Borba Manana2011-09-204-41/+483
* Fix test 240-replication-compact.tFilipe David Borba Manana2011-09-191-20/+9
* Update replication task status more oftenFilipe David Borba Manana2011-09-193-7/+29
* Replicator: don't use chunked encoding for _bulk_docsFilipe David Borba Manana2011-09-181-18/+26