nes-proj/core/net
Mark Solters 65632cb086 Fix IPv6 HTTP URL parsing
Currently, http-socket uses a `parse_url` method which only works correctly with IPv4 hosts (e.g. `http://192.168.1.1:3000`).  When using an IPv6 host (e.g. `http://[abcd::1]:3000`), the port number is not parsed due to a pointer increment error, which leads to the algorithm assuming a default port of 80 even when the user code has specified otherwise.  This fix provides full URL parsing for IPv6 hosts, and does not break IPv4 functionality.
2016-05-26 22:42:53 -04:00
..
http-socket Fix IPv6 HTTP URL parsing 2016-05-26 22:42:53 -04:00
ip Indent tcpip.c 2016-04-25 11:50:14 +02:00
ip64
ipv4
ipv6 Merge pull request #1579 from bkozak-scanimetrics/fix_csma_backoff 2016-04-28 10:24:55 +02:00
llsec llsec: Fix for Issue #1537 2016-04-13 09:16:09 -07:00
mac Merge pull request #1682 from simonduq/pr/fix-tsch-log 2016-05-25 18:02:36 +02:00
rime
rpl Merge pull request #1635 from simonduq/pr/dao-no-k-flag-in-nopath 2016-04-28 14:45:01 +02:00
linkaddr.c
linkaddr.h
nbr-table.c added init value of locked variable 2016-03-26 09:45:39 +01:00
nbr-table.h fixed codestyle, improved APIs, and cleaned up comments 2016-03-26 20:12:52 +01:00
netstack.c
netstack.h
packetbuf.c packetbuf: No more splitting of header and data 2016-04-15 03:12:40 -07:00
packetbuf.h Merge pull request #1425 from kkrentz/llsec-fixes 2016-04-19 17:29:00 +02:00
queuebuf.c
queuebuf.h