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
09b640e844d80f063d2386af129fea5fd97b498f
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
Aug 02, 2009
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
Add fcntl(F_DUPFD)
· 297cb5e2
patacongo
authored
15 years ago
297cb5e2
Jul 18, 2009
Still fleshing out THTTPD example
· e68c54fe
patacongo
authored
15 years ago
e68c54fe
Add skeleton for fcntl()
· 8c7634d4
patacongo
authored
15 years ago
8c7634d4
Document string operations
· 5f7092fd
patacongo
authored
15 years ago
5f7092fd
Add strpbrk()
· eefb2054
patacongo
authored
15 years ago
eefb2054
Add strstr()
· b9e21dba
patacongo
authored
15 years ago
b9e21dba
Add framework for THTTPD example
· 22fa6bdf
patacongo
authored
15 years ago
22fa6bdf
Fix CGI I/O redirection and interposer tasks
· 8c17e7f6
patacongo
authored
15 years ago
8c17e7f6
Jul 14, 2009
Fix typo in vectored interrpt logic
· 59cf5438
patacongo
authored
15 years ago
59cf5438
A big, hard-coded stack size was used in several places
· 4b3d42c8
patacongo
authored
15 years ago
4b3d42c8
Jul 13, 2009
Add fileno()
· 485c3066
patacongo
authored
15 years ago
485c3066
Add THTTPD configuration
· 470cba23
patacongo
authored
15 years ago
470cba23
Add NXFLAT CGI programs
· 8f3d3641
patacongo
authored
15 years ago
8f3d3641
Jul 12, 2009
Add tdate_parse.c
· 3975fc5b
patacongo
authored
15 years ago
3975fc5b
Add fdwatch.c and timers.c
· 40205065
patacongo
authored
15 years ago
40205065
libthttpd.c now longer used fork() and execve()
· 1235ab92
patacongo
authored
15 years ago
1235ab92
Added exec()
· 29899e10
patacongo
authored
15 years ago
29899e10
Add libhttpd.c
· 93e34db9
patacongo
authored
15 years ago
93e34db9
Add strftime
· 49a83478
patacongo
authored
15 years ago
49a83478
Add gmtime and localtime
· b32b7cb4
patacongo
authored
15 years ago
b32b7cb4
Jul 11, 2009
Add framework for thttpd
· de18e327
patacongo
authored
15 years ago
de18e327
Add gettimeofday()
· 4f255b5f
patacongo
authored
15 years ago
4f255b5f
mktime/gmtime_r moved and highly simplified
· 631788ec
patacongo
authored
15 years ago
631788ec
Added some pattern matching logic
· bfd2dc6c
patacongo
authored
15 years ago
bfd2dc6c
Add reference to NXFLAT interface
· 45659df1
patacongo
authored
15 years ago
45659df1
Jun 27, 2009
Document binary loadr APIs
· 57283ed7
patacongo
authored
15 years ago
57283ed7
Loading