Age | Commit message (Expand) | Author |
2010-08-15 | Bumping ibrowse library to version 1.6.2 (latest). | Filipe David Borba Manana |
2010-08-15 | Fix Erlang unused variable warnings. | Filipe David Borba Manana |
2010-08-15 | add requested_path to the req so we know original path in shows/lists & | Benoit Chesneau |
2010-08-13 | more informative error messages on invalid json | John Christopher Anderson |
2010-08-11 | updated NEWS from tag | Noah Slater |
2010-08-11 | properly clean up source directories after dev target | Noah Slater |
2010-08-10 | fixed up NEWS and CHANGES | Noah Slater |
2010-08-10 | edited svn:ignore values | Noah Slater |
2010-08-10 | added oauth_rsa_sha1.erl to the dist | Noah Slater |
2010-08-10 | added missing files to share, fixes COUCHDB-850 | Noah Slater |
2010-08-10 | modified EXTRA_DIST for windows | Noah Slater |
2010-08-10 | add internal.hrl to INTERNAL_DIST. mea culpa. | Robert Newson |
2010-08-10 | added etc/windows to the build, fixes COUCHDB-849 | Noah Slater |
2010-08-10 | remove empty directories, fixes COUCHDB-848 | Noah Slater |
2010-08-10 | updated NEWS and CHANGES | Noah Slater |
2010-08-08 | fix the db-info assertion to match with the new committed_update_seq field | John Christopher Anderson |
2010-08-08 | related to COUCHDB-844. Include committed_update_seq in db_info to allow exte... | Robert Newson |
2010-08-08 | Removing unnecessary guard in function clause (superceeded by pattern matching). | Filipe David Borba Manana |
2010-08-08 | provide the update_seq in all_docs view even when it is zero | John Christopher Anderson |
2010-08-08 | fixes COUCHDB-844, delayed commits gets b0rked | Adam Kocoloski |
2010-08-08 | failing test case for COUCHDB-844 | Adam Kocoloski |
2010-08-07 | builtin reduce functions more forgiving about trailing whitespace and other c... | John Christopher Anderson |
2010-08-07 | Add David Rose to THANKS file | Jan Lehnardt |
2010-08-07 | Futon: Fix markup around replicator form labels. | Jan Lehnardt |
2010-08-07 | os_process_limit for query servers make them much more robust under concurren... | John Christopher Anderson |
2010-08-07 | fix warning about unused RestMatch variable. | Robert Newson |
2010-08-07 | add tests for Etag in standalone attachment PUT enhancement. | Robert Newson |
2010-08-06 | add Etag header for standalone attachment PUT. | Robert Newson |
2010-08-05 | forward ported NEWS and CHANGES from 0.11.2 to 1.0.1 and trunk | Noah Slater |
2010-08-05 | remove double-spacing in couch.log output. | Robert Newson |
2010-08-04 | add wildcard support in query args so it's now possible to have rules | Benoit Chesneau |
2010-08-04 | Add replicator DB (_replicator). | Filipe David Borba Manana |
2010-08-04 | Don't close an idle system DB to open a non-system DB. Doing so allowed us to... | Filipe David Borba Manana |
2010-08-04 | Avoid unncessary pattern matching. | Filipe David Borba Manana |
2010-08-04 | Allow POSTing of a JSON object to /_session/ for login. | Filipe David Borba Manana |
2010-08-02 | Add option "stale=update_after" when querying a view. Closes COUCHDB-837. | Filipe David Borba Manana |
2010-08-02 | Remove functions from export list that are not used by any other module (incl... | Filipe David Borba Manana |
2010-08-01 | Buf fix - proper RegExp matching to avoid having a case like "hhtml" being co... | Filipe David Borba Manana |
2010-08-01 | Add missing clause to the case expression to avoid a case_clause Erlang excep... | Filipe David Borba Manana |
2010-08-01 | Bug fix - RegExp matching the atom 'undefined'. | Filipe David Borba Manana |
2010-07-30 | Add support for replication through an HTTP/HTTPS proxy. | John Christopher Anderson |
2010-07-29 | fix the underlying issue that was giving replication problems attempting to p... | John Christopher Anderson |
2010-07-29 | Revert "replicator was getting stuck on push replication to design docs by no... | John Christopher Anderson |
2010-07-29 | more relaxed verification of SSL chains, COUCHDB-840 | Adam Kocoloski |
2010-07-28 | don't require integer seqnums in the changes feed, COUCHDB-838 | Adam Kocoloski |
2010-07-27 | replicator was getting stuck on push replication to design docs by non-admins... | John Christopher Anderson |
2010-07-27 | Fix issues with the replicator when using HTTP Basic authentication, receivin... | Filipe David Borba Manana |
2010-07-27 | fix CLI js test suite. | Robert Newson |
2010-07-26 | Add SSL support to CouchDB. | Robert Newson |
2010-07-26 | Check if Erlang has been compiled with crypto support at ./configure | Jan Lehnardt |