-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support HTTP to ginga (#28)
* feat: turn HTTP asyncronous * feat: improve event loop ginga * feat: start http_ginga * feat: ginga http protocol working * feat: error when 3xx https in ginga * feat: improve http and test in ginga * feat: http ginga requests context * fix: ginga without bit lib support colors * tests: http_ginga protocol * feat: improve launcher * fix: launcher example running in blocking http * docs: hidden functions in example laucnher * change: small adjusts in the ginga/launcher * fix: lua 5.1 compatibility * feat: cmd run default core is love * tests: ginga test_http_simultaneous_requests * feat: improve ginga_http flow * feat: http ginga support redirects * change: dequeue requests in fixed loop * feat: improve responsive in html5 cores * style: improve responsive on mobile * feat: add support to samsung #21 * feat: standardize http
- Loading branch information
1 parent
c2d67f9
commit 3a51c47
Showing
25 changed files
with
1,762 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.