Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistent file ops | Kartik K. Agaram | 2021-11-24 | 1 | -6/+6 |
| | | | | Now we're down to 1 real warning and 1 false positive. | ||||
* | style | Kartik K. Agaram | 2021-11-24 | 1 | -3/+3 |
| | |||||
* | de-duplicate some words in the Readme | Kartik K. Agaram | 2021-11-24 | 1 | -4/+3 |
| | |||||
* | rename | Kartik K. Agaram | 2021-11-24 | 1 | -7/+7 |
| | |||||
* | indent | Kartik K. Agaram | 2021-11-24 | 1 | -32/+32 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-23 | 1 | -0/+1 |
| | |||||
* | indent | Kartik K. Agaram | 2021-11-23 | 4 | -51/+51 |
| | |||||
* | consistent style | Kartik K. Agaram | 2021-11-23 | 2 | -16/+23 |
| | |||||
* | chess: tweak colors a bit | Kartik K. Agaram | 2021-11-23 | 1 | -4/+4 |
| | |||||
* | chess: extract color parameters | Kartik K. Agaram | 2021-11-23 | 1 | -16/+16 |
| | |||||
* | chess: extract a new function | Kartik K. Agaram | 2021-11-23 | 1 | -2/+6 |
| | |||||
* | chess: fix inconsistency in light piece color | Kartik K. Agaram | 2021-11-23 | 1 | -2/+2 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-23 | 1 | -4/+4 |
| | |||||
* | clean up a warning and a bit of duplication | Kartik K. Agaram | 2021-11-22 | 4 | -35/+2 |
| | | | | | Now we have 2 probably-valid warnings caused by my edits, and 1 false-positive. | ||||
* | standardize warning flags everywhere | Kartik K. Agaram | 2021-11-22 | 9 | -26/+23 |
| | | | | | | | | | | I'd like to enable -Wextra as well, but that creates some false positives. I've at least made my changes clean w.r.t. -Wextra. Now we have 4 remaining warnings with gcc 9.3 that seem genuine. Need to fix those. | ||||
* | . | Kartik K. Agaram | 2021-11-22 | 1 | -13/+8 |
| | |||||
* | drop a warning implied by -Wall | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | standardize CFLAGS in luasocket | Kartik K. Agaram | 2021-11-22 | 1 | -5/+4 |
| | |||||
* | standardize CFLAGS | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | | | | | Adding -Wpedantic creates a new warning. Leaving it alone for now: https://stackoverflow.com/questions/31526876/casting-when-using-dlsym | ||||
* | standardize CFLAGS in luasec | Kartik K. Agaram | 2021-11-22 | 1 | -6/+6 |
| | | | | | | What in the world is up with the $MYCFLAGS convention in these Lua makefiles? I don't know, but I'm going to leave it undisturbed as far as possible. | ||||
* | standardize on gcc | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | | | | cc and gcc are identical on my system. But why rely on that. | ||||
* | chess: make white pieces red for legibility | Kartik K. Agaram | 2021-11-22 | 1 | -8/+10 |
| | |||||
* | delete final vestiges of embedded luasocket | Kartik K. Agaram | 2021-11-22 | 7 | -243/+7 |
| | |||||
* | delete most of the embedded luasocket in luasec | Kartik K. Agaram | 2021-11-22 | 12 | -1545/+8 |
| | | | | Hilariously, I wasn't linking against it in the first place. | ||||
* | clarify implications for the `require` keyword | Kartik K. Agaram | 2021-11-22 | 1 | -0/+5 |
| | |||||
* | . | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | showcase other apps in the Readme | Kartik K. Agaram | 2021-11-22 | 1 | -0/+17 |
| | |||||
* | link to video in Readme | Kartik K. Agaram | 2021-11-22 | 1 | -1/+1 |
| | | | | | I played with inlining video files, but this seems like the sweet spot: accessible video that isn't in the reader's face. | ||||
* | chesstv: light colored square on bottom right | Kartik K. Agaram | 2021-11-22 | 1 | -2/+2 |
| | | | | 1-based indexing is a hassle. | ||||
* | luasec: fix 'make clean' | Kartik K. Agaram | 2021-11-22 | 1 | -3/+3 |
| | |||||
* | chesstv.tlv: render clocks | Kartik K. Agaram | 2021-11-21 | 1 | -0/+8 |
| | |||||
* | chesstv.tlv: looking much better | Kartik K. Agaram | 2021-11-21 | 1 | -24/+55 |
| | | | | | | | | | - square colors are slightly different - moves are now highlighted In the process I found lots of bugs in the rendering, and gave up on supporting adjustable orientation. Just always keep White's side at the bottom. | ||||
* | chess: better colors | Kartik K. Agaram | 2021-11-21 | 1 | -6/+38 |
| | |||||
* | almost done with chess app | Kartik K. Agaram | 2021-11-21 | 1 | -2/+111 |
| | | | | It's still not very legible. | ||||
* | figured out streaming http! | Kartik K. Agaram | 2021-11-21 | 1 | -3/+22 |
| | | | | http://lua-users.org/wiki/FiltersSourcesAndSinks | ||||
* | . | Kartik K. Agaram | 2021-11-21 | 1 | -4/+4 |
| | |||||
* | more thinking around compatibility and governance | Kartik K. Agaram | 2021-11-21 | 1 | -28/+35 |
| | |||||
* | include new dependency in Readme | Kartik K. Agaram | 2021-11-21 | 1 | -0/+1 |
| | |||||
* | https now working! | Kartik K. Agaram | 2021-11-21 | 35 | -10/+5641 |
| | | | | | | | | Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet. | ||||
* | basic http requests starting to work | Kartik K. Agaram | 2021-11-21 | 14 | -109/+92 |
| | | | | | In the process we're starting to load almost all of luasocket by default. And everything is working as expected, no unpleasant surprises. | ||||
* | start on HTTP client | Kartik K. Agaram | 2021-11-21 | 4 | -36/+9 |
| | |||||
* | now. we. have. JSON. | Kartik K. Agaram | 2021-11-21 | 4 | -0/+400 |
| | | | | Completely unmodified from upstream. | ||||
* | . | Kartik K. Agaram | 2021-11-21 | 1 | -2/+2 |
| | |||||
* | first glimmers of networking working | Kartik K. Agaram | 2021-11-21 | 2 | -0/+29 |
| | |||||
* | drop some redundant `require`s | Kartik K. Agaram | 2021-11-20 | 1 | -14/+7 |
| | |||||
* | luasocket now loading properly | Kartik K. Agaram | 2021-11-20 | 6 | -6/+12 |
| | | | | I still haven't tried actually running it. | ||||
* | rename | Kartik K. Agaram | 2021-11-20 | 2 | -1/+1 |
| | |||||
* | extract a helper | Kartik K. Agaram | 2021-11-20 | 1 | -8/+17 |
| | |||||
* | inline luasocket | Kartik K. Agaram | 2021-11-20 | 51 | -1/+9430 |
| | | | | Just builds for now, isn't available yet to Lua code. | ||||
* | bugfix: support running from top-level | Kartik K. Agaram | 2021-11-20 | 1 | -1/+1 |
| | | | | Unfortunately we can't currently run teliva from anywhere else :/ |