119
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Respond to DELETE requests with a "200 OK" status code instead of "202 Accepted", as the deletion is performed immediately. * The "content-type" member in attachment structures is now named "content_type" (underscore) for consistency and to be more accessible from Javascript (and presumably other languages, too) More... about 17 years ago
* Respond to DELETE requests with a "200 OK" status code instead of "202 Accepted", as the deletion is performed immediately. * The "content-type" member in attachment structures is now named "content_type" (underscore) for consistency and to be more accessible from Javascript (and presumably other languages, too) More... about 17 years ago
Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Closes COUCHDB-40. More... about 17 years ago
Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Closes COUCHDB-40. More... about 17 years ago
Improve the debug logging of request details. As the logging was split into multiple log messages, concurrent requests would get mixed up in the log. More... about 17 years ago
Improve the debug logging of request details. As the logging was split into multiple log messages, concurrent requests would get mixed up in the log. More... about 17 years ago
Improve the debug logging of request details. As the logging was split into multiple log messages, concurrent requests would get mixed up in the log. More... about 17 years ago
Remove incomplete Lucene integration (will be moved to a branch). More... about 17 years ago
Applied patch to enable logging from Javascript view functions. Closes COUCHDB-59. Thanks to Chris Anderson for the patch. More... about 17 years ago
Change error handling on unknown private paths to be more consistent with how other errors are handled. More... about 17 years ago
Change error handling on unknown private paths to be more consistent with how other errors are handled. More... about 17 years ago
Change error handling on unknown private paths to be more consistent with how other errors are handled. More... about 17 years ago
Updated MochiWeb in trunk to r76. Closes COUCHDB-42. More... about 17 years ago
http://code.google.com/p/mochiweb/issues/detail?id=10 More... about 17 years ago
http://code.google.com/p/mochiweb/issues/detail?id=12 More... about 17 years ago
make serve_file robust against / and .. More... about 17 years ago
Use limit of 4GB for document PUT requests, instead of the MochiWeb default of 1MB. Closes COUCHDB-37. More... about 17 years ago
Use limit of 4GB for document PUT requests, instead of the MochiWeb default of 1MB. Closes COUCHDB-37. More... about 17 years ago
Use limit of 4GB for document PUT requests, instead of the MochiWeb default of 1MB. Closes COUCHDB-37. More... about 17 years ago
Fix for file attachments using too much space in compacted databases More... about 17 years ago
Fix for file attachments using too much space in compacted databases More... about 17 years ago
Fix for file attachments using too much space in compacted databases More... about 17 years ago
Enable Etag processing for document GET requests that include the '?rev' query string parameter. More... about 17 years ago
Enable Etag processing for document GET requests that include the '?rev' query string parameter. More... about 17 years ago
Enable Etag processing for document GET requests that include the '?rev' query string parameter. More... about 17 years ago
Nicer display of attachments in Futon. More... about 17 years ago
Improve jQuuery-based CouchDB interface so that it doesn't report an error when no 'success' callback was provided. More... about 17 years ago
Improve jQuuery-based CouchDB interface so that it doesn't report an error when no 'success' callback was provided. More... about 17 years ago
Add another third-party license to the LICENSE file. More... about 17 years ago
Add third-party licenses to LICENSE file, update jQuery to 1.2.5. More... about 17 years ago