summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_util.erl
AgeCommit message (Expand)Author
2011-03-05Merged revision 1076368 from trunkFilipe David Borba Manana
2011-01-28Validate doc ids that come from a PUT to a URL.Paul Joseph Davis
2011-01-20COUCHDB-1034 - ignore runs of whitespace between content types in compressibl...Robert Newson
2010-12-22Merged revision 1052031 from trunk:Filipe David Borba Manana
2010-11-09tidy up regex for compressible_att_typeAdam Kocoloski
2010-10-01Remove no longer necessary include macro (forgotten in revision 963038).Filipe David Borba Manana
2010-09-22Replicator: avoid percent encoding the slashes of design and local document IDs.Filipe David Borba Manana
2010-09-13Replicator changes:Filipe David Borba Manana
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-07-12Reverting revision 963042 - lists:keystore/4 only replaces the first occurren...Filipe David Borba Manana
2010-07-11Removing unused function couch_util:ascii_lower/1. If ever needed, the exact ...Filipe David Borba Manana
2010-07-11Removing unnecessary code.Filipe David Borba Manana
2010-07-11Removing couch_util:read_file_size/1 because same functionality is provided b...Filipe David Borba Manana
2010-06-24use JSON content type in replicator, require it in the _bulk_docs and other P...John Christopher Anderson
2010-06-16small optimization for reordering result listsAdam Kocoloski
2010-06-15iodata() type is too new for usAdam Kocoloski
2010-05-19no newlines in .ini filesJan Lehnardt
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-16Fixes couch_server:all_databases/0Paul Joseph Davis
2010-03-05use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681Adam Kocoloski
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2010-01-12Add utility for verifying hashes.Jason David Davies
2009-12-16Provide Content-MD5 header support for attachments.Paul Joseph Davis
2009-11-26Move all C code to src/couchdb/privPaul Joseph Davis
2009-11-21upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474Adam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-02cast string status codes (from _externals) to integers before logging. COUCHD...Adam Kocoloski
2009-10-24Move stat descriptions out of the config.Paul Joseph Davis
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-08-10suppress obsolete list() guard warningAdam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-25Adding tests for couch_task_status.erlPaul Joseph Davis
2009-05-12Add non-streaming log-file handler. A GET request to /_log will show the last...Jan Lehnardt
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-08-31Merged json_term_changes branch back into trunk.Christopher Lenz
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-22Fix for couch_server process crash when databases that don't exist are attemp...Damien F. Katz