Subversion Repositories Kolibri OS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9568 862 d 4 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
8575 1195 d 1 h superturbocat2001 /programs/develop/libraries/http/ - Restored revision with http_free fix  
8571 1196 d 1 h superturbocat2001 /programs/develop/libraries/http/ rollback to revision 8023
(http_free fix not working)
 
8570 1196 d 2 h superturbocat2001 /programs/develop/libraries/http/ - Fixed http_free freeing memory in http.obj.  
8023 1439 d 4 h hidnplayr /programs/develop/libraries/http/ Always set connection closed flag after server closed connection and close from our end as well.  
7971 1453 d 2 h hidnplayr /programs/develop/libraries/http/ bugfix  
7969 1453 d 9 h hidnplayr /programs/develop/libraries/http/ HTTP lib: experimental support for ring buffers  
7512 2023 d 3 h hidnplayr /programs/develop/libraries/http/ Bigger default buffer size, add API to change buffer size.  
7296 2144 d 14 h hidnplayr /programs/develop/libraries/http/ Updated debug output for HTTP library.  
7101 2401 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP_escape, HTTP_unescape, check for end of buffer.  
7094 2404 d 15 h hidnplayr /programs/develop/libraries/http/ Updated readme.  
7091 2405 d 2 h hidnplayr /programs/develop/libraries/http/ Fix possible page error while receiving chunked data.  
7009 2424 d 3 h ashmew2 /programs/develop/libraries/http/ Show EAI code when getaddrinfo() failed  
7008 2424 d 4 h hidnplayr /programs/develop/libraries/http/examples/ HTTP library POST method example: use HTTP_send function  
7006 2425 d 3 h hidnplayr /programs/develop/libraries/http/ Fix some debug message priorities.  
6921 2529 d 14 h hidnplayr /programs/develop/libraries/http/ HTTP library, small refactoring, extra debug info.  
5904 3109 d 3 h hidnplayr /programs/develop/libraries/http/ Fix memory leak in HTTP library.  
5769 3186 d 11 h hidnplayr /programs/develop/libraries/http/ http lib: Bugfixes for keepalive connections.  
5732 3193 d 14 h hidnplayr /programs/develop/libraries/http/ http library: allow caller to make receive() blocking. Reduced debug output. Updated documentation.  
5539 3343 d 4 h hidnplayr /programs/develop/libraries/http/examples/ Updated http lib examples.  
5537 3343 d 11 h hidnplayr /programs/develop/libraries/http/ Bugfixes for stream transfers, ability to re-use the same buffer over and over.  
5534 3343 d 13 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
5098 3532 d 9 h clevermouse / switch build system to Tup  
5094 3536 d 7 h hidnplayr /programs/develop/libraries/http/examples/ Fixed http library example  
4996 3590 d 11 h hidnplayr /programs/develop/libraries/http/ Added HTTP_send, renamed HTTP_process to HTTP_receive, renamed HTTP_stop to HTTP_disconnect, added HTTP_free  
4986 3615 d 6 h hidnplayr /programs/develop/libraries/http/ Updated docs.  
4983 3618 d 13 h hidnplayr /programs/develop/libraries/http/ Fixed bug in URL parsing.  
4848 3680 d 5 h hidnplayr /programs/develop/libraries/http/ Debug information for escape and unescape functions.  
4831 3683 d 10 h hidnplayr /programs/develop/libraries/http/ Fixed bug in escape function, return data length in ebx.  
4830 3683 d 14 h hidnplayr /programs/develop/libraries/http/ Fixed bug in http.obj (concerning POST method).
Added new example program PASTA, using http POST method.
 
4829 3684 d 5 h hidnplayr /programs/develop/libraries/http/ Added debug message when header field is not found.  
4690 3705 d 5 h hidnplayr /programs/develop/libraries/http/ Bugfixes in chunked decoder and timeouts, refactoring.  
4561 3748 d 12 h hidnplayr /programs/develop/libraries/http/ HTTP lib: fix bug where last piece of data was not received during non-chunked transfer.  
4541 3760 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4243 3832 d 1 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4242 3832 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP lib: updated documentation  
4241 3832 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3833 d 17 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4222 3835 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3835 d 6 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!