summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alexander Strange [Fri, 14 Feb 2003 12:04:07 +0000 (12:04 +0000)]
Finished the server sockets, almost. Not touched clients yet. Cleanups for other classes
Kent Sutherland [Fri, 14 Feb 2003 09:16:41 +0000 (09:16 +0000)]
Commented out some annoying error checking.
Alexander Strange [Wed, 12 Feb 2003 06:39:23 +0000 (06:39 +0000)]
Fixed a lot of memory leaks. The new array stuff has a better chance of working now
Alexander Strange [Wed, 12 Feb 2003 05:57:39 +0000 (05:57 +0000)]
The array-returning function now compiles, but probably does not work.
Alexander Strange [Tue, 11 Feb 2003 10:51:37 +0000 (10:51 +0000)]
Cleanups
Kent Sutherland [Fri, 7 Feb 2003 10:42:58 +0000 (10:42 +0000)]
Added new methods to return numbers. Cleaned up code.
Kent Sutherland [Thu, 6 Feb 2003 20:59:28 +0000 (20:59 +0000)]
Added a new multitier request method. Fixed Feanor's lameness.
Alexander Strange [Thu, 6 Feb 2003 11:52:27 +0000 (11:52 +0000)]
Simplifying ITAppleEventCenter
Kent Sutherland [Thu, 6 Feb 2003 10:47:28 +0000 (10:47 +0000)]
Removed error checking for now, since it just makes errors
Joseph Spiros [Wed, 5 Feb 2003 21:46:07 +0000 (21:46 +0000)]
Fixed error checking for new two tier method
Joseph Spiros [Wed, 5 Feb 2003 21:41:49 +0000 (21:41 +0000)]
Two Tier AE Sending method added.
Matthew Judy [Wed, 5 Feb 2003 13:49:44 +0000 (13:49 +0000)]
Build, project, and header info changes. Required to build MT.
Kent Sutherland [Tue, 4 Feb 2003 20:45:51 +0000 (20:45 +0000)]
Fixed Joe's badness. It compiles now.
Joseph Spiros [Tue, 4 Feb 2003 11:42:45 +0000 (11:42 +0000)]
Some Error Checking. Also, added a method for sending non-returning AppleEvents.
Kent Sutherland [Sat, 1 Feb 2003 04:54:21 +0000 (04:54 +0000)]
Hopefully added a bit more error checking.
Joseph Spiros [Wed, 29 Jan 2003 09:42:12 +0000 (09:42 +0000)]
I'd like to introduce you to ITAppleEventCenter, our new facility for sending and receiving AppleEvent data, without the need for our apps to work with nasty Carbon calls directly
Joseph Spiros [Tue, 10 Dec 2002 06:56:29 +0000 (06:56 +0000)]
Initial revision