tracking down insane socket tester bugs on windoze, where the main culprit so far...
authorChris Koeritz <fred@gruntose.com>
Sun, 25 Sep 2016 02:59:05 +0000 (22:59 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 25 Sep 2016 02:59:05 +0000 (22:59 -0400)
commitee7596ce4d372d632f1d1555de9afd30b622bf29
treefedfb47bd73611a756e992377d0427ccbf5e424e
parent567f3ce3668cc050498387b5e221b7ea4bf1badd
tracking down insane socket tester bugs on windoze, where the main culprit so far is an innocuous method that passes an object as a return value.  bad news if that's no longer allowed, but making the caller pass in a struct has fixed things for the moment.  also enabling debugging on the broadcast and ucast tests seems to have helped, which is more of the insane.  again, none of these absurdities were problems on linux.
16 files changed:
nucleus/library/application/hoople_main.h
nucleus/library/application/windoze_helper.h
nucleus/library/basis/environment.cpp
nucleus/library/basis/mutex.cpp
nucleus/library/crypto/rsa_crypto.h
nucleus/library/filesystem/filename.h
nucleus/library/textual/string_convert.h
nucleus/library/timely/time_stamp.cpp
nucleus/library/timely/time_stamp.h
octopi/library/sockets/raw_socket.cpp
octopi/library/sockets/spocket.cpp
octopi/library/tests_sockets/bcast_spocketer.cpp
octopi/library/tests_sockets/spocket_tester.cpp
octopi/library/tests_sockets/test_bcast_spocket.cpp
octopi/library/tests_sockets/test_spocket.cpp
octopi/library/tests_sockets/test_ucast_spocket.cpp