-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP_Scripting: added socket network bindings #25687
Merged
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
1b85565
AP_HAL: mark new accept() socket as connected
tridge 2d97d64
AP_HAL: added close() to SocketAPM
tridge 0a063bb
AP_HAL: fixed SO_REUSEADDR on bind
tridge 33ec538
AP_HAL: mark socket as not connected on EOF
tridge 998de91
AP_Filesystem: fixed fseek and open of directories
tridge e3562bf
AP_Filesystem: added option @SYS/flash.bin
tridge 604f0a1
HAL_ChibiOS: defaults to 50 socket limit
tridge 84bbdef
AP_Scripting: added bindings for SocketAPM
tridge b3750cd
AP_Scripting: added isdirectory()
tridge a2c280b
AP_Scripting: added web server appliction
tridge ed0856d
AP_Scripting: added poll bindings
tridge 82e56cf
AP_Networking: make lwip debugging easier
tridge c490f26
HAL_ChibiOS: make lwip debugging easier
tridge cf35ec4
AP_Scripting: improve web server debug
tridge 3d9a144
waf: fix dependency on lwip code
tridge de03aff
HAL_ChibiOS: adjust buffer sizes
tridge 8b9c310
HAL_ChibiOS: increase LWIP windows
tridge 220a1b4
AP_Scripting: webserver improvements
tridge b178b9a
AP_Filesystem: expose APFS_FILE structure
tridge 6de3817
AP_HAL: added duplicate() in SocketAPM
tridge 5d28424
AP_Networking: added sendfile()
tridge 8178d11
AP_Scripting: added sendfile() API on sockets
tridge 0f6c1e2
AP_Scripting: use sendfile() in web server
tridge 3cde84f
AP_Filesystem: implement stat() call for lua
tridge 646423c
AP_RTC: added time and date APIs for lua
tridge 1f362e0
AP_Scripting: added stat() binding for filesystem
tridge 24bde34
AP_Scripting: added If-Modified-Since for webserver
tridge 3893c50
AP_Scripting: added a home page and ajax support
tridge e2e61d8
AP_Scripting: updated docs
tridge 648731c
AP_Scripting: fixed webserver warnings
tridge a1b27a2
AP_RTC: fixed build on arm
tridge cc4692d
AP_Scripting: review fixes
tridge 5913b82
Tools: fixed AerobaticsScripting test
tridge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
memset