Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3222 4125 d 19 h hidnplayr /kernel/branches/net/applications/ircc/ Better NICK command support, support for channels with many users.  
3220 4125 d 20 h hidnplayr /kernel/branches/net/applications/ircc/ Some more updates for userlist in IRCC.  
3216 4126 d 20 h hidnplayr /kernel/branches/net/applications/ircc/ Some GUI updates for IRCC.  
3215 4127 d 23 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed some more servercommands, made scrollbar for userlist functional.  
3214 4128 d 2 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed JOIN and PRIVMSG commands for IRCc.  
3212 4128 d 3 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed bug in IRCC's serverparser.  
3211 4128 d 19 h hidnplayr /kernel/branches/net/drivers/ Sceletone for a BCM57xx driver. Only for the brave!  
3206 4129 d 3 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver. Works but has some holes, uses only one receive descriptor. Use with caution.  
3205 4129 d 4 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3203 4132 d 4 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
3201 4132 d 21 h hidnplayr /kernel/branches/net/drivers/ Some refactoring of DEC21x4x driver.  
3200 4132 d 21 h hidnplayr /kernel/branches/net/ Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.
 
3199 4135 d 0 h hidnplayr /kernel/branches/net/drivers/bus/ Fixed some PCI function macros for network cards.
(Now PCnet32 driver works again in VmWare)
 
3198 4135 d 19 h hidnplayr /kernel/branches/net/drivers/ Refactored PCnet driver. Omitted unnecessary copying of data.  
3197 4136 d 1 h hidnplayr /kernel/branches/net/drivers/ Bugfix in PCnet driver.  
3195 4137 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/ SSE-moves  
3194 4137 d 19 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye APM !  
3193 4138 d 1 h hidnplayr /kernel/branches/net/ Changed working title of network branch in kernel.asm.  
3191 4138 d 3 h hidnplayr /kernel/branches/net/applications/ircc/ Stub for new IRC client.  
3187 4138 d 20 h hidnplayr /kernel/branches/net/ Syncing net branch with trunk.  
3185 4142 d 3 h hidnplayr /kernel/branches/net/network/ Added some experimental IPv6 code to net branch.  
3179 4142 d 21 h IgorA /kernel/branches/net/applications/tftpc/ correct import function names  
3176 4143 d 17 h art_zh /kernel/branches/Kolibri-A/trunk/ 16-bit rubbish cleaning  
3169 4145 d 18 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3168 4145 d 18 h art_zh /kernel/branches/Kolibri-A/trunk/ -A: minor updates  
3163 4149 d 0 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye VESA !  
3162 4149 d 3 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4149 d 4 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3160 4149 d 4 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
3159 4149 d 7 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
3158 4149 d 7 h hidnplayr /kernel/branches/net/drivers/ Fixed bug in RTL8029 which led to crash after receiving TCP frame.  
3156 4150 d 0 h hidnplayr /kernel/branches/net/drivers/ Fixed autobuild  
3155 4150 d 0 h hidnplayr /kernel/branches/net/drivers/ Replaced signed relative jumps with unsigned ones were needed.
(I must lose this bad habbit in 2013...)
 
3154 4150 d 10 h hidnplayr /kernel/branches/net/ Added VIA Rhine driver. Only tested on Rhine II cards.  
3149 4157 d 4 h hidnplayr /kernel/branches/net/drivers/ Fixed and refactored RTL8029/NE2000 driver. Some fine-tuning still needed.  
3148 4160 d 3 h hidnplayr /kernel/branches/net/network/ Further fixing of ARP_add_entry. Now entries can be re-added if they were removed once before.  
3147 4160 d 4 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)  
3146 4160 d 21 h hidnplayr /kernel/branches/net/ Added simple socket debugging tool.
Moved some TCP code to tcp_usreq.inc.
 
3145 4161 d 7 h hidnplayr /kernel/branches/net/core/ Kill sockets when process crashes.  
3144 4161 d 19 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.