Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-09 | Use Doxygen comments for C files | Rodrigo Arias Mallo | |
2016-07-06 | rm code that has no effect | corvid | |
Until late 2007, it set a variable showing that ipv6 was working. | |||
2013-01-09 | Refactored FD close calls into a single new dClose() dlib function [p37sitdu] | Jorge Arellano Cid | |
2012-12-20 | add missing breaks in dns.c | Johannes Hofmann | |
submitted-by: p37sitdu@lavabit.com | |||
2012-12-01 | ask for ipv4 addresses only in getaddrinfo() if ipv6 is disabled | Johannes Hofmann | |
This speeds up dns requests quite a bit in my setup. | |||
2012-06-10 | fix dns bug introduced in 386e89675a50 | Johannes Hofmann | |
Failed dns requests were not properly dequeued. Entering a non-existing URL in one tab, then an existing one in a second tab caused both tabs to show the page of the existing URL. | |||
2012-02-18 | typo | corvid | |
2012-02-17 | replace polling in dns.c with a pipe | Johannes Hofmann | |
2011-11-11 | dns: hostname comparisons not case-sensitive | corvid | |
2010-04-25 | complete a_Dns_freeall() | Johannes Hofmann | |
This is an attempt to make valgrind a little bit happier. | |||
2010-04-24 | fix typo in comment | Johannes Hofmann | |
2009-10-31 | add include | corvid | |
warning when ipv6 enabled | |||
2009-07-16 | Minor cleanups | Jorge Arellano Cid | |
2009-07-15 | Minor fix in dns.c (avoid including pthread.h when not necessary) | Jorge Arellano Cid | |
2009-06-22 | remove system includes | corvid | |
2009-05-08 | spelling | corvid | |
2008-11-09 | - Made the DNS resolver report in numeric address notation. | jcid | |
2008-10-22 | - Allowed compilation with older machines by removing a few C99isms. | jcid | |
- Added use of inttypes.h when stdint.h isn't found. | |||
2008-10-04 | - Small fix for IPv6 resolving. | jcid | |
2008-09-28 | - Switched from DEBUG_MSG to MSG. | jcid | |
2008-08-12 | - Eliminated gcc 4.2.3 warnings on 64bit OS. | jcid | |
2008-01-14 | - Added an int32_t include-test, and an EAI_NODATA check for FreeBSD. | jcid | |
2007-11-05 | Updated copyright lines | jcid | |
2007-11-05 | + removed libc5 support in dns.c | jcid | |
2007-11-05 | Switched dns.c from gethostbyname* to getaddrinfo. | jcid | |
2007-10-29 | Fixed a typo in dns.c (blocking server part) | jcid | |
2007-10-11 | +- Connected signals to <li> elements (fixes links within lists). | jcid | |
- Enabled text and background color-choice in preferences. - Enabled clicking over image links. Patches: place +- Fixed a va_list-related SEGFAULT on 64bit-arch in dStr_vsprintfa(). Patch: Vincent Thomasset +- Fixed void to int conversions for 64bit-arch. Patch: Jorge Arellano, higuita +- Added a strndup() replacement in dw2 Patch: Alexander Becher, Johannes Hofmann, Jorge Arellano +- Fixed calcHashValue() to only return non-negative numbers (was SEGFAULT). - Improved scrolling performance on large pages by copying screen data instead of rendering. Patches: Johannes Hofmann | |||
2007-10-07 | Initial revision | jcid | |