Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | on linux unsigned long long isnt unsigned long long | Marco Peereboom | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | add loudness flag on remote execution | Marco Peereboom | 2012-02-14 | 1 | -1/+1 |
| | |||||
* | Add initial support for Strict-Transport-Security | Elias Norberg | 2012-02-11 | 1 | -0/+15 |
| | | | | | | | | | 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. | ||||
* | abstract fork and exec | Marco Peereboom | 2012-01-31 | 1 | -0/+3 |
| | |||||
* | add extern to blocked cookies | Marco Peereboom | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | make debug work and lose ARGV_TYPE now that we use mingw64 | Marco Peereboom | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | Add a "remove all" button on the cookiejar page. | vext01 | 2012-01-25 | 1 | -0/+2 |
| | | | | | | | | | 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 | ||||
* | I put PS in the wrong file, so move it so that stuff compiles again | Marco Peereboom | 2012-01-25 | 1 | -0/+5 |
| | |||||
* | use inttypes nonsense to make this compile on windows | Marco Peereboom | 2012-01-24 | 1 | -0/+1 |
| | |||||
* | remove need for clens here by playing tricks with include paths, help from davec | Marco Peereboom | 2012-01-23 | 1 | -4/+0 |
| | |||||
* | add clens here for windows compiles | Marco Peereboom | 2012-01-23 | 1 | -0/+4 |
| | |||||
* | add tree to default case | Marco Peereboom | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | make resource limits use a #define block too | Marco Peereboom | 2012-01-23 | 1 | -1/+5 |
| | |||||
* | replace enable external editor with enable signals | Marco Peereboom | 2012-01-23 | 1 | -4/+2 |
| | |||||
* | add openbsd section for includes | Marco Peereboom | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | move sys/wait.h within #define | Marco Peereboom | 2012-01-23 | 1 | -1/+4 |
| | |||||
* | make external editor a compile time decission | Marco Peereboom | 2012-01-23 | 1 | -0/+3 |
| | |||||
* | Fix for FS#86 - Ability to control wheter 'Referer' will be sent or not | Elias Norberg | 2012-01-16 | 1 | -0/+8 |
| | | | | | | | | | The setting 'referer' can be one of four different values: 'always' - the default. always send referer 'never' - never send referer 'same-domain' - only send referer if it's the same domain Any other value, that is also a valid URL, will use this custom value as referer. (E.g. you could set it to http://no-referer.com) | ||||
* | First attempt at FS#74 - add option to wait for confirmation of download | Elias Norberg | 2012-01-16 | 1 | -0/+11 |
| | | | | | | | | | | | | | | New setting: 'download_mode' - values: start - downloads are automatically started (works like previous) this is the default. ask - before a download is started, the user gets a question. if the answer is yes, the download will start. otherwise it will be added to the downloadmanager, but not started. add - downloads are added to downloadmanager, but not stared. the user must then open the downloadmanager and start the downloads. ok @marco | ||||
* | Use a list of TLD's to properly handle multi-part TLD's | Elias Norberg | 2012-01-16 | 1 | -0/+4 |
| | | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules' | ||||
* | add passthrough mode from: Maroun NAJM <bartender@c0decafe.net> | Marco Peereboom | 2012-01-12 | 1 | -0/+1 |
| | |||||
* | use a #define for buffer size | Marco Peereboom | 2012-01-04 | 1 | -0/+1 |
| | | | | | Make buffer size 64k instead of 1k to minimize churn. Also move a variable to where $DEITY intended it. | ||||
* | depending on version.h by everything is silly when one .c file uses it, correct | Todd T. Fries | 2012-01-04 | 1 | -1/+0 |
| | |||||
* | Fix temp_dir for ext editor | Stevan Andjelkovic | 2012-01-04 | 1 | -0/+1 |
| | | | | found by todd | ||||
* | Merge external editor stuff. | Stevan Andjelkovic | 2012-01-03 | 1 | -0/+6 |
| | |||||
* | Favicons for compact tab + autoscroll | Stevan Andjelkovic | 2012-01-03 | 1 | -0/+4 |
| | | | | | | | | | FS#214 and #144. Thanks to Stefan Bolte (dwb browser) for relicensing his javascript code for autoscroll! ok marco@ | ||||
* | Remove user_agent_roundrobin knob | Stevan Andjelkovic | 2012-01-02 | 1 | -1/+1 |
| | | | | ok marco@ | ||||
* | Add history.c and completion.c... | Stevan Andjelkovic | 2012-01-02 | 1 | -0/+15 |
| | | | | | | ... and move history and completion related functions to them. ok marco@ | ||||
* | Simplify and normalise the config file | Stevan Andjelkovic | 2012-01-02 | 1 | -0/+5 |
| | | | | ok marco@ | ||||
* | FS#201 - option to not load images on webpages | Stevan Andjelkovic | 2011-12-30 | 1 | -0/+2 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Add "remove all cookies from domain" button FS#85 | Stevan Andjelkovic | 2011-12-29 | 1 | -0/+1 |
| | | | | | | Code from Elias Norberg (xyzzy) ok marco@ | ||||
* | Fixes the following bugs: | Stevan Andjelkovic | 2011-12-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | FS#206:"Add option: maximize at startup" (From Wei-Ning Huang (aitjcize)) FS#198: "Buffer command gu documented as gU" (Pointed out by John Brendler (brendlerjg)) FS#203: "Add command gU for opening the root of a webpage" (Slightly modified code from Elias Norberg (xyzzy)) FS#211: "New key handling code breaks old :buffers/:ls behavior." ok marco@ | ||||
* | Add round robin user agents | Marco Peereboom | 2011-12-28 | 1 | -1/+9 |
| | | | | | Fixes FS#65 from Elias Norberg xyzzy@kudzu.se | ||||
* | user style ALL the pages _o/ | Marco Peereboom | 2011-12-28 | 1 | -1/+2 |
| | | | | From Cody Wright M8R-2bxmml@mailinator.com | ||||
* | Add link coloring after visiting it. | Marco Peereboom | 2011-12-28 | 1 | -3/+7 |
| | | | | | Work around for bug #51747 from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk> | ||||
* | Add proxy command. | Marco Peereboom | 2011-11-16 | 1 | -0/+4 |
| | | | | | We can now toggle a proxy with F2 and we also look at HTTP_PROXY environment variable. This is handy for toggling Tor on and off. | ||||
* | add a hybrid input mode | marco | 2011-11-15 | 1 | -0/+4 |
| | |||||
* | add webkit 1.2 code | Marco Peereboom | 2011-11-11 | 1 | -2/+3 |
| | |||||
* | Move focus stuff into it's own file. | Marco Peereboom | 2011-11-11 | 1 | -0/+7 |
| | | | | This will enable us to support webkit 1.2 as well. | ||||
* | first attemp at doing a true keyboard mode | Marco Peereboom | 2011-11-08 | 1 | -1/+4 |
| | |||||
* | Add autorun JavaScript after page loads | Marco Peereboom | 2011-11-05 | 1 | -0/+1 |
| | | | | | | | | | | It tries to open a default.js file followed by host.domain.js. If the host.domain.js file does not exist it tries to open domain.js. It reads the content of the default AND host/domain file and executes it. All scripts go in the ~/.xxxterm/js/ directory. | ||||
* | dang it i disabled threads by accident | Marco Peereboom | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | kill warning | Marco Peereboom | 2011-11-03 | 1 | -1/+2 |
| | |||||
* | move cookies to own file | marco | 2011-11-02 | 1 | -0/+2 |
| | |||||
* | More file splits | Marco Peereboom | 2011-11-02 | 1 | -5/+161 |
| | | | | Add whitelist and settings files. | ||||
* | Move more stuff into about | Marco Peereboom | 2011-11-02 | 1 | -0/+37 |
| | |||||
* | damn git never does what it says it does | marco | 2011-11-02 | 1 | -0/+99 |
| | | | | these file remained behind | ||||
* | Make the inspector not crash on exit | marco | 2011-11-02 | 1 | -1/+19 |
| | | | | | Turns out that someone else frees resources so don't do that and let gtk handle it all by itself. | ||||
* | Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm" | marco | 2011-11-02 | 1 | -125/+0 |
| | | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1. | ||||
* | Revert "move some xtp functions over, RB_* prevented all" | marco | 2011-11-02 | 1 | -98/+1 |
| | | | | This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258. |