Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle 0 sized icons; i think this was a side effect of not canceling the | Marco Peereboom | 2011-01-12 | 1 | -3/+7 | |
| | | | | favicon transfer however it doesn't hurt to check for it and handle it. | |||||
* | fix a double unref | Marco Peereboom | 2011-01-12 | 1 | -2/+2 | |
| | ||||||
* | knf todd | Marco Peereboom | 2011-01-12 | 1 | -31/+34 | |
| | ||||||
* | o more sanity checks | Todd Fries | 2011-01-12 | 1 | -7/+18 | |
| | | | | | | | o track icon downloads instead of letting the signal handler unref them alone o cancel icon downloads when destroying a tab it may or may not fix segv's but it is good practice nonetheless ok marco@ | |||||
* | asprintf -> g_strdup_printf && free -> g_free, please from marco@ | Todd Fries | 2011-01-11 | 1 | -17/+15 | |
| | ||||||
* | more checking is always a safe bet, ok marco@ | Todd Fries | 2011-01-11 | 1 | -0/+2 | |
| | ||||||
* | very very basic cache for icons only using SHA256; subject to rework later | Todd Fries | 2011-01-11 | 1 | -33/+75 | |
| | | | | ok marco@ | |||||
* | stray extra init of global pointer in random function, removed.. ok marco@ | Todd Fries | 2011-01-11 | 1 | -4/+0 | |
| | ||||||
* | add -s option to open a session | Marco Peereboom | 2011-01-11 | 1 | -22/+81 | |
| | | | | add session open <filename> command | |||||
* | add session save <filename> | Marco Peereboom | 2011-01-11 | 1 | -1/+36 | |
| | ||||||
* | get initial favicon support in | Marco Peereboom | 2011-01-11 | 1 | -11/+157 | |
| | | | | from todd@openbsd.org | |||||
* | move session saves into their own dir | Marco Peereboom | 2011-01-11 | 1 | -7/+6 | |
| | ||||||
* | start adding sessions command for jy-p | Marco Peereboom | 2011-01-11 | 1 | -0/+28 | |
| | ||||||
* | add mouse click on oops to hide oops | Marco Peereboom | 2011-01-11 | 1 | -0/+5 | |
| | ||||||
* | oops doesn't need callbacks | Marco Peereboom | 2011-01-11 | 1 | -6/+3 | |
| | ||||||
* | delete a bunch of hide_oops now that we do it much earlier | Marco Peereboom | 2011-01-11 | 1 | -28/+1 | |
| | ||||||
* | hook keys eralier to hide oops | Marco Peereboom | 2011-01-11 | 1 | -12/+30 | |
| | ||||||
* | compain about invalid command however when this is set not all keys make it | Marco Peereboom | 2011-01-10 | 1 | -2/+2 | |
| | | | | go away (like arrows, pgup pgdn etc). This needs fixing. | |||||
* | remove blank | Marco Peereboom | 2011-01-10 | 1 | -1/+0 | |
| | ||||||
* | better feedback when handling certificates. | Marco Peereboom | 2011-01-10 | 1 | -1/+6 | |
| | ||||||
* | first sweep of warn and stuff to use show_oops. | Marco Peereboom | 2011-01-10 | 1 | -64/+71 | |
| | | | | this will need tweaking | |||||
* | make oops va friendly | Marco Peereboom | 2011-01-10 | 1 | -1/+16 | |
| | ||||||
* | fix back and forward buttons on *most* web created guis. there are still | Marco Peereboom | 2011-01-10 | 1 | -44/+68 | |
| | | | | | some issues with the download manager that refreshes but this is a whole lot better of having no mechanism to navigate away from gui pages. | |||||
* | yay no more perl all the time! | Marco Peereboom | 2011-01-10 | 1 | -2/+2 | |
| | | | | thanks to todd@openbsd.org | |||||
* | add scaffolding to do proper vi user feedback | Marco Peereboom | 2011-01-10 | 1 | -8/+80 | |
| | | | | from todd@openbsd.org | |||||
* | kill runtime settings and simply enable it at all times. | Marco Peereboom | 2011-01-10 | 3 | -42/+5 | |
| | | | | Sort cookie and js white lists forward instead of reverse. | |||||
* | fix the cert save issue for real | Marco Peereboom | 2011-01-10 | 1 | -6/+8 | |
| | ||||||
* | document icon size better | Marco Peereboom | 2011-01-10 | 1 | -1/+1 | |
| | ||||||
* | i hate you _t, with a passion | Marco Peereboom | 2011-01-09 | 1 | -3/+3 | |
| | ||||||
* | typo | Marco Peereboom | 2011-01-09 | 1 | -1/+1 | |
| | ||||||
* | document that one must use an ip for proxy and that tsocks works with | Marco Peereboom | 2011-01-09 | 1 | -0/+5 | |
| | | | | xxxterm | |||||
* | if we only have 1 . then return the passed domain name. | Marco Peereboom | 2011-01-08 | 1 | -0/+3 | |
| | | | | found by tdm | |||||
* | typo found by tdm | Marco Peereboom | 2011-01-08 | 1 | -1/+1 | |
| | ||||||
* | fix another use after free; found by tdm | Marco Peereboom | 2011-01-08 | 1 | -2/+5 | |
| | ||||||
* | made much more readable by jmc@opebsd.org | Marco Peereboom | 2011-01-08 | 1 | -341/+411 | |
| | | | | thanks jmc! | |||||
* | dont errx when fopen fails in stats | Marco Peereboom | 2011-01-08 | 1 | -11/+11 | |
| | ||||||
* | moar bettar cookie saving to file | Marco Peereboom | 2011-01-07 | 1 | -19/+13 | |
| | ||||||
* | be more paranoid about closing the rejected file | Marco Peereboom | 2011-01-07 | 1 | -0/+10 | |
| | ||||||
* | add feature to save all rejected cookies. Handy for data mining them | Marco Peereboom | 2011-01-07 | 3 | -8/+62 | |
| | | | | trackers. | |||||
* | add field to display cookie type | Marco Peereboom | 2011-01-07 | 1 | -5/+21 | |
| | ||||||
* | add user_agent setting | Marco Peereboom | 2011-01-07 | 3 | -4/+19 | |
| | ||||||
* | Make sure we play nice when we disable cookies | Marco Peereboom | 2011-01-07 | 1 | -3/+10 | |
| | ||||||
* | doco cookie command | Marco Peereboom | 2011-01-07 | 1 | -8/+23 | |
| | ||||||
* | add cookie toggle | Marco Peereboom | 2011-01-07 | 1 | -1/+1 | |
| | ||||||
* | add cookie save command and reuse same scaffold as js save | Marco Peereboom | 2011-01-07 | 1 | -118/+72 | |
| | ||||||
* | start adding the cookie commands; reuse white list shower for both cookies | Marco Peereboom | 2011-01-07 | 1 | -67/+94 | |
| | | | | and js. | |||||
* | Fix a chopped of char in F12. tsk tsk stevan. | Marco Peereboom | 2011-01-06 | 1 | -4/+1 | |
| | | | | | found by Josh Rickmar <jrick@umich.edu> slightly different diff committed. | |||||
* | add latest stuff to conf | Marco Peereboom | 2011-01-06 | 1 | -0/+4 | |
| | | | | from todd@openbsd.org | |||||
* | Save even more pixels and make icon sizes setable. | Marco Peereboom | 2011-01-06 | 2 | -54/+100 | |
| | | | | from todd@openbsd.org | |||||
* | doco :js commands | Marco Peereboom | 2011-01-06 | 1 | -5/+22 | |
| |