aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/info.c
AgeCommit message (Expand)Author
2015-02-23info: fix missing ')' in queue and cache dumpPhillip Lougher
2015-02-23Update copyright messagesPhillip Lougher
2015-02-23mksquashfs: fix a potential non-default option deadlockPhillip Lougher
2015-02-23caches-queues-lists: dump the fragment reserve cachePhillip Lougher
2015-02-23caches-queues-lists: dump reader thread -> process fragment threads queuePhillip Lougher
2015-02-23mksquashfs: simplify print_filename in info.cPhillip Lougher
2015-02-23info: take temporary copy of "ent"Phillip Lougher
2015-02-23mksquashfs: rename from_reader queue to to_deflatePhillip Lougher
2015-02-23info: squash dump_state() output so it again fits into a 80x24 terminal windowPhillip Lougher
2015-02-23info: add locked fragment queue to dump_state()Phillip Lougher
2015-02-23caches-queues-list: update informational printf in dump_state()Phillip Lougher
2015-02-23mksquashfs: change queue name from "from_deflate" to "to_main"Phillip Lougher
2015-02-23caches-queues-lists: make queue dump more informativePhillip Lougher
2015-02-23caches-queues-lists: implement dump_seq_queuePhillip Lougher
2015-02-23mksquashfs: replace generic queue with specialised "sequential queue"Phillip Lougher
2015-02-23info: dump queue and cache status if ^\ hit twice within one secondPhillip Lougher
2015-02-23info: add code to dump cache statePhillip Lougher
2015-02-23info: add some newlines to the queue printfsPhillip Lougher
2015-02-23info: add initial code to dump queue state when sent SIGHUPPhillip Lougher
2015-02-23info: handle asprintf failure properlyPhillip Lougher
2015-02-23info: move filename printing into separate functionPhillip Lougher
2015-02-23mksquashfs: print file being squashed when ^\ (SIGQUIT) typedPhillip Lougher