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
d72669723dd854994437c953d967f54a94ef0d32
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 16, 2009
Fix debug output; remove redundanct close()
· d7266972
patacongo
authored
15 years ago
d7266972
Sockets were not being closed when a task exits
· 12023242
patacongo
authored
15 years ago
12023242
Consulting wrong list to see if socket is listening for a connection
· 01ba4b6d
patacongo
authored
15 years ago
01ba4b6d
Fix some errno reporting
· 5b5b170f
patacongo
authored
15 years ago
5b5b170f
cosmetic
· 6abf781f
patacongo
authored
15 years ago
6abf781f
Must periodically check if CGI task is still alive
· adc87f7a
patacongo
authored
15 years ago
adc87f7a
Reference count must be zero before calling uip_tcpfree()
· 83a53449
patacongo
authored
15 years ago
83a53449
Add netstat CGI example
· 7c5d8b38
patacongo
authored
15 years ago
7c5d8b38
THTTPD CGI works
· 0640aa9f
patacongo
authored
15 years ago
0640aa9f
Need to use only lldbg in fault handler
· ebd9543f
patacongo
authored
15 years ago
ebd9543f
Fix pointer increment bug
· 5ad9071e
patacongo
authored
15 years ago
5ad9071e
remove warning
· fd0e5b99
patacongo
authored
15 years ago
fd0e5b99
Sep 15, 2009
Add logic to dump data in and out of pipe
· 3aad40f1
patacongo
authored
15 years ago
3aad40f1
CGI needs to copy httpd_conn because it is volatile
· 075d96a7
patacongo
authored
15 years ago
075d96a7
cosmetic
· 8e0a8ee3
patacongo
authored
15 years ago
8e0a8ee3
Fix reference counting errors
· 713c8d59
patacongo
authored
15 years ago
713c8d59
SDCLONE was disabled
· 65e44828
patacongo
authored
15 years ago
65e44828
Use lldbg() instead of dbg() in interrupt level logic
· 59acff80
patacongo
authored
15 years ago
59acff80
Add CONFIG_DEBUG_SYMBOLS
· ca7e2543
patacongo
authored
15 years ago
ca7e2543
Sep 13, 2009
Add semaphore to prevent socket from being closed before it is dup'ed
· dfc3767b
patacongo
authored
15 years ago
dfc3767b
Remove unused status field
· 92b19c9d
patacongo
authored
15 years ago
92b19c9d
Keep track of number of time free called
· 166b171d
patacongo
authored
15 years ago
166b171d
Use low-level debug which does not depend on stdout mapped to console
· 6e2d6f78
patacongo
authored
15 years ago
6e2d6f78
Add assert to prevent write() method from being by interrupt handlers
· f5492a1e
patacongo
authored
15 years ago
f5492a1e
CGI tried to execute using relative path
· 26e1c2dd
patacongo
authored
15 years ago
26e1c2dd
Fix order problem that was causing dup2 to clobber pipe FD and hang
· 0e88518c
patacongo
authored
15 years ago
0e88518c
cosmetic
· 8468ddf5
patacongo
authored
15 years ago
8468ddf5
move CGI logic to a separate file
· 18c85aee
patacongo
authored
15 years ago
18c85aee
Remove last remnants of SYLOGging
· 415d05f6
patacongo
authored
15 years ago
415d05f6
Sep 12, 2009
Day-of-week problem
· 91b95bbc
patacongo
authored
15 years ago
91b95bbc
cosmetic
· 1393779f
patacongo
authored
15 years ago
1393779f
Sep 11, 2009
Fix CGI pattern logic
· bb414032
patacongo
authored
15 years ago
bb414032
Don't use relative pathes when accessing files
· bd7c66ff
patacongo
authored
15 years ago
bd7c66ff
Remove check for outstanding un-ACKed data in TX poll
· 44f3418b
patacongo
authored
15 years ago
44f3418b
Fix race condition that can cause close of socket to hang
· 80113f7d
patacongo
authored
15 years ago
80113f7d
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
Loading