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 1432 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP lib: experimental support for ring buffers  
5732 3172 d 7 h hidnplayr /programs/develop/libraries/http/ http library: allow caller to make receive() blocking. Reduced debug output. Updated documentation.  
5537 3322 d 3 h hidnplayr /programs/develop/libraries/http/ Bugfixes for stream transfers, ability to re-use the same buffer over and over.  
5534 3322 d 5 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
4541 3738 d 20 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4220 3814 d 21 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4209 3816 d 0 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4206 3816 d 5 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3816 d 6 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4168 3822 d 0 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4158 3823 d 4 h hidnplayr /programs/develop/libraries/http/ Added HTTP library + example