Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9986 62 d 4 h hidnplayr /programs/develop/libraries/libcrash/mac/ Poly1305: Fix forgotten variable init  
9952 124 d 2 h turbocat / NewLib:
- Duplicate functionality files removed;
- Refactoring of file handling functions;
- Removed broken impliments.
Gears (C + TinyGL):
- Removed because it duplicates an existing example on Fasm and uses unsupported wrappers on the KOS API.
KosJS:
- Removed. The MuJS port is too old and not used anywhere. Support is not profitable.
Backy:
- Removed useless GCC version. Support is not profitable.
DGen-SDL and SQLite3
- Fix after removing broken "dirent.h".
Fridge:
- Moving the KOS API wrapper to avoid compilation errors.
Udis86, uARM and 8086tiny:
- Fix after removing redundant "kos_LoadConsole.h".
 
9908 406 d 7 h Doczom /programs/ Updated dll.load. Added support for loading the library using the full path.
Fixed makefile for Whether
 
9860 658 d 4 h Doczom /programs/develop/libraries/box_lib/trunk/doc/ added documentation for the frame element  
9821 710 d 12 h IgorA /programs/develop/libraries/nnp/ update library 'nnp.obj'  
9812 728 d 5 h Coldy /programs/develop/ libc.obj:
- headers update (now used true functions with attributes instead of pointers)
- fixed some samples
kos_mbedtls:
microtar:
changes for compatible to latest version tcc and the libc.obj headers
 
9797 742 d 2 h dunkaist / [autobuild] Fix asm-only and no-gcc build  
9748 773 d 8 h sober_dev /programs/develop/libraries/box_lib/trunk/ Fix for previous revision.  
9747 773 d 8 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - choosing the correct icon for dir names starting with ".."  
9733 798 d 8 h IgorA /programs/ Neural network perceptron library  
9728 804 d 9 h sober_dev /programs/ Opendial and File Browser control
1) Now shows the full value for the year
2) For ".." dir is not shown unnecessary data
3) Finding the end of section [icons16] for r7241
 
9713 817 d 23 h dunkaist /programs/develop/libraries/libs-dev/ libimg: Implement more bit depth conversion routines  
9690 821 d 4 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - some code optimization for r9682  
9682 821 d 23 h sober_dev /programs/develop/libraries/box_lib/trunk/ File Browser control - fixed the display of files larger than 4GB.  
9675 830 d 3 h IgorA /programs/ buf2d examples clean code  
9670 833 d 5 h Coldy /programs/develop/libraries/dll/ dll.obj: re-initiate build  
9669 833 d 6 h Coldy /programs/develop/libraries/dll/ dll.obj: Added error handling with detailed inform user which error occurred through @notyfy  
9661 834 d 8 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example use new tcc build.  
9640 843 d 11 h leency / add KMatrix into Appearance app  
9637 843 d 19 h akron1 /programs/develop/libraries/base64/ base64.obj: decoding algorithm skips spaces, newlines and tabs  
9631 844 d 20 h akron1 /programs/develop/libraries/fontRasterWorks(unicode)/ RasterWorks: rename function  
9629 845 d 13 h IgorA /programs/develop/libraries/box_lib/trunk/ fix rev. 9616  
9616 847 d 2 h IgorA /programs/develop/libraries/box_lib/trunk/ add function 'edit_box_key_safe'  
9610 848 d 4 h IgorA /programs/develop/libraries/box_lib/trunk/ update function 'tl_node_poi_get_info'  
9587 851 d 11 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9570 854 d 5 h IgorA /programs/ buf2d.obj: fix in functions: buf2d_bit_blt_transp, buf2d_draw_text.  
9568 855 d 3 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9520 861 d 2 h IgorA /programs/ function 'buf2d_line_sm' - fix error when the line is 45 degrees  
9485 862 d 9 h IgorA /programs/ t_edit can open kpack-ed files  
9307 895 d 2 h turbocat /programs/develop/libraries/iconv/ iconv.obj: rollback to a working revision 5098 with minor additions. Temporary regression is possible.  
9273 904 d 3 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: Avoid SSE pinsrw instruction in blend_mmx.asm

pinsrw can act on MMX registers, but it is still an SSE instruction.
 
9216 935 d 23 h dunkaist /programs/ libcrash: sync with upstream.

* Implement new algorithms:
- MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
- ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.
 
9167 982 d 4 h turbocat /programs/develop/libraries/console_coff/ console.obj :
- better mechanism for killing the parent process.
 
9163 983 d 0 h Doczom /programs/develop/libraries/console_coff/ fix bug in scroll  
9127 1003 d 4 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_kbhit  
9125 1003 d 10 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_get_input, added some common control characters.  
9105 1009 d 6 h hidnplayr /programs/develop/libraries/console_coff/ More escape codes.
New function 'con_get_input' useful to get escape codes from special keys.
Implemented alternative screen buffer.
See included documentation for more details.
 
9096 1014 d 16 h hidnplayr /programs/develop/libraries/console_coff/ Console: Bell character support, escape code '<esc>]K' (erase in line) support  
9095 1016 d 0 h turbocat /programs/develop/libraries/microtar/ mtar.obj:
use now wrappers names
 
9091 1016 d 10 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- strip replaced by kos32-strip