Subversion Repositories Kolibri OS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
10024 8 d 22 h ace_dent /programs/network/ftpc/ Optimize png files for `network/ftpc`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 102 B (~102 B kpacked), average ~11% saving for 2 files.
 
/programs/network/ftpc/ftpc_nod.png
/programs/network/ftpc/ftpc_sys.png
10023 8 d 22 h ace_dent /programs/other/ Optimize png files for `other/` programs

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 0.5 KiB (~0.5 KiB kpacked), average ~15% saving for 3 files.
Documentation only artwork (distributed outside a program):
- Slimmed 23.8 KiB (~22.7 KiB kpacked), average ~64% saving for 2 files.
 
/programs/other/planet_v/tl_sys_16.png
/programs/other/t_edit/t_edit.png
/programs/other/t_edit/te_icon.png
/programs/other/t_edit/tl_nod_16.png
/programs/other/t_edit_synt/te_syntax.png
10022 8 d 22 h ace_dent /programs/other/ Optimize png files for `other/cnc_control` and `/cnc_editor`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 1.5 KiB (~1.5 KiB kpacked), average ~24% saving for 4 files.
Documentation only artwork (distributed outside a program):
- Slimmed 28.8 KiB (~26.3 KiB kpacked), average ~33% saving for 23 files.
 
/programs/other/cnc_control/toolbar.png
/programs/other/cnc_editor/doc/but_01.png
/programs/other/cnc_editor/doc/but_02.png
/programs/other/cnc_editor/doc/but_03.png
/programs/other/cnc_editor/doc/but_04.png
/programs/other/cnc_editor/doc/but_05.png
/programs/other/cnc_editor/doc/but_06.png
/programs/other/cnc_editor/doc/but_07.png
/programs/other/cnc_editor/doc/but_08.png
/programs/other/cnc_editor/doc/but_09.png
/programs/other/cnc_editor/doc/but_10.png
/programs/other/cnc_editor/doc/but_11.png
/programs/other/cnc_editor/doc/but_12.png
/programs/other/cnc_editor/doc/but_13.png
/programs/other/cnc_editor/doc/but_14.png
/programs/other/cnc_editor/doc/but_15.png
/programs/other/cnc_editor/doc/but_16.png
/programs/other/cnc_editor/doc/but_17.png
/programs/other/cnc_editor/doc/cnc_01.png
/programs/other/cnc_editor/doc/cnc_02.png
/programs/other/cnc_editor/doc/cnc_03.png
/programs/other/cnc_editor/doc/cnc_04.png
/programs/other/cnc_editor/doc/cnc_05.png
/programs/other/cnc_editor/doc/cnc_06.png
/programs/other/cnc_editor/objects.png
/programs/other/cnc_editor/tl_sys_16.png
/programs/other/cnc_editor/toolbar.png
10021 8 d 23 h ace_dent /programs/system/ Optimize png files for `programs/system` resources

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 7.1 KiB (~7.1 KiB kpacked), ~54% saving for 1 file. Note: Color mode changed RGBA>Palette.
Documentation only artwork (distributed outside a program):
- Slimmed 62 B (~64 B kpacked), ~6% saving for 1 file.
Source artwork material (not directly included in a distribution):
- Slimmed 1.9 KiB (~1.9 KiB kpacked), ~17% saving for 1 file.
 
/programs/system/icon/trunk/iconstrp.png
/programs/system/notify3/icons/notify.orig.png
/programs/system/psxpad/scheme.png
10017 11 d 18 h Doczom /programs/system/ Apps: fixed 3 programs for using a long path in parameters  
/programs/system/notify3/notify.asm
/programs/system/open/open.asm
/programs/system/skincfg/trunk/skincfg.asm
10011 19 d 15 h Doczom /programs/develop/fasm/1.73/ Fasm: Fixed a bug when building programs with the length of the included file name >100 bytes  
/programs/develop/fasm/1.73/fasm.inc
10009 43 d 18 h Doczom /programs/media/midiplay/trunk/ midiplay: Added code to work with the MPU 401 port bypassing the 20 sysfn

Refactored code and code style
 
/programs/media/midiplay/trunk/midiplay.asm
9992 71 d 13 h hidnplayr /programs/network/ircc/ Bugfix in CTCP  
/programs/network/ircc/ircc.asm
/programs/network/ircc/userparser.inc
9991 72 d 16 h hidnplayr /programs/network/ssh/ Automatic algorithm selection.  
/programs/network/ssh/ssh.asm
/programs/network/ssh/sshlib.inc
/programs/network/ssh/sshlib_connection.inc
/programs/network/ssh/sshlib_dh_gex.inc
/programs/network/ssh/sshlib_host.inc
9990 73 d 15 h hidnplayr /programs/network/ssh/ Added support for encrypt-then-mac modes (hmac-sha2-256-etm,hmac-sha2-512-etm)  
/programs/network/ssh/sshlib_transport_hmac_etm.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/sshlib.inc
/programs/network/ssh/sshlib_connection.inc
/programs/network/ssh/sshlib_dh_gex.inc
/programs/network/ssh/sshlib_host.inc
/programs/network/ssh/sshlib_transport.inc
/programs/network/ssh/sshlib_transport_polychacha.inc
9988 75 d 20 h ace_dent / Optimize logo.png

Lossless optimization of png files:
- 2x `logo.png` slimmed 2623 bytes, ~5% saving.
 
/contrib/C_Layer/EXAMPLE/img_example/logo.png
/programs/develop/ktcc/trunk/libc.obj/samples/clayer/logo.png
9987 76 d 14 h hidnplayr /programs/network/ssh/ -Added Poly1305-Chacha20 cipher (new hardcoded default)
-Use HMAC and CTR/CBC from libcrash instead of our own implementations
-Fixed stack allocation for keystroke handler thread
 
/programs/network/ssh/sshlib_transport_hmac.inc
/programs/network/ssh/sshlib_transport_polychacha.inc
/programs/network/ssh/aes256-cbc.inc
/programs/network/ssh/aes256-ctr.inc
/programs/network/ssh/aes256.inc
/programs/network/ssh/blowfish-cbc.inc
/programs/network/ssh/blowfish-ctr.inc
/programs/network/ssh/blowfish.inc
/programs/network/ssh/hmac_md5.inc
/programs/network/ssh/hmac_sha1.inc
/programs/network/ssh/hmac_sha256.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/sshlib.inc
/programs/network/ssh/sshlib_channel.inc
/programs/network/ssh/sshlib_connection.inc
/programs/network/ssh/sshlib_dh_gex.inc
/programs/network/ssh/sshlib_mcodes.inc
/programs/network/ssh/sshlib_transport.inc
9986 76 d 15 h hidnplayr /programs/develop/libraries/libcrash/mac/ Poly1305: Fix forgotten variable init  
/programs/develop/libraries/libcrash/mac/poly1305.asm
9985 77 d 15 h hidnplayr /programs/network/ssh/ Small speedup in modular exponentation routine (still not side channel resiliant)  
/programs/network/ssh/mpint.inc
9984 78 d 1 h hidnplayr /programs/network/ircc/ Fixed bug when parsing JOIN command.
Implemented proper handeling of partially received commands.
 
/programs/network/ircc/ircc.asm
/programs/network/ircc/serverparser.inc
/programs/network/ircc/socket.inc
/programs/network/ircc/users.inc
9981 83 d 14 h hidnplayr /programs/network/ircc/ -Fixed bug where some commands were terminated with \r\r instead of \r\n  
/programs/network/ircc/ircc.asm
/programs/network/ircc/userparser.inc
9980 88 d 13 h hidnplayr /programs/network/netstat/ Allow cursor keys in editboxes (as mentioned in bug #153)  
/programs/network/netstat/ipcfg.inc
9979 88 d 14 h hidnplayr /programs/network/ircc/ -Fixed bug #150: ping reply length
-Fixed bug where some commands were terminated with \n\r instead of \r\n
 
/programs/network/ircc/ircc.asm
/programs/network/ircc/serverparser.inc
/programs/network/ircc/socket.inc
/programs/network/ircc/userparser.inc
9978 88 d 18 h hidnplayr /programs/network/ircc/ Fixed bug #149 : parsing of subsequent non-printable characters  
/programs/network/ircc/ircc.asm
/programs/network/ircc/textbox.inc
9973 104 d 16 h rgimad /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj: added _ksys_blitter (sysfn73), add forgotten static in libimg.h  
/programs/develop/ktcc/trunk/libc.obj/include/clayer/libimg.h
/programs/develop/ktcc/trunk/libc.obj/include/sys/ksys.h

Show All