aboutsummaryrefslogtreecommitdiff
path: root/Projects/Webserver/Lib/uip
AgeCommit message (Expand)Author
2012-06-09Spell check source code, fix mistakes.Dean
2012-05-12AppConfigHeaders: Update several additional user projects to use configuratio...Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-05-22Add RNDIS Device support to the Webserver project, so that the files stored o...Dean
2011-04-08Move global interrupt enable/disable functions out to Common.h and document t...Dean
2011-04-08Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean
2010-11-25Changed the XPLAINBridge software UART to use the regular CTC mode instead of...Dean
2010-11-08Added board hardware driver support for the Adafruit U4 breakout board.Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-07-30Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-30Spell check more of the third party libraries used by LUFA.Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Change over unix line-endings to dos line endings.Dean
2010-02-18Use a temporary variable to hold the current URI length in the Webserver, rat...Dean
2010-02-18Add uIP-split code to the Webserver project, so that each packet is split in ...Dean
2010-02-12Speed up Webserver demo data rate by not sending a full ethernet frame each t...Dean
2010-02-12Move DHCP negotiation timer into the DHCP connection application state struct...Dean
2010-02-12Fix DHCPClient init code in the Webserver project writing to the incorrect ap...Dean
2010-02-07Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean
2010-02-03Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ...Dean
2010-02-03Add a TELNET server to the webserver project, which currently can list active...Dean
2010-02-03Exclude FATFs from the Webserver project documentation. Rename the functions ...Dean
2010-02-02Remove now unused conf directory from the uIP stack in the Webserver project.Dean
2010-02-02Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean
2010-01-31Clean up HTTP webserver code in the Webserver project, so that it follows the...Dean
2010-01-31Better HTTP GET parsing in the Webserver demo, add application polling.Dean
2010-01-29Add TCP retransmission support to the HTTP webserver in the Webserver project...Dean
2010-01-29Add MIME type handling to the Webserver project, so that files of different t...Dean
2010-01-28Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean
2010-01-27Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean
2010-01-27Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean
2010-01-25Moved initial completed version of the Webserver project out of the Projects/...Dean