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
4542 3750 d 10 h IgorA /programs/develop/libraries/box_lib/trunk/ t_edit: fix ClipBoard size  
4541 3751 d 1 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4463 3762 d 0 h hidnplayr /programs/develop/libraries/box_lib/trunk/ Removed colons from structures in box_lib.mac  
4422 3777 d 9 h GerdtR /programs/develop/libraries/libs-dev/libini/ Fix bug: add at the end of the ini-file of the empty line, otherwise new section is added wrong  
4402 3785 d 6 h hidnplayr /programs/develop/libraries/console/ Console library: now '-' and '+' keypad keys work also when numlock is off.  
4384 3790 d 1 h hidnplayr /programs/develop/libraries/console/ Console: support for numpad keys '/', '*' and 'Enter'.  
4357 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/mesa  
4356 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/newlib  
4355 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/zlib  
4354 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/pixman  
4353 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/libpng  
4352 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/freetype  
4351 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/ffmpeg  
4350 3794 d 14 h Serge /programs/develop/libraries/ delete libraries/cairo  
4341 3799 d 0 h yogev_ezra /programs/develop/libraries/sorter/ Add sort.obj library sources to SVN.  
4327 3804 d 0 h yogev_ezra /programs/ Upload sources of msgbox.obj library and use_mb example to SVN.  
4308 3811 d 11 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 3811 d 20 h hidnplayr /programs/develop/libraries/console/ Numpad numeric key support for console library.  
4298 3813 d 1 h esevece /programs/develop/libraries/menuetlibc/ Minimal fixes  
4283 3817 d 3 h esevece /programs/develop/libraries/menuetlibc/src/libc/menuetos/ C file for network.obj library  
4282 3817 d 3 h esevece /programs/develop/libraries/menuetlibc/ Added support for network.obj library  
4257 3820 d 2 h esevece /programs/develop/libraries/menuetlibc/ shl adapted to C (<<)  
4255 3820 d 23 h esevece /programs/develop/libraries/menuetlibc/src/libc/ansi/stdio/ Added stdarg.h for va_start va_end definition  
4252 3821 d 9 h IgorA /programs/develop/libraries/box_lib/trunk/ 'box_lib.obj' fix 't_edit' when end line only 0x0a  
4249 3821 d 17 h esevece /programs/develop/libraries/menuetlibc/ close_socket to closesocket  
4248 3821 d 18 h esevece /programs/develop/libraries/menuetlibc/ Adding support for new stack to Menuet Lib  
4243 3822 d 22 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4242 3823 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP lib: updated documentation  
4241 3823 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3824 d 14 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4229 3825 d 11 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
4228 3825 d 11 h IgorA /programs/ 't_edit' use system buffer (function 54)  
4222 3826 d 3 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3826 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3827 d 2 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3827 d 11 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3827 d 11 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4212 3828 d 1 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3828 d 3 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4209 3828 d 5 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape