| Age | Commit message (Expand) | Author |
| 2012-06-26 | Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP c... | Dean |
| 2012-05-15 | AppConfigHeaders: Make sure that in applications using an AppConfig.h configu... | Dean |
| 2012-05-13 | AppConfigHeaders: Move out the last of the demo/app configurations into new A... | Dean |
| 2012-05-13 | AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h conf... | Dean |
| 2012-02-29 | Update StaticAnalysisTest to check for missing header files. Fix found incorr... | Dean |
| 2012-02-04 | Update file contributor copyrights for 2012. | Dean |
| 2012-02-04 | Update file header copyrights for 2012. | Dean |
| 2012-02-01 | Minor documentation improvements. | Dean |
| 2011-10-09 | Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi... | Dean |
| 2011-09-21 | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ... | Dean |
| 2011-07-11 | More endianness porting of the LUFA device mode class drivers. | Dean |
| 2011-06-14 | Fix Doxygen documentation errors. | Dean |
| 2011-06-05 | Massive corrections to the project documentation and code comments, thanks to... | Dean |
| 2011-06-01 | Spell check library source code files. | Dean |
| 2011-05-22 | Add RNDIS Device support to the Webserver project, so that the files stored o... | Dean |
| 2011-05-18 | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De... | Dean |
| 2011-04-10 | Remove redundant type information for bitfield elements, other than the signe... | Dean |
| 2011-03-23 | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean |
| 2011-01-30 | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-10-28 | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean |
| 2010-10-25 | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean |
| 2010-10-24 | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ... | Dean |
| 2010-10-13 | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean |
| 2010-07-30 | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean |
| 2010-07-30 | More spell checking of all source files -- correct missed errors, switch to E... | Dean |
| 2010-07-29 | Spell check all source files once again to find any typos. | Dean |
| 2010-07-26 | Rename reserved members of all structs so that they are uniformly named acros... | Dean |
| 2010-07-22 | Fix up minor whitespace formatting errors. | Dean |
| 2010-07-21 | Update all demos, projects and bootloaders to indent all function parameters,... | Dean |
| 2010-07-18 | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean |
| 2010-06-15 | Change over Doxygen \note documentation to \pre where applicable. | Dean |
| 2010-06-03 | Minor documentation cleanups. | Dean |
| 2010-05-26 | Switch to using the correct intptr_t type use where a pointer must be cast to... | Dean |
| 2010-05-25 | Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC... | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-04-28 | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean |
| 2010-01-21 | Fix up the incomplete Webserver project so that it integrates with the uIP st... | Dean |
| 2009-12-30 | Update copyright year to 2010. | Dean |
| 2009-12-28 | Fix MIT license language to make its intent clearer. | Dean |
| 2009-11-26 | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean |
| 2009-11-09 | Spell check all source code variables, comments and strings. | Dean |
| 2009-10-08 | Application documentation/comment cleanup. | Dean |
| 2009-08-07 | Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou... | Dean |
| 2009-08-05 | Make Control Endpoint stream transfers more reliable by adding in early abort... | Dean |
| 2009-07-29 | Added 404 errors to the RNDIS Webserver example. | Dean |
| 2009-07-13 | Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu... | Dean |
| 2009-07-13 | Added compatibility list to the documentation of each individual demo. | Dean |
| 2009-06-28 | Added const modifiers to device mode class drivers. | Dean |
| 2009-06-19 | Clean up RNDIS demo type define names. | Dean |