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
1838 4838 d 18 h hidnplayr /kernel/branches/net/network/ Net branch:
-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)
 
/kernel/branches/net/network/IPv4.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
1836 4839 d 1 h hidnplayr /kernel/branches/net/applications/tcpserv/ Net Branch:
TCPserv: very simple TCP server used to develop and debug TCP code.
 
/kernel/branches/net/applications/tcpserv
/kernel/branches/net/applications/tcpserv/tcpserv.asm
1831 4840 d 23 h hidnplayr /kernel/branches/net/network/ Updates in NET branch:
- Added RST packet handling code
- Added SOCKET_isconnected
- Added ACK handeling in syn rcvd state (for passive open)
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
1830 4840 d 23 h hidnplayr /kernel/branches/net/network/ Bugfixes in Net branch:
- Fixed delayed ACK (misimplementation)
- Fixed zero window problem and checksum for TCP_respond_socket
 
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
1823 4841 d 21 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
/kernel/branches/net/drivers/RTL8169.asm
1774 4844 d 16 h hidnplayr /kernel/branches/net/network/ More TCP and sockets code  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
1773 4844 d 23 h hidnplayr /kernel/branches/net/network/ More TCP updates + Socket states  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_timer.inc
1772 4844 d 23 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
/kernel/branches/net/network/tcp_input.inc
1763 4848 d 18 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
1762 4849 d 16 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_output.inc
1761 4852 d 17 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_timer.inc
1733 4865 d 1 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup
 
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
/kernel/branches/net/network/ethernet.inc
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1719 4886 d 17 h hidnplayr /kernel/branches/net/network/ Update in TCP code for net branch.  
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1716 4893 d 21 h hidnplayr /kernel/branches/net/network/ Small update in TCP code, stub for TCP_close  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
/kernel/branches/net/network/tcp.inc
1710 4909 d 23 h art_zh /kernel/branches/Kolibri-A/trunk/ Kolibri-A: non-cacheable WinMap = BARE TEST VERSION! =  
/kernel/branches/Kolibri-A/trunk/const.inc
/kernel/branches/Kolibri-A/trunk/core/heap.inc
/kernel/branches/Kolibri-A/trunk/core/memory.inc
/kernel/branches/Kolibri-A/trunk/gui/font.inc
/kernel/branches/Kolibri-A/trunk/gui/mouse.inc
/kernel/branches/Kolibri-A/trunk/gui/skincode.inc
/kernel/branches/Kolibri-A/trunk/gui/window.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
1708 4910 d 15 h art_zh /kernel/branches/Kolibri-A/trunk/video/ hline/vline coolhack a-la Serge  
/kernel/branches/Kolibri-A/trunk/video/vesa20.inc
1707 4911 d 5 h art_zh /kernel/branches/Kolibri-A/trunk/ VESA 32bpp optimisation  
/kernel/branches/Kolibri-A/trunk/hid/mousedrv.inc
/kernel/branches/Kolibri-A/trunk/kernel.asm
/kernel/branches/Kolibri-A/trunk/memmap.inc
/kernel/branches/Kolibri-A/trunk/video/vesa20.inc
1703 4918 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/boot/ blue screen removal: some bugs fixed  
/kernel/branches/Kolibri-A/trunk/boot/bootcode.inc
/kernel/branches/Kolibri-A/trunk/boot/booteng.inc
/kernel/branches/Kolibri-A/trunk/boot/bootvesa.inc
1700 4919 d 20 h art_zh /kernel/branches/Kolibri-A/trunk/boot/ Kolibri-A: anoying blue screen menu removed  
/kernel/branches/Kolibri-A/trunk/boot/ETFONT.FNT
/kernel/branches/Kolibri-A/trunk/boot/bootet.inc
/kernel/branches/Kolibri-A/trunk/boot/bootge.inc
/kernel/branches/Kolibri-A/trunk/boot/bootru.inc
/kernel/branches/Kolibri-A/trunk/boot/et.inc
/kernel/branches/Kolibri-A/trunk/boot/ru.inc
/kernel/branches/Kolibri-A/trunk/boot/bootcode.inc
/kernel/branches/Kolibri-A/trunk/boot/bootvesa.inc
1699 4920 d 14 h art_zh /kernel/branches/Kolibri-A/ simplified kernel build scripts  
/kernel/branches/Kolibri-A/trunk/bld.bat
/kernel/branches/Kolibri-A/utilities/RS780/GFX_TST.ASM
/kernel/branches/Kolibri-A/trunk/build.bat
/kernel/branches/Kolibri-A/trunk/makefile
/kernel/branches/Kolibri-A/utilities/RS780/MACROS.INC

Show All