index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
netutils
Age
Commit message (
Expand
)
Author
2021-07-12
shared: Introduce new top-level dir and move 1st party lib code there.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-06-03
lib/netutils: Add DHCP server component.
Damien George
2019-02-26
lib/netutils: Add function to print tracing info for Ethernet frames.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-29
lib/netutils: Update for changes to mp_obj_str_get_data.
Damien George
2015-05-04
lib: Move some common mod_network_* functions to lib/netutils.
Josef Gajdusek