Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alexbartlow
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
extmod
on
parse-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 11, 2016
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
pfalcon
committed
f8fb447
View commit details
Copy full SHA for f8fb447
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
Show description for 7063210
pfalcon
committed
7063210
View commit details
Copy full SHA for 7063210
View code at this point
Browse repository at this point
extmod/modwebsocket.h: Split websocket-related defines for reuse.
pfalcon
committed
b69f798
View commit details
Copy full SHA for b69f798
View code at this point
Browse repository at this point
extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl.
Show description for d6236e8
pfalcon
committed
d6236e8
View commit details
Copy full SHA for d6236e8
View code at this point
Browse repository at this point
extmod/modwebsocket: Allow to get type of last read data using ioctl().
pfalcon
committed
6837dba
View commit details
Copy full SHA for 6837dba
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
extmod/modwebsocket: Record current fragment type (binary/text/etc.)
Show description for f38e8f5
pfalcon
committed
f38e8f5
View commit details
Copy full SHA for f38e8f5
View code at this point
Browse repository at this point
extmod/modwebsocket: Add option for blocking writes to non-blk sockets.
Show description for 5b1c221
pfalcon
committed
5b1c221
View commit details
Copy full SHA for 5b1c221
View code at this point
Browse repository at this point
extmod/modwebsocket: Reset mask between packets.
pfalcon
committed
397b705
View commit details
Copy full SHA for 397b705
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
extmod/modwebsocket: Make sure to propagate EOF.
pfalcon
committed
7e9182f
View commit details
Copy full SHA for 7e9182f
View code at this point
Browse repository at this point
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Show description for 20d9bc2
Tom Sparks
authored and
pfalcon
committed
20d9bc2
View commit details
Copy full SHA for 20d9bc2
View code at this point
Browse repository at this point
extmod/modwebsocket: Properly check number of args to constructor.
pfalcon
committed
05ba243
View commit details
Copy full SHA for 05ba243
View code at this point
Browse repository at this point
Commits on Mar 27, 2016
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
pfalcon
committed
651a188
View commit details
Copy full SHA for 651a188
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
extmod/modlwip: lwip_socket_setsockopt: Handle option value properly.
pfalcon
committed
91031a7
View commit details
Copy full SHA for 91031a7
View code at this point
Browse repository at this point
extmod/modlwip: Add lwip->POSIX error map for lwIP 1.4.0.
Show description for 4332d72
pfalcon
committed
4332d72
View commit details
Copy full SHA for 4332d72
View code at this point
Browse repository at this point
extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition.
Show description for de0c84e
pfalcon
committed
de0c84e
View commit details
Copy full SHA for de0c84e
View code at this point
Browse repository at this point
extmod/modlwip: Implement setsocketopt(SO_REUSEADDR).
pfalcon
committed
5e75f33
View commit details
Copy full SHA for 5e75f33
View code at this point
Browse repository at this point
extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt().
pfalcon
committed
8f1854a
View commit details
Copy full SHA for 8f1854a
View code at this point
Browse repository at this point
Commits on Mar 24, 2016
extmod/modwebsocket: Implement read support.
pfalcon
committed
3dbd2ee
View commit details
Copy full SHA for 3dbd2ee
View code at this point
Browse repository at this point
extmod/modwebsocket: Start module for WebSocket helper functions.
Show description for 24342dd
pfalcon
committed
24342dd
View commit details
Copy full SHA for 24342dd
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
extmod/uctypes: Change param type from void* to byte*.
dpgeorge
committed
b894551
View commit details
Copy full SHA for b894551
View code at this point
Browse repository at this point
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
dpgeorge
committed
da161fd
View commit details
Copy full SHA for da161fd
View code at this point
Browse repository at this point
extmod/uctypes: Use mp_binary_get_val helper when extracting value.
Show description for 12154b1
dpgeorge
committed
12154b1
View commit details
Copy full SHA for 12154b1
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
py: When printf'ing an object as a pointer, pass the concrete pointer.
dpgeorge
committed
0be6359
View commit details
Copy full SHA for 0be6359
View code at this point
Browse repository at this point
Commits on Mar 12, 2016
extmod/modlwip: lwip_tcp_receive: Properly map lwIP error to POSIX errno.
pfalcon
committed
0779409
View commit details
Copy full SHA for 0779409
View code at this point
Browse repository at this point
extmod/modlwip: Add socket.setblocking() method.
pfalcon
committed
ba8f7d5
View commit details
Copy full SHA for ba8f7d5
View code at this point
Browse repository at this point
extmod/modlwip: Rework getaddrinfo() data passing.
Show description for 09ed5bc
pfalcon
committed
09ed5bc
View commit details
Copy full SHA for 09ed5bc
View code at this point
Browse repository at this point
Commits on Mar 11, 2016
extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined.
Show description for e5b0473
pfalcon
committed
e5b0473
View commit details
Copy full SHA for e5b0473
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
extmod/modlwip: Factor out "socket connected" check to a function.
Show description for 43d4975
pfalcon
committed
43d4975
View commit details
Copy full SHA for 43d4975
View code at this point
Browse repository at this point
extmod/modlwip: Support non-blocking recv().
pfalcon
committed
fda874e
View commit details
Copy full SHA for fda874e
View code at this point
Browse repository at this point
extmod/modlwip: Add .write() stream method.
pfalcon
committed
7379be3
View commit details
Copy full SHA for 7379be3
View code at this point
Browse repository at this point
extmod/modlwip: Still process remaining incoming data of a closed socket.
Show description for 4f64f6b
dpgeorge
authored and
pfalcon
committed
4f64f6b
View commit details
Copy full SHA for 4f64f6b
View code at this point
Browse repository at this point
extmod/modlwip: Check for state change during recv busy-wait loop.
Show description for 6d2e9e7
dpgeorge
authored and
pfalcon
committed
6d2e9e7
View commit details
Copy full SHA for 6d2e9e7
View code at this point
Browse repository at this point
extmod/modlwip: Add stream .read() and .readline() methods.
pfalcon
committed
6185dc5
View commit details
Copy full SHA for 6185dc5
View code at this point
Browse repository at this point
extmod/modlwip: Add dummy .makefile() method.
pfalcon
committed
f1919b7
View commit details
Copy full SHA for f1919b7
View code at this point
Browse repository at this point
extmod/modlwip: Add stream protocol read method.
pfalcon
committed
c7fb87c
View commit details
Copy full SHA for c7fb87c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.