summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a file for shared functionsGravatar Quentin Rameau 2018-10-081-3/+3
| | | | | New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
* Communicate with webextension via a pipeGravatar Quentin Rameau 2018-10-081-1/+1
|
* ext: first commit for surf libGravatar Quentin Rameau 2018-10-081-11/+43
|
* Arrange MakefileGravatar Quentin Rameau 2017-04-291-29/+34
| | | | | Let the user specify his own C and LD FLAGS. Remove unuseful and non portable CFLAGS like pendantic and Wall.
* Remove the pax intermediary.Gravatar Christoph Lohmann 2015-09-081-1/+0
| | | | Compile webkit without jit and you don't need to disable mprotect.
* Fixing the paxctl check.Gravatar Christoph Lohmann 2015-08-191-1/+1
| | | | Thanks quinq for the tip.
* Add PaX support.Gravatar Christoph Lohmann 2015-08-181-0/+1
| | | | Mprotect needs to be turned off for Webkit.
* Making dist work again.Gravatar Christoph Lohmann 2013-02-101-0/+1
|
* Makefile fixingGravatar Enno Boland (tox) 2009-09-111-1/+1
|
* Adding README file.Gravatar Enno Boland (tox) 2009-09-111-1/+1
|
* dist doesn't work. fixing Makefile.Gravatar Enno Boland (tox) 2009-09-101-1/+1
|
* moving config.h to config.def.h.Gravatar Enno Boland (tox) 2009-09-071-1/+5
|
* merged, now has download bar, other misc fixesGravatar Thomas Menari 2009-06-081-1/+1
|
* rearranging, adding initial keyboard support.Gravatar Enno Boland (Gottox) 2009-06-061-5/+3
|
* supporting multiple windows per instanceGravatar Enno Boland (Gottox) 2009-06-051-4/+6
|
* Initial Commit.Gravatar Enno Boland (Gottox) 2009-06-051-0/+56
an class='insertions'>+30 2024-09-18fixed && chaining for builtinsGravatar BanceDev 2-23/+31 2024-09-18added basic && chainingGravatar BanceDev 2-8/+73 2024-09-17changed tokenizer to handle all the chaining operatorsGravatar BanceDev 3-20/+78 2024-09-17Update README.mdGravatar Lance Borden 1-0/+1 2024-09-13added better clarification to help menuGravatar BanceDev 1-1/+2 2024-09-13improved installation instructionsGravatar BanceDev 1-3/+3 2024-09-12v0.1.1Gravatar BanceDev 1-1/+1 2024-09-12fixed bug in input buffer handling due to misplaced printGravatar BanceDev 2-5/+8 2024-09-12Update build.yml checkout v4Gravatar Lance Borden 1-1/+1 2024-09-12Update build.yml to artifact v4Gravatar Lance Borden 1-1/+1 2024-09-12fixed exit status issue with non interative modeGravatar BanceDev 1-1/+1 2024-09-12added non interative mode for running lua scriptsGravatar BanceDev 2-4/+28 2024-09-12temporary github action fix until non-interactive mode is implementedGravatar BanceDev 1-2/+2 2024-09-12attempt to update build script to accept input into lush shellGravatar BanceDev 2-4/+6 2024-09-12prevent lush workflow from getting stuck in testsGravatar Lance Borden 1-1/+4 2024-09-12removed chsh in workflowGravatar Lance Borden 1-4/+1