summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* Add examples/sendmailpatacongo2009-03-282-2/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1663 42af7a65-404d-4744-a932-0658087f49c3
* Move smtp test from examples/uip to herepatacongo2009-03-283-0/+255
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1662 42af7a65-404d-4744-a932-0658087f49c3
* Remove all options from examples/uip except for the webserverpatacongo2009-03-2829-149/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1661 42af7a65-404d-4744-a932-0658087f49c3
* Partial testing of wget commandpatacongo2009-03-282-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1660 42af7a65-404d-4744-a932-0658087f49c3
* Fix parsing of port numberpatacongo2009-03-281-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1659 42af7a65-404d-4744-a932-0658087f49c3
* Add wget command to NSHpatacongo2009-03-2813-30/+265
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1657 42af7a65-404d-4744-a932-0658087f49c3
* fix error messagepatacongo2009-03-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1656 42af7a65-404d-4744-a932-0658087f49c3
* Numerous fixes; seems to handle redirection pretty well nowpatacongo2009-03-281-41/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1655 42af7a65-404d-4744-a932-0658087f49c3
* wget now takes only a URL as a argument; not host + file namepatacongo2009-03-286-22/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1654 42af7a65-404d-4744-a932-0658087f49c3
* wget now takes only a URL as a argument; not host + filepatacongo2009-03-2811-44/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1653 42af7a65-404d-4744-a932-0658087f49c3
* Make HTTP URL parsing commonpatacongo2009-03-283-7/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1652 42af7a65-404d-4744-a932-0658087f49c3
* Oops.. check in bad changepatacongo2009-03-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1651 42af7a65-404d-4744-a932-0658087f49c3
* Add tftpcpatacongo2009-03-281-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1650 42af7a65-404d-4744-a932-0658087f49c3
* Fix examples/wget buildpatacongo2009-03-2818-59/+277
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1649 42af7a65-404d-4744-a932-0658087f49c3
* Cloning error in functin namepatacongo2009-03-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1648 42af7a65-404d-4744-a932-0658087f49c3
* Fix problem in conditional compilationpatacongo2009-03-281-10/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1647 42af7a65-404d-4744-a932-0658087f49c3
* More bugfixespatacongo2009-03-271-44/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1646 42af7a65-404d-4744-a932-0658087f49c3
* wget bugfixes (still lots of problems)patacongo2009-03-265-144/+258
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1645 42af7a65-404d-4744-a932-0658087f49c3
* Add host based test for wget()patacongo2009-03-265-13/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1644 42af7a65-404d-4744-a932-0658087f49c3
* wget testpatacongo2009-03-265-0/+369
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1643 42af7a65-404d-4744-a932-0658087f49c3
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-265-548/+381
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1642 42af7a65-404d-4744-a932-0658087f49c3
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-222-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1641 42af7a65-404d-4744-a932-0658087f49c3
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-2211-42/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1640 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-223-46/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1639 42af7a65-404d-4744-a932-0658087f49c3
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-2211-751/+745
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1638 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean build on ZDSpatacongo2009-03-217-38/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1637 42af7a65-404d-4744-a932-0658087f49c3
* tiny webserver configuratinpatacongo2009-03-216-0/+1369
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1636 42af7a65-404d-4744-a932-0658087f49c3
* Oops.. interrupts must be disabled when uip_arp_update is calledpatacongo2009-03-211-11/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1635 42af7a65-404d-4744-a932-0658087f49c3
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-213-3/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1634 42af7a65-404d-4744-a932-0658087f49c3
* Expose more ARP APIspatacongo2009-03-219-195/+573
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1633 42af7a65-404d-4744-a932-0658087f49c3
* Handler ZDI preprocessorpatacongo2009-03-211-3/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1632 42af7a65-404d-4744-a932-0658087f49c3
* updatedpatacongo2009-03-192-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1631 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration checkingpatacongo2009-03-191-0/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1630 42af7a65-404d-4744-a932-0658087f49c3
* Needs to have broadcast enabledpatacongo2009-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1629 42af7a65-404d-4744-a932-0658087f49c3
* Fix numerous bugs, mostly associated with broadcastpatacongo2009-03-191-33/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1627 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-193-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1626 42af7a65-404d-4744-a932-0658087f49c3
* If port=0, UDP should select a port numberpatacongo2009-03-191-32/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1625 42af7a65-404d-4744-a932-0658087f49c3
* updated for dhcpdpatacongo2009-03-181-1/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1624 42af7a65-404d-4744-a932-0658087f49c3
* Fix examples/dhcpd buildpatacongo2009-03-185-7/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1623 42af7a65-404d-4744-a932-0658087f49c3
* DHCPD server examplepatacongo2009-03-176-0/+1362
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1622 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/dhcpdpatacongo2009-03-177-128/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3
* DHCP server examplepatacongo2009-03-173-0/+197
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1620 42af7a65-404d-4744-a932-0658087f49c3
* Back out part of last changepatacongo2009-03-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1619 42af7a65-404d-4744-a932-0658087f49c3
* Better fixpatacongo2009-03-161-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1618 42af7a65-404d-4744-a932-0658087f49c3
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-167-15/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1617 42af7a65-404d-4744-a932-0658087f49c3
* use llvdbg because vdbg can cause suspensionpatacongo2009-03-151-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1616 42af7a65-404d-4744-a932-0658087f49c3
* NSH might need bigger stacks if telnetd is enabledpatacongo2009-03-151-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1615 42af7a65-404d-4744-a932-0658087f49c3
* Turn off NSH debug option that was causing a crashpatacongo2009-03-153-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1614 42af7a65-404d-4744-a932-0658087f49c3
* Fix some debug macro defintionspatacongo2009-03-151-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1613 42af7a65-404d-4744-a932-0658087f49c3
* Fix some debug statements that print long as intpatacongo2009-03-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1612 42af7a65-404d-4744-a932-0658087f49c3