summaryrefslogtreecommitdiff
path: root/src/lolwut.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Resolve nonsense static analysis warningsOran Agra2021-05-031-2/+2
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* LOLWUT: version 6 initial output. May change a bit.antirez2019-10-071-2/+2
* LOLWUT: ability to specify VERSION <ver> option.antirez2019-10-041-3/+15
* LOLWUT: refactoring + skeleton of LOLWUT 6.antirez2019-10-041-1/+120
* RESP3: Verbatim conversion test in the LOLWUT command.antirez2019-09-181-1/+2
* LOLWUT: split the command from version-specific implementations.antirez2018-09-141-240/+14
* LOLWUT: add Redis version in the output.antirez2018-09-131-1/+3
* LOLWUT: Ness -> Nees.antirez2018-09-131-1/+1
* LOLWUT: Limit maximum CPU effort.antirez2018-09-131-0/+5
* LOLWUT: change padding conditional to a more direct one.antirez2018-09-131-1/+1
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-09-131-1/+1
|\
| * Fix spelling descrive -> describeSlobodan Mišković2018-09-121-1/+1
* | LOLWUT: fix crash when col < 2.antirez2018-09-131-1/+1
|/
* LOLWUT: fix structure typo in comment.antirez2018-09-121-1/+1
* LOLWUT: Fix license copyright year.antirez2018-09-121-1/+1
* LOLWUT: increase the translation factor.antirez2018-09-121-2/+2
* LOLWUT: change default size to fit a normal terminal better.antirez2018-09-121-6/+6
* LOLWUT: wrap it into a proper command.antirez2018-09-121-13/+36
* LOLWUT: draw Schotter by Georg Nees.antirez2018-09-121-3/+47
* LOLWUT: draw rotated squares using trivial trigonometry.antirez2018-09-121-0/+44
* LOLWUT: draw lines using Bresenham algorithm.antirez2018-09-111-2/+26
* LOLWUT: Rendering of the virtual canvas to a string.antirez2018-09-111-7/+78
* LOLWUT: canvas structure and BSD license on top.antirez2018-09-111-0/+46
* LOLWUT: Emit Braille unicode according to pixel pattern.antirez2018-09-111-0/+23