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
4327 3800 d 22 h yogev_ezra /programs/ Upload sources of msgbox.obj library and use_mb example to SVN.  
4308 3808 d 9 h IgorA /programs/ update 't_edit':
1) convert cp1251-866, cp866-1251
2) use PathShow
3) modify element t_edit in box_lib.obj
 
4306 3808 d 17 h hidnplayr /programs/develop/libraries/console/ Numpad numeric key support for console library.  
4298 3809 d 23 h esevece /programs/develop/libraries/menuetlibc/ Minimal fixes  
4283 3814 d 1 h esevece /programs/develop/libraries/menuetlibc/src/libc/menuetos/ C file for network.obj library  
4282 3814 d 1 h esevece /programs/develop/libraries/menuetlibc/ Added support for network.obj library  
4257 3816 d 23 h esevece /programs/develop/libraries/menuetlibc/ shl adapted to C (<<)  
4255 3817 d 20 h esevece /programs/develop/libraries/menuetlibc/src/libc/ansi/stdio/ Added stdarg.h for va_start va_end definition  
4252 3818 d 7 h IgorA /programs/develop/libraries/box_lib/trunk/ 'box_lib.obj' fix 't_edit' when end line only 0x0a  
4249 3818 d 15 h esevece /programs/develop/libraries/menuetlibc/ close_socket to closesocket  
4248 3818 d 16 h esevece /programs/develop/libraries/menuetlibc/ Adding support for new stack to Menuet Lib  
4243 3819 d 20 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4242 3819 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP lib: updated documentation  
4241 3819 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3821 d 12 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4229 3822 d 9 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
4228 3822 d 9 h IgorA /programs/ 't_edit' use system buffer (function 54)  
4222 3823 d 0 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3823 d 1 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3824 d 0 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3824 d 9 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3824 d 9 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4212 3824 d 22 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3825 d 1 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4209 3825 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4207 3825 d 6 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library  
4206 3825 d 7 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3825 d 8 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4204 3825 d 21 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in HTTP_process  
4203 3825 d 22 h hidnplayr /programs/develop/libraries/http/ Bugfixes in HTTP_process  
4202 3825 d 23 h hidnplayr /programs/develop/libraries/http/ HTTP library: small bugfixes, more comments.  
4168 3831 d 3 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4167 3831 d 8 h hidnplayr /programs/develop/libraries/http/ HTTP lib: added support for HEAD and POST methods  
4162 3832 d 1 h hidnplayr /programs/develop/libraries/http/ HTTP lib now also supports chunked content encoding.  
4161 3832 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly parse URL's that have no page address  
4160 3832 d 4 h hidnplayr /programs/develop/libraries/http/examples/ make HTTP example 'compileable'  
4158 3832 d 7 h hidnplayr /programs/develop/libraries/http/ Added HTTP library + example  
4155 3833 d 5 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Filebrowser check of data before: mark all, unmark all, invert mark.  
4154 3833 d 5 h mario79 /programs/develop/libraries/box_lib/trunk/ Box_Lib - Filebrowser check of data before a mark of files (Insert key or Right Click for OpenDialog)  
4117 3839 d 0 h esevece /programs/develop/libraries/menuetlibc/src/libc/ansi/stdio/ Added limits.h and stdarg.h because I got some errors about va_list undefined