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
4308 3801 d 13 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 3801 d 21 h hidnplayr /programs/develop/libraries/console/ Numpad numeric key support for console library.  
4298 3803 d 2 h esevece /programs/develop/libraries/menuetlibc/ Minimal fixes  
4285 3805 d 22 h tserj /programs/develop/mtdbg/ Mtdbg - bug fix: CTRL-F7 & CTRL-F8 aren't works right after loading. Added support of F7 & F8 - with the same functionality but without CTRL key  
4283 3807 d 5 h esevece /programs/develop/libraries/menuetlibc/src/libc/menuetos/ C file for network.obj library  
4282 3807 d 5 h esevece /programs/develop/libraries/menuetlibc/ Added support for network.obj library  
4276 3808 d 7 h yogev_ezra /programs/develop/fasm/trunk/ FASM version is taken from here: http://www.flatassembler.net/download.php
Please don't change it when you add KolibriOS-only functionality. Change it only when you upgrade the sources.
 
4274 3808 d 7 h tserj /programs/develop/ Tinypad - Run in debugger by F10 key. Fasm - support debug parameter in command mode added  
4257 3810 d 3 h esevece /programs/develop/libraries/menuetlibc/ shl adapted to C (<<)  
4255 3811 d 0 h esevece /programs/develop/libraries/menuetlibc/src/libc/ansi/stdio/ Added stdarg.h for va_start va_end definition  
4252 3811 d 10 h IgorA /programs/develop/libraries/box_lib/trunk/ 'box_lib.obj' fix 't_edit' when end line only 0x0a  
4249 3811 d 18 h esevece /programs/develop/libraries/menuetlibc/ close_socket to closesocket  
4248 3811 d 19 h esevece /programs/develop/libraries/menuetlibc/ Adding support for new stack to Menuet Lib  
4247 3812 d 5 h yogev_ezra /programs/develop/tinypad/trunk/data/ Fix Spanish translation  
4243 3813 d 0 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4242 3813 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP lib: updated documentation  
4241 3813 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3814 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4229 3815 d 12 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
4228 3815 d 12 h IgorA /programs/ 't_edit' use system buffer (function 54)  
4222 3816 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3816 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3817 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3817 d 12 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3817 d 13 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4212 3818 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3818 d 4 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4209 3818 d 6 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4207 3818 d 9 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library  
4206 3818 d 11 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3818 d 12 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4204 3819 d 1 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in HTTP_process  
4203 3819 d 1 h hidnplayr /programs/develop/libraries/http/ Bugfixes in HTTP_process  
4202 3819 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP library: small bugfixes, more comments.  
4200 3819 d 19 h mario79 /programs/develop/examples/clipboard/ Clipboard Example Applications.  
4168 3824 d 6 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.  
4167 3824 d 12 h hidnplayr /programs/develop/libraries/http/ HTTP lib: added support for HEAD and POST methods  
4162 3825 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP lib now also supports chunked content encoding.  
4161 3825 d 7 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly parse URL's that have no page address  
4160 3825 d 7 h hidnplayr /programs/develop/libraries/http/examples/ make HTTP example 'compileable'