summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-11replace autotools with rebarAdam Kocoloski
2010-08-11move ibrowse to rebar layoutAdam Kocoloski
2010-08-11move mochiweb to rebar layoutAdam Kocoloski
2010-08-11move etap to rebar layout and add simple .app templateAdam Kocoloski
2010-08-11move oauth to rebar layoutAdam Kocoloski
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski
2010-08-10backported r984237Noah Slater
2010-08-08backported from trunk at r983435.Robert Newson
2010-08-08provide the update_seq in all_docs view even when it is zeroJohn Christopher Anderson
2010-08-08fixes COUCHDB-844, delayed commits gets b0rkedAdam Kocoloski
2010-08-07builtin reduce functions more forgiving about trailing whitespace and other c...John Christopher Anderson
2010-08-06add Etag header for standalone attachment PUT.Robert Newson
2010-08-03Add support for replication through an HTTP/HTTPS proxy.John Christopher Anderson
2010-08-01Merged revision 981348 from trunk:Filipe David Borba Manana
2010-08-01Merge revision 981343 from trunk:Filipe David Borba Manana
2010-08-01Merge revision 981341 from trunk:Filipe David Borba Manana
2010-07-29fix the underlying issue that was giving replication problems attempting to p...John Christopher Anderson
2010-07-29Revert "replicator was getting stuck on push replication to design docs by no...John Christopher Anderson
2010-07-29more relaxed verification of SSL chains, COUCHDB-840Adam Kocoloski
2010-07-28don't require integer seqnums in the changes feed, COUCHDB-838Adam Kocoloski
2010-07-27replicator was getting stuck on push replication to design docs by non-admins...John Christopher Anderson
2010-07-27Merge revision 979887 from trunk:Filipe David Borba Manana
2010-07-25send a basic-auth popup header if require_valid_user=true, to prevent lock-outJohn Christopher Anderson
2010-07-24Merge revision 978918 from trunk:Filipe David Borba Manana
2010-07-23Merged revision 967254 from trunk:Filipe David Borba Manana
2010-07-23Merged revision 967251 from trunk:Filipe David Borba Manana
2010-07-22humane error message on missing design handlerJohn Christopher Anderson
2010-07-20require application/json content-type in the remaining places where a POST ha...John Christopher Anderson
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-07-19Merge revision 965434 from trunk:Filipe David Borba Manana
2010-07-16Revert revision 964957 (COUCHDB-827) - solution had secondary effects.Filipe David Borba Manana
2010-07-16Merge revision 964956 from trunk:Filipe David Borba Manana
2010-07-14Merge revision 964108 from trunk:Filipe David Borba Manana
2010-07-13show the complete document body even when the document is deleted (Couch lets...John Christopher Anderson
2010-07-13test and fix for deleting users documentsJohn Christopher Anderson
2010-07-08validate admin and content type for compact requestsJohn Christopher Anderson
2010-07-08Merge revision 961893 from trunk:Filipe David Borba Manana
2010-07-08Fix for occasional failed tests caused by responding with 202 success to comp...John Christopher Anderson
2010-07-06dont redirect endlessly when require_valid_user=trueJohn Christopher Anderson
2010-07-04_log should be an admin-only resourceJohn Christopher Anderson
2010-07-03Replacing call couch_httpd_db:couch_doc_open/4 with call to couch_db:open_doc/2.Filipe David Borba Manana
2010-07-03Fix deletion to move properly to root of storage, to avoid copying files when...Damien F. Katz
2010-07-03Fixed intermittent problem deleting files on Windows. Added Juhani Ränkimies...Damien F. Katz
2010-07-02add line ending to be like the pidfile and fix typo.Benoit Chesneau
2010-07-02close #COUCHDB-393. save the uri http://IP:PORT/ inBenoit Chesneau
2010-07-02fix edge case in users db validation funJohn Christopher Anderson
2010-07-02Backport warning fix from a future version of ibrowse.Jan Lehnardt
2010-07-02Moving duplicated code into a single private module function.Filipe David Borba Manana
2010-07-01prevent zero byte files, closes COUCHDB-647John Christopher Anderson
2010-07-01Fix for windows fsync, race conditions in attachments.js and the default shel...Damien F. Katz