aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-01Made downloads dpi use dsh authJorge Arellano Cid
2009-11-01Unified the internal dsh API implementation into a unique read functionJorge Arellano Cid
This makes the code simpler, easier to debug an more consistent
2009-11-01Unified the internal dsh API implementation into a unique write functionJorge Arellano Cid
This makes the code simpler, easier to debug an more consistent
2009-11-01Introduced the a_Dpip_dsh_tryflush() callJorge Arellano Cid
This adds an internal buffer in the dsh data structure.
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-01Implemented the file dpi based on select() (removed its pthreads dependency)Jorge Arellano Cid
It should be faster and use less resources.
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-01Introduced the new tokenizing dsh API to DPIPJorge Arellano Cid
The new DPIP sock handler API returns tokens, taking care to assemble token splits, wait if necessary, or indicate EAGAIN in case of nonblocking mode. This is a mayor simplification because the details are transparent to the API user (i.e. dpi developer).
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-31add includecorvid
warning when ipv6 enabled
2009-10-29shouldn't need lines() test in addSpacecorvid
2009-10-29return to earlier-space-style-prevailscorvid
I had changed it in rev. f231450b81a1 a few days ago. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006943.html
2009-10-29make popup menus work for unoccupied regions of tablescorvid
2009-10-29rm event emitter/receiver from Widgetcorvid
If we want it back someday, we know where to find it. Given the coarse-grained nature of Textblock, I imagine that whatever Dillo might use in a javascript future would be somewhat different anyway.
2009-10-29use link receiver for text/plain as wellcorvid
2009-10-29fix up dw testscorvid
2009-10-29emit link press/release even when no widget present at pointcorvid
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
2009-10-27clean up parbreaks in html.cccorvid
add_textblock already surrounds the new textblock with parbreaks, so we don't need any more until we want to increase the break space above or below.
2009-10-26clean up addSpacecorvid
2009-10-26let later space override previous spacecorvid
The earlier space is less likely to be styled with the intended appearance.
2009-10-26return Word from findWordcorvid
2009-10-26use spaceStyle in Textblock::motionNotifyImpl when appropriatecorvid
2009-10-25stricter test for "chunked" transfer encodingcorvid
2009-10-25don't follow redirection when setting Content-Typecorvid
When a redirection page comes in, obviously we haven't followed the redirection yet, so we can't find the entry. This meant that the content type from the HTTP header could not be set. This was not so great for my new error message. Maybe circumstances where we'd want to follow the redirection here will reveal themselves, but I'd be surprised.
2009-10-25only complain about Content-Length for non-identity Transfer-Encodingcorvid
2009-10-25recognize latin list style types as synonyms for alphacorvid
2009-10-25only require Content-Type HTTP header if there was, or should have been, a bodycorvid
2009-10-24UL match type attr exactlycorvid
2009-10-24tiny cleanup of addParbreakcorvid
2009-10-24don't appear to need WordAfterLI anymorecorvid
2009-10-23rm redundant addSpacecorvid
initWith* adds a space, and it needs to do so before updateValue(), so I'll leave it there.
2009-10-23don't crash with LIST_STYLE_TYPE_NONEcorvid
2009-10-23set listItem for listitemscorvid
2009-10-20Fixed a bug in w3c_mode. It wasn't working at all!Jeremy Henty
2009-10-19fix segfault when radio button lacks name attributecorvid
2009-10-18represent millimeter values as fractions in CssLengthJohannes Hofmann
E.g. for letter-spacing sub-millimeter values actually make a difference. The maximum value that is representable is now 65535 mm which should be enough in most cases.
2009-10-18limit letter-spacing valuesJohannes Hofmann
2009-10-18use letter spacing when drawingcorvid
2009-10-17mergeJohannes Hofmann
2009-10-17add letter-spacing support to CSS subsystemJohannes Hofmann
The implementation in the fltk backend is still missing.
2009-10-17suppress an unused parameter warningcorvid
2009-10-15remove multiple views capability from dwcorvid
It was complicated, we don't use it, and we currently had no plans to use it.
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-10-10tooltip workaround for chars special to fltkcorvid
2009-10-10recommend fltk2 snapshot 6916corvid
2009-10-03rm unused lout::misc functionscorvid