This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
devilutionX-lwip
mirror of
https://github.com/diasurgical/lwip.git
Watch
1
Star
0
Fork
You've already forked devilutionX-lwip
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1507
Commits
1
Branch
0
Tags
11 MiB
C
99.3%
CMake
0.3%
Makefile
0.2%
Tree:
cbfacb7ed9
STABLE-2_1_x
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cbfacb7ed9'
${ noResults }
devilutionX-lwip
/
src
/
include
History
goldsimon
cbfacb7ed9
bug
#26213
"Problem with memory allocation when debugging": memp_sizes contained the wrong sizes (including sanity regions); memp pools for MEM_USE_POOLS were too small; Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
17 years ago
..
ipv4/
lwip
patch
#6808
: Add a utility function ip_hinted_output() (for smaller code mainly)
17 years ago
ipv6/
lwip
Minor changes (but in lot of files): add #if/#endif for options where they could miss. #if LWIP_xxx if always put after #include "lwip/opt.h" (note this one indirectly include cc.h). Move others includes inside #if/#endif block.
19 years ago
lwip
bug
#26213
"Problem with memory allocation when debugging": memp_sizes contained the wrong sizes (including sanity regions); memp pools for MEM_USE_POOLS were too small; Added option MEM_USE_POOLS_TRY_BIGGER_POOL to try the next bigger malloc pool if one is empty (only usable with MEM_USE_POOLS).
17 years ago
netif
Fixed loopif_poll define (now maps directly to netif_poll)
18 years ago