Age | Commit message (Expand) | Author |
2010-01-18 | normalize userCtx name and roles, also, no log in via a conflict doc | John Christopher Anderson |
2010-01-13 | validate use doc type | John Christopher Anderson |
2010-01-12 | Add utility for verifying hashes. | Jason David Davies |
2010-01-09 | make the default account db called _users, not users | John Christopher Anderson |
2010-01-09 | better validations on users db | John Christopher Anderson |
2010-01-07 | merge account branch to trunk | John Christopher Anderson |
2009-12-23 | Follow RFC 2616 closer and use "verb" instead of "method" | Jan Lehnardt |
2009-12-22 | remove show from db doc GET handler, completing flip-flop on COUCHDB-404 | John Christopher Anderson |
2009-12-22 | move query server to a design-doc based protocol, closes COUCHDB-589 | John Christopher Anderson |
2009-12-16 | Provide Content-MD5 header support for attachments. | Paul Joseph Davis |
2009-12-14 | Email notification test failed. Undoing. | Paul Joseph Davis |
2009-12-14 | Forcing a build failure to check buildbot emails. | Paul Joseph Davis |
2009-12-10 | cache headers for favicon.ico - thanks Matthew Hooker | John Christopher Anderson |
2009-12-10 | Add a "Reduce" checkbox to the database view page in Futon, which controls th... | Christopher Lenz |
2009-12-08 | release old Fds on replication reboot, shut down child procs in a cleaner order | Adam Kocoloski |
2009-12-02 | removed add_fun optimization for filters, this provides better concurrency at... | John Christopher Anderson |
2009-12-02 | COUCHDB-588: don't make log noise when an OS process chooses to terminate nor... | Mark Hammond |
2009-12-02 | ensure the child exit code is reported correctly to couch | Mark Hammond |
2009-11-30 | Fix two issues for databases upgraded from 0.9.x: | Jan Lehnardt |
2009-11-30 | ETags on POSTs to _view and _list should depend on Keys. COUCHDB-586 | Adam Kocoloski |
2009-11-30 | work on COUCHDB-582, fixes issues with filtered longpoll requests closing early | John Christopher Anderson |
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 | 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 |