Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | document the strategy used in the config file, prompted by jy-p | Marco Peereboom | 2012-02-28 | 1 | -0/+10 | |
| | ||||||
* | forgot some {} when doing path surgery | Marco Peereboom | 2012-02-28 | 1 | -1/+2 | |
| | ||||||
* | Fix warning message about missing tld-rules file. | Lawrence Teo | 2012-02-28 | 1 | -1/+1 | |
| | | | | ok marco | |||||
* | fix a couple of mem leaks, bad stevan! fix provided by ber_t on forum | Marco Peereboom | 2012-02-27 | 2 | -18/+31 | |
| | ||||||
* | make xxxterm compile on osx | Marco Peereboom | 2012-02-23 | 1 | -1/+4 | |
| | ||||||
* | webkit 1.2.x doesnt have api version | Marco Peereboom | 2012-02-23 | 1 | -2/+6 | |
| | ||||||
* | add build string to linux build | Marco Peereboom | 2012-02-22 | 1 | -0/+5 | |
| | ||||||
* | print more version information in :about | Marco Peereboom | 2012-02-22 | 1 | -2/+8 | |
| | ||||||
* | move comment | Marco Peereboom | 2012-02-21 | 1 | -2/+1 | |
| | ||||||
* | make script quiet in order not to fail on launch | Marco Peereboom | 2012-02-21 | 1 | -1/+1 | |
| | ||||||
* | oops, use right list when going backwards should fix fs #247 | Marco Peereboom | 2012-02-19 | 1 | -2/+2 | |
| | ||||||
* | make the 'gu' buffer command always strip the last '/' to fix paths | Michal Mazurek | 2012-02-17 | 1 | -0/+8 | |
| | | | | ending in '/'. | |||||
* | on linux unsigned long long isnt unsigned long long | Marco Peereboom | 2012-02-17 | 3 | -3/+3 | |
| | ||||||
* | FS#246 cycling tabs with gt | Raphael Graf | 2012-02-16 | 1 | -50/+4 | |
| | ||||||
* | make compile on windows | Marco Peereboom | 2012-02-15 | 1 | -2/+2 | |
| | ||||||
* | add start page as a search engine too | Marco Peereboom | 2012-02-15 | 1 | -0/+3 | |
| | ||||||
* | add loudness flag on remote execution | Marco Peereboom | 2012-02-14 | 3 | -5/+9 | |
| | ||||||
* | add -y and remove some quotes | Marco Peereboom | 2012-02-14 | 1 | -3/+1 | |
| | ||||||
* | Add initial support for Strict-Transport-Security | Elias Norberg | 2012-02-11 | 5 | -4/+312 | |
| | | | | | | | | | Strict-Transport-Security is a HTTP-flag that a server can specify to force all future requests to that server to be done via https. The flag 'enable_strict_transport' specifies if STS should be used or not. Default is TRUE. | |||||
* | skip file:// when launching an external app with a downloaded file | Marco Peereboom | 2012-02-08 | 1 | -0/+2 | |
| | ||||||
* | up file descriptors warning | Marco Peereboom | 2012-02-06 | 1 | -3/+4 | |
| | ||||||
* | fix debug | Marco Peereboom | 2012-02-06 | 1 | -2/+3 | |
| | ||||||
* | add unix specific file | Marco Peereboom | 2012-01-31 | 1 | -0/+41 | |
| | ||||||
* | abstract fork and exec | Marco Peereboom | 2012-01-31 | 4 | -60/+14 | |
| | ||||||
* | Fix compilation-problems on linux (FS#235) | Elias Norberg | 2012-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix problem with hinting introduced by e1e31b4e | Elias Norberg | 2012-01-30 | 1 | -1/+1 | |
| | ||||||
* | add extern to blocked cookies | Marco Peereboom | 2012-01-29 | 1 | -1/+1 | |
| | ||||||
* | make gnutls play nice with file descriptors, fixes windows gnutls errors | Marco Peereboom | 2012-01-28 | 1 | -0/+19 | |
| | ||||||
* | remove unused variable | Marco Peereboom | 2012-01-28 | 1 | -2/+2 | |
| | ||||||
* | comment out user_agent, bad elias for adding them enabled\! | Marco Peereboom | 2012-01-28 | 1 | -5/+5 | |
| | ||||||
* | fix dowloads + unlink in download manager on windows | Marco Peereboom | 2012-01-27 | 2 | -1/+14 | |
| | ||||||
* | make debug work and lose ARGV_TYPE now that we use mingw64 | Marco Peereboom | 2012-01-27 | 2 | -11/+4 | |
| | ||||||
* | Add a "remove all" button on the cookiejar page. | vext01 | 2012-01-25 | 4 | -14/+56 | |
| | | | | | | | | | Add "cookie purge" command (removes all). Update manual to mention "cookie purge". Make the cookiejar page look more consistent. Update copyright on files I have touched. OK marco | |||||
* | windows and unix have different argv definitions | Marco Peereboom | 2012-01-25 | 1 | -2/+9 | |
| | ||||||
* | I put PS in the wrong file, so move it so that stuff compiles again | Marco Peereboom | 2012-01-25 | 2 | -5/+7 | |
| | ||||||
* | shut windows up | Marco Peereboom | 2012-01-25 | 1 | -0/+2 | |
| | ||||||
* | also fixup PS over here | Marco Peereboom | 2012-01-24 | 7 | -16/+16 | |
| | ||||||
* | many more path separators | Marco Peereboom | 2012-01-24 | 1 | -18/+18 | |
| | ||||||
* | add a path delimiter so that we can make this work on windows | Marco Peereboom | 2012-01-24 | 1 | -15/+19 | |
| | ||||||
* | windows can edn up with dp == NULL | Marco Peereboom | 2012-01-24 | 1 | -1/+1 | |
| | ||||||
* | use inttypes nonsense to make this compile on windows | Marco Peereboom | 2012-01-24 | 2 | -3/+6 | |
| | ||||||
* | mkdir only takes one arg on windows | Marco Peereboom | 2012-01-24 | 1 | -0/+4 | |
| | ||||||
* | windows only has regular files | Marco Peereboom | 2012-01-24 | 1 | -1/+7 | |
| | ||||||
* | shuffle variables around to please XT_RESOURCE_LIMITS_DISABLE | Marco Peereboom | 2012-01-24 | 1 | -6/+11 | |
| | ||||||
* | convert long long to int to shut mingw up | Marco Peereboom | 2012-01-24 | 1 | -2/+2 | |
| | ||||||
* | replace gnutls_strerror_name with a dummy string when the version is too old | Marco Peereboom | 2012-01-24 | 1 | -0/+4 | |
| | ||||||
* | wrap socket code in #if for windows portability | Marco Peereboom | 2012-01-23 | 1 | -4/+8 | |
| | ||||||
* | compile with gnutls 2.4 | Marco Peereboom | 2012-01-23 | 1 | -0/+2 | |
| | ||||||
* | fixup <> includes | Marco Peereboom | 2012-01-23 | 1 | -1/+1 | |
| | ||||||
* | include using <> instead of ; this will have fallout | Marco Peereboom | 2012-01-23 | 9 | -9/+9 | |
| |