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
4224 3818 d 16 h sourcerer /programs/network/netsurf/ Updated Kolibri front-end, fixed deplibs, updated objects, updated fetchers, fix in libdom port binding for hubbub. Still need to add multi-threading for downloads, as well as cookies, POST requests and other fetcher stuff. And may be tweak input a bit.  
4143 3830 d 23 h hidnplayr /programs/network/ircc/ Intermediate version of IRCC: new multiline resizeable textbox with proper line-breaking, colors and scrolling. New usercommands: msg and ctcp. Small bugfixes and enhancements  
4101 3837 d 14 h mario79 / ZEROCONF and DOWNLOADER - using of SETTINGS directory for INI  
4060 3842 d 19 h hidnplayr /programs/network/ircc/ refactored multiline textbox and moved to a separate file.  
4024 3849 d 6 h hidnplayr /programs/network/icmp/ bugfix: exit when user enters empty hostname.  
4020 3849 d 16 h hidnplayr / kernel: wait 3 seconds for TCP connection to be established, timeout after that.
telnet: print error message when socket could not be opened.
 
4019 3849 d 17 h hidnplayr /programs/network/icmp/ Ping: fixed divide by zero error, improved user interface.  
4018 3849 d 18 h hidnplayr /programs/network/downloader/ Removed false end of header detection from downloader.  
4014 3850 d 18 h hidnplayr /programs/network/icmp/ Ping: better average time calculation.  
4013 3850 d 22 h hidnplayr /programs/network/zeroconf/ ZeroConf: use @notify to notify user of active network connections.  
4012 3850 d 23 h hidnplayr /programs/network/icmp/ Ping: improved user interface.  
3981 3855 d 23 h hidnplayr /programs/network/ircc/ IRCC: better chat support, some bugfixes, some new bugs  
3971 3859 d 19 h hidnplayr /programs/network/downloader/ downloader: abort if DNS failed. (fixed)  
3970 3859 d 19 h hidnplayr /programs/network/downloader/ downloader: abort if DNS failed.  
3968 3859 d 19 h hidnplayr /programs/network/telnet/ TELNET: send 2-byte keycodes to server too, added some public server addresses.  
3967 3859 d 19 h hidnplayr /programs/network/ftpc/ FTP client: print some more text to the user.  
3949 3863 d 20 h mario79 /programs/network/ircc/ IRCC - inactive window does not receive mouse events  
3948 3863 d 20 h mario79 /programs/network/downloader/ DOWNLOADER - inactive window does not receive mouse events  
3947 3863 d 20 h mario79 /programs/network/tftpc/ TFTPC - inactive window does not receive mouse events  
3864 3916 d 23 h sourcerer /programs/network/netsurf/build-libs/ Some pre-built libraries for netsurf, try these at first  
3863 3917 d 0 h sourcerer /programs/network/netsurf/netsurf/objs/ Object files, you'll need them to build netsurf  
3862 3917 d 0 h sourcerer /programs/network/netsurf/dependencies/lib/ Adding libraries, you'll need them to compile netsurf  
3844 3924 d 16 h hidnplayr /programs/network/zeroconf/ Zeroconfig: fixed static IP setting  
3842 3925 d 19 h hidnplayr /programs/network/zeroconf/ Zerconf: bugfix: 0 byte after 0 terminated string.  
3841 3925 d 20 h hidnplayr /programs/network/netcfg/ Added "Intel 82562ET" ID to i8255x network driver.  
3824 3940 d 3 h hidnplayr /programs/network/ftpd/ FTPd: bugfix: do not send 0 byte in PASV and PWD replies.  
3821 3942 d 5 h hidnplayr /programs/network/ftpc/ FTPc: fixed passive command broken in #3814  
3819 3942 d 17 h hidnplayr /programs/network/ftpd/ FTPd: allow commands with only LF instead of CR LF, print commands to console, other small improvements.  
3818 3942 d 17 h hidnplayr /programs/network/ftpc/ FTPc: bugfix for passive, other small improvements.  
3814 3943 d 3 h hidnplayr /programs/network/ftpc/ FTPc: use <cr lf> after commands instead of just <lf>  
3813 3943 d 4 h hidnplayr /programs/network/ftpc/ FTPc: better command parser, improved help, increased code quality.  
3804 3945 d 2 h hidnplayr /programs/network/ftpc/ FTPc: added cdup, mkd, and rmd commands.  
3803 3945 d 3 h hidnplayr /programs/network/ftpc/ FTPc: hide password.  
3802 3945 d 3 h hidnplayr /programs/network/ftpc/ FTPc: added lcwd command (change local working directory)  
3800 3945 d 4 h hidnplayr /programs/network/ftpc/ FTPc: send and receive files from applications working directory to servers working directory, also added dele and bye commands.  
3794 3945 d 15 h hidnplayr /programs/network/ftpc/ FTPc: added pwd command, bugfixes  
3793 3945 d 16 h hidnplayr /programs/network/ftpc/ FTPc: added retr command (just print to console for now).  
3792 3945 d 16 h hidnplayr /programs/network/ftpc/ FTPc: receive all data from server, larger screen buffer.  
3790 3945 d 16 h hidnplayr /programs/network/ftpc/ FTPc: some more bugfixes, added cwd command  
3789 3945 d 17 h hidnplayr /programs/network/ftpc/ Small bugfixes and improvements for FTP client