Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU extensions).
[pub/USBasp.git] / Projects / Webserver / Lib /
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraSpell check more of the third party libraries used...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraFix pointer aliasing warning in the Mass Storage demos.
2010-07-09 Dean CameraRewrote the implementation of the SwapEndian_16() and...
2010-06-14 Dean CameraUpdate TemperatureDataLogger and Webserver projects...
2010-06-03 Dean CameraMore documentation fixes.
2010-06-03 Dean CameraMinor documentation cleanups.
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraChange over unix line-endings to dos line endings.
2010-04-18 Dean CameraAdd const keyword to the demo function parameters where...
2010-03-10 Dean CameraAdded ENABLE_TELNET_SERVER compile time option to the...
2010-03-09 Dean CameraFix incorrect LED mask name in the Webserver project.
2010-03-09 Dean CameraWebserver project now uses the board LEDs to indicate...
2010-02-19 Dean CameraCommit for the 100219 release.
2010-02-18 Dean CameraUse a temporary variable to hold the current URI length...
2010-02-18 Dean CameraAdd uIP-split code to the Webserver project, so that...
2010-02-15 Dean CameraOops - missing brackets in the declaration of a string...
2010-02-12 Dean CameraSpeed up Webserver demo data rate by not sending a...
2010-02-12 Dean CameraMove DHCP negotiation timer into the DHCP connection...
2010-02-12 Dean CameraFix DHCPClient init code in the Webserver project writi...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
2010-02-07 Dean CameraMake Webserver allow HTTP requests for files with up...
2010-02-04 Dean CameraNew BOARD value option BOARD_NONE (equivelent to not...
2010-02-03 Dean CameraRe-add Webserver uIP application polling, apply patch...
2010-02-03 Dean CameraFix TELNET server locking up if an invalid command...
2010-02-03 Dean CameraDisable uIP connection polling for now - this seems...
2010-02-03 Dean CameraAdd a TELNET server to the webserver project, which...
2010-02-03 Dean CameraExclude FATFs from the Webserver project documentation...
2010-02-02 Dean CameraMinor fixups to the documentation and preprocessor...
2010-02-02 Dean CameraRemove now unused conf directory from the uIP stack...
2010-02-02 Dean CameraReplace the Webserver demo's uIP with the latest code...
2010-02-02 Dean CameraMake packet processing code in the Webserver project...
2010-02-02 Dean CameraMake TPI programming protocol program in words, not...
2010-02-01 Dean CameraFixed Pipe_IsEndpointBound() function not taking the...
2010-01-31 Dean CameraClean up HTTP webserver code in the Webserver project...
2010-01-31 Dean CameraBetter HTTP GET parsing in the Webserver demo, add...
2010-01-29 Dean CameraAdd TCP retransmission support to the HTTP webserver...
2010-01-29 Dean CameraAdd MIME type handling to the Webserver project, so...
2010-01-28 Dean CameraDelete FATFs .lst files from the Webserver project...
2010-01-28 Dean CameraOops - fix path case in the Webserver project makefile...
2010-01-28 Dean CameraFix up project documentation files' overview tables...
2010-01-28 Dean CameraAdd FatFS library to the Webserver project, extend...
2010-01-27 Dean CameraClean up Webserver project - add more Doxygen documenta...
2010-01-27 Dean CameraAdd DHCP server to the Webserver demo for automatic...
2010-01-25 Dean CameraAdd Webserver project Doxygen configuration file and...
2010-01-25 Dean CameraMoved initial completed version of the Webserver projec...