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
5904 3114 d 5 h hidnplayr /programs/develop/libraries/http/ Fix memory leak in HTTP library.  
5769 3191 d 13 h hidnplayr /programs/develop/libraries/http/ http lib: Bugfixes for keepalive connections.  
5732 3198 d 16 h hidnplayr /programs/develop/libraries/http/ http library: allow caller to make receive() blocking. Reduced debug output. Updated documentation.  
5537 3348 d 13 h hidnplayr /programs/develop/libraries/http/ Bugfixes for stream transfers, ability to re-use the same buffer over and over.  
5534 3348 d 15 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
4996 3595 d 13 h hidnplayr /programs/develop/libraries/http/ Added HTTP_send, renamed HTTP_process to HTTP_receive, renamed HTTP_stop to HTTP_disconnect, added HTTP_free  
4983 3623 d 15 h hidnplayr /programs/develop/libraries/http/ Fixed bug in URL parsing.  
4848 3685 d 8 h hidnplayr /programs/develop/libraries/http/ Debug information for escape and unescape functions.  
4831 3688 d 12 h hidnplayr /programs/develop/libraries/http/ Fixed bug in escape function, return data length in ebx.  
4830 3688 d 16 h hidnplayr /programs/develop/libraries/http/ Fixed bug in http.obj (concerning POST method).
Added new example program PASTA, using http POST method.
 
4829 3689 d 7 h hidnplayr /programs/develop/libraries/http/ Added debug message when header field is not found.  
4690 3710 d 7 h hidnplayr /programs/develop/libraries/http/ Bugfixes in chunked decoder and timeouts, refactoring.  
4561 3753 d 14 h hidnplayr /programs/develop/libraries/http/ HTTP lib: fix bug where last piece of data was not received during non-chunked transfer.  
4541 3765 d 6 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4241 3837 d 7 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3838 d 19 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4222 3840 d 8 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3840 d 8 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3841 d 7 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3841 d 16 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3841 d 16 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4212 3842 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3842 d 8 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4209 3842 d 9 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4207 3842 d 13 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library  
4206 3842 d 14 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3842 d 15 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4204 3843 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in HTTP_process  
4203 3843 d 5 h hidnplayr /programs/develop/libraries/http/ Bugfixes in HTTP_process  
4202 3843 d 6 h hidnplayr /programs/develop/libraries/http/ HTTP library: small bugfixes, more comments.  
4168 3848 d 10 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4167 3848 d 16 h hidnplayr /programs/develop/libraries/http/ HTTP lib: added support for HEAD and POST methods  
4162 3849 d 8 h hidnplayr /programs/develop/libraries/http/ HTTP lib now also supports chunked content encoding.  
4161 3849 d 11 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly parse URL's that have no page address  
4158 3849 d 14 h hidnplayr /programs/develop/libraries/http/ Added HTTP library + example