summaryrefslogtreecommitdiff
path: root/src/IO/IO.c
AgeCommit message (Expand)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2016-07-09rm IO flags, as they are never usedcorvid
2016-07-03Fixed a couple of compiler warnings for IO.cJorge Arellano Cid
2016-07-03use mbed TLScorvid
2016-04-09if we get an error (e.g. ECONNRESET) while reading, abort the read and show a...corvid
2016-03-19MSGcorvid
2015-05-28'ssl' -> 'tls' where reasonable, given that ssl3 is dead and allcorvid
2015-05-08https: the rest :)corvid
2014-08-08abort failed queriescorvid
2014-07-17http persistent connections initial patchcorvid
2013-01-09Refactored FD close calls into a single new dClose() dlib function [p37sitdu]Jorge Arellano Cid
2012-11-09Trim down the "pending data not sent" messages.corvid
2010-01-24limit the number of simultaneous connectionsJohannes Hofmann
2009-08-05Changed the CCCs to build in one step (for both HTTP and DPI)Jorge Arellano Cid
2009-06-22remove system includescorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2008-09-28- Switched from DEBUG_MSG to MSG.jcid
2008-09-14- Made several cleanups according to compiler warnings with "-W -Wall".jcid
2008-08-12- Eliminated gcc 4.2.3 warnings on 64bit OS.jcid
2008-05-17- CCC: added reentrancy control to the OpEnd and OpAbort operations.jcid
2008-05-16- Fixed a freeze-bug in IO.c where the IOwatch for reading was not removed.jcid
2008-04-29- Fixed a double close of file descriptors.jcid
2008-04-07- Added dStr_printable() to dlib.jcid
2008-03-29- Switched URL_DATA type from char* to a dStr.jcid
2007-12-31Implemented the SELECT element in FORMS!jcid
2007-12-05Added a workaround for a CCC reentrancy segfault.jcid
2007-11-05Updated copyright linesjcid
2007-10-29Fixed a subtle bug in klist that was affecting IO.jcid
2007-10-11+- Connected signals to <li> elements (fixes links within lists).jcid
2007-10-07Initial revisionjcid