Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4541 3774 d 14 h hidnplayr /programs/develop/libraries/http/ HTTP library: download content into separate buffer.  
4463 3785 d 13 h hidnplayr /programs/develop/libraries/box_lib/trunk/ Removed colons from structures in box_lib.mac  
4422 3800 d 23 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 3808 d 19 h hidnplayr /programs/develop/libraries/console/ Console library: now '-' and '+' keypad keys work also when numlock is off.  
4384 3813 d 14 h hidnplayr /programs/develop/libraries/console/ Console: support for numpad keys '/', '*' and 'Enter'.  
4357 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/mesa  
4356 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/newlib  
4355 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/zlib  
4354 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/pixman  
4353 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/libpng  
4352 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/freetype  
4351 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/ffmpeg  
4350 3818 d 3 h Serge /programs/develop/libraries/ delete libraries/cairo  
4341 3822 d 14 h yogev_ezra /programs/develop/libraries/sorter/ Add sort.obj library sources to SVN.  
4327 3827 d 13 h yogev_ezra /programs/ Upload sources of msgbox.obj library and use_mb example to SVN.  
4308 3835 d 1 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 3835 d 9 h hidnplayr /programs/develop/libraries/console/ Numpad numeric key support for console library.  
4298 3836 d 14 h esevece /programs/develop/libraries/menuetlibc/ Minimal fixes  
4283 3840 d 17 h esevece /programs/develop/libraries/menuetlibc/src/libc/menuetos/ C file for network.obj library  
4282 3840 d 17 h esevece /programs/develop/libraries/menuetlibc/ Added support for network.obj library  
4257 3843 d 15 h esevece /programs/develop/libraries/menuetlibc/ shl adapted to C (<<)  
4255 3844 d 12 h esevece /programs/develop/libraries/menuetlibc/src/libc/ansi/stdio/ Added stdarg.h for va_start va_end definition  
4252 3844 d 22 h IgorA /programs/develop/libraries/box_lib/trunk/ 'box_lib.obj' fix 't_edit' when end line only 0x0a  
4249 3845 d 7 h esevece /programs/develop/libraries/menuetlibc/ close_socket to closesocket  
4248 3845 d 7 h esevece /programs/develop/libraries/menuetlibc/ Adding support for new stack to Menuet Lib  
4243 3846 d 12 h mario79 /programs/develop/libraries/http/examples/ New downloader - some refactoring GUI and invoking OpenDialog  
4242 3846 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP lib: updated documentation  
4241 3846 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfixes for additional HTTP header  
4233 3848 d 4 h hidnplayr /programs/develop/libraries/http/ HTTP library: support for non-standard port and HTTP proxy server.  
4229 3849 d 0 h dunkaist /programs/develop/libraries/libs-dev/libimg/pnm/ libimg: check raw pnm payload size (broken files)  
4228 3849 d 0 h IgorA /programs/ 't_edit' use system buffer (function 54)  
4222 3849 d 16 h hidnplayr /programs/develop/libraries/http/ HTTP library: fixed memory leak.  
4221 3849 d 17 h hidnplayr /programs/develop/libraries/http/ HTTP library: updated API to support additional HTTP parameters.
NOTE: this breaks compatibility with all current binaries!
 
4220 3850 d 15 h hidnplayr /programs/develop/libraries/http/ HTTP library: correctly receive content that is not chunked and has unknown content length.  
4217 3851 d 0 h hidnplayr /programs/develop/libraries/http/ Bugfix in HTTP library: receive all data on non-chunked transfer. (bug in #4168)  
4216 3851 d 1 h hidnplayr /programs/develop/libraries/http/ HTTP library: preserve registers in stdcalls.  
4212 3851 d 14 h hidnplayr /programs/develop/libraries/http/ HTTP library: ignore replies with code 100, some optimizations.  
4211 3851 d 16 h hidnplayr /programs/develop/libraries/http/ Add some debug info  
4209 3851 d 18 h hidnplayr /programs/develop/libraries/http/ HTTP library: bugfix in lib_init, more comments, stubs for URI_escape and URI_unescape  
4207 3851 d 21 h hidnplayr /programs/develop/libraries/http/ bugfix for timeout in HTTP library