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 3815 d 20 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 3828 d 3 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 3834 d 18 h mario79 / ZEROCONF and DOWNLOADER - using of SETTINGS directory for INI  
4060 3839 d 22 h hidnplayr /programs/network/ircc/ refactored multiline textbox and moved to a separate file.  
4024 3846 d 10 h hidnplayr /programs/network/icmp/ bugfix: exit when user enters empty hostname.  
4020 3846 d 19 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 3846 d 20 h hidnplayr /programs/network/icmp/ Ping: fixed divide by zero error, improved user interface.  
4018 3846 d 21 h hidnplayr /programs/network/downloader/ Removed false end of header detection from downloader.  
4014 3847 d 21 h hidnplayr /programs/network/icmp/ Ping: better average time calculation.  
4013 3848 d 1 h hidnplayr /programs/network/zeroconf/ ZeroConf: use @notify to notify user of active network connections.  
4012 3848 d 3 h hidnplayr /programs/network/icmp/ Ping: improved user interface.  
3981 3853 d 3 h hidnplayr /programs/network/ircc/ IRCC: better chat support, some bugfixes, some new bugs  
3971 3856 d 22 h hidnplayr /programs/network/downloader/ downloader: abort if DNS failed. (fixed)  
3970 3856 d 22 h hidnplayr /programs/network/downloader/ downloader: abort if DNS failed.  
3968 3856 d 22 h hidnplayr /programs/network/telnet/ TELNET: send 2-byte keycodes to server too, added some public server addresses.  
3967 3856 d 22 h hidnplayr /programs/network/ftpc/ FTP client: print some more text to the user.  
3949 3860 d 23 h mario79 /programs/network/ircc/ IRCC - inactive window does not receive mouse events  
3948 3860 d 23 h mario79 /programs/network/downloader/ DOWNLOADER - inactive window does not receive mouse events  
3947 3860 d 23 h mario79 /programs/network/tftpc/ TFTPC - inactive window does not receive mouse events  
3864 3914 d 3 h sourcerer /programs/network/netsurf/build-libs/ Some pre-built libraries for netsurf, try these at first  
3863 3914 d 3 h sourcerer /programs/network/netsurf/netsurf/objs/ Object files, you'll need them to build netsurf  
3862 3914 d 3 h sourcerer /programs/network/netsurf/dependencies/lib/ Adding libraries, you'll need them to compile netsurf  
3844 3921 d 20 h hidnplayr /programs/network/zeroconf/ Zeroconfig: fixed static IP setting  
3842 3922 d 23 h hidnplayr /programs/network/zeroconf/ Zerconf: bugfix: 0 byte after 0 terminated string.  
3841 3922 d 23 h hidnplayr /programs/network/netcfg/ Added "Intel 82562ET" ID to i8255x network driver.  
3824 3937 d 6 h hidnplayr /programs/network/ftpd/ FTPd: bugfix: do not send 0 byte in PASV and PWD replies.  
3821 3939 d 8 h hidnplayr /programs/network/ftpc/ FTPc: fixed passive command broken in #3814  
3819 3939 d 20 h hidnplayr /programs/network/ftpd/ FTPd: allow commands with only LF instead of CR LF, print commands to console, other small improvements.  
3818 3939 d 20 h hidnplayr /programs/network/ftpc/ FTPc: bugfix for passive, other small improvements.  
3814 3940 d 7 h hidnplayr /programs/network/ftpc/ FTPc: use <cr lf> after commands instead of just <lf>  
3813 3940 d 8 h hidnplayr /programs/network/ftpc/ FTPc: better command parser, improved help, increased code quality.  
3804 3942 d 6 h hidnplayr /programs/network/ftpc/ FTPc: added cdup, mkd, and rmd commands.  
3803 3942 d 7 h hidnplayr /programs/network/ftpc/ FTPc: hide password.  
3802 3942 d 7 h hidnplayr /programs/network/ftpc/ FTPc: added lcwd command (change local working directory)  
3800 3942 d 7 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 3942 d 19 h hidnplayr /programs/network/ftpc/ FTPc: added pwd command, bugfixes  
3793 3942 d 19 h hidnplayr /programs/network/ftpc/ FTPc: added retr command (just print to console for now).  
3792 3942 d 20 h hidnplayr /programs/network/ftpc/ FTPc: receive all data from server, larger screen buffer.  
3790 3942 d 20 h hidnplayr /programs/network/ftpc/ FTPc: some more bugfixes, added cwd command  
3789 3942 d 21 h hidnplayr /programs/network/ftpc/ Small bugfixes and improvements for FTP client