Age | Commit message (Expand) | Author |
2009-11-27 | Fix weird error with JS_DefineFunctions call. | Paul Joseph Davis |
2009-11-27 | Force couchspawnkillable to be executable. | Paul Joseph Davis |
2009-11-27 | Minor formatting fix. | Paul Joseph Davis |
2009-11-27 | get windows building again | Mark Hammond |
2009-11-26 | Setup JavaScript command line runner. | Paul Joseph Davis |
2009-11-26 | Complete refactoring of couch_js. | Paul Joseph Davis |
2009-11-26 | Move all C code to src/couchdb/priv | Paul Joseph Davis |
2009-11-26 | Refactored the fix for active_dbs timeouts. | Paul Joseph Davis |
2009-11-26 | Update the open db's test to check failure. | Paul Joseph Davis |
2009-11-25 | Fixed a bug preventing active_dbs from working. | Paul Joseph Davis |
2009-11-24 | Fixes COUCHDB-578 | Paul Joseph Davis |
2009-11-23 | Fix and tests for COUCHDB-292 | Damien F. Katz |
2009-11-21 | upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474 | Adam Kocoloski |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-19 | fix replication of attachments gzipped by proxy | Adam Kocoloski |
2009-11-17 | Fix for broken multipart parsing code as mentioned in COUCHDB-570. | Damien F. Katz |
2009-11-16 | Fix a couple typos in the source. | Paul Joseph Davis |
2009-11-15 | Testing of incremental attachments and more testing of multipart/handling. | Damien F. Katz |
2009-11-14 | Better testing of multipart/related | Damien F. Katz |
2009-11-13 | Remove debigging messages | Damien F. Katz |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
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 | Fixes 'make distcheck' to run the test suite. | 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-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-10-31 | List functions weren't returning OS processes. | 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 | 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 |