dak664
0798c56899
Print ipv6 address in weblog and tcp_stats cgi
2009-08-12 18:23:37 +00:00
adamdunkels
28d52894a0
Reverted raven changes, which are now in the raven-webserver directory
2008-10-14 11:07:57 +00:00
julienabeille
3f394fe927
applications updates for uIPv6
2008-10-14 09:40:11 +00:00
oliverschmidt
2a98ace477
Allow to configure the maximum number of simultaneous connections to the cgi webserver.
2007-11-26 21:36:35 +00:00
oliverschmidt
7acad03398
Optimzed PETSCII support.
2007-11-25 23:31:11 +00:00
oliverschmidt
4059cd22ce
Include 'Referer:' in referer log message.
2007-11-24 13:16:30 +00:00
oliverschmidt
4c6b5b9c17
Removed compiler warnings.
2007-11-17 20:44:07 +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
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