432 Commits (aa0ae95b4e0ab71e62607378f11662d03796d032)
 

Author SHA1 Message Date
goldsimon aa0ae95b4e Adapted to changed inet.h/ip_addr.h/def.h 16 years ago
goldsimon cceacccce6 Adapted to changed inet.h/ip_addr.h/def.h, fixed warnings 16 years ago
goldsimon 6b1d5a6adc Fix compiler warning: MAC address contains unsigned values 16 years ago
goldsimon 185eb9663f Coding style: don't use reserved C++ keywords (since many editors can't differ between a C and a C++ file); bug #28659: Missing casts 16 years ago
goldsimon 892859455c bug #28659: Missing casts 16 years ago
goldsimon 0f5c7fa169 Added files to compile check 0.9.8 under win32 (no fork support, of course) 16 years ago
goldsimon 015165df14 Adapted win32 port project files to recent lwIP changes 16 years ago
goldsimon a097cfd003 Added new apps 16 years ago
goldsimon 448dd70ced Added raw-api tcp echo server from unix/minimal 16 years ago
goldsimon dbee3cf464 (Experimental) support for echoing typed characters (to see what you typed in telnet), doesn't really work reliably yet... 16 years ago
goldsimon 5af75e5b01 Portability: support "\n" or "\r\n" for newline to correctly print on win32 telnet 16 years ago
goldsimon 566a3ad2ca Fix TCP handling: command doesn't have to be contained in a single packet but remote side has to enter \r or \n to finish a command, this supports the other end being a (hand-typed) telnet session 16 years ago
goldsimon 409e10ca8f bug #26523: Compiler Warnings 16 years ago
goldsimon 292fe4a59e Added 3 new apps 16 years ago
goldsimon c2ff201fd7 Fixed compiler warnings, added 3 new apps 16 years ago
goldsimon faf826ad6d bug #26523: Compiler Warnings 16 years ago
goldsimon d20a5e8b29 Fixed warnings and wrong asserts 17 years ago
goldsimon 8b4184a38a Fix unixsim after moving app files 17 years ago
goldsimon 9b45317f54 Fixed makefsdata portability (don't use backslash in include) 17 years ago
goldsimon 379e17565c Moved 3 apps from unixsim/apps to contrib/apps (since they are by no means unix-specific) 17 years ago
goldsimon 4d999efb93 Removed unused include to errno.h (which breaks portability also -> should be placed in cc.h) 17 years ago
goldsimon a7c23005e7 Use correct #if's for function prototype 17 years ago
goldsimon f4855e7575 Fixed compilation after changing netconn_recv/_accept 17 years ago
goldsimon cfcb3da29f Fixed after changing netconn_recv/_accept 17 years ago
goldsimon 82418f995c Added explanation to disabled warning numbers 17 years ago
goldsimon afa884b61f remove 'const' from 'int len' -> not necessary 17 years ago
goldsimon 826ca4dcae Updated Win32 port for new NO_SYS timers and for using ppp with NO_SYS 17 years ago
goldsimon 6615f46dd1 Added header file, init function and changed function names 17 years ago
goldsimon 998f076f4b Typo, coding style & missing include 17 years ago
goldsimon d0c399570e Added LWIP_RAND() define 17 years ago
goldsimon e59072922c MEMP_NUM_SYS_TIMEOUT needs to be 3 since now, timers are set up even for NO_SYS==1 17 years ago
goldsimon 15bfd8f2d4 Don't use C++ style comments 17 years ago
goldsimon 2bb8f85116 Unix port: fixed compilation after moving timeout handling to timers.c; fixed some threading- and other issues with initialization 17 years ago
goldsimon 45a8de7caf Added debug output on open 17 years ago
goldsimon 4c733650e6 Adapted to changed timer implementation 17 years ago
goldsimon 321ac573ce Adapted to new config option LWIP_ETHERNET 17 years ago
goldsimon a4ee79c04d Added sleep in main thread if it has nothing to do (PPPoS) 17 years ago
goldsimon 92a32dbce4 Using PPPoS on win32 blocked since read and write are used from 2 different threads and read blocked. 17 years ago
goldsimon 813b025f97 ppp_desc needs to be initialized with -1, not 0 17 years ago
goldsimon 99aab4ea68 Print out error code when sio_open fails 17 years ago
goldsimon 434227b6bd Fix compilation when using PPPoS only 17 years ago
goldsimon 9e977b7efc Default setting for PING_USE_SOCKETS was accidentally inverted 17 years ago
goldsimon 4dac3ab5f6 Fixed compiling httpd without user-specified memp-pool 17 years ago
goldsimon f744877247 Added configurable PPPoE support for MSVC port 17 years ago
goldsimon 2e84b2ba2b MSVC packetlib adapter: added the possibility to select adapter via GUID (instead of index, which can change); added some deallocations on error; printing adapter names when listing adapters 17 years ago
goldsimon c813c2f691 Make socket/raw api decision configurable 17 years ago
goldsimon 4d5a7418a4 Correctly use log levels 17 years ago
goldsimon 6935d26ced Init chargen if configured to 17 years ago
goldsimon ad8f9685bd Added chargen.h and use it from chargen.c 17 years ago
goldsimon 815c75c58f Removed accidentally committed test code 17 years ago