aboutsummaryrefslogtreecommitdiff
path: root/src/IO
AgeCommit message (Collapse)Author
2011-07-15Eliminated a pack of compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-07-14wordingcorvid
2011-07-14Update dillorc URL in splash pageJorge Arellano Cid
2011-07-14Updated about:splash page and set VERSION to 2.2.1Jorge Arellano Cid
2011-01-28**/Makefile.am: #include $(top_srcdir).Jeremy Henty
2010-09-27Allow viewing XHTML served as suchJorge Arellano Cid
2010-02-27trim some spacescorvid
2010-02-12splash page tiny cosmetic changecorvid
2010-02-11send Accept headercorvid
I would be more specific than image/* if servers were more likely to pay attention. The purpose for adding this is to go along with the User-Agent change, since I've seen server code disallow queries that are supposedly from Firefox but have no Accept header.
2010-02-11add http_user_agent preferenceAlexander Voigt, corvid
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
2010-02-11prepare 2.2 releaserelease-2_2Johannes Hofmann
2010-02-02fix HostConnection_t leakJohannes Hofmann
Found by Jeremy's automatic valgrind logs, pointed out by corvid.
2010-01-29update splash pagecorvid
2010-01-24limit the number of simultaneous connectionsJohannes Hofmann
The number of simultaneous connections to a single server is now limited by prefs.http_max_conns (default 6). This avoids opening hundreds of connections on pages with many images (BUG 685). This commit is partly based on a prototype by Jorge Arellano Cid.
2010-01-13use TCP_NODELAY for DPI communicationJohannes Hofmann
2010-01-12backout: That way would make no_proxy complicated.corvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html
2010-01-12If http_proxy pref set, but env var not set, then set env var (for wget).corvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007131.html
2010-01-07also try bindir when looking for dpidcorvid
2009-11-10Fixed a couple file descriptor leaks in dillo's DPI codeJorge Arellano Cid
2009-11-08staticcorvid
2009-11-06Compiler happiness for old versions of gccJorge Arellano Cid
2009-11-01Removed the write/fwrite mix in dpip. Introduced a_Dpip_dsh_trywrite()Jorge Arellano Cid
Several cleanups and more error handling sprinkled all over too.
2009-11-01Convert dpid, file dpi and cookies dpi to dsh APIJorge Arellano Cid
cookies: convert to dsh API (with auth) file dpi: convert to dsh API (with auth) dpid: convert to dsh API (with auth) handle EINTR in connect(), authenticated DpiBye cmd
2009-11-01s/retval/ret/gJorge Arellano Cid
2009-11-01Introduce basic shared-secret-based authenticationJorge Arellano Cid
2009-11-01Added Dpi_blocking_{read,write} API in IO/dpi.cJorge Arellano Cid
All the ad-hoc read/write calls are now made through this functions, with proper error handling.
2009-11-01Switch the DPI framework from Unix sockets to Internet socketsJorge Arellano Cid
Initially meant for MINIX, but in the process several bugs were fixed, the code restructured, added more error handling and improved in general. In the future we may go back to UDS, but the cleanup gains will remain.
2009-10-17suppress an unused parameter warningcorvid
2009-09-20trim some spacescorvid
2009-08-30change no_proxy test from substring to suffixcorvid
2009-08-18link changeJorge Arellano Cid
2009-08-07Added a_Chain_bfcb() to the CCC API (fixed three bugs with it)Jorge Arellano Cid
2009-08-06Interim bugfix patch for the new CCC OpAbortJorge Arellano Cid
2009-08-05mergeJorge Arellano Cid
2009-08-05Changed the CCCs to build in one step (for both HTTP and DPI)Jorge Arellano Cid
2009-08-04tiny cleanup of query stringcorvid
2009-07-17Added a_Dpip_get_attr_l() to DPIP's APIJorge Arellano Cid
2009-07-16Cast NULL sentinel to (char*) for execl (fix for LP64 arch).Jorge Arellano Cid
2009-07-01update for 2.1.1release-2_1_1corvid
2009-06-26Removed compiler warnings for unused return valuesMichal Nowak newman x
2009-06-22remove system includescorvid
2009-06-15splash release overview textcorvid
2009-06-15Splash screenJorge Arellano Cid
2009-06-01proxy support for HTTPScorvid
2009-05-31Bound at-exit memory deallocationcorvid
2009-05-06rm a_About_ccc prototypecorvid
2009-04-04static for Http_make_content_typecorvid
2009-03-28check fgets() and write() resultsJohannes Hofmann
2009-03-26fix up license versions/namescorvid
2009-03-25fix POST form submission for 64-bitcorvid