Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7008 2408 d 21 h hidnplayr /programs/develop/libraries/http/examples/ HTTP library POST method example: use HTTP_send function  
5539 3327 d 21 h hidnplayr /programs/develop/libraries/http/examples/ Updated http lib examples.  
5534 3328 d 6 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
5098 3517 d 2 h clevermouse / switch build system to Tup  
5094 3521 d 0 h hidnplayr /programs/develop/libraries/http/examples/ Fixed http library example  
4830 3668 d 7 h hidnplayr /programs/develop/libraries/http/ Fixed bug in http.obj (concerning POST method).
Added new example program PASTA, using http POST method.
 
4243 3816 d 18 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4221 3819 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3820 d 22 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4205 3822 d 6 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4160 3829 d 1 h hidnplayr /programs/develop/libraries/http/examples/ make HTTP example 'compileable'  
4158 3829 d 5 h hidnplayr /programs/develop/libraries/http/ Added HTTP library + example