summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_log.erl
AgeCommit message (Expand)Author
2011-08-10COUCHDB-1245 - enforce maximum chunk size for _log call to better manage memory.Robert Newson
2011-08-10COUCHDB-1244 - close file descriptor in couch_log:read/2Robert Newson
2011-07-06Merge revision 1143375 from trunkFilipe David Borba Manana
2011-05-11Merged revision 1101896 from trunkFilipe David Borba Manana
2011-02-07Merged revision 1067873 from trunkFilipe David Borba Manana
2011-01-07Merged revision 1056274 from trunkFilipe David Borba Manana
2010-08-05remove double-spacing in couch.log output.Robert Newson
2010-07-11Removing couch_util:read_file_size/1 because same functionality is provided b...Filipe David Borba Manana
2010-06-13hack for log requests during make check, when logger is not runningAdam Kocoloski
2010-06-13synchronous logging, COUCHDB-761. Patch by Randall Leeds.Adam Kocoloski
2009-08-15replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245Adam Kocoloski
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-05-12add offset parameter so clients like Futon can deliver a consistent user expe...Jan Lehnardt
2009-05-12Add non-streaming log-file handler. A GET request to /_log will show the last...Jan Lehnardt
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz