Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-02 | our simplistic TLD list grows more and more worthless | corvid | |
2013-09-24 | our publicsuffix tld list grows even shorter | corvid | |
2013-01-18 | https dpi: disable SSLv2 | Johannes Hofmann | |
SSLv2 is considered insecure. submitted by: p37sitdu@lavabit.com | |||
2013-01-12 | clean up struct typedefs | p37sitdu, corvid | |
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2013-01-08 | downloads.cc: do not test whether the file exists or prompt to overwrite. | Jeremy Henty | |
2012-12-16 | Set the FTP dpi to one try per connection | Jorge Arellano Cid | |
Bug fix: also avoid a useless retry when given just the server name. | |||
2012-12-12 | Download DPI Scroll should calculate the scrollbar width properly. | Jeremy Henty | |
2012-12-11 | Download DPI Scroll should resize itself before resizing its child. | Jeremy Henty | |
2012-12-10 | Use titles with dpip dialogs. | Jeremy Henty | |
2012-12-10 | Downloads DPI: meaningful and consistent window titles. | Jeremy Henty | |
2012-11-28 | Add "#include <FL/fl_ask.H>" wherever its functions are used. | Jeremy Henty | |
2012-11-25 | fix crash in datauri dpi | Johannes Hofmann | |
noticed by: corvid <corvid@lavabit.com> and Jeremy Henty's valgrind logs | |||
2012-10-29 | declarations at start of block | corvid | |
2012-10-20 | cookies dpi tlds | corvid | |
2012-09-28 | rm obsolete comment | corvid | |
2012-09-28 | datauri: fix media type when only charset was provided | corvid | |
2012-09-25 | vsource: make send_numbered_text consistent with send_html_text | corvid | |
2011-11-17 | never treat URI schemes case-sensitively | corvid | |
2011-11-12 | some isascii() | corvid | |
2011-11-11 | continued | corvid | |
2011-11-11 | fix IPv6 addr recognition | corvid | |
I was under the impression that the brackets were part of the host syntax, but a_Url_hostname() shows that they are part of the _authority_ and are stripped out when making the hostname. | |||
2011-11-11 | locale-independent ASCII character case handling | corvid | |
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII. | |||
2011-11-11 | more image magic | corvid | |
2011-11-08 | image magic is case-sensitive | corvid | |
2011-10-17 | downloads DPI: make the download items resize horizontally with the main window. | Jeremy Henty | |
2011-10-05 | dpi/download.cc: make the indentation more consistent. | Jeremy Henty | |
2011-09-16 | cookies dpi: MSG only when returning >0 cookies | corvid | |
2011-09-16 | update TLDs | corvid | |
What an awful situation it is in general. | |||
2011-09-15 | let downloads dpi use the fltk scheme | corvid | |
In dillo, fltk putenv()s the scheme (FLTK_SCHEME), and Fl::scheme(NULL) getenv)s it. Not that it makes much of a difference to the downloads dpi... | |||
2011-09-13 | use a dRealloc | corvid | |
mentioned by Alexander on dillo-dev | |||
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
2011-07-31 | fix leak in https certificate-checking workaround | corvid | |
Thanks to Jeremy's valgrind logs | |||
2011-07-30 | fix clang warning | Rob S | |
2011-07-29 | Workaround: request to only check the root URL's certificate (https). | Jorge Arellano Cid | |
This avoids the dialog bombing that stems from loading multiple https images/resources in a single page. A proper fix would take either to implement the https-dpi as a server (with state), or to move back https handling into dillo. | |||
2011-07-27 | escape '@' in wget log output shown in downloads dpi tooltip | corvid | |
There are opportunities for optimizations and cleverness, but it's nice to think of workarounds as something simple and minimally intrusive that you will get to rip out again someday. I'll have to check whether I've ever complained to the FLTK people about this specific problem. | |||
2011-07-27 | disable symbol/shortcut interpretation in the downloads dpi's labels | corvid | |
TODO: '@' in the wget output tooltip | |||
2011-06-30 | Workaround for downloads dpi: It had display glitches on some machines. !? | Jorge Arellano Cid | |
2011-06-27 | Replaced fl_input() with a custom dialog | Jorge Arellano Cid | |
* avoids sound bell, allows customization (e.g. widgets, keyboard) | |||
2011-06-21 | Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64) | Jorge Arellano Cid | |
2011-05-19 | delete [] | corvid | |
2011-05-18 | don't save huge cookies | corvid | |
Huge cookies confuse the code that reads them back in. I suppose there's always the possibility of getting a cookies.txt from something else, or a manually-edited one, but... Incidentally, the RFC thinks user agents should allow 4096 bytes for name+value+attributes, which we must be within, say, 50 bytes of. | |||
2011-05-17 | cookies comments | corvid | |
I was going to say something in the comments about simplicity and not implementing every little bit of the rfc when we don't know of cookies that make it necessary, but then I suppose that's all implied with dillo. | |||
2011-05-16 | cookies comment | corvid | |
2011-04-30 | downloads GUI: fixed a couple of rendering glitches | Jorge Arellano Cid | |
Removing entries wasn't updating the screen. Workaround for a FLTK-1.3 bug with FL_ROUND_UP_BOX. | |||
2011-04-29 | Fixed downloads dpi GUI (close and rename dialogs, colors) | Jorge Arellano Cid | |
close and rename dialog had option processing reversed since the port. some colors of in the old theme were not showing. "continue" on a partial file didn't update the meter. All fixed now. | |||
2011-04-16 | merge in recent changes from main repo | corvid | |
2011-04-14 | https dpi: error strings for certificate error code 19 and 20 | corvid | |
I was tired of those meaningless numbers. | |||
2011-03-09 | Minor resolve for previous patch | Jorge Arellano Cid | |
2011-03-09 | merge | Jorge Arellano Cid | |