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 3765 d 18 h yogev_ezra /programs/ Upload sources of msgbox.obj library and use_mb example to SVN.  
4318 3769 d 18 h yogev_ezra /programs/develop/examples/example/trunk/ example.asm: Fix typo - fixes #67  
4317 3770 d 5 h mario79 /programs/develop/examples/clipboard/ Fix for r.4200  
4316 3770 d 19 h mario79 /programs/develop/tinypad/trunk/ Tinypad - the patching of "5 repetition pressing Enter in the empty file cause crashing".  
4308 3773 d 5 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 3773 d 13 h hidnplayr /programs/develop/libraries/console/ Numpad numeric key support for console library.  
4298 3774 d 19 h esevece /programs/develop/libraries/menuetlibc/ Minimal fixes  
4285 3777 d 15 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 3778 d 21 h esevece /programs/develop/libraries/menuetlibc/src/libc/menuetos/ C file for network.obj library  
4282 3778 d 21 h esevece /programs/develop/libraries/menuetlibc/ Added support for network.obj library  
4276 3779 d 23 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 3780 d 0 h tserj /programs/develop/ Tinypad - Run in debugger by F10 key. Fasm - support debug parameter in command mode added  
4257 3781 d 19 h esevece /programs/develop/libraries/menuetlibc/ shl adapted to C (<<)  
4255 3782 d 16 h esevece /programs/develop/libraries/menuetlibc/src/libc/ansi/stdio/ Added stdarg.h for va_start va_end definition  
4252 3783 d 3 h IgorA /programs/develop/libraries/box_lib/trunk/ 'box_lib.obj' fix 't_edit' when end line only 0x0a  
4249 3783 d 11 h esevece /programs/develop/libraries/menuetlibc/ close_socket to closesocket  
4248 3783 d 12 h esevece /programs/develop/libraries/menuetlibc/ Adding support for new stack to Menuet Lib  
4247 3783 d 22 h yogev_ezra /programs/develop/tinypad/trunk/data/ Fix Spanish translation  
4243 3784 d 16 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4242 3784 d 19 h hidnplayr /programs/develop/libraries/http/ HTTP lib: updated documentation  
4241 3784 d 19 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3786 d 8 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4229 3787 d 5 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
4228 3787 d 5 h IgorA /programs/ 't_edit' use system buffer (function 54)  
4222 3787 d 20 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3787 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!
 
4220 3788 d 20 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3789 d 5 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3789 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4212 3789 d 18 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3789 d 21 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4209 3789 d 22 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4207 3790 d 2 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library  
4206 3790 d 3 h hidnplayr /programs/develop/libraries/http/ Timeout for HTTP library  
4205 3790 d 4 h hidnplayr /programs/develop/libraries/http/ 'free' and 'stop' functions for HTTP library.  
4204 3790 d 17 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in HTTP_process  
4203 3790 d 18 h hidnplayr /programs/develop/libraries/http/ Bugfixes in HTTP_process  
4202 3790 d 19 h hidnplayr /programs/develop/libraries/http/ HTTP library: small bugfixes, more comments.  
4200 3791 d 11 h mario79 /programs/develop/examples/clipboard/ Clipboard Example Applications.  
4168 3795 d 23 h hidnplayr /programs/ Updates and bugfixes for HTTP lib.