Age | Commit message (Expand) | Author |
2009-11-10 | Add doc id validation when creating a new document with the | Jan Lehnardt |
2009-11-09 | wait 5 minutes before assuming a connection is stale | Adam Kocoloski |
2009-11-09 | better error for illegal_database_name. Closes COUCHDB-566 | Adam Kocoloski |
2009-11-09 | Unverbosifiying after the last successful build. | Paul Joseph Davis |
2009-11-09 | Turn on verbose tests to diagnose buildbot | Paul Joseph Davis |
2009-11-09 | Adding test_util.erl to .gitignore | Paul Joseph Davis |
2009-11-09 | Forgot to fix make cover | Paul Joseph Davis |
2009-11-09 | Update svn:ignore for built files. | Paul Joseph Davis |
2009-11-09 | Fix license.skip for test/etap/test_util.beam | Paul Joseph Davis |
2009-11-09 | Fixes 'make distcheck' to run the test suite. | Paul Joseph Davis |
2009-11-08 | Fixed a couple test suite errors. | Paul Joseph Davis |
2009-11-05 | Minor reformating. | Damien F. Katz |
2009-11-05 | typo, thanks David Coallier | Jan Lehnardt |
2009-11-05 | add safety net for code accidents where the document id in a doc delete reque... | Jan Lehnardt |
2009-11-04 | Update NEWS and Changes. | Jan Lehnardt |
2009-11-04 | retrofit 0.10.0 CHANGES | Jan Lehnardt |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-11-03 | only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539 | Adam Kocoloski |
2009-11-03 | eliminate new process flood after OS wakes from sleep. COUCHDB-539 | Adam Kocoloski |
2009-11-03 | Allow updating a doc along with an attachment when posted from an | Jan Lehnardt |
2009-11-02 | cast string status codes (from _externals) to integers before logging. COUCHD... | Adam Kocoloski |
2009-11-02 | only test list old api for js query servers | Jan Lehnardt |
2009-10-31 | List functions weren't returning OS processes. | Paul Joseph Davis |
2009-10-30 | Closes COUCHDB-547 - Adding a View Compaction Button | Paul Joseph Davis |
2009-10-29 | write config changes much faster - see COUCHDB-545. Thanks Gustavo Niemeyer | Adam Kocoloski |
2009-10-28 | reboot replication from last checkpoint if DB is compacted or server restarts | Adam Kocoloski |
2009-10-27 | Make it harder to accidently terminate chunked resposnes by requiring callers... | Damien F. Katz |
2009-10-27 | Fixed a minor bug with attachments of zero length. | Paul Joseph Davis |
2009-10-26 | _changes response might have completed already | Adam Kocoloski |
2009-10-26 | asking for a missing rev with ?rev or ?open_revs was a 500 response | Adam Kocoloski |
2009-10-26 | replication client should use inactivity timeout on changes feed | Adam Kocoloski |
2009-10-24 | Fixed the test for couch_stats_aggregator. | Paul Joseph Davis |
2009-10-24 | use couch_util:priv_dir() b/c it works in dev mode too | Adam Kocoloski |
2009-10-24 | Update functions can now handle any HTTP verb, excepting GET and HEAD | John Christopher Anderson |
2009-10-24 | Move stat descriptions out of the config. | Paul Joseph Davis |
2009-10-23 | improved speed and concurrency of config lookups | Adam Kocoloski |
2009-10-22 | Improve OAuth error message for missing tokens. | Paul Joseph Davis |
2009-10-20 | More pedantry. | Jason David Davies |
2009-10-20 | typo | Jan Lehnardt |
2009-10-19 | Fix bug when lists use two design docs. | Paul Joseph Davis |
2009-10-18 | log external reqests like any other requests | Jan Lehnardt |
2009-10-18 | case sensitivity | Jan Lehnardt |
2009-10-17 | Fixing build issues. | Paul Joseph Davis |
2009-10-17 | have 'make dist' build a windows installer on windows | Mark Hammond |
2009-10-16 | added bench/ directory to trunk, contains 2 benchmark suites. | John Christopher Anderson |
2009-10-16 | being pedantic^Wconsistent | Jan Lehnardt |
2009-10-15 | Add support for other OAuth signature methods in replication client. | Jason David Davies |
2009-10-15 | add 0.11 NEWS items, please help filling the blanks | Jan Lehnardt |
2009-10-15 | add 0.10 NEWS items, please help filling the blanks | Jan Lehnardt |
2009-10-15 | Only check for admin user if we are trying to create a database. Thanks to Bo... | Jan Lehnardt |