Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5732 3204 d 3 h hidnplayr /programs/develop/libraries/http/ http library: allow caller to make receive() blocking. Reduced debug output. Updated documentation.  
5537 3353 d 23 h hidnplayr /programs/develop/libraries/http/ Bugfixes for stream transfers, ability to re-use the same buffer over and over.  
5534 3354 d 1 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
4541 3770 d 16 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4220 3846 d 17 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4209 3847 d 20 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4206 3848 d 1 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3848 d 2 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4168 3853 d 20 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4158 3855 d 0 h hidnplayr /programs/develop/libraries/http/ Added HTTP library + example