Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
fedadd306427b5eeeacde36bd156ec3482573e21
Select Git revision
Branches
2
radio
master
default
protected
Tags
20
nuttx-7.20
nuttx-7.19
nuttx-7.18
nuttx-7.17
nuttx-7.16
nuttx-7.15
nuttx-7.14
nuttx-7.13
nuttx-7.12
nuttx-7.11
nuttx-7.10
nuttx-7.9
nuttx-7.8
nuttx-7.7
nuttx-7.6
nuttx-7.5
nuttx-7.4
nuttx-7.3
nuttx-7.2
nuttx-7.1
22 results
nuttx
Author
Search by author
Any Author
authors
f4grx
f4grx
1 author
Nov 30, 2007
correct handling of UDP broadcast
· fedadd30
patacongo
authored
17 years ago
fedadd30
Fix UDP recvfrom timeout logic
· c3669a31
patacongo
authored
17 years ago
c3669a31
Fix error in BROADCAST=y compilation
· 4ca632d1
patacongo
authored
17 years ago
4ca632d1
Oops checked in debug version
· 3dc55ecc
patacongo
authored
17 years ago
3dc55ecc
Add netutils/dhcpd
· 6f89e7df
patacongo
authored
17 years ago
6f89e7df
Add examples/dhcpd
· 5fe8b297
patacongo
authored
17 years ago
5fe8b297
Nov 28, 2007
Prep for 0.3.3 release
· 14dd3e62
patacongo
authored
17 years ago
View commits for tag nuttx-3.3
nuttx-3.3
14dd3e62
Remove commented out logic
· 77aca3e5
patacongo
authored
17 years ago
77aca3e5
Improve send/close performance
· a8906296
patacongo
authored
17 years ago
a8906296
Nov 27, 2007
Fixed missing logic in readahead buffer logic
· 34e4d846
patacongo
authored
17 years ago
34e4d846
Nov 25, 2007
Integrated uIP's TELNETD
· c3a7c926
patacongo
authored
17 years ago
c3a7c926
Add vsnprintf
· a019c26d
patacongo
authored
17 years ago
a019c26d
Nov 24, 2007
fs/ and lib/ debug can be selectively enabled
· 18e3cfd2
patacongo
authored
17 years ago
18e3cfd2
Must disconnect TCP socket on close()
· 9a0b25ef
patacongo
authored
17 years ago
9a0b25ef
Nov 23, 2007
Debug can now be selectively enabled by subystem
· b72a7ab5
patacongo
authored
17 years ago
b72a7ab5
Removed unused uIP files
· 2d9b5775
patacongo
authored
17 years ago
2d9b5775
Verified recvfrom()
· 2ce5085c
patacongo
authored
17 years ago
View commits for tag nuttx-3.2
nuttx-3.2
2ce5085c
Debug UDP send logic
· ef651cc6
patacongo
authored
17 years ago
ef651cc6
Nov 22, 2007
Added UDP test/example
· 961336e5
patacongo
authored
17 years ago
961336e5
UDP test/example
· 276e2880
patacongo
authored
17 years ago
276e2880
TCP and ICMP protocols may now be disabled
· 5a508351
patacongo
authored
17 years ago
5a508351
Add TX data notification
· 99c94d9c
patacongo
authored
17 years ago
99c94d9c
Use normal C strings
· 5c0768fb
patacongo
authored
17 years ago
5c0768fb
Nov 21, 2007
Fix confusion in listening socket vs accepted sockets
· 21c9f463
patacongo
authored
17 years ago
21c9f463
Fix leak in socket close
· 7d1031cc
patacongo
authored
17 years ago
7d1031cc
Fix parsing of URL
· b54499d2
patacongo
authored
17 years ago
b54499d2
Nov 20, 2007
Fix TCP list managment bug
· 295bf51f
patacongo
authored
17 years ago
295bf51f
Several webserver bugs fixed
· ea2ca7bf
patacongo
authored
17 years ago
ea2ca7bf
Add strcat() and strncat()
· 26c91f47
patacongo
authored
17 years ago
26c91f47
Prep for 0.3.1 release
· 27192d3a
patacongo
authored
17 years ago
View commits for tag nuttx-3.1
nuttx-3.1
27192d3a
Nov 19, 2007
Need to free any readahead buffers
· ab1f88c3
patacongo
authored
17 years ago
ab1f88c3
Add TCP readahead logic
· 0e1b8b8b
patacongo
authored
17 years ago
0e1b8b8b
uIP webserver now uses listen/accept
· ca5e8b59
patacongo
authored
17 years ago
ca5e8b59
Nov 18, 2007
Add strncmp()
· 5698f351
patacongo
authored
17 years ago
5698f351
Nov 17, 2007
Fix DM90x0 driver problem that caused TX overruns
· dd0e40bb
patacongo
authored
17 years ago
dd0e40bb
Nov 16, 2007
With DEBUG on, it may require some looping to read all data
· 8c0dd44a
patacongo
authored
17 years ago
8c0dd44a
Basic server functionality: listen(), accept()
· 5d7b5add
patacongo
authored
17 years ago
5d7b5add
Nov 15, 2007
Fix probably where packets dropped because there was no recv() in place were being ACKed
· 5ea5c4cf
patacongo
authored
17 years ago
5ea5c4cf
Nov 08, 2007
Doc/comments update
· 9b0f9f10
patacongo
authored
17 years ago
9b0f9f10
Fix handling of callback result
· a2affa9a
patacongo
authored
17 years ago
a2affa9a
Loading