[cocoainfinity] / trunk Repository:
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 59 - Directory Listing
Modified Sun Dec 7 18:47:38 2008 UTC (20 months, 4 weeks ago) by willia4
Added the ability to deserialize SOAP responses into a generic dictionary, removing the need to have a complicated object graph for every single response. Also, used this facility to provide a BBSessionStart request method.

Revision 58 - Directory Listing
Modified Sat Oct 4 17:14:28 2008 UTC (23 months ago) by willia4
Improve async API

Revision 57 - Directory Listing
Modified Sat Oct 4 16:52:58 2008 UTC (23 months ago) by willia4
Correct (and test!!) the BBGetDatabaseList call

Revision 56 - Directory Listing
Modified Mon Sep 22 21:56:23 2008 UTC (23 months, 2 weeks ago) by willia4
Add asynchronous support

Revision 55 - Directory Listing
Modified Wed Sep 17 00:28:05 2008 UTC (23 months, 2 weeks ago) by willia4
Fix bugs found while building search list UI

Revision 54 - Directory Listing
Modified Sat Aug 23 14:29:32 2008 UTC (2 years ago) by willia4
Added BBGetCatalogImageRequest (VERY untested. DO NOT USE)

Revision 53 - Directory Listing
Modified Sat Aug 23 13:59:43 2008 UTC (2 years ago) by willia4
Add BBGetDatabaseList

Revision 52 - Directory Listing
Modified Sat Aug 23 13:45:13 2008 UTC (2 years ago) by willia4
DataFormSave (untested!! omg!)

Revision 51 - Directory Listing
Modified Sun Aug 10 13:49:01 2008 UTC (2 years ago) by willia4
Update project layout

Revision 50 - Directory Listing
Modified Sun Aug 10 13:45:32 2008 UTC (2 years ago) by willia4
Reorganize project file.

Revision 47 - Directory Listing
Modified Sat Aug 9 20:19:23 2008 UTC (2 years ago) by willia4
Added convenience headers to make it easier to pull in service methods and complex types.

Revision 46 - Directory Listing
Modified Sat Aug 9 20:13:11 2008 UTC (2 years ago) by willia4
Changed most Cocoa.h references to Foundation.h references. 

Revision 45 - Directory Listing
Modified Sat Aug 9 15:36:18 2008 UTC (2 years ago) by willia4
SearchListGetMetaData works

Revision 44 - Directory Listing
Modified Sat Aug 9 14:33:17 2008 UTC (2 years ago) by willia4
Remove BBServiceWrapper and create individual request objects for each web service method.

Revision 43 - Directory Listing
Modified Fri Aug 8 00:48:29 2008 UTC (2 years, 1 month ago) by willia4
Added simple verification that datalist meta data works.

Revision 42 - Directory Listing
Modified Fri Aug 8 00:40:50 2008 UTC (2 years, 1 month ago) by willia4
Can now get datalist meta data

Revision 41 - Directory Listing
Modified Thu Aug 7 23:38:20 2008 UTC (2 years, 1 month ago) by willia4
DataListLoad works

Revision 40 - Directory Listing
Modified Wed Aug 6 22:47:06 2008 UTC (2 years, 1 month ago) by willia4
Created a class to handle HTTP messaging.. 

Revision 39 - Directory Listing
Modified Wed Aug 6 22:22:30 2008 UTC (2 years, 1 month ago) by willia4
merge cfrequest_soap branch into trunk

Revision 30 - Directory Listing
Modified Sun Jul 20 15:07:16 2008 UTC (2 years, 1 month ago) by willia4
Update IP address of server

Revision 28 - Directory Listing
Modified Thu Jul 17 00:08:44 2008 UTC (2 years, 1 month ago) by willia4
BBDataFormItem is now Key-value-coding compliant

Revision 27 - Directory Listing
Modified Wed Jul 16 02:27:47 2008 UTC (2 years, 1 month ago) by willia4
Merge touch xml changes into trunk: now uses TouchXML instead of NSXML. In other words, the XML parsing is now iPhone compatible.

Revision 20 - Directory Listing
Modified Tue Jul 15 23:43:12 2008 UTC (2 years, 1 month ago) by willia4
Now supports filtered search lists

Revision 19 - Directory Listing
Modified Mon Jul 14 00:37:14 2008 UTC (2 years, 1 month ago) by willia4
DataFormLoad now works!! 

Revision 18 - Directory Listing
Modified Sat Jul 12 18:21:09 2008 UTC (2 years, 1 month ago) by willia4
Updated to point to a local installation of Infinity. Had to switch the Carbon authentication method to make this work, I don't know why. So that change is in BBSOAPRequest.

Revision 17 - Directory Listing
Modified Thu Apr 3 01:55:12 2008 UTC (2 years, 5 months ago) by willia4
Removed all the [NS|CF]MakeCollectable calls because they do more harm than good. I'm not checking to see if we're running under GC so all of the CFRelease calls are broken right now; seeing the MakeCollectable calls gives a false sense of security that it's okay to run this code under GC. IT IS NOT. 

Revision 16 - Directory Listing
Modified Thu Apr 3 01:46:40 2008 UTC (2 years, 5 months ago) by willia4
Fixed malloc() memory leak (it will come back if we ever turn GC back on, though, because the appropriate -dealloc message will never get sent to BBSOAPRequest. 

Revision 15 - Directory Listing
Modified Thu Apr 3 01:43:31 2008 UTC (2 years, 5 months ago) by willia4
Added memory management and disabled garbage collection. Couldn't find any serious errors and both of the tests I have written so far pass (but I'm probably missing something). Also, there's one memory leak I know about involving malloc() that I still need to fix (which, oddly enough, will be much easier now that memory management is turned off!

Revision 14 - Directory Listing
Modified Tue Apr 1 23:51:04 2008 UTC (2 years, 5 months ago) by willia4
Removed an Outdated TODO

Revision 13 - Directory Listing
Modified Tue Apr 1 23:41:49 2008 UTC (2 years, 5 months ago) by willia4
Make handling of complex service types easier. This does, however, mean that every parameter HAS to be a BBSerialziable. I've added in special handling for NSString. I should probably do the same for NSNumber but I haven't yet.

Revision 12 - Directory Listing
Modified Mon Mar 31 02:03:55 2008 UTC (2 years, 5 months ago) by willia4
Added a utility class that I no longer think I need, but meh.

Revision 11 - Directory Listing
Modified Sat Mar 29 23:47:08 2008 UTC (2 years, 5 months ago) by willia4
Got LoadSearchListResults mostly working (minus filters and field-name info). Need DataFormItem to get filters working, and just need a little more time for field-name info.

Revision 10 - Directory Listing
Modified Sat Mar 29 15:15:58 2008 UTC (2 years, 5 months ago) by willia4
Fixed an embarrassing bug in BBGuid isEqual:

Revision 9 - Directory Listing
Modified Sat Mar 29 14:23:40 2008 UTC (2 years, 5 months ago) by willia4
Added a BBGuid class to abstract away (and garbage collect) the CFUUIDRef type. Also added a shell of a BBDataFormItem with nothing to show for it.

Revision 8 - Directory Listing
Modified Sat Mar 29 12:42:09 2008 UTC (2 years, 5 months ago) by willia4
Fix for the last memory bug I know about.

Revision 7 - Directory Listing
Modified Sat Mar 29 12:18:32 2008 UTC (2 years, 5 months ago) by willia4
Memory management is hard! Let's go shopping! 

Revision 6 - Directory Listing
Modified Sat Mar 29 01:06:31 2008 UTC (2 years, 5 months ago) by willia4
Separated out the low-level WS stuff and the higher-level Infinity-style wrapper class. Made the low-level stuff a little easier to call in a generic fashion. 

Revision 5 - Directory Listing
Modified Fri Mar 28 01:59:32 2008 UTC (2 years, 5 months ago) by willia4
Had some hardcoded stuff from when I was still trying to figure this stuff
out that needed to be generalized. Now Ping will actually work with an 
argument and won't just do LALALA all the time.


Revision 2 - Directory Listing
Modified Fri Mar 28 01:08:30 2008 UTC (2 years, 5 months ago) by willia4
Clean up some files that should never have been uploaded

Revision 1 - Directory Listing
Added Fri Mar 28 01:02:37 2008 UTC (2 years, 5 months ago) by willia4
Initial import

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4