aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean Camera2012-02-292-5/+5
* Update file contributor copyrights for 2012.Dean Camera2012-02-0416-16/+16
* Update file header copyrights for 2012.Dean Camera2012-02-0416-16/+16
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-239-27/+31
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-181-1/+1
* Use strcat() in the HTTPServer project instead of using strcpy() and strlen().Dean Camera2011-11-091-4/+4
* Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(...Dean Camera2011-07-301-1/+1
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-152-328/+328
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-1/+1
* Switch the HTTP Webserver project to use the safer strlcpy() instead of strnc...Dean Camera2011-07-041-8/+2
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-057-9/+10
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Update Webserver project to remove DHCP IP configuration status notification.Dean Camera2011-05-264-13/+2
* Correct errors in the DHCP Server application in the Webserver project, that ...Dean Camera2011-05-232-62/+90
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-2211-218/+676
* 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
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-36/+36
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-102-6/+8
* Update projects using FatFS and PetiteFatFS to the latest library versions.Dean Camera2011-02-066-831/+970
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+6
* Update copyright year on all source files.Dean Camera2011-01-0112-24/+24
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-263-1/+40
* 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
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2812-12/+12
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-243-4/+2
* Minor documentation corrections.Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1330-390/+420
* Fix Webserver project code not compiling due to the changes to the USB mode s...Dean Camera2010-10-121-1/+1
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-3/+3
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-182-31/+67
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-302-2/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-304-19/+19
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-304-21/+21
* Spell check all source files once again to find any typos.Dean Camera2010-07-2911-91/+91
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-216-20/+46
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-8/+2
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-2/+2
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-151-3/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-3/+3
* Update TemperatureDataLogger and Webserver projects to the latest FATFS libra...Dean Camera2010-06-145-1000/+1441
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Minor documentation cleanups.Dean Camera2010-06-033-27/+27
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0830-12419/+12419
* Change over unix line-endings to dos line endings.Dean Camera2010-05-0713-5873/+5873
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-186-20/+20
* Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di...Dean Camera2010-03-105-22/+35
* Fix incorrect LED mask name in the Webserver project.Dean Camera2010-03-091-1/+1