Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
6476 2843 d 17 h hidnplayr /kernel/trunk/network/ More comments and stats in TCP code.  
/kernel/trunk/network/socket.inc
/kernel/trunk/network/stack.inc
/kernel/trunk/network/tcp.inc
/kernel/trunk/network/tcp_input.inc
/kernel/trunk/network/tcp_output.inc
/kernel/trunk/network/tcp_subr.inc
6475 2843 d 18 h hidnplayr /kernel/trunk/network/ IPv4_route: bugfix in route determination.  
/kernel/trunk/network/IPv4.inc
6474 2843 d 18 h hidnplayr /kernel/trunk/network/ TCP_output: update advertised receive window correctly  
/kernel/trunk/network/tcp_output.inc
6473 2843 d 18 h pathoswithin /kernel/trunk/docs/ UTF-16 file path input  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
6472 2843 d 18 h pathoswithin /kernel/trunk/gui/ tiny bit  
/kernel/trunk/gui/font.inc
6471 2843 d 18 h pathoswithin /kernel/trunk/fs/ UTF-8 based disk system, UTF-16 path input  
/kernel/trunk/fs/ext.inc
/kernel/trunk/fs/fat.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/fs/iso9660.inc
/kernel/trunk/fs/ntfs.inc
/kernel/trunk/fs/parse_fn.inc
6470 2846 d 19 h siemargl /contrib/C_Layer/ scrollbars, statictext  
/contrib/C_Layer/EXAMPLE/libguic_kolibri/scroll_progress.c
/contrib/C_Layer/INCLUDE/kolibri_scrollbar.h
/contrib/C_Layer/INCLUDE/kolibri_statictext.h
/contrib/C_Layer/ASM/Makefile
/contrib/C_Layer/ASM/loadboxlib.asm
/contrib/C_Layer/INCLUDE/kolibri_checkbox.h
/contrib/C_Layer/INCLUDE/kolibri_editbox.h
/contrib/C_Layer/INCLUDE/kolibri_gui.h
/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h
/contrib/C_Layer/INCLUDE/kolibri_progressbar.h
6469 2848 d 19 h hidnplayr /programs/network/ssh/ Working encryption and HMAC for transport, use libcrash for sha256 (and more to come), placed connection variables in separate struct, fixed bug in aes256_cbc_decode where IV was wrong when in- and output buffer were the same.  
/programs/network/ssh/hmac_sha256.inc
/programs/network/ssh/aes256-cbc.inc
/programs/network/ssh/aes256-ctr.inc
/programs/network/ssh/aes256.inc
/programs/network/ssh/dh_gex.inc
/programs/network/ssh/mpint.inc
/programs/network/ssh/ssh.asm
/programs/network/ssh/ssh_transport.inc
6468 2856 d 15 h pathoswithin /kernel/trunk/ one-string path for filesystems, some cleaning  
/kernel/trunk/blkdev/disk.inc
/kernel/trunk/fs/ext.inc
/kernel/trunk/fs/fat.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/fs/iso9660.inc
/kernel/trunk/fs/ntfs.inc
6467 2858 d 10 h dunkaist /programs/develop/fasm/trunk/ fasm: update to 1.71.54  
/programs/develop/fasm/trunk/assemble.inc
/programs/develop/fasm/trunk/avx.inc
/programs/develop/fasm/trunk/errors.inc
/programs/develop/fasm/trunk/exprcalc.inc
/programs/develop/fasm/trunk/exprpars.inc
/programs/develop/fasm/trunk/formats.inc
/programs/develop/fasm/trunk/messages.inc
/programs/develop/fasm/trunk/parser.inc
/programs/develop/fasm/trunk/preproce.inc
/programs/develop/fasm/trunk/symbdump.inc
/programs/develop/fasm/trunk/tables.inc
/programs/develop/fasm/trunk/variable.inc
/programs/develop/fasm/trunk/version.inc
/programs/develop/fasm/trunk/x86_64.inc
6466 2858 d 21 h siemargl /contrib/C_Layer/ init checkbox, add frame  
/contrib/C_Layer/ASM/loadboxlib.asm
/contrib/C_Layer/EXAMPLE/libguic_kolibri/boardmsg.c
/contrib/C_Layer/INCLUDE/kolibri_checkbox.h
/contrib/C_Layer/INCLUDE/kolibri_frame.h
/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h
6465 2859 d 11 h hidnplayr /programs/develop/libraries/libcrash/trunk/ Export separate init, update and finalize hash functions.  
/programs/develop/libraries/libcrash/trunk
/programs/develop/libraries/libcrash/trunk/crashtest.asm
/programs/develop/libraries/libcrash/trunk/crc32.asm
/programs/develop/libraries/libcrash/trunk/libcrash.asm
/programs/develop/libraries/libcrash/trunk/libcrash.inc
/programs/develop/libraries/libcrash/trunk/md4.asm
/programs/develop/libraries/libcrash/trunk/md5.asm
/programs/develop/libraries/libcrash/trunk/sha1.asm
/programs/develop/libraries/libcrash/trunk/sha224_256.asm
/programs/develop/libraries/libcrash/trunk/sha3.asm
/programs/develop/libraries/libcrash/trunk/sha384_512.asm
6464 2861 d 0 h pathoswithin /kernel/trunk/ sysfunction 70 cleaning  
/kernel/trunk/blkdev/cd_drv.inc
/kernel/trunk/blkdev/disk.inc
/kernel/trunk/detect/dev_hdcd.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/kernel.asm
6463 2868 d 15 h punk_joker /contrib/C_Layer/EXAMPLE/libguic_kolibri/ fixed makefile for example  
/contrib/C_Layer/EXAMPLE/libguic_kolibri/Makefile
6462 2877 d 10 h pathoswithin /kernel/trunk/ ext fs and other global cleaning  
/kernel/trunk/fs/ext.inc
/kernel/trunk/fs/fs_common.inc
/kernel/trunk/fs/ext2
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/fs/ntfs.inc
/kernel/trunk/fs/parse_fn.inc
/kernel/trunk/fs/xfs.asm
/kernel/trunk/gui/font.inc
/kernel/trunk/kernel32.inc
6461 2877 d 14 h dunkaist /programs/develop/libraries/libcrash/trunk/ libcrash: switch to standard init/update/final API  
/programs/develop/libraries/libcrash/trunk/crc32.asm
/programs/develop/libraries/libcrash/trunk/crashtest.asm
/programs/develop/libraries/libcrash/trunk/libcrash.asm
/programs/develop/libraries/libcrash/trunk/libcrash.inc
/programs/develop/libraries/libcrash/trunk/md4.asm
/programs/develop/libraries/libcrash/trunk/md5.asm
/programs/develop/libraries/libcrash/trunk/sha1.asm
/programs/develop/libraries/libcrash/trunk/sha224_256.asm
/programs/develop/libraries/libcrash/trunk/sha3.asm
/programs/develop/libraries/libcrash/trunk/sha384_512.asm
6460 2880 d 16 h siemargl /programs/develop/ktcc/trunk/ samples upd  
/programs/develop/ktcc/trunk/libc/math/fmod.c
/programs/develop/ktcc/trunk/samples/asm_ex.c
/programs/develop/ktcc/trunk/source/config.h
/programs/develop/ktcc/trunk/source/libtcc.c
/programs/develop/ktcc/trunk/source/readme_kos32.txt
/programs/develop/ktcc/trunk/source/tcc.h
/programs/develop/ktcc/trunk/source/tcccoff.c
6459 2889 d 19 h punk_joker /contrib/C_Layer/ fix include path  
/contrib/C_Layer/EXAMPLE/libguic_kolibri/Makefile
/contrib/C_Layer/ASM/loadhttp.asm
/contrib/C_Layer/ASM/loadproclib.asm
6458 2889 d 19 h punk_joker /contrib/C_Layer/ C Layer: cleaning  
/contrib/C_Layer/Example
6457 2889 d 19 h punk_joker /contrib/C_Layer/ C Layer: code refactoring  
/contrib/C_Layer/EXAMPLE/libguic_kolibri/boardmsg.c
/contrib/C_Layer/EXAMPLE/libguic_kolibri/make_boardmsg.sh
/contrib/C_Layer/INCLUDE/kolibri_buf2d.h
/contrib/C_Layer/INCLUDE/kolibri_button.h
/contrib/C_Layer/INCLUDE/kolibri_checkbox.h
/contrib/C_Layer/INCLUDE/kolibri_colordialog.h
/contrib/C_Layer/INCLUDE/kolibri_colors.h
/contrib/C_Layer/INCLUDE/kolibri_editbox.h
/contrib/C_Layer/INCLUDE/kolibri_frame.h
/contrib/C_Layer/INCLUDE/kolibri_gui.h
/contrib/C_Layer/INCLUDE/kolibri_gui_elements.h
/contrib/C_Layer/INCLUDE/kolibri_libimg.h
/contrib/C_Layer/INCLUDE/kolibri_opendialog.h

Show All