summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Expand)AuthorAgeFilesLines
* Fix more FTP server bugspatacongo2012-02-051-98/+44
* FTP server is marginally functionalpatacongo2012-02-051-2/+7
* FTPD daemon and example now build without errorspatacongo2012-02-052-374/+216
* Add build environment for the FTP daemonpatacongo2012-02-044-5/+105
* Add the beginnings of an FTP serverpatacongo2012-02-042-0/+4727
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-9/+64
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-011-2/+8
* Add tcsetattr and tcgetattrpatacongo2012-02-011-5/+42
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-9/+10
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-312-25/+35
* Various fixes for the telnet driverpatacongo2012-01-311-18/+29
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-10/+27
* A few more telnet updatespatacongo2012-01-301-5/+7
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-309-705/+1211
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-132-23/+63
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-2/+11
* Amber Web Server updatespatacongo2011-06-131-2/+2
* FTPC simplification and size reductionpatacongo2011-06-139-132/+40
* More FTP fixespatacongo2011-06-054-22/+72
* Fix more FTP bugspatacongo2011-06-053-12/+21
* Fix a bug in recvfrom()patacongo2011-06-054-119/+4
* More FTP bug fixespatacongo2011-06-055-100/+170
* Fix more FTP bugspatacongo2011-06-042-30/+41
* Fix FTP bug -- losing passive mode indicationpatacongo2011-06-045-18/+32
* More FTP fixespatacongo2011-06-036-21/+51
* More FTP bugfixespatacongo2011-06-0318-171/+313
* Fix more FTP bugspatacongo2011-06-033-4/+11
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-6/+10
* More FTP client debug fixespatacongo2011-06-0227-35/+134
* More FTP client fixespatacongo2011-06-023-68/+44
* FTP client debug changespatacongo2011-06-022-6/+16
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-6/+2
* Improved commentspatacongo2011-06-029-44/+252
* Fix some FTP compile errors when debug is onpatacongo2011-06-014-6/+9
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-018-36/+67
* Fix some basic FTP client compilation errorspatacongo2011-06-014-23/+27
* First cut at FTP clientpatacongo2011-06-0130-1/+5243
* tools/mkdep.sh should not report an error if there are no files on the comman...patacongo2011-05-119-18/+0
* Fix a netutils build issuepatacongo2011-05-114-4/+4
* Pascal now installs in the apps/ directorypatacongo2011-05-101-3/+0
* THTTPD works on LPCXpressopatacongo2011-04-161-21/+25
* Changes for clean build of app/ directory with Windows toolchainpatacongo2011-04-1011-13/+53
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-4/+8
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-033-6/+6
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-032-3/+3
* Update apps/ Makefiles to fix environmental bugpatacongo2011-04-0110-37/+28
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-2410-10/+20
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-241-1/+3
* More build fixespatacongo2011-03-2010-20/+20
* Move nuttx/examples to apps/examplespatacongo2011-03-201-7/+10