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 4847 d 14 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 4847 d 21 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 4849 d 18 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 4849 d 19 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 4850 d 17 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8169 interrupt procedure.  
/kernel/branches/net/drivers/RTL8169.asm
1774 4853 d 12 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 4853 d 19 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 4853 d 19 h hidnplayr /kernel/branches/net/network/ Small update in TCP_input  
/kernel/branches/net/network/tcp_input.inc
1763 4857 d 13 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 4858 d 11 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_output.inc
1761 4861 d 13 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 4873 d 20 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 4895 d 12 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 4902 d 17 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 4918 d 19 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 4919 d 11 h art_zh /kernel/branches/Kolibri-A/trunk/video/ hline/vline coolhack a-la Serge  
/kernel/branches/Kolibri-A/trunk/video/vesa20.inc
1707 4920 d 1 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 4927 d 12 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 4928 d 16 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 4929 d 10 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