about summary refs log tree commit diff
path: root/thread.c
Commit message (Collapse)AuthorAgeFilesLines
* thread: fix some more loopsChristian Neukirchen2016-07-201-4/+7
|
* thread: sort subthreads by date, sort top threads by newest messageChristian Neukirchen2016-07-191-5/+84
|
* thread: don't prune on toplevelChristian Neukirchen2016-07-191-1/+1
|
* thread: initialize top->fileChristian Neukirchen2016-07-191-0/+1
|
* thread: prune empty messages from top with only one childChristian Neukirchen2016-07-181-1/+17
|
* thread: diagnostics on stderrChristian Neukirchen2016-07-181-2/+2
|
* clean up header includesChristian Neukirchen2016-07-181-12/+8
|
* slay more warningsChristian Neukirchen2016-07-141-3/+1
|
* fix printf format codesChristian Neukirchen2016-07-141-1/+1
|
* add () for assignmentsChristian Neukirchen2016-07-141-1/+1
|
* thread: try to keep relative order from inputChristian Neukirchen2016-07-131-10/+9
|
* thread: remove debugging outputChristian Neukirchen2016-07-121-6/+0
|
* thread: slay a few loopsChristian Neukirchen2016-07-111-4/+9
|
* extract main loopChristian Neukirchen2016-07-111-20/+1
|
* thread fixesChristian Neukirchen2016-07-111-9/+62
|
* add threadChristian Neukirchen2016-07-111-0/+250