Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-03-09 | Merged indentation patch. Kept one-char indentation for child widgets | Jorge Arellano Cid | |
2011-03-09 | merge | Jorge Arellano Cid | |
2011-02-25 | merge in recent changes from main repo | corvid | |
2011-02-11 | downloads dpi: init some time variables | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-February/008058.html | |||
2011-02-07 | dpi/downloads.cc: make the indentation consistent. | Jeremy Henty | |
2011-01-28 | **/Makefile.am: #include $(top_srcdir). | Jeremy Henty | |
2011-01-28 | **/Makefile.am: replace .. paths with absolute paths using $(top_builddir). | Jeremy Henty | |
2011-01-07 | downloads: fix progress bar | corvid | |
2011-01-07 | downloader compiles | corvid | |
and if you resize it, you can see that it's _sort_ of working, even. | |||
2010-12-13 | typo | corvid | |
2010-11-16 | downloads dpi: RAW_LABEL for the widget displaying the filename | corvid | |
Noticed with http://portal.acm.org/ft_gateway.cfm?id=1039523&type=pdf which redirected to a filename with lots of ampersands. | |||
2010-10-09 | make dillo compile with clang | Johannes Hofmann | |
* Variable length arrays are not allowed in C++. They are supported in C99 and gcc seems to accept them in C++ mode. Replace the few places where variable length arrays are used. * The widget member in ComplexButtonResource was colliding with the widget member of FltkResource, so rename it to childWidget. | |||
2010-09-13 | bookmarks dpi urlstr leak | corvid | |
noticed in Jeremy's valgrind logs | |||
2010-08-22 | file dpi close pre tag for empty directory listing | corvid | |
2010-08-19 | turn off some cookie MSGs | corvid | |
2010-08-05 | https clearer language in dialog | corvid | |
"trust certificate" didn't really suggest that we were going to save it away and trust it _forever_. | |||
2010-08-03 | spelling | corvid | |
2010-08-03 | Show the self-signed cert warning dialog even when no CN given. | corvid | |
I'm still not getting the page afterward -- wrote the request, read zero bytes -- but oh well. | |||
2010-08-03 | Fix segfault with https and self-signed certs | corvid | |
Crashed when no "/CN=" substring in certificate name. I saw this with calomel.org (which just had "/C=US", if I recall correctly). | |||
2010-06-06 | vsource use a_Dpip_dsh_write_str when possible | corvid | |
2010-06-06 | vsource page add title element | corvid | |
2010-06-06 | vsource fix extraneous </pre> with empty source file | corvid | |
2010-05-16 | disallow nameless cookies | corvid | |
2010-04-05 | add id="dillo_vs" to view source page | Johannes Hofmann | |
This allows for custom styling of view source by adjusting ~/.dillo/style.css, e.g: #dillo_vs {background-color: orange !important} | |||
2010-03-31 | use pre-wrap in vsource | corvid | |
2010-03-22 | use the most specific cookiesrc rule | corvid | |
2010-03-22 | cookies use host-only as in draft spec | corvid | |
Behaviour should be quite similar to before, but it'll be easier for someone else to understand if it matches the spec's way of doing things more closely. | |||
2010-03-22 | fix reading maximum expiration date from cookies.txt | corvid | |
I did check that tm.tm_sec was 0 before adding the max time to it, so that wasn't the problem. (max - 1000) was fine... Surely safer in general to do like this anyway, so I didn't spend time really digging into details this time. | |||
2010-03-22 | my testcases aren't smart enough for remove_fast on a domain's cookies | corvid | |
Nothing wrong with it in principle, but... | |||
2010-03-22 | Cookies_load_cookies() | corvid | |
2010-03-22 | limit total number of cookies | corvid | |