Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7969 1427 d 13 h hidnplayr /programs/develop/libraries/http/ HTTP lib: experimental support for ring buffers  
5732 3167 d 19 h hidnplayr /programs/develop/libraries/http/ http library: allow caller to make receive() blocking. Reduced debug output. Updated documentation.  
5537 3317 d 15 h hidnplayr /programs/develop/libraries/http/ Bugfixes for stream transfers, ability to re-use the same buffer over and over.  
5534 3317 d 17 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
4541 3734 d 8 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4220 3810 d 9 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4209 3811 d 12 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4206 3811 d 17 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3811 d 18 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4168 3817 d 12 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4158 3818 d 16 h hidnplayr /programs/develop/libraries/http/ Added HTTP library + example