summaryrefslogtreecommitdiff
path: root/dist/log.py
Commit message (Expand)AuthorAgeFilesLines
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-031-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-10/+8
* KNF: void cast of void expression.Keith Bostic2015-12-101-2/+1
* WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-041-31/+67
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-1/+2
* Clean up allocated space on error.Keith Bostic2015-05-261-12/+16
* Replace calls to fprintf in the logging and transaction code with callsKeith Bostic2015-05-261-5/+5
* Rename LOG_ALIGN to be WT_LOG_ALIGN, avoid any collisions.Keith Bostic2015-05-051-1/+2
* For wt printlog, make operations into a JSON array.Don Anderson2015-02-051-3/+3
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-2/+1
* Fix json formatting of printlog to be valid jsonMark Benvenuto2014-12-231-1/+5
* Modify printlog output so that arbitrary strings are shownDon Anderson2014-12-051-14/+69
* Change the Python scripts to follow Python indenting standards (4 spaceKeith Bostic2014-12-031-129/+129
* Make generated record and op types public.Susan LoVerso2014-07-291-4/+5
* Output optype for logprint and an invalid optype macro. #1106Susan LoVerso2014-07-291-1/+3
* Fix a bug when packing structures that include the packed size.Michael Cahill2014-07-171-1/+1
* Check Python scripts for 80 column line wrapping, fix violations.Michael Cahill2013-11-051-15/+26
* Fix some compiler warnings.Alex Gorrod2013-10-171-1/+1
* Fix printlog to use the auto-generated functions.Michael Cahill2013-09-141-1/+36
* Save LSNs in files during checkpoint.Michael Cahill2013-08-261-2/+2
* Add a fast grow routine for buffers, so transactions with many operations don...Michael Cahill2013-08-201-1/+1
* Add auto-generated function to print log records.Michael Cahill2013-08-161-21/+46
* Update dist/log.py to generate code to read and write log records.Michael Cahill2013-08-131-16/+165
* Don't create a file without a trailing newline.Keith Bostic2013-07-171-1/+1
* Clean up warnings.Susan LoVerso2013-06-191-31/+1
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-1/+1
* Add the beginnings of a log manager.Michael Cahill2011-03-161-0/+70