index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
capi.c
Age
Commit message (
Expand
)
Author
2010-11-24
trim some spaces
corvid
2010-11-24
spelling
corvid
2010-08-24
filter msg (grows increasingly similar to Jeremy's proposal)
corvid
2010-08-24
Capi_filters_allow msg
corvid
2010-07-30
clearer Capi_filters_allow msg
Jeremy Henty, corvid
2010-04-27
const qualifier
corvid
2010-04-27
filter allow if nohost -> nohost
corvid
2010-04-20
no-host is "", not NULL
corvid
2010-04-20
filter allow data: uri
corvid
2010-04-06
filter automatic requests
corvid
2010-03-04
Fix "view source" for POST URLs
Jorge Arellano Cid
2010-03-01
free send_source cmd
corvid
2010-02-27
trim some spaces
corvid
2010-02-26
Allow view source for GET URLs
Jorge Arellano Cid
2010-02-23
Handle vsource dpi inside a_Capi_open_url(); more orthogonality.
Jorge Arellano Cid
2010-02-20
Interim patch for view source
Jorge Arellano Cid
2010-02-17
Implement the view source functionality as a dpi
Jorge Arellano Cid
2010-02-17
Add the a_Capi_dpi_send_data() function
Jorge Arellano Cid
2009-11-01
ftp dpi: fixed download offer, streamed transfer, added HTML feedback.
Jorge Arellano Cid
2009-08-23
Bugfix for a race condition SEGFAULT in capi
Jorge Arellano Cid
2009-08-18
Remove empty cache entries on Stop-button press and new link request!
Jorge Arellano Cid
2009-08-12
Switched capi to use dlib's Dlist instead of a_List_* methods
Jorge Arellano Cid
2009-08-12
Bugfix: remove the empty cache entry lingering after connection abort
Jorge Arellano Cid
2009-08-06
Interim bugfix patch for the new CCC OpAbort
Jorge Arellano Cid
2009-08-05
Changed the CCCs to build in one step (for both HTTP and DPI)
Jorge Arellano Cid
2009-07-16
Verify dpi URLs for instant redirects.
Jorge Arellano Cid
2009-06-24
segfault on NULL URL when dpis not found
corvid
2009-06-01
proxy support for HTTPS
corvid
2009-05-06
separate a_Capi_get_flags and a_Capi_get_flags_with_redirection
corvid, Jorge Arellano Cid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-01-28
Added a warning message when a file can't be opened for saving
corvid
2009-01-23
Cleanup and logic change in a_Cache_set_content_type().
Jorge Arellano Cid
2009-01-07
Cleanup of cache.c WRT charset decoders.
Jorge Arellano Cid
2008-09-30
- s/todo:/TODO:/g
jcid
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
2008-05-17
- CCC: added reentrancy control to the OpEnd and OpAbort operations.
jcid
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-31
Implemented the SELECT element in FORMS!
jcid
2007-12-06
- * Improved the dpi framework. Now dpi-programs can be specified in dpidrc,
jcid
2007-11-17
Added the "static" qualifier where missing.
jcid
2007-11-05
Updated copyright lines
jcid
2007-10-24
Implemented a new scheme of scroll-position remembering. This is one per
jcid
2007-10-07
Initial revision
jcid