likewise
|
bdfdc2bb83
|
Made hton/ntoh argument name in prototypes match those in functions.
|
23 years ago |
marcbou
|
351e590e01
|
Merged from DEVEL.
|
23 years ago |
leonwoestenberg
|
45756246b9
|
Merged from DEVEL.
|
23 years ago |
marcbou
|
611fb3a1f9
|
Merged from DEVEL.
|
23 years ago |
marcbou
|
ec1c2a714e
|
merged from DEVEL.
|
23 years ago |
marcbou
|
55f64f13c7
|
Important bug fixes and improvements.
|
23 years ago |
marcbou
|
bbc33080e7
|
Merged from DEVEL.
|
23 years ago |
marcbou
|
506a57392c
|
Merged from DEVEL
|
23 years ago |
marcbou
|
f0e0e72e4d
|
Patch #1623: Add missing pbuf_free() call after pbuf_chain() in slipif_input()
|
23 years ago |
likewise
|
7108c57876
|
Merged with DEVEL.
|
23 years ago |
likewise
|
49873ee687
|
Initial commit.
|
23 years ago |
likewise
|
cea2c0bbc4
|
Fixed a string literal being wrongly split over two lines.
|
23 years ago |
likewise
|
93dfcdce93
|
Fixes wrongly cast LWIP_DEBUGF arguments (patch #1596 and more).
|
23 years ago |
likewise
|
ba786dc49b
|
Applied patch #1596 fixing wrongly cast LWIP_DEBUGF arguments.
(printf expects integers on the var args stack)
|
23 years ago |
likewise
|
af384440f8
|
Applied patch #1597
|
23 years ago |
kieranm
|
8014551908
|
Changed DEBUGF to LWIP_DEBUGF
|
23 years ago |
likewise
|
c699921ff0
|
Fixed a multi-line comment.
|
23 years ago |
likewise
|
df99ce9d98
|
Replaced all tabs with two spaces (regardless of indentation is correct).
|
23 years ago |
likewise
|
829744dfe6
|
More precise comments on address change.
|
23 years ago |
likewise
|
734400cafa
|
Only free the queued packets if there are any.
|
23 years ago |
likewise
|
b306cab8be
|
Additional documentation on the subtle difference of a 'pbuf chain' and a 'packet queue'.
|
23 years ago |
likewise
|
031a4cbdd8
|
Increased number of debug messages to see pbuf chain actions.
|
23 years ago |
likewise
|
0fc282e182
|
Numerated contents so that they can be refered to.
|
23 years ago |
likewise
|
1eaf425627
|
Mentioned pbuf_alloc() fixes.
|
23 years ago |
likewise
|
326b8ff728
|
Fixed a memory leak when only a part of a PBUF_POOL chain could be allocated.
|
23 years ago |
likewise
|
9ed2b7e03c
|
pbuf_alloc() forgot to set tot_len field for PBUF_POOL pbufs.
|
23 years ago |
likewise
|
08703f46f8
|
Several additional documentation fixes.
|
23 years ago |
jani
|
ea08652416
|
fixed sio_read_abort prototype
|
23 years ago |
jani
|
26d9b28f77
|
sio and PPP updates from Marc
|
23 years ago |
jani
|
2bfd55fd69
|
sys_msleep and sys_jiffies used by PPP code.From Marc
|
23 years ago |
jani
|
39a6db4097
|
inet_ntoa and inet_aton from Marc
|
23 years ago |
jani
|
ff63557d39
|
Cleanups in PPP: C++ comments removed, make it compile for unixsim too. Does not work yet only compiles
|
23 years ago |
jani
|
4c7290fed0
|
Mention PPP in changelog
|
23 years ago |
jani
|
31776e23fe
|
add PPP stack from Marc. Work in progress
|
23 years ago |
jani
|
6719f10034
|
put LWIP_MAX and LWIP_MIN macros in def.h and use these instead of locally declaring them in .c files
|
23 years ago |
jani
|
b0273c9209
|
fix warning
|
23 years ago |
likewise
|
4ae13c6c26
|
Set UDP_FLAGS_CONNECTED in udp_connect().
|
23 years ago |
likewise
|
cf7054dff2
|
Merging some fixes that had been committed into STABLE.
|
23 years ago |
likewise
|
b8eeee5528
|
dhcp_recv() left dangling dhcp->p pointer in case of unexpected message.
This could result in pbuf_free() assertion (ref count 0) or crashes.
|
23 years ago |
likewise
|
30d5b11628
|
Cleanup of some formatting and comments.
|
23 years ago |
jani
|
cd65d36822
|
patches 1492, 1493 and 1494 from Marc
|
23 years ago |
likewise
|
cda867d52b
|
Applied patches posted by Marc Boucher on lwip-users May 18th 2003.
|
23 years ago |
jani
|
24a9063721
|
add sio_read and sio_write to beused by PPP
|
23 years ago |
jani
|
840953c0e3
|
empty lightweight protection macros defined not only for no_sys
|
23 years ago |
jani
|
398bf575d9
|
C++ comments cleanup
|
23 years ago |
jani
|
8bfe344923
|
fix format warning
|
23 years ago |
jani
|
c3fa5819fd
|
simplify MEM_ALIGN_SIZE macro
|
23 years ago |
likewise
|
7e73e4728d
|
Made pbuf flags unsigned. Added "incoming broadcast" flag.
|
23 years ago |
likewise
|
03bc7c868b
|
Major stylo search/replace for "One space between keyword and opening bracket."
|
23 years ago |
jani
|
4c3f44b0d2
|
add PPP_DEBUG option and align all options to teh same colums using spaces and no tabs.closes patch #1306 too
|
23 years ago |