summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-17Fix for broken multipart parsing code as mentioned in COUCHDB-570.Damien F. Katz
2009-11-16Fix a couple typos in the source.Paul Joseph Davis
2009-11-16force it to sign with my keyNoah Slater
2009-11-16eh?Noah Slater
2009-11-16added NEWS and CHANGES for 0.10.1Noah Slater
2009-11-16update windows readme about servicesMark Hammond
2009-11-15add basic windows service support; auto build .md5 with .exeMark Hammond
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-14Removed redudant multipart/related test from attachments.jsDamien F. Katz
2009-11-14Better testing of multipart/relatedDamien F. Katz
2009-11-13Remove debigging messagesDamien F. Katz
2009-11-13Fix broken etap test.Damien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-12Whoops. No alerts in tests plzkthx.Paul Joseph Davis
2009-11-12ErlView test case with a larger data set.Paul Joseph Davis
2009-11-10Add doc id validation when creating a new document with theJan Lehnardt
2009-11-09wait 5 minutes before assuming a connection is staleAdam Kocoloski
2009-11-09better error for illegal_database_name. Closes COUCHDB-566Adam Kocoloski
2009-11-09Unverbosifiying after the last successful build.Paul Joseph Davis
2009-11-09Turn on verbose tests to diagnose buildbotPaul Joseph Davis
2009-11-09Adding test_util.erl to .gitignorePaul Joseph Davis
2009-11-09Forgot to fix make coverPaul Joseph Davis
2009-11-09Update svn:ignore for built files.Paul Joseph Davis
2009-11-09Fix license.skip for test/etap/test_util.beamPaul Joseph Davis
2009-11-09Fixes 'make distcheck' to run the test suite.Paul Joseph Davis
2009-11-08Fixed a couple test suite errors.Paul Joseph Davis
2009-11-05Minor reformating.Damien F. Katz
2009-11-05typo, thanks David CoallierJan Lehnardt
2009-11-05add safety net for code accidents where the document id in a doc delete reque...Jan Lehnardt
2009-11-04Update NEWS and Changes.Jan Lehnardt
2009-11-04retrofit 0.10.0 CHANGESJan Lehnardt
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-11-03only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539Adam Kocoloski
2009-11-03eliminate new process flood after OS wakes from sleep. COUCHDB-539Adam Kocoloski
2009-11-03Allow updating a doc along with an attachment when posted from anJan Lehnardt
2009-11-02cast string status codes (from _externals) to integers before logging. COUCHD...Adam Kocoloski
2009-11-02only test list old api for js query serversJan Lehnardt
2009-10-31List functions weren't returning OS processes.Paul Joseph Davis
2009-10-30Closes COUCHDB-547 - Adding a View Compaction ButtonPaul Joseph Davis
2009-10-29write config changes much faster - see COUCHDB-545. Thanks Gustavo NiemeyerAdam Kocoloski
2009-10-28reboot replication from last checkpoint if DB is compacted or server restartsAdam Kocoloski
2009-10-27Make it harder to accidently terminate chunked resposnes by requiring callers...Damien F. Katz
2009-10-27Fixed a minor bug with attachments of zero length.Paul Joseph Davis
2009-10-26_changes response might have completed alreadyAdam Kocoloski
2009-10-26asking for a missing rev with ?rev or ?open_revs was a 500 responseAdam Kocoloski
2009-10-26replication client should use inactivity timeout on changes feedAdam Kocoloski
2009-10-24Fixed the test for couch_stats_aggregator.Paul Joseph Davis
2009-10-24use couch_util:priv_dir() b/c it works in dev mode tooAdam Kocoloski
2009-10-24Update functions can now handle any HTTP verb, excepting GET and HEADJohn Christopher Anderson
2009-10-24Move stat descriptions out of the config.Paul Joseph Davis