about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* consistent file opsKartik K. Agaram2021-11-241-6/+6
* styleKartik K. Agaram2021-11-241-3/+3
* de-duplicate some words in the ReadmeKartik K. Agaram2021-11-241-4/+3
* renameKartik K. Agaram2021-11-241-7/+7
* indentKartik K. Agaram2021-11-241-32/+32
* .Kartik K. Agaram2021-11-231-0/+1
* indentKartik K. Agaram2021-11-234-51/+51
* consistent styleKartik K. Agaram2021-11-232-16/+23
* chess: tweak colors a bitKartik K. Agaram2021-11-231-4/+4
* chess: extract color parametersKartik K. Agaram2021-11-231-16/+16
* chess: extract a new functionKartik K. Agaram2021-11-231-2/+6
* chess: fix inconsistency in light piece colorKartik K. Agaram2021-11-231-2/+2
* .Kartik K. Agaram2021-11-231-4/+4
* clean up a warning and a bit of duplicationKartik K. Agaram2021-11-224-35/+2
* standardize warning flags everywhereKartik K. Agaram2021-11-229-26/+23
* .Kartik K. Agaram2021-11-221-13/+8
* drop a warning implied by -WallKartik K. Agaram2021-11-221-1/+1
* standardize CFLAGS in luasocketKartik K. Agaram2021-11-221-5/+4
* standardize CFLAGSKartik K. Agaram2021-11-221-1/+1
* standardize CFLAGS in luasecKartik K. Agaram2021-11-221-6/+6
* standardize on gccKartik K. Agaram2021-11-221-1/+1
* chess: make white pieces red for legibilityKartik K. Agaram2021-11-221-8/+10
* delete final vestiges of embedded luasocketKartik K. Agaram2021-11-227-243/+7
* delete most of the embedded luasocket in luasecKartik K. Agaram2021-11-2212-1545/+8
* clarify implications for the `require` keywordKartik K. Agaram2021-11-221-0/+5
* .Kartik K. Agaram2021-11-221-1/+1
* showcase other apps in the ReadmeKartik K. Agaram2021-11-221-0/+17
* link to video in ReadmeKartik K. Agaram2021-11-221-1/+1
* chesstv: light colored square on bottom rightKartik K. Agaram2021-11-221-2/+2
* luasec: fix 'make clean'Kartik K. Agaram2021-11-221-3/+3
* chesstv.tlv: render clocksKartik K. Agaram2021-11-211-0/+8
* chesstv.tlv: looking much betterKartik K. Agaram2021-11-211-24/+55
* chess: better colorsKartik K. Agaram2021-11-211-6/+38
* almost done with chess appKartik K. Agaram2021-11-211-2/+111
* figured out streaming http!Kartik K. Agaram2021-11-211-3/+22
* .Kartik K. Agaram2021-11-211-4/+4
* more thinking around compatibility and governanceKartik K. Agaram2021-11-211-28/+35
* include new dependency in ReadmeKartik K. Agaram2021-11-211-0/+1
* https now working!Kartik K. Agaram2021-11-2135-10/+5641
* basic http requests starting to workKartik K. Agaram2021-11-2114-109/+92
* start on HTTP clientKartik K. Agaram2021-11-214-36/+9
* now. we. have. JSON.Kartik K. Agaram2021-11-214-0/+400
* .Kartik K. Agaram2021-11-211-2/+2
* first glimmers of networking workingKartik K. Agaram2021-11-212-0/+29
* drop some redundant `require`sKartik K. Agaram2021-11-201-14/+7
* luasocket now loading properlyKartik K. Agaram2021-11-206-6/+12
* renameKartik K. Agaram2021-11-202-1/+1
* extract a helperKartik K. Agaram2021-11-201-8/+17
* inline luasocketKartik K. Agaram2021-11-2051-1/+9430
* bugfix: support running from top-levelKartik K. Agaram2021-11-201-1/+1
a> 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610