aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip
Commit message (Expand)AuthorAgeFilesLines
* AppConfigHeaders: Update several additional user projects to use configuratio...Dean Camera2012-05-121-0/+2
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-1/+1
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-053-5/+5
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-222-7/+18
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-5/+4
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-4/+3
* Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean Camera2010-11-251-1/+1
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1311-147/+158
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-13/+13
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-301-6/+6
* Spell check all source files once again to find any typos.Dean Camera2010-07-293-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0811-5887/+5887
* Change over unix line-endings to dos line endings.Dean Camera2010-05-0711-5871/+5871
* Use a temporary variable to hold the current URI length in the Webserver, rat...Dean Camera2010-02-181-4/+0
* Add uIP-split code to the Webserver project, so that each packet is split in ...Dean Camera2010-02-182-0/+248
* Speed up Webserver demo data rate by not sending a full ethernet frame each t...Dean Camera2010-02-121-1/+1
* Move DHCP negotiation timer into the DHCP connection application state struct...Dean Camera2010-02-121-1/+4
* Fix DHCPClient init code in the Webserver project writing to the incorrect ap...Dean Camera2010-02-121-1/+0
* Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean Camera2010-02-071-1/+1
* Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ...Dean Camera2010-02-031-0/+2
* Add a TELNET server to the webserver project, which currently can list active...Dean Camera2010-02-033-21/+45
* Exclude FATFs from the Webserver project documentation. Rename the functions ...Dean Camera2010-02-032-34/+30
* Remove now unused conf directory from the uIP stack in the Webserver project.Dean Camera2010-02-025-223/+0
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-0222-3196/+1137
* Clean up HTTP webserver code in the Webserver project, so that it follows the...Dean Camera2010-01-311-6/+7
* Better HTTP GET parsing in the Webserver demo, add application polling.Dean Camera2010-01-311-1/+1
* Add TCP retransmission support to the HTTP webserver in the Webserver project...Dean Camera2010-01-291-1/+4
* Add MIME type handling to the Webserver project, so that files of different t...Dean Camera2010-01-291-0/+1
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-1/+4
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean Camera2010-01-271-0/+6
* Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean Camera2010-01-274-14/+22
* Moved initial completed version of the Webserver project out of the Projects/...Dean Camera2010-01-2528-0/+7879