1. 06dc274 Moved to the new switch() based local continuation implementation (and reverted the compiler setting to ordinary ones). by oliverschmidt · 19 years ago
  2. 65aa1af Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  3. ed66a1d Replaced ugly copying with gather send. by oliverschmidt · 19 years ago
  4. 17b001b Renamed init func to make use of the exisisting header file. by oliverschmidt · 19 years ago
  5. 224332b Increased max number of menu entries to accomodate the additional apps. by oliverschmidt · 19 years ago
  6. 8e3988b Added FTP and editor app to the Win32 port. by oliverschmidt · 19 years ago
  7. 88d30bd Added a filesystem service to the Win32 port. by oliverschmidt · 19 years ago
  8. 472a1df Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  9. 213f50b Added IRC app to the Win32 port. by oliverschmidt · 19 years ago
  10. 16db17b Added webserver app to the Win32 port. by oliverschmidt · 19 years ago
  11. 7a185dc Added local continuation to the Win32 port. by oliverschmidt · 19 years ago
  12. 2a87292 Avoid compiler warnings. by oliverschmidt · 19 years ago
  13. a660f05 The Visual C++ 6.0 compiler - at least without any service packs as I use it for reproducability of results - generates wrong code for the uIP checksum calculation routines when /O2 is activated, so just don't activate it for the corresponding file. by oliverschmidt · 19 years ago
  14. 81c744e Fixed minor rendering issue and removed compiler warnings. by oliverschmidt · 19 years ago
  15. e7851ab Minor optimization. by oliverschmidt · 19 years ago
  16. c160fca Added support for broadcasts to the raw socket based packet driver (and improved robustness). by oliverschmidt · 19 years ago
  17. 7f0b22b Turned the Win32 packet driver based on raw sockets fully functional by making the Windows IP stack respond to ARP requests for the Contiki IP adress by dynamically creating a proxy ARP entry :-)) by oliverschmidt · 19 years ago
  18. 759f39b Removed (after checking back with Adam Dunkels) the compile-time optimizations for UIP_BUFSIZE < 256 for all targets but the msp430 which actually is configured to have a smaller buffer. by oliverschmidt · 19 years ago
  19. f5572a7 Made email compose window size compile-time configurable. by oliverschmidt · 19 years ago
  20. c787ccf Removed unused macro. by oliverschmidt · 20 years ago
  21. 4d299e9 Removed references to uip-event. by oliverschmidt · 20 years ago
  22. 7d4b2ac Changed debug symbol format to avoid the compiler bug described in Q199057. The bug is triggered by the upcoming platform neutral local continuation implementation. by oliverschmidt · 20 years ago
  23. e97fc2f Added local buffers for the PPP user and password instead of relying on external buffers to stay present (and decoupled setting the two parameters from connection setup). by oliverschmidt · 20 years ago
  24. 99fdae6 Minor adjustments to Contiki coding style. by oliverschmidt · 20 years ago
  25. 68df72f Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  26. 31e06c6 Added multi-inclusion protection. by oliverschmidt · 20 years ago
  27. 37dc524 Imported initial version of PPP. by oliverschmidt · 20 years ago
  28. 677e46c Added EK_EVENT_REPLACE. by oliverschmidt · 20 years ago
  29. e80365d Make use of the new ctk_restore() to make the Contiki screen automatically resize on resizing the Windows console window. by oliverschmidt · 20 years ago
  30. 8996345 textcolor() now sets both foreground and background color. bgcolor() now is empty. by oliverschmidt · 20 years ago
  31. 3e52907 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  32. 952351c Adjusted VC++ project file to recent changes. by oliverschmidt · 20 years ago
  33. 7bb6829 Implement new log API on Win32. by oliverschmidt · 20 years ago
  34. c0b8bc5 Support new log configuration on Win32. by oliverschmidt · 20 years ago
  35. 2605c1c Changeed Win32 rawsock packet service to ignore some errors a packet service isn't supposed to detect. by oliverschmidt · 20 years ago
  36. b8bb112 Improved ctk-conio low level layer. Now Contiki can be shut down cleanly with Ctrl-C or Ctrl-Break. by oliverschmidt · 20 years ago
  37. decdd4f Improved trace output facility. by oliverschmidt · 20 years ago
  38. 7f1d81d Finetuned display colors. by oliverschmidt · 20 years ago
  39. d642280 Removed Apple2 homepage from Win32 port. by oliverschmidt · 20 years ago
  40. de98fae Added a communication layer based on raw sockets to the Win32 port. by oliverschmidt · 20 years ago
  41. 06437bc Added new Contiki port. by oliverschmidt · 20 years ago