oliverschmidt
8ddbf4642b
Made the webserver cfs support build and run.
2007-04-23 23:08:44 +00:00
oliverschmidt
9dd1bde01b
Removed unreferenced source from application makefile.
2007-04-23 21:22:54 +00:00
oliverschmidt
2662a31d30
Made the webserver logging follow the popular pattern of foo_???() being declared in foo.h and defined in foo.c.
2007-04-23 21:19:55 +00:00
oliverschmidt
69952696fa
Adjusted source formatting Mk II ;-)
2007-04-22 09:53:50 +00:00
oliverschmidt
f70efdf7ad
Adjusted source formatting.
2007-04-22 09:52:33 +00:00
oliverschmidt
df278abd09
Added center alignment to network statistic columns. Now it looks nicer and is consistent with the system processes columns.
2007-04-14 13:48:33 +00:00
oliverschmidt
46824932fc
Direct httpd logs to the Contiki log for non-CTK scenarios.
2007-04-14 13:40:53 +00:00
oliverschmidt
2d277b846c
Updated processes script output to match HTML ;-)
2007-04-08 19:39:05 +00:00
adamdunkels
e66eb356e0
Updated processes HTML to match script output
2007-04-07 05:41:24 +00:00
oliverschmidt
fe3e6c1a36
Ported processes cgi to Contiki 2.x.
2007-04-07 01:31:29 +00:00
oliverschmidt
661a58cddb
Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules.
2007-04-05 19:50:43 +00:00
adamdunkels
c870fe5656
Updated with new Contiki website URL
2007-03-29 22:21:31 +00:00
adamdunkels
3f876d6fe2
Updated for Contiki 2.0
2007-03-29 22:21:19 +00:00
adamdunkels
db1587f346
Added comment in makefile on how to produce the http-strings.c file; having the actual rule in the makefile does not seem to work
2007-03-29 22:21:02 +00:00
adamdunkels
82caf5eb1a
HTTP strings
2007-03-29 22:18:07 +00:00
oliverschmidt
ce66abfe48
It simply doesn't make sense to link in both webserver.c and webserver-nogui.c. This raises the question if examples/webserver was tested at all ;-)
2007-03-03 12:42:56 +00:00
adamdunkels
1ab2bba7b8
Fix for bug when script goes past the end of a file (thanks to Till Harbaum)
2006-09-20 19:18:56 +00:00
oliverschmidt
1f7391e7de
Avoid compiler warnings.
2006-08-16 22:09:51 +00:00
bg-
fb94d50410
Change typedef of uip_ipaddr_t from a vector type to a union.
...
typedef union uip_ip4addr_t {
u16_t u16[2];
u8_t u8[4];
} uip_ip4addr_t;
typedef uip_ip4addr_t uip_ipaddr_t;
This implies that one must consistently pass pointers to
uip_ipaddr_t:s and not mix and match pointers with
uip_ipaddr_t:s as was done earlier.
2006-08-09 16:13:39 +00:00
adamdunkels
c9e808d638
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00