goldsimon
|
726af89168
|
minor compiler warning fixes and coding style
|
2015-09-17 11:00:21 +02:00 |
|
sg
|
f7905582db
|
More tiny code cleanups...
|
2015-02-11 21:53:12 +01:00 |
|
Fred Baksik
|
f12e6837be
|
LWIP_PLATFORM_DIAG: check if LWIP_PLATFORM_DIAG is defined as needed.
-- LWIP_STATS and LWIP_DEBUG require this macro
|
2015-02-11 21:44:43 +01:00 |
|
Simon Goldschmidt
|
a70567e74f
|
patch #8009 by chrysn: stats_display_igmp used by ml6d
|
2014-01-18 22:16:09 +01:00 |
|
goldsimon
|
193ccaa3b4
|
IGMP stats: added missing tab (by Gisle Vanem)
|
2012-03-01 19:21:17 +01:00 |
|
goldsimon
|
2ed5413e24
|
use const char for name pointers in display functions
|
2011-06-07 19:32:20 +00:00 |
|
goldsimon
|
d30246dc05
|
Fixed bug #33492 (fixed stats for IPv6 protocols)
|
2011-06-07 19:05:22 +00:00 |
|
goldsimon
|
46b7bd6ec3
|
Make functions static where applicable, add default cases to switches where applicable, prevent old-style function prototypes (without arguments)
|
2010-03-26 14:07:05 +00:00 |
|
goldsimon
|
1d8538bca4
|
Added const char* name to mem- and memp-stats for easier debugging.
|
2010-02-21 12:32:29 +00:00 |
|
goldsimon
|
cbb86fe590
|
Added stats for mutexes
|
2010-02-13 17:26:40 +00:00 |
|
goldsimon
|
27d4cf6aef
|
Improved IGMP stats (patch from bug #28798)
|
2010-02-08 19:19:26 +00:00 |
|
goldsimon
|
779938ea68
|
patch #6483: stats module improvement: Added defines to display each module's statistic individually, added stats defines for MEM, MEMP and SYS modules, removed (unused) rexmit counter.
|
2008-06-27 18:37:53 +00:00 |
|
jifl
|
30d4c243ec
|
* mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors
and/or warnings on some systems where mem_size_t and size_t differ.
|
2008-03-04 16:31:31 +00:00 |
|
goldsimon
|
1b07fecbf3
|
Introduced ETHARP_STATS
|
2007-11-28 21:25:06 +00:00 |
|
goldsimon
|
199648ff37
|
Changed initialization: many init functions are not needed any more since we now rely on the compiler initializing global and static variables to zero!
|
2007-10-09 19:59:56 +00:00 |
|
fbernon
|
e3cd1ac1f9
|
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.
|
2007-09-07 23:01:59 +00:00 |
|
jgrubb
|
baca292f47
|
Task #7136: Fix bug of wrong file name for centralized mempool settings.
|
2007-08-20 16:42:16 +00:00 |
|
jgrubb
|
cc7d1226ee
|
Task #7136: Centralize mempool settings into new memp_std.h and optional user file lwippools.h.
|
2007-08-17 17:49:17 +00:00 |
|
fbernon
|
9152d6671c
|
Comments Fix for Doxygen documentation
|
2007-08-09 22:21:44 +00:00 |
|
fbernon
|
ac2932bac3
|
stats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug #20503 : IGMP Improvement. Introduce IGMP_STATS to centralize statistics management.
|
2007-08-09 20:09:22 +00:00 |
|
goldsimon
|
ebcb46cd48
|
Included the mem_malloc pools in memp_names if MEM_USE_POOLS=1
|
2007-07-18 20:30:21 +00:00 |
|
goldsimon
|
2e479b88a8
|
Updated stats.h/.c to reflect the integration of pbuf pool into memp
|
2007-05-16 13:49:44 +00:00 |
|
goldsimon
|
b41520f9e2
|
Removed unused pbuf stats items
|
2007-05-08 18:55:29 +00:00 |
|
fbernon
|
e54cd23ecb
|
stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the new option LWIP_STATS_LARGE. If you need this option, define LWIP_STATS_LARGE to 1 in your lwipopts.h. More, unused counters are not defined in the stats structs, and not display by stats_display(). Note that some options (SYS_STATS and RAW_STATS) are defined but never used. Fix msg_in.c with the correct #if test for a stat display.
|
2007-03-22 16:36:45 +00:00 |
|
fbernon
|
eab3667b61
|
memp.h, stats.c: Fix stats_display function where memp_names table wasn't synchronized with memp.h
|
2007-03-20 18:12:06 +00:00 |
|
christiaans
|
d4b6471d39
|
Replaced tabs with space.
|
2006-11-17 10:51:13 +00:00 |
|
christiaans
|
b5f4672155
|
Partially accepted patch #5449 for ANSI C compatibility / build fixes. Fixed bug #17574 corrected UDP-Lite protocol identifier.
|
2006-10-11 12:04:04 +00:00 |
|
christiaans
|
e1b215aa73
|
Introduced cc.h formatters and removed SO_REUSE from transport layers.
|
2005-11-25 12:03:38 +00:00 |
|
likewise
|
7524893802
|
Dependencies on C library memset() etc., so include <string.h>.
|
2004-07-04 23:43:38 +00:00 |
|
jani
|
d27448da8a
|
fix up stats_display which was added in previous commit
|
2004-03-26 12:47:57 +00:00 |
|
jani
|
d36b723056
|
fix SO_REUSE ifdef fixes
|
2004-03-26 12:40:58 +00:00 |
|
likewise
|
e1c4bfad05
|
Merged from DEVEL, except for the API change in etharp.c.
|
2004-02-07 00:30:03 +00:00 |
|
likewise
|
e4a6d199fe
|
Merged from DEVEL into main tree.
|
2003-11-14 13:17:23 +00:00 |
|
jani
|
0846206bc0
|
rename STATS to LWIP_STATS and make it checked by #if not #ifdef.The rest of the _STATS defines should follow
|
2003-03-19 12:37:46 +00:00 |
|
jani
|
18df3961e9
|
byte-order handling functions are in inet.c now and the uperrcase counterparts are gone. opt.h has all the
configurable items debug does not need to be directly included.
|
2003-02-21 16:43:46 +00:00 |
|
likewise
|
cc4df7100d
|
Updated lwIP module copyright years to include 2003. Committers must check theirs.
|
2003-01-08 10:09:39 +00:00 |
|
jani
|
ef68392388
|
renamed (hopefully everywhere) stats to lwip_stats.closes bug #1901
|
2002-12-18 12:49:01 +00:00 |
|
jani
|
4c1069c38b
|
use memset and memcpy instead of bzero and bcopy throughout lwIP core code.Archs need to update.Bug #1899
|
2002-12-18 10:40:01 +00:00 |
|
likewise
|
f06e955072
|
Initial revision
|
2002-10-19 12:59:30 +00:00 |
|