| Age | Commit message (Collapse) | Author |
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1212 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1162 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Fix missing text from the Host Mode States enum documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1161 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1160 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1137 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1136 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1134 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1131 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1127 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1126 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
application state location (thanks to Mike Alexander).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1125 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
report instead of bytes.
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.
Make Webserver project report the LUFA version as part of the HTTP header.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1120 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
path instead of 30, to be in synch with the project documentation.
Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1115 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1110 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1109 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1108 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1107 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
active TCP connections.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1106 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1104 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1102 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1101 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Contiki project by Adam Dunkels.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1100 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
switch statement instead of an if-else-if chain.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1099 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
datasheet conditions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1095 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
into account.
Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1089 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
the uIP application structure guidelines and uses cleaner state machine based code.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1088 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1085 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
project, so that lost segments are retransmitted as needed.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1084 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
types (e.g. images) can be served out to HTTP clients.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1080 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1077 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1076 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
occupy multiple lines in the same cell, rather than multiple cells.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1075 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1074 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
client functions and defines.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1072 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Correct uIP timer clock not tracking the correct timespan.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1071 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Fix Doxygen configuration files' input file exclusion filters.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1065 d5102386-fcda-11dd-9fdb-3debd5008f28
|
|
Projects/Incomplete directory.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1064 d5102386-fcda-11dd-9fdb-3debd5008f28
|