Subversion Repositories Kolibri OS

Rev

Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
10017 13 h 17 m 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 8 d 10 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 32 d 13 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 60 d 8 h hidnplayr /programs/network/ircc/ Bugfix in CTCP  
/programs/network/ircc/ircc.asm
/programs/network/ircc/userparser.inc
9991 61 d 11 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 62 d 10 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 64 d 15 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 65 d 9 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 65 d 10 h hidnplayr /programs/develop/libraries/libcrash/mac/ Poly1305: Fix forgotten variable init  
/programs/develop/libraries/libcrash/mac/poly1305.asm
9985 66 d 10 h hidnplayr /programs/network/ssh/ Small speedup in modular exponentation routine (still not side channel resiliant)  
/programs/network/ssh/mpint.inc
9984 66 d 20 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 72 d 9 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 77 d 8 h hidnplayr /programs/network/netstat/ Allow cursor keys in editboxes (as mentioned in bug #153)  
/programs/network/netstat/ipcfg.inc
9979 77 d 8 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 77 d 13 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 93 d 11 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
9972 99 d 15 h Doczom /programs/ programs in "programs\media" that use deleted system functions and whose rewriting is not rational have been moved to "programs\other\outdated"  
/programs/other/outdated/cdp
/programs/other/outdated/iconedit
/programs/other/outdated/mixer
/programs/other/outdated/sb
/programs/media/cdp
/programs/media/iconedit
/programs/media/mixer
/programs/media/sb
/programs/other/outdated/cdp/trunk/cdp.asm
/programs/other/outdated/iconedit/trunk/iconedit.asm
/programs/other/outdated/mixer/trunk/mixer.asm
/programs/other/outdated/sb/trunk/sb.asm
9971 110 d 18 h Doczom /programs/ Update headers programs : delete MENUET00 header on 2 programs.
Fixed mario2 game : delete using sysfn 6 and added constants
Update macro.inc : Added new fields in process_information
 
/programs/demos/unvwater/trunk/unvwater.asm
/programs/games/mario2/trunk/MARIO.ASM
/programs/games/pong/trunk/pong.asm
/programs/macros.inc
/programs/system/taskbar/trunk/TASKBAR.ASM
/programs/system/taskbar/trunk/ctx_menu.asm
/programs/system/taskbar/trunk/drawappl.inc
/programs/system/taskbar/trunk/drawwind.inc
/programs/system/taskbar/trunk/u_data.inc
/programs/system/zkey/trunk/ZKEY.ASM
9970 111 d 12 h turbocat / DGen-SDL:
- The home directory is now taken from system.env;
- The original documentation was restored and converted into html;
- File path hints now work in command mode.
 
/programs/emulator/dgen-sdl-1.33/dgen.1
/programs/emulator/dgen-sdl-1.33/dgen.html
/programs/emulator/dgen-sdl-1.33/dgen_tobin.1
/programs/emulator/dgen-sdl-1.33/dgenrc.5
/programs/emulator/dgen-sdl-1.33/dgenrc.html
/programs/emulator/dgen-sdl-1.33/dgen.man
/programs/emulator/dgen-sdl-1.33/dgenrc.man
/data/Tupfile.lua
/programs/emulator/dgen-sdl-1.33/getopt.c
/programs/emulator/dgen-sdl-1.33/sdl/sdl.cpp
/programs/emulator/dgen-sdl-1.33/system.c
9965 117 d 2 h dunkaist / Update demos/gears to use sys/ksys.h  
/programs/demos/gears
/programs/demos/gears/Tupfile.lua
/programs/demos/gears/fps.c
/programs/demos/gears/main.c
/data/Tupfile.lua

Show All