Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix distfile generation | Quentin Rameau | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | Makefile: use explicit targets | Quentin Rameau | 2020-11-07 | 1 | -10/+9 |
| | | | | | Some make implementation have trouble with following inference rules indirection | ||||
* | Remove common | Quentin Rameau | 2020-11-01 | 1 | -9/+5 |
| | |||||
* | Makefile: rework how webextensions are handled | Quentin Rameau | 2019-02-10 | 1 | -19/+23 |
| | |||||
* | Makefile: fix a typo in clean: target | Leonardo Taccari | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | Makefile: include common to webext | Quentin Rameau | 2019-02-06 | 1 | -8/+13 |
| | |||||
* | Makefile: fix a typo for the webext CFLAGS | Quentin Rameau | 2019-02-06 | 1 | -1/+1 |
| | | | | Thanks to Justin Keogh <suckless@v6y.net> for spotting this | ||||
* | Makefile: fix dependencies | Quentin Rameau | 2018-10-09 | 1 | -2/+2 |
| | |||||
* | Fix, again, webext directory in Makefile | Quentin Rameau | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | Fix webext directory in Makefile | Quentin Rameau | 2018-10-08 | 1 | -5/+5 |
| | |||||
* | Remove libtool depencency, reorganise Makefile | Quentin Rameau | 2018-10-08 | 1 | -38/+27 |
| | | | | | We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too. | ||||
* | Unobfuscate Makefile | Quentin Rameau | 2018-10-08 | 1 | -40/+25 |
| | |||||
* | Add a file for shared functions | Quentin Rameau | 2018-10-08 | 1 | -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 pipe | Quentin Rameau | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | ext: first commit for surf lib | Quentin Rameau | 2018-10-08 | 1 | -11/+43 |
| | |||||
* | Arrange Makefile | Quentin Rameau | 2017-04-29 | 1 | -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. | Christoph Lohmann | 2015-09-08 | 1 | -1/+0 |
| | | | | Compile webkit without jit and you don't need to disable mprotect. | ||||
* | Fixing the paxctl check. | Christoph Lohmann | 2015-08-19 | 1 | -1/+1 |
| | | | | Thanks quinq for the tip. | ||||
* | Add PaX support. | Christoph Lohmann | 2015-08-18 | 1 | -0/+1 |
| | | | | Mprotect needs to be turned off for Webkit. | ||||
* | Making dist work again. | Christoph Lohmann | 2013-02-10 | 1 | -0/+1 |
| | |||||
* | Makefile fixing | Enno Boland (tox) | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | Adding README file. | Enno Boland (tox) | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | dist doesn't work. fixing Makefile. | Enno Boland (tox) | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | moving config.h to config.def.h. | Enno Boland (tox) | 2009-09-07 | 1 | -1/+5 |
| | |||||
* | merged, now has download bar, other misc fixes | Thomas Menari | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | rearranging, adding initial keyboard support. | Enno Boland (Gottox) | 2009-06-06 | 1 | -5/+3 |
| | |||||
* | supporting multiple windows per instance | Enno Boland (Gottox) | 2009-06-05 | 1 | -4/+6 |
| | |||||
* | Initial Commit. | Enno Boland (Gottox) | 2009-06-05 | 1 | -0/+56 |