• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • FMSLogo
  • Code
FMSLogo

FMSLogo Code

A Logo programming environment for Microsoft Windows

Brought to you by: david_costanzo
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Feature Requests
    • Bugs
    • Support Requests
  • Discussion
  • Code
Menu ▾ ▴
 
  • Browse Commits
  • Browse Files

Code Commit Log


Commit Date  
[r5513] by david_costanzo

Add some missing punctuation.

2020-12-11 03:48:00 Tree
[r5512] by david_costanzo

Document that NETACCEPTON can accept connections from multiple clients.
Also make numerous small stylistic improvements.

2020-12-11 03:39:25 Tree
[r5511] by david_costanzo

Remove false information from NETCONNECTON/NETACCEPTON.
The documentation said that you cannot "just" send from the sendready instruction callback list because it's only called if an earlier attempt to send failed. However, it's clearly documented below that it's also called at three other instances. I don't see why you couldn't send exclusively from sendready.

2020-12-11 03:12:07 Tree
[r5510] by david_costanzo

Fix a race between NETCONNECTON and NETSHUTDOWN wrt async DNS lookup

The fix is to store the handle from WSAAsyncGetHostByName so that it can be cancelled in NETSHUTDOWN if it hasn't yet completed. This fix was probably always needed, but it became more apparent recently as the network tests started to deadlock on a call to NETSHUTDOWN when all tests were run.

I expect that this fixes the real root cause of Bug #307.

2020-12-09 22:14:57 Tree
[r5509] by david_costanzo

Fix typo in comment: asynchronus -> asynchronous

2020-12-09 20:59:41 Tree
[r5508] by david_costanzo

Update call to WSAStartup to follow practices recommended on docs.microsoft.com
1) Version 2.2 is supported in-box since Windows XP. Previously, FMSLogo was requested 1.1, probably a legacy from the 16-bit windows machines that MSWLogo was written for.
2) The return value should be used without calling WSAGetLastError()

2020-12-09 20:51:41 Tree
[r5507] by david_costanzo

Refactoring: extract CServerNetworkConnection::AcceptNewConnection()
This was done to remove duplication of identical logic.

2020-12-09 20:34:04 Tree
[r5506] by david_costanzo

Refactoring: Stop passing a HWND as parameters in the network API.
This wasn't needed, since the only HWND is the main window.

2020-12-09 04:43:57 Tree
[r5505] by david_costanzo

Clear m_ConnectionIsWaitingToBeAccepted when NETACCEPTOFF is called.

2020-12-09 04:09:23 Tree
[r5504] by david_costanzo

Minor improvements:
* Add support for a "temporary redirect" response.
* Check for malformed HTTP Request message

2020-12-09 04:04:38 Tree
Older >
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
mdb logo