about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* update Readme to reflect lots more curses bindingsKartik K. Agaram2021-11-201-7/+2
* get rid of a distracting nameKartik K. Agaram2021-11-203-4/+4
* port changes from minimal to maximal versionKartik K. Agaram2021-11-205-531/+47
* report errors when calling non-existent functionsKartik K. Agaram2021-11-201-2/+4
* inline in C is not worth the troubleKartik K. Agaram2021-11-201-2/+2
* inline lcurses maximally rather than minimallyKartik K. Agaram2021-11-1912-4/+4991
* .Kartik K. Agaram2021-11-191-5/+7
* demoKartik Agaram2021-11-141-0/+4
* tested on Mac OSKartik K. Agaram2021-11-142-2/+5
* list dependenciesKartik K. Agaram2021-11-141-1/+2
* .Kartik K. Agaram2021-11-141-2/+2
* drop mentions of the old .teliva extensionKartik K. Agaram2021-11-141-3/+2
* .Kartik K. Agaram2021-11-141-2/+1
id='n508' href='#n508'>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 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733