patacongo
|
4f8e4d2308
|
First round of compile fixes for IPv6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4813 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-07 22:00:19 +00:00 |
patacongo
|
f1e682bfbe
|
Fix a UDP build issue
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4654 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-25 15:16:45 +00:00 |
patacongo
|
02a72fde6c
|
NFS updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4647 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-23 20:33:25 +00:00 |
patacongo
|
30cd61c07d
|
Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-14 18:01:45 +00:00 |
patacongo
|
e45c3b97b3
|
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-12 21:52:04 +00:00 |
patacongo
|
940bdc50fb
|
Add tools/cmpconfig.c to compare to configuration files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4592 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-11 23:06:30 +00:00 |
patacongo
|
330b89ca0e
|
Add kconfig documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:45:52 +00:00 |
patacongo
|
4b8c0c41c8
|
Adding skeleton Kconfig files (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 15:49:35 +00:00 |
patacongo
|
6a4ebcfd28
|
Fix a deadlock when using the NSH ifconfig command over Telnet
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4487 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-13 20:51:48 +00:00 |
patacongo
|
2260c596ae
|
PIC32 Ethernet driver now appears stable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4485 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-13 18:05:49 +00:00 |
patacongo
|
927e1d0a2f
|
Add psock_connect()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4483 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-13 13:02:45 +00:00 |
patacongo
|
dccd03f6fb
|
Update PIC32 Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4469 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-09 22:05:14 +00:00 |
patacongo
|
4efbccf97f
|
Update PIC32 Ethernet driver from debugging (still does not work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4465 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-08 23:05:03 +00:00 |
patacongo
|
7f005e2d3c
|
Move all non-standard, NuttX header files into include/nuttx/net
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-03 23:18:34 +00:00 |
patacongo
|
696285d84d
|
Add more low-level, thread-independent socket interfaces
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4445 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-02 19:57:52 +00:00 |
patacongo
|
df0986aa29
|
Add logic to support the FSMC SRAM in the NuttX heap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-27 23:14:43 +00:00 |
patacongo
|
147d02cc24
|
Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-27 19:50:35 +00:00 |
patacongo
|
324fb2460f
|
Add support for SRAM on board the STM3240G-EVAL board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4430 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-27 17:22:10 +00:00 |
patacongo
|
18379c0657
|
Fix an error the TCP/IP received sequence number counting
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4416 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-23 15:53:27 +00:00 |
patacongo
|
a9a3097a0e
|
(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4415 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-23 02:07:38 +00:00 |
patacongo
|
1e145dddae
|
Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smith
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4414 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-22 18:44:34 +00:00 |
patacongo
|
d93cfd45cc
|
Fix accept() logic. it was not monitoring for losses in connections.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4412 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-22 16:03:10 +00:00 |
patacongo
|
6a2c6e13d6
|
Correct a buffer size error in the STM32 ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 22:09:09 +00:00 |
patacongo
|
f8b785f10e
|
Correct and error in recv() and recvfrom() return value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 18:13:30 +00:00 |
patacongo
|
e6d521210a
|
Numerous cosmetic changes while debugging a telnet driver issue
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4353 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-31 20:32:49 +00:00 |
patacongo
|
fffd6ed613
|
Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 23:13:29 +00:00 |
patacongo
|
9b617b6133
|
Add new psock layer; telnet session is now wrapped in a character device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 21:29:59 +00:00 |
patacongo
|
4b3282078c
|
Fix compile problen with CONFIG_NET_ARP_IPIN
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4188 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-15 22:21:32 +00:00 |
patacongo
|
f4c7bd94b2
|
Misc compilation warning cleanup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4155 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-10 13:34:25 +00:00 |
patacongo
|
b47cd866a7
|
Changes for clean ez80 ZDS-II compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3733 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-22 15:22:56 +00:00 |
patacongo
|
13067a31d6
|
Minor improvement in recvfrom()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3673 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 23:29:38 +00:00 |
patacongo
|
6fa6c78928
|
Fix a bug in recvfrom()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3670 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 16:13:50 +00:00 |
patacongo
|
10e27f6179
|
FTP client debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 18:36:20 +00:00 |
patacongo
|
45acebc2f9
|
Add support so that fdopen() may be used on socket descriptors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 15:05:48 +00:00 |
patacongo
|
9e58d1a0d6
|
Add getsockname()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
|
2011-05-30 14:26:04 +00:00 |
patacongo
|
843af193c2
|
Fix bad conditional compilation that breaks THTTPD and dup2()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3511 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-16 01:04:17 +00:00 |
patacongo
|
10538a3f2e
|
Macro clock_systimer replaces direct access to g_system_timer variable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3500 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-13 21:44:24 +00:00 |
patacongo
|
bae9dce323
|
Move memory manager into user space
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3460 42af7a65-404d-4744-a932-0658087f49c3
|
2011-04-03 20:41:49 +00:00 |
patacongo
|
2f45622959
|
Add netdev_unregister()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3415 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-25 15:15:59 +00:00 |
patacongo
|
24be35b1a3
|
RTL8187 I/O routines
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3414 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-25 14:51:44 +00:00 |
patacongo
|
48b7fd9503
|
SLIP is now basically functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3386 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-16 02:10:51 +00:00 |
patacongo
|
72e03e53ea
|
More SLIP integration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3384 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-15 20:26:34 +00:00 |
patacongo
|
53c68bf74e
|
Basic SLIP functionality -- but there are issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3382 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-15 01:54:49 +00:00 |
patacongo
|
1ead79b6d5
|
More support for SLIP data link protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
|
2011-03-12 15:36:28 +00:00 |
patacongo
|
499badf219
|
Incorporate uIP patches
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3274 42af7a65-404d-4744-a932-0658087f49c3
|
2011-01-23 17:40:10 +00:00 |
patacongo
|
2cae8e7d8c
|
Make size of LPC1766 EMAC RAM configurable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3142 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-28 13:37:41 +00:00 |
patacongo
|
c504b06411
|
Files needed to make LPC17xx EMAC RAM more configurable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3141 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-28 01:04:11 +00:00 |
patacongo
|
dcc9abe19b
|
Fix missing ARP entry problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3139 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-27 23:15:39 +00:00 |
patacongo
|
a6c935e127
|
More TCP sequence changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3138 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-27 22:50:27 +00:00 |
patacongo
|
15ae42fe55
|
Fix TCP sequence number error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3136 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-27 18:01:54 +00:00 |
patacongo
|
cb4c3a6c93
|
Cosmetic renaming of variables
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3135 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-27 01:01:26 +00:00 |
patacongo
|
c7ef01622b
|
Eliminate uip_outstanding()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3134 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-26 15:54:48 +00:00 |
patacongo
|
8c9fbe1199
|
Fix un-acked backlog coordinatin bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3133 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-26 05:26:27 +00:00 |
patacongo
|
8bc8539cad
|
uip_arp_ipin needs a struct uip_driver_s as an input
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3132 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-25 20:55:46 +00:00 |
patacongo
|
e2449e9858
|
Restore uip_arp_ipin()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3131 42af7a65-404d-4744-a932-0658087f49c3
|
2010-11-25 20:32:51 +00:00 |
patacongo
|
8adc6acf7e
|
Fix compile error when stats enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2801 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-14 18:14:00 +00:00 |
patacongo
|
1fe85344d7
|
More cosmetic clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2800 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-14 17:17:39 +00:00 |
patacongo
|
0ddd63d169
|
Costmetic clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2799 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-14 17:09:45 +00:00 |
patacongo
|
0fe1703ff4
|
Fix preallocation logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2798 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-14 03:30:43 +00:00 |
patacongo
|
bb4a701c33
|
Outgoing IGMP is functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2797 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-14 01:57:00 +00:00 |
patacongo
|
a3910e4b02
|
IGMP debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2791 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-13 03:43:06 +00:00 |
patacongo
|
f5cb4c9d30
|
IGMP debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2790 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-13 02:29:09 +00:00 |
patacongo
|
3a71f0ac59
|
Add IGMP user interface
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2786 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-11 18:10:22 +00:00 |
patacongo
|
17db18e5f6
|
Add IGMP send logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2785 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-11 15:57:11 +00:00 |
patacongo
|
7dceb00a39
|
Add support for multicast MAC addresses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2784 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-11 15:17:11 +00:00 |
patacongo
|
433e960892
|
More IGMP logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2783 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-10 21:58:45 +00:00 |
patacongo
|
91c14a454c
|
Add IGMP timer logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2782 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-10 19:47:37 +00:00 |
patacongo
|
afae22ae96
|
More IGMP logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2781 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-10 17:02:52 +00:00 |
patacongo
|
9086653ed4
|
More IGMP logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2780 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-10 01:20:34 +00:00 |
patacongo
|
1aac40d813
|
More IGMP logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2779 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-08 03:04:04 +00:00 |
patacongo
|
49396d3cfb
|
Add IGMP initialization logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2778 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-08 01:48:16 +00:00 |
patacongo
|
53d3022e91
|
More IGMP changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2777 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-08 00:59:51 +00:00 |
patacongo
|
c8968f4318
|
IGMP header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2775 42af7a65-404d-4744-a932-0658087f49c3
|
2010-07-06 01:41:53 +00:00 |
patacongo
|
23ed592d4c
|
Add LM3S6965 NSH configuration + Prep for 5.5 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2659 42af7a65-404d-4744-a932-0658087f49c3
|
2010-05-09 16:36:07 +00:00 |
patacongo
|
7d63ffbf72
|
Fix an error in the handling of TCP/IP sequence numbers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2392 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-19 22:05:12 +00:00 |
patacongo
|
192d229b8d
|
Fixing LM3S httpd example (still broken)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2390 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-18 22:21:20 +00:00 |
patacongo
|
06fb21e3b8
|
Need to include assert.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2366 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-17 15:01:22 +00:00 |
patacongo
|
05d9fdd61e
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2346 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-15 15:57:25 +00:00 |
patacongo
|
92e71b0b94
|
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2344 42af7a65-404d-4744-a932-0658087f49c3
|
2009-12-15 14:53:45 +00:00 |
patacongo
|
12023242c8
|
Sockets were not being closed when a task exits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2070 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-16 20:29:00 +00:00 |
patacongo
|
01ba4b6d05
|
Consulting wrong list to see if socket is listening for a connection
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2069 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-16 20:28:30 +00:00 |
patacongo
|
5b5b170f0f
|
Fix some errno reporting
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2068 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-16 20:27:00 +00:00 |
patacongo
|
83a53449f1
|
Reference count must be zero before calling uip_tcpfree()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2065 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-16 16:28:53 +00:00 |
patacongo
|
713c8d5965
|
Fix reference counting errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2056 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-15 17:17:51 +00:00 |
patacongo
|
59acff806c
|
Use lldbg() instead of dbg() in interrupt level logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2054 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-15 15:44:14 +00:00 |
patacongo
|
44f3418b18
|
Remove check for outstanding un-ACKed data in TX poll
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2038 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-11 20:32:02 +00:00 |
patacongo
|
80113f7d41
|
Fix race condition that can cause close of socket to hang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2037 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-11 19:31:52 +00:00 |
patacongo
|
c8dec461fc
|
Clean up THTTPD watch handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2036 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-11 18:21:57 +00:00 |
patacongo
|
27ba470482
|
Fix race condition bug in poll() for backlogged connections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2032 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-10 22:55:52 +00:00 |
patacongo
|
570d52d5a5
|
Cosmetic, synchronize source files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2030 42af7a65-404d-4744-a932-0658087f49c3
|
2009-09-09 13:46:35 +00:00 |
patacongo
|
2035b33670
|
Fix errors in return value from non-blocking read
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2018 42af7a65-404d-4744-a932-0658087f49c3
|
2009-08-15 17:19:08 +00:00 |
patacongo
|
3ec3bfdcc8
|
accept() now supports non-blocking operations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
|
2009-08-02 23:35:27 +00:00 |
patacongo
|
7c2070bc83
|
Fix accept() -- it wanted parts of return address initialized
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2008 42af7a65-404d-4744-a932-0658087f49c3
|
2009-08-02 16:31:50 +00:00 |
patacongo
|
7c8051a574
|
THTTPD now gets past initialization
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2007 42af7a65-404d-4744-a932-0658087f49c3
|
2009-08-02 16:08:20 +00:00 |
patacongo
|
4322c23e43
|
Initialize THTTPD integration changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2006 42af7a65-404d-4744-a932-0658087f49c3
|
2009-08-02 15:08:09 +00:00 |
patacongo
|
ea16dce2f3
|
Fix some ez80 compilation errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2005 42af7a65-404d-4744-a932-0658087f49c3
|
2009-08-02 13:24:47 +00:00 |
patacongo
|
b63c500c14
|
Add non-blocking capability for TCP sockets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1996 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-19 13:50:08 +00:00 |
patacongo
|
297cb5e256
|
Add fcntl(F_DUPFD)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1995 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-19 00:14:46 +00:00 |
patacongo
|
e68c54fea0
|
Still fleshing out THTTPD example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1994 42af7a65-404d-4744-a932-0658087f49c3
|
2009-07-18 22:59:44 +00:00 |
patacongo
|
e72dce9e1b
|
Consolidate buffer dumping; fix all occurrences of 'the the'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
|
2009-06-25 17:44:35 +00:00 |