summaryrefslogtreecommitdiffstats
path: root/Mac/Python/gusiconfig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not ↵Jack Jansen2001-02-281-0/+1
| | | | sure why this wasn't a problem before...
* Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works ↵Jack Jansen2001-01-121-4/+0
| | | | fine nowadays.
* Removed temporary code to disable OT networking (this was a workaround for ↵Jack Jansen2000-08-171-1/+1
| | | | getpeername() not working in a previous release of GUSI, but it has been fixed).
* Removed temporary code that always set creator to SimpleText.Jack Jansen2000-08-171-2/+7
|
* Oops, default type and creator were reversed.Jack Jansen2000-06-141-1/+1
|
* GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For ↵Jack Jansen2000-05-101-1/+2
| | | | now the workaround is to only enable MacTCP sockets.
* Made the GUSI options work again with GUSI 2.Jack Jansen2000-04-211-3/+36
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-0/+101