summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add auth handlers etap testtest-for-unexported-functionsJan Lehnardt2012-11-191-0/+55
* move cookie value extraction into separate functionJan Lehnardt2012-11-191-9/+11
* Add `make dev-test` target for test suite.Jan Lehnardt2012-11-192-5/+10
* Allow a final config override to be specified via environment.Dustin Sallings2012-11-191-0/+4
* Make cardinality of result explicit, remove join hacksRobert Newson2012-11-191-7/+7
* Support auth cookies with : charactersRobert Newson2012-11-181-1/+1
* Add couch_httpd_misc_handlers:handle_file_reqJoel Reed2012-11-141-0/+6
* Stabilize replication idRobert Newson2012-11-147-2/+28
* COUCHDB-1424 Fix etap to not consume any messageFilipe David Borba Manana2012-11-131-10/+11
* update NEWS & CHANGESJan Lehnardt2012-11-132-2/+8
* Module Level LoggingJan Lehnardt2012-11-133-6/+48
* Add rapid db recreation test caseJan Lehnardt2012-11-131-0/+61
* Work around race conditions in tests on faster hardware.Jan Lehnardt2012-11-132-0/+9
* Log problems opening database at ERROR level except for auto-created system dbsRobert Newson2012-11-134-5/+9
* Restore 400 error for empty PUTRobert Newson2012-11-091-0/+2
* Allow any 2xx code to indicate successRobert Newson2012-11-081-2/+2
* Test the X-Couch-Id headerBenjamin Nortier2012-11-021-1/+3
* Only return X-Couch-Id (rev is available in ETag)Benjamin Nortier2012-11-021-12/+12
* Document Id and Rev in response headersBenjamin Nortier2012-11-022-2/+25
* Merged pull request #7 from @mikeymckay, with thanksMike McKay2012-11-011-1/+2
* Consume all ibrowse messages before stream_nextAdam Kocolosk2012-10-311-7/+18
* Update NEWS & CHANGESRandall Leeds2012-10-252-0/+8
* don't delete view groups that fail to openRandall Leeds2012-10-251-3/+4
* log 5xx responses at error levelRandall Leeds2012-10-251-1/+3
* improve file I/O error logging and handlingRandall Leeds2012-10-256-27/+30
* disallow https for remote loading as wellRobin Berjon2012-10-251-0/+1
* COUCHDB-1563 ensures urlPrefix is set in all ajax requestsKeks Keksov2012-10-254-13/+18
* COUCHDB-1565 update README URLsAlexander Shorin2012-10-241-3/+3
* Ensure JSpec tests are actually run. Continued in COUCHDB-1566.Alexander Shorin2012-10-241-0/+1
* Upgrade get_crlf funs to use binary BIFBob Dionne2012-10-231-10/+14
* WhitespaceBob Dionne2012-10-231-19/+19
* Upgrade find_in_binary to use binary moduleBob Dionne2012-10-231-24/+23
* when reporting a bad db name, put the wrong value in the log messageJan Lehnardt2012-10-152-5/+6
* fix make distcheckJan Lehnardt2012-10-111-0/+1
* fix typo, closes pr #29Jan Lehnardt2012-10-102-1/+2
* COUCHDB-1537 Include user_ctx.name in show/list ETagRobert Newson2012-09-283-2/+5
* Build against R15B02 alsoRobert Newson2012-09-241-0/+1
* COUCHDB-1026 - encode database name when rewritingRobert Newson2012-08-314-109/+115
* Fix typo causing undef errorBob Dionne2012-08-261-1/+1
* Fix local to universal handlingRobert Newson2012-08-162-2/+2
* Fix deprecation warningRobert Newson2012-08-161-1/+1
* Fix Mochiweb acceptor blocked in ssl handshakeWei Cao2012-08-162-11/+11
* Support all timezones for R14 seriesRobert Newson2012-08-151-1/+20
* COUCHDB-1444 Fix missing_named_viewPaul Joseph Davis2012-08-152-6/+7
* Revert "COUCHDB-1444 Fix missing_named_view errors"Paul Joseph Davis2012-08-152-33/+18
* COUCHDB-627 - Support all timezonesRobert Newson2012-08-157-16/+58
* COUCHDB-1444 Fix missing_named_view errorsPaul Joseph Davis2012-08-142-18/+33
* Restore max_document_size protectionRobert Newson2012-08-111-26/+10
* Assert that index sig never changes in the lifetime of a couch index processRobert Newson2012-08-091-1/+13
* Add utc_id_suffix UUID algorithmNickNorth2012-08-067-4/+96