about summary refs log tree commit diff
path: root/surf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a file for shared functionsQuentin Rameau2018-10-081-13/+1
* Communicate with webextension via a pipeQuentin Rameau2018-10-081-35/+79
* Request cookiemanager only once at creationQuentin Rameau2018-10-081-5/+6
* Exit more gracefully on web process crash.Quentin Rameau2018-10-081-0/+14
* Allow tilde expansion in loadurinzl2018-10-081-23/+40
* Force printing the winid when requestedQuentin Rameau2018-06-091-0/+1
* Script text shouldn't go through formatted conversionnzl2018-02-231-1/+1
* Add support for WebGLEon S. Jeon2018-02-231-0/+5
* Store modified parameters listQuentin Rameau2017-05-301-18/+11
* Use priority values instead of “forced” parametersQuentin Rameau2017-05-221-45/+43
* Get rid of config parameter MACROsQuentin Rameau2017-05-221-38/+52
* Get rid of integer member b in ArgQuentin Rameau2017-05-221-74/+73
* Only apply parameters when neededQuentin Rameau2017-05-221-14/+60
* Fix handling of uri-specific parametersQuentin Rameau2017-05-221-9/+19
* Unset previous user styles before applying another oneQuentin Rameau2017-05-221-3/+2
* Add config option for cross requests from file URLsConstantine Bytensky2017-05-221-0/+7
* Add config option for microphone and webcam accessQuentin Rameau2017-05-211-6/+24
* Fix synchronization issue with atomsQuentin Rameau2017-05-121-1/+2
* There's no need to call geturi() again in loadchangedQuentin Rameau2017-05-121-7/+7
* Add config option for smooth scrolling activationQuentin Rameau2017-05-111-0/+5
* Add config option for Java activationQuentin Rameau2017-05-111-0/+5
* Add config option for setting default charset.Quentin Rameau2017-05-111-0/+5
* Improve parameters handlingQuentin Rameau2017-05-111-4/+17
* Simplify usage()Quentin Rameau2017-05-041-3/+3
* Simplify version messageQuentin Rameau2017-05-041-2/+1
* Use Ctrl-t for showcert instead of Ctrl-xIvan Tham2017-05-021-1/+1
* Fix forgotten options in surf.1Quentin Rameau2017-05-011-1/+1
* setcert: check uri before adding a certificateHiltjo Posthuma2017-04-301-5/+7
* fix mini typoHiltjo Posthuma2017-04-301-1/+1
* Add a flag for custom certificatesQuentin Rameau2017-04-291-4/+12
* Move xid printing option from -x to -wQuentin Rameau2017-04-291-2/+2
* Add a keybinding to show current TLS certificateQuentin Rameau2017-04-291-3/+38
* Display an error message and certificate on tls errorQuentin Rameau2017-04-291-0/+51
* Free temporary certificate in setcertQuentin Rameau2017-04-291-0/+1
* Do not build SiteSpecific file when regex is invalidQuentin Rameau2017-04-281-9/+10
* Add support for using custom certificates per urlQuentin Rameau2017-04-281-0/+55
* Avoid using global name stylefile in setstyle()Quentin Rameau2017-04-271-4/+4
* Change site styles structure for a more generic oneQuentin Rameau2017-04-271-5/+5
* Fix 27cec48 Add a flag/keybinding for strict TLSQuentin Rameau2017-04-231-2/+9
* Fix a981959 Move -t stylefile flag to -C stylefileQuentin Rameau2017-04-231-5/+5
* Fix possible oob access of cmd in newwindow()Quentin Rameau2017-04-231-1/+1
* Bump year in programQuentin Rameau2017-04-201-1/+1
* Add a flag and toggle keybinding for strict TLSQuentin Rameau2017-04-201-3/+4
* Move -t stylefile flag to -C stylefileQuentin Rameau2017-04-201-3/+3
* Rename SSL instances to TLSQuentin Rameau2017-04-191-4/+4
* Set strict ssl by default and handle insecure contentQuentin Rameau2017-04-191-10/+19
* Add a configure option for default window sizeQuentin Rameau2017-04-191-1/+1
* Install Atoms before initializing gtkQuentin Rameau2017-03-221-6/+9
* Fix font-size setting parameter value type in newviewQuentin Rameau2017-03-061-1/+1
* Add support for loading Webkit extensionsQuentin Rameau2016-09-221-0/+9