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
c8dec461fc64abcee4fb1aadd5be8efb93401aed
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
Sep 11, 2009
Clean up THTTPD watch handling
· c8dec461
patacongo
authored
15 years ago
c8dec461
cosmetic
· c2b1e91c
patacongo
authored
15 years ago
c2b1e91c
Reduce default memory allocation for strings
· 1b8d8c71
patacongo
authored
15 years ago
1b8d8c71
Add memory debug support to THTTPD
· 3ae61933
patacongo
authored
15 years ago
3ae61933
Sep 10, 2009
Fix race condition bug in poll() for backlogged connections
· 27ba4704
patacongo
authored
15 years ago
27ba4704
Sep 09, 2009
This two FIFO handling bugs in LM3S ethernet driver
· 9a651a8b
patacongo
authored
15 years ago
9a651a8b
Cosmetic, synchronize source files
· 570d52d5
patacongo
authored
15 years ago
570d52d5
Sep 02, 2009
Was exitting when no connections
· 6dc1166e
patacongo
authored
15 years ago
6dc1166e
Aug 16, 2009
Reduce stack usage
· 2205249a
patacongo
authored
15 years ago
2205249a
THTTPD integration
· 0810fcb7
patacongo
authored
15 years ago
0810fcb7
Modify THTTPD to avoid poll() for write ready
· cbee3431
patacongo
authored
15 years ago
cbee3431
Document poll() problem
· b88b41f4
patacongo
authored
15 years ago
b88b41f4
Fix errors in handle_send
· 98fe680d
patacongo
authored
15 years ago
98fe680d
Aug 15, 2009
Continued THTTPD debug
· 275133b2
patacongo
authored
15 years ago
275133b2
strstr fails because length off by 1
· 8ec0fc92
patacongo
authored
15 years ago
8ec0fc92
Get rid of cwd in THTTPD
· 534fa874
patacongo
authored
15 years ago
534fa874
THTTPD progress
· e1ec46ae
patacongo
authored
15 years ago
e1ec46ae
Fix strcasecmp
· c24bbb10
patacongo
authored
15 years ago
c24bbb10
Fix errors in return value from non-blocking read
· 2035b336
patacongo
authored
15 years ago
2035b336
Read from socket is the same as recv with flags==0
· 69544599
patacongo
authored
15 years ago
69544599
Aug 08, 2009
Prep for 0.4.10 release
· 023de439
patacongo
authored
15 years ago
View commits for tag nuttx-4.10
nuttx-4.10
023de439
Fix various errors in time manipulation routines
· a39e85d2
patacongo
authored
15 years ago
a39e85d2
strftime fixes
· f7483ab7
patacongo
authored
15 years ago
f7483ab7
Aug 02, 2009
Remove warning
· 32716fbc
patacongo
authored
15 years ago
32716fbc
Bump up THTTPD main thread stack size
· e832fd2a
patacongo
authored
15 years ago
e832fd2a
accept() now supports non-blocking operations
· 3ec3bfdc
patacongo
authored
15 years ago
3ec3bfdc
Fix fdwatch problems; reduce fdwatch memory usage
· 09b640e8
patacongo
authored
15 years ago
09b640e8
update
· 5e2d7c36
patacongo
authored
15 years ago
5e2d7c36
Fix accept() -- it wanted parts of return address initialized
· 7c2070bc
patacongo
authored
15 years ago
7c2070bc
THTTPD now gets past initialization
· 7c8051a5
patacongo
authored
15 years ago
7c8051a5
Initialize THTTPD integration changes
· 4322c23e
patacongo
authored
15 years ago
4322c23e
Fix some ez80 compilation errors
· ea16dce2
patacongo
authored
15 years ago
ea16dce2
Fix build problems with different configuratin options
· 64777d8e
patacongo
authored
15 years ago
64777d8e
Aug 01, 2009
Fix clean target error
· 6afa5ccf
patacongo
authored
15 years ago
6afa5ccf
Add THTTPD configuration
· 2ae1a0c1
patacongo
authored
15 years ago
2ae1a0c1
Install .html files; install exe's in cgi-bin subdir
· c07e5416
patacongo
authored
15 years ago
c07e5416
Add infrastructure to add CGI binaries to THTTPD example
· d369294f
patacongo
authored
15 years ago
d369294f
Basic files for THTTPD test
· 0a4f4a80
patacongo
authored
15 years ago
0a4f4a80
Jul 19, 2009
Finish fdwatch logic in cgi_child
· 0051421e
patacongo
authored
15 years ago
0051421e
Add non-blocking capability for TCP sockets
· b63c500c
patacongo
authored
15 years ago
b63c500c
Loading