Subversion Repositories Kolibri OS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
8575 1208 d 16 h superturbocat2001 /programs/develop/libraries/http/ - Restored revision with http_free fix  
/programs/develop/libraries/http/http.asm
8571 1209 d 15 h superturbocat2001 /programs/develop/libraries/http/ rollback to revision 8023
(http_free fix not working)
 
/programs/develop/libraries/http/http.asm
8570 1209 d 16 h superturbocat2001 /programs/develop/libraries/http/ - Fixed http_free freeing memory in http.obj.  
/programs/develop/libraries/http/http.asm
8023 1452 d 18 h hidnplayr /programs/develop/libraries/http/ Always set connection closed flag after server closed connection and close from our end as well.  
/programs/develop/libraries/http/http.asm
7971 1466 d 16 h hidnplayr /programs/develop/libraries/http/ bugfix  
/programs/develop/libraries/http/http.asm
7969 1466 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP lib: experimental support for ring buffers  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
7512 2036 d 18 h hidnplayr /programs/develop/libraries/http/ Bigger default buffer size, add API to change buffer size.  
/programs/develop/libraries/http/http.asm
7296 2158 d 4 h hidnplayr /programs/develop/libraries/http/ Updated debug output for HTTP library.  
/programs/develop/libraries/http/http.asm
7101 2414 d 18 h hidnplayr /programs/develop/libraries/http/ HTTP_escape, HTTP_unescape, check for end of buffer.  
/programs/develop/libraries/http/http.asm
7091 2418 d 17 h hidnplayr /programs/develop/libraries/http/ Fix possible page error while receiving chunked data.  
/programs/develop/libraries/http/http.asm
7009 2437 d 18 h ashmew2 /programs/develop/libraries/http/ Show EAI code when getaddrinfo() failed  
/programs/develop/libraries/http/http.asm
7006 2438 d 18 h hidnplayr /programs/develop/libraries/http/ Fix some debug message priorities.  
/programs/develop/libraries/http/http.asm
6921 2543 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP library, small refactoring, extra debug info.  
/programs/develop/libraries/http/http.asm
5904 3122 d 17 h hidnplayr /programs/develop/libraries/http/ Fix memory leak in HTTP library.  
/programs/develop/libraries/http/http.asm
5769 3200 d 1 h hidnplayr /programs/develop/libraries/http/ http lib: Bugfixes for keepalive connections.  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http_en.txt
5732 3207 d 4 h hidnplayr /programs/develop/libraries/http/ http library: allow caller to make receive() blocking. Reduced debug output. Updated documentation.  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
/programs/develop/libraries/http/http_en.txt
5537 3357 d 1 h hidnplayr /programs/develop/libraries/http/ Bugfixes for stream transfers, ability to re-use the same buffer over and over.  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
5534 3357 d 3 h hidnplayr /programs/ Extended http library API to allow keepalive connections, streaming connections and transfer of large files.  
/programs/cmm/browser/WebView.c
/programs/cmm/browser/downloader.h
/programs/cmm/downloader/Downloader.c
/programs/cmm/lib/obj/http.h
/programs/develop/libraries/http/examples/downloader.asm
/programs/develop/libraries/http/examples/pasta.asm
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
/programs/develop/libraries/http/http_en.txt
4996 3604 d 1 h hidnplayr /programs/develop/libraries/http/ Added HTTP_send, renamed HTTP_process to HTTP_receive, renamed HTTP_stop to HTTP_disconnect, added HTTP_free  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http_en.txt
4983 3632 d 3 h hidnplayr /programs/develop/libraries/http/ Fixed bug in URL parsing.  
/programs/develop/libraries/http/http.asm
4848 3693 d 20 h hidnplayr /programs/develop/libraries/http/ Debug information for escape and unescape functions.  
/programs/develop/libraries/http/http.asm
4831 3697 d 0 h hidnplayr /programs/develop/libraries/http/ Fixed bug in escape function, return data length in ebx.  
/programs/develop/libraries/http/http.asm
4830 3697 d 4 h hidnplayr /programs/develop/libraries/http/ Fixed bug in http.obj (concerning POST method).
Added new example program PASTA, using http POST method.
 
/programs/develop/libraries/http/examples/pasta.asm
/programs/develop/libraries/http/http.asm
4829 3697 d 19 h hidnplayr /programs/develop/libraries/http/ Added debug message when header field is not found.  
/programs/develop/libraries/http/http.asm
4690 3718 d 19 h hidnplayr /programs/develop/libraries/http/ Bugfixes in chunked decoder and timeouts, refactoring.  
/programs/develop/libraries/http/http.asm
4561 3762 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP lib: fix bug where last piece of data was not received during non-chunked transfer.  
/programs/develop/libraries/http/http.asm
4541 3773 d 18 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
/programs/develop/libraries/http/http_en.txt
4241 3845 d 19 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
/programs/develop/libraries/http/http.asm
4233 3847 d 7 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
/programs/develop/libraries/http/http.asm
4222 3848 d 20 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
/programs/develop/libraries/http/http.asm
4221 3848 d 21 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
/programs/develop/libraries/http/examples/downloader.asm
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http_en.txt
4220 3849 d 19 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
/programs/develop/libraries/http/examples/downloader.asm
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
4217 3850 d 4 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
/programs/develop/libraries/http/http.asm
4216 3850 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
/programs/develop/libraries/http/http.asm
4212 3850 d 18 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
/programs/develop/libraries/http/http.asm
4211 3850 d 20 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
/programs/develop/libraries/http/http.asm
4209 3850 d 22 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
4207 3851 d 1 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library  
/programs/develop/libraries/http/http.asm
4206 3851 d 3 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc
4205 3851 d 3 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
/programs/develop/libraries/http/examples/downloader.asm
/programs/develop/libraries/http/http.asm
/programs/develop/libraries/http/http.inc