summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chapter 4: fixed typos.Siddharth Ravikumar2016-02-052-16/+16
|
* drafted 4.4.Siddharth Ravikumar2016-02-053-1/+26
|
* Drafted 4.2, 4.3, start 4.4.Siddharth Ravikumar2016-02-053-8/+69
|
* fleshed out a bit of "combox modules over" section.Siddharth Ravikumar2016-02-043-2/+82
|
* Added report/chapters/4-arch-d.texSiddharth Ravikumar2016-02-024-1/+51
| | | | Just laid down the structure of this chapter.
* Added report/images/4-combox-structureSiddharth Ravikumar2016-02-022-0/+1773
| | | | EPS file and SVG file.
* Drafted section 5.3 (Stress Testing).Siddharth Ravikumar2016-01-293-1/+220
|
* report: Drafted section 5.2.4.2.Siddharth Ravikumar2016-01-282-0/+82
|
* report/chapters/5-testing.tex: corrected typo.Siddharth Ravikumar2016-01-281-1/+1
|
* Drafted section 5.2.3.2.Siddharth Ravikumar2016-01-283-0/+56
| | | | Demo - combox running on GNU/Linux and OS X.
* Kinda fleshed out Section 5.2Siddharth Ravikumar2016-01-264-16/+304
| | | | | Sections 5.2.3.2 and 5.2.4.2 which is not yet started might be removed in the future.
* 5-ucases-benchmarks.tex -> 5-testing.texSiddharth Ravikumar2016-01-233-1/+1
| | | | This file is under report/chapters.
* updated .gitignore.Siddharth Ravikumar2016-01-221-1/+4
|
* Started fleshing out chapter 5.Siddharth Ravikumar2016-01-225-7/+113
|
* Added 2 new graphs to report.Siddharth Ravikumar2016-01-182-1/+13
|
* Added new graph report/graphs/avg-time-sae-diff.gpSiddharth Ravikumar2016-01-183-0/+133
| | | | | Illustrates the difference between the time to split and encrypt for the 2015 and 2016 run.
* Added new graph report/graphs/tot-time-diff.gpSiddharth Ravikumar2016-01-183-0/+126
| | | | | Illustrates the difference between total time taken to process all files for the 2015 and 2016 runs.
* updated graphs (TeX): yabel positioning changed.Siddharth Ravikumar2016-01-182-144/+144
|
* report/graphs/tot-time.gp: ylabel positioning.Siddharth Ravikumar2016-01-181-1/+1
| | | | changed ylabel offset such that it does not collide with other elements.
* report/graphs/avg-time-sae.gp: ylabel positioningSiddharth Ravikumar2016-01-181-1/+1
| | | | | changed the offset such that it is not colliding with other elements in the graph.
* Added graphs to chapter 5.Siddharth Ravikumar2016-01-174-9/+24
|
* Added report/graphs/avg-time-saeSiddharth Ravikumar2016-01-173-0/+115
| | | | | | avg-time-sae - contains the graph data avg-time-sae.gp - gnulpot script to drow the graph avg-time-sae.tex - generated by gnuplot
* Added report/graphs/tot-timeSiddharth Ravikumar2016-01-173-0/+112
| | | | | | tot-time - contains the graph data tot-time.gp - gnulpot script to drow the graph tot-time.tex - generated by gnuplot
* Added target `report-clean`.Siddharth Ravikumar2016-01-171-1/+9
| | | | To clean the LaTeX mess.
* notes/benchmarks: compiled graph data.Siddharth Ravikumar2016-01-172-56/+150
|
* added notes/benchmarks.htmlSiddharth Ravikumar2016-01-161-0/+15105
|
* updated .gitignoreSiddharth Ravikumar2016-01-161-1/+0
|
* notes/benchmarks.org: modded custom stylying.Siddharth Ravikumar2016-01-161-1/+1
|
* notes/benchmarks.org: changed benchmarks' headingsSiddharth Ravikumar2016-01-161-2/+2
| | | | They now have the exact date on which they were run.
* updated notes/benchmarks.orgSiddharth Ravikumar2016-01-161-0/+23
| | | | | Summarized the differences between the last benchmark (2015-11-08) and today's.
* notes/benchmarks.org: reran benchmarks.Siddharth Ravikumar2016-01-161-2/+7128
| | | | | We have fresh results. Need to write about the previous run (Nov 2015 and the present run.
* dumper/dump: cosmetic changesSiddharth Ravikumar2016-01-161-3/+3
|
* report: modified dedication.Siddharth Ravikumar2016-01-152-1/+1
|
* report: drafted a rickety abstract.Siddharth Ravikumar2016-01-152-3/+21
|
* updated report/combox-report.pdfSiddharth Ravikumar2016-01-151-0/+0
|
* report/combox: fixed typo.Siddharth Ravikumar2016-01-151-2/+2
|
* updated .gitignore.Siddharth Ravikumar2016-01-151-1/+9
|
* Makefile: added `report` target.Siddharth Ravikumar2016-01-151-1/+3
|
* Makefile: cosemtic changes to `blobs-clean` targetSiddharth Ravikumar2016-01-151-2/+2
|
* Makefile: cosmetic changes.Siddharth Ravikumar2016-01-151-2/+5
|
* skeleton of combox report ready.Siddharth Ravikumar2016-01-155-0/+4258
|
* Added papers.Siddharth Ravikumar2016-01-153-0/+0
|
* updated .gitignore.Siddharth Ravikumar2016-01-151-1/+2
|
* added notes/benchmarks.orgSiddharth Ravikumar2015-11-091-0/+7253
|
* updated .gitignoreSiddharth Ravikumar2015-11-091-0/+1
|
* added scripts/dumps.elSiddharth Ravikumar2015-11-091-0/+117
|
* renamed: dumper/dump.py -> dumper/dumpSiddharth Ravikumar2015-10-181-0/+0
|
* initial version of `dump` ready.Siddharth Ravikumar2015-10-182-0/+758
| | | | | modified: dumper/COPYING modified: dumper/dump.py
* deleted: dumper/__init__.pySiddharth Ravikumar2015-10-181-0/+0
|
* Makefile: generates blobs now.Siddharth Ravikumar2015-10-171-0/+71
|