aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
AgeCommit message (Collapse)Author
2009-11-01ftp dpi: fixed download offer, streamed transfer, added HTML feedback.Jorge Arellano Cid
Now it behaves as HTTP. Also fixed a bug in dillo with lingering cache entries (when the file transfer was already done at abort time).
2009-08-23Bugfix for a race condition SEGFAULT in capiJorge Arellano Cid
2009-08-18Remove empty cache entries on Stop-button press and new link request!Jorge Arellano Cid
2009-08-12Switched capi to use dlib's Dlist instead of a_List_* methodsJorge Arellano Cid
2009-08-12Bugfix: remove the empty cache entry lingering after connection abortJorge Arellano Cid
2009-08-06Interim bugfix patch for the new CCC OpAbortJorge Arellano Cid
2009-08-05Changed the CCCs to build in one step (for both HTTP and DPI)Jorge Arellano Cid
2009-07-16Verify dpi URLs for instant redirects.Jorge Arellano Cid
2009-06-24segfault on NULL URL when dpis not foundcorvid
2009-06-01proxy support for HTTPScorvid
2009-05-06separate a_Capi_get_flags and a_Capi_get_flags_with_redirectioncorvid, Jorge Arellano Cid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-28Added a warning message when a file can't be opened for savingcorvid
2009-01-23Cleanup and logic change in a_Cache_set_content_type().Jorge Arellano Cid
2009-01-07Cleanup of cache.c WRT charset decoders.Jorge Arellano Cid
This patch gets rid of a series of valgrind complains with this page: http://selenic.com/pipermail/mercurial/
2008-09-30- s/todo:/TODO:/gjcid
2008-09-29- Removed the remaining DEBUG_MSG in src/jcid
2008-06-02- Moved charset decoding into cache.jcid
2008-05-29- Switched from charset to content-type for handling data.jcid
- Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text.
2008-05-17- CCC: added reentrancy control to the OpEnd and OpAbort operations.jcid
- CCC: enhanced the debug function and implemented OpAbort for dpi.
2008-05-10+ Fixed a bug in the code that remembers the scrolling position.jcid
2008-04-07- Added dStr_printable() to dlib.jcid
2008-03-29- Switched URL_DATA type from char* to a dStr.jcid
2008-03-26- Added a_Capi_get_flags(). It requests a cache entry's status as flags.jcid
2008-03-15- Enabled https. capi.c: s/https/proto.https/jcid
2008-02-24+ Better diagnostic message to dpid start process.jcid
2007-12-31Implemented the SELECT element in FORMS!jcid
2007-12-06 - * Improved the dpi framework. Now dpi-programs can be specified in dpidrc,jcid
and there's no need to touch dillo's sources to add new dpi services. Just make your dpi program, add a dpidrc line and play with it!
2007-11-17Added the "static" qualifier where missing.jcid
2007-11-05Updated copyright linesjcid
2007-10-24Implemented a new scheme of scroll-position remembering. This is one perjcid
visited page intead of one per url (this is more standard).
2007-10-07Initial revisionjcid