Subversion Repositories Kolibri OS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3270 4083 d 21 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3267 4084 d 5 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4084 d 22 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4085 d 6 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4088 d 21 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
3257 4088 d 22 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3253 4090 d 18 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
3252 4090 d 19 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4090 d 21 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.
 
3250 4090 d 21 h hidnplayr /kernel/branches/net/applications/netstat/ Removed unused fields from netstat  
3249 4090 d 22 h hidnplayr /kernel/branches/net/network/ Removed non-working debug level specific for network stack.  
3246 4091 d 2 h Serge /kernel/trunk/core/ heap.inc: Fix indention. Why don't we use 12 spaces ?  
3242 4096 d 19 h johnfound /kernel/branches/net/ kernel.asm back to #3238  
3240 4096 d 19 h johnfound /kernel/branches/net/ Introduced new header version, that to serve STDIO through a IPC sockets mechanism. Some code cleanup and comments added.  
3234 4101 d 1 h hidnplayr /kernel/branches/net/applications/ircc/ IRCc: do not redraw userlist, unless scrollbar actually moved.  
3233 4101 d 1 h hidnplayr /kernel/branches/net/applications/ircc/ Added alphabetic sorting for users in IRCc  
3232 4101 d 5 h Serge /kernel/branches/Kolibri-acpi/ kolibri-acpi: update  
3231 4101 d 5 h hidnplayr /kernel/branches/net/ Added PCI ID's for ADMtek N100 to DEC21x4x driver.  
3229 4102 d 21 h hidnplayr /kernel/branches/net/network/ Forgot to set the PID in previous revision.  
3228 4102 d 21 h hidnplayr /kernel/branches/net/network/ New function Socket_pair for UNIX (IPC) sockets.  
3226 4103 d 20 h hidnplayr /kernel/branches/net/applications/ircc/ Now IRCc will print messages to the correct window instead of just using the one that is opened.  
3222 4104 d 16 h hidnplayr /kernel/branches/net/applications/ircc/ Better NICK command support, support for channels with many users.  
3220 4104 d 17 h hidnplayr /kernel/branches/net/applications/ircc/ Some more updates for userlist in IRCC.  
3216 4105 d 17 h hidnplayr /kernel/branches/net/applications/ircc/ Some GUI updates for IRCC.  
3215 4106 d 20 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed some more servercommands, made scrollbar for userlist functional.  
3214 4106 d 23 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed JOIN and PRIVMSG commands for IRCc.  
3212 4107 d 0 h hidnplayr /kernel/branches/net/applications/ircc/ Fixed bug in IRCC's serverparser.  
3211 4107 d 17 h hidnplayr /kernel/branches/net/drivers/ Sceletone for a BCM57xx driver. Only for the brave!  
3206 4108 d 0 h hidnplayr /kernel/branches/net/drivers/ Updated i8255x driver. Works but has some holes, uses only one receive descriptor. Use with caution.  
3205 4108 d 1 h hidnplayr /kernel/branches/net/drivers/ Updated PCI macros for network drivers.  
3203 4111 d 1 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
3202 4111 d 2 h clevermouse /kernel/trunk/blkdev/ make DiskDel save ebx  
3201 4111 d 18 h hidnplayr /kernel/branches/net/drivers/ Some refactoring of DEC21x4x driver.  
3200 4111 d 18 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 4113 d 21 h hidnplayr /kernel/branches/net/drivers/bus/ Fixed some PCI function macros for network cards.
(Now PCnet32 driver works again in VmWare)
 
3198 4114 d 16 h hidnplayr /kernel/branches/net/drivers/ Refactored PCnet driver. Omitted unnecessary copying of data.  
3197 4114 d 22 h hidnplayr /kernel/branches/net/drivers/ Bugfix in PCnet driver.  
3195 4116 d 14 h art_zh /kernel/branches/Kolibri-A/trunk/ SSE-moves  
3194 4116 d 16 h art_zh /kernel/branches/Kolibri-A/trunk/ Good-bye APM !  
3193 4116 d 23 h hidnplayr /kernel/branches/net/ Changed working title of network branch in kernel.asm.