index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
/
Webserver
/
Lib
/
uip
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a temporary variable to hold the current URI length in the Webserver, rat...
Dean Camera
2010-02-18
1
-4
/
+0
*
Add uIP-split code to the Webserver project, so that each packet is split in ...
Dean Camera
2010-02-18
2
-0
/
+248
*
Speed up Webserver demo data rate by not sending a full ethernet frame each t...
Dean Camera
2010-02-12
1
-1
/
+1
*
Move DHCP negotiation timer into the DHCP connection application state struct...
Dean Camera
2010-02-12
1
-1
/
+4
*
Fix DHCPClient init code in the Webserver project writing to the incorrect ap...
Dean Camera
2010-02-12
1
-1
/
+0
*
Make Webserver allow HTTP requests for files with up to 50 characters in the ...
Dean Camera
2010-02-07
1
-1
/
+1
*
Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ...
Dean Camera
2010-02-03
1
-0
/
+2
*
Add a TELNET server to the webserver project, which currently can list active...
Dean Camera
2010-02-03
3
-21
/
+45
*
Exclude FATFs from the Webserver project documentation. Rename the functions ...
Dean Camera
2010-02-03
2
-34
/
+30
*
Remove now unused conf directory from the uIP stack in the Webserver project.
Dean Camera
2010-02-02
5
-223
/
+0
*
Replace the Webserver demo's uIP with the latest code ripped from the Contiki...
Dean Camera
2010-02-02
22
-3196
/
+1137
*
Clean up HTTP webserver code in the Webserver project, so that it follows the...
Dean Camera
2010-01-31
1
-6
/
+7
*
Better HTTP GET parsing in the Webserver demo, add application polling.
Dean Camera
2010-01-31
1
-1
/
+1
*
Add TCP retransmission support to the HTTP webserver in the Webserver project...
Dean Camera
2010-01-29
1
-1
/
+4
*
Add MIME type handling to the Webserver project, so that files of different t...
Dean Camera
2010-01-29
1
-0
/
+1
*
Add FatFS library to the Webserver project, extend the HTTP server so that it...
Dean Camera
2010-01-28
1
-1
/
+4
*
Clean up Webserver project - add more Doxygen documentation for the new DHCP ...
Dean Camera
2010-01-27
1
-0
/
+6
*
Add DHCP server to the Webserver demo for automatic network configuration. Co...
Dean Camera
2010-01-27
4
-14
/
+22
*
Moved initial completed version of the Webserver project out of the Projects/...
Dean Camera
2010-01-25
28
-0
/
+7879