1. b025e43 Ported back WinPcap driver from 2.x to 1.x by oliverschmidt · 17 years ago
  2. 260ddbb Removed usage of 'OEM' line drawing characters as they don't work anymore with the console I/O library of recent VC++ releases. by oliverschmidt · 17 years ago
  3. 09e3a0d * introduce rawsock_fini() to clean rawsock related resouces up by ryohji · 17 years ago
  4. 55cd87a * now we can build Contiki 1.x in Visual Studio 2005 Express Ed. by ryohji · 17 years ago
  5. 595b971 I was working on this file 1.5 years ago. I thought I should check it in to make sure it doesn't get lost. Maybe it can serve as a starting point for SLIP and/or PPP on Win32. by oliverschmidt · 18 years ago
  6. bab003f On plaforms with (sub-)directory support it makes sense to seperate user file access (to be directed in to the current directory) from system file (.prg, .drv, ...) access (to be directed to the Contiki directory). by oliverschmidt · 19 years ago
  7. d8880d7 Made use of the new cmdline textentry input handler. This both reduces code size and improves user experience: by oliverschmidt · 19 years ago
  8. a28497d Replaced textedit widget with multiline textentry widget and added shell app configuration. by oliverschmidt · 19 years ago
  9. 34afa4c Switched to the proto-socket based smtp implementation. by oliverschmidt · 19 years ago
  10. 527dd2a Changed direntry size from bytes to blocks. by oliverschmidt · 19 years ago
  11. 34c3a6c Added shell app to the Win32 target. by oliverschmidt · 19 years ago
  12. d25993e Cleaned up obsolete stuff. by oliverschmidt · 19 years ago
  13. e23e63e Include O_TRUNC in CFS_WRITE to make sure that i.e. uncompleted re-downloads are identifyable. by oliverschmidt · 19 years ago
  14. 3f55db9 Changed main loop to only sleep if there are no ek events pending to be processed (as proposed recently by Adam on the list). by oliverschmidt · 19 years ago
  15. c6948dd Make use of the UIP_IPH_LEN, UIP_TCPH_LEN and UIP_IPTCPH_LEN defines where they apply. by oliverschmidt · 19 years ago
  16. 6bfccc1 Make use of the UIP_TCPIP_HLEN define where it applies. by oliverschmidt · 19 years ago
  17. 06dc274 Moved to the new switch() based local continuation implementation (and reverted the compiler setting to ordinary ones). by oliverschmidt · 19 years ago
  18. 65aa1af Change regarding the socket->psock renaming. by oliverschmidt · 19 years ago
  19. ed66a1d Replaced ugly copying with gather send. by oliverschmidt · 19 years ago
  20. 17b001b Renamed init func to make use of the exisisting header file. by oliverschmidt · 19 years ago
  21. 224332b Increased max number of menu entries to accomodate the additional apps. by oliverschmidt · 19 years ago
  22. 8e3988b Added FTP and editor app to the Win32 port. by oliverschmidt · 19 years ago
  23. 88d30bd Added a filesystem service to the Win32 port. by oliverschmidt · 19 years ago
  24. 472a1df Made maximum number of program descriptors supported by the program-handler app configurable. by oliverschmidt · 19 years ago
  25. 213f50b Added IRC app to the Win32 port. by oliverschmidt · 19 years ago
  26. 16db17b Added webserver app to the Win32 port. by oliverschmidt · 19 years ago
  27. 7a185dc Added local continuation to the Win32 port. by oliverschmidt · 19 years ago
  28. 2a87292 Avoid compiler warnings. by oliverschmidt · 19 years ago
  29. 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
  30. 81c744e Fixed minor rendering issue and removed compiler warnings. by oliverschmidt · 19 years ago
  31. e7851ab Minor optimization. by oliverschmidt · 19 years ago
  32. c160fca Added support for broadcasts to the raw socket based packet driver (and improved robustness). by oliverschmidt · 19 years ago
  33. 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
  34. 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
  35. f5572a7 Made email compose window size compile-time configurable. by oliverschmidt · 19 years ago
  36. c787ccf Removed unused macro. by oliverschmidt · 20 years ago
  37. 4d299e9 Removed references to uip-event. by oliverschmidt · 20 years ago
  38. 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
  39. 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
  40. 99fdae6 Minor adjustments to Contiki coding style. by oliverschmidt · 20 years ago
  41. 68df72f Improved consistency of multi include protection. by oliverschmidt · 20 years ago
  42. 31e06c6 Added multi-inclusion protection. by oliverschmidt · 20 years ago
  43. 37dc524 Imported initial version of PPP. by oliverschmidt · 20 years ago
  44. 677e46c Added EK_EVENT_REPLACE. by oliverschmidt · 20 years ago
  45. 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
  46. 8996345 textcolor() now sets both foreground and background color. bgcolor() now is empty. by oliverschmidt · 20 years ago
  47. 3e52907 Define the new macro BACKGROUNDCOLOR. by oliverschmidt · 20 years ago
  48. 952351c Adjusted VC++ project file to recent changes. by oliverschmidt · 20 years ago
  49. 7bb6829 Implement new log API on Win32. by oliverschmidt · 20 years ago
  50. c0b8bc5 Support new log configuration on Win32. by oliverschmidt · 20 years ago
  51. 2605c1c Changeed Win32 rawsock packet service to ignore some errors a packet service isn't supposed to detect. by oliverschmidt · 20 years ago
  52. 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
  53. decdd4f Improved trace output facility. by oliverschmidt · 20 years ago
  54. 7f1d81d Finetuned display colors. by oliverschmidt · 20 years ago
  55. d642280 Removed Apple2 homepage from Win32 port. by oliverschmidt · 20 years ago
  56. de98fae Added a communication layer based on raw sockets to the Win32 port. by oliverschmidt · 20 years ago
  57. 06437bc Added new Contiki port. by oliverschmidt · 20 years ago