This website requires JavaScript.
Explore
Help
Sign In
eqmk
/
qmk_firmware
forked from
mfulz_github/qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8154331da6
qmk_firmware
/
Projects
/
Webserver
/
Lib
/
uip
History
Dean Camera
8154331da6
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
2010-02-12 07:27:26 +00:00
..
clock.c
Add a TELNET server to the webserver project, which currently can list active TCP connections.
2010-02-03 10:39:33 +00:00
clock.h
Add a TELNET server to the webserver project, which currently can list active TCP connections.
2010-02-03 10:39:33 +00:00
timer.c
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
2010-01-25 12:10:13 +00:00
timer.h
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
2010-01-25 12:10:13 +00:00
uip.c
Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data.
2010-02-03 14:09:56 +00:00
uip.h
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
2010-02-02 12:51:05 +00:00
uip_arp.c
Exclude FATFs from the Webserver project documentation. Rename the functions in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
2010-02-03 00:48:06 +00:00
uip_arp.h
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
2010-02-02 12:51:05 +00:00
uipopt.h
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
2010-02-12 07:27:26 +00:00