
Log of /trunk/uia/yam/examples
Directory Listing
Revision
3184 -
Directory Listing
Modified
Fri Mar 7 19:09:05 2008 UTC (20 months, 2 weeks ago) by
jastr
merge -r 3156:3183 branches/leaks -> trunk
should be a great big no-op unless you pass extra
configure flags, or have openssl configured with engines
turned on.
Revision
1845 -
Directory Listing
Modified
Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by
jastr
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk
Revision
866 -
Directory Listing
Modified
Mon Apr 3 15:56:43 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam/examples
moved everything around:
- yam/core renamed to yam/base
- include path is now just yam/include
- lib path is now just yam/lib
- libyam_core.a renamed to libyam.a
Revision
861 -
Directory Listing
Modified
Mon Apr 3 14:01:05 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam/examples
rename xdr -> ydr in YAM-provided Sun RPC stubs,
to avoid breaking Mac OS X's C library,
which depends on its own XDR stubs for internal purposes
without adhering to the standard namespace cleanliness rules...
Revision
859 -
Directory Listing
Modified
Mon Apr 3 13:06:07 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam/examples
Use our own version of SunRPC, which we can hack to do what we need.
Also, GUI now uses YAM-based async stuff for all its RPC.
Revision
802 -
Directory Listing
Modified
Wed Mar 29 20:01:03 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam/examples
Made mainloop an abstract base class, with implementation in mainloop_impl, so
that alternate mainloops can be used, e.g., one integrated with Qt's main
loop.
Revision
649 -
Directory Listing
Modified
Fri Mar 10 20:43:53 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam/examples
for call and set_handler functions, be explict about none, args, res, or both;
helps both compilers and humans
Revision
625 -
Directory Listing
Modified
Thu Feb 16 22:29:20 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
changed all rpc_ classes to sunrpc_; got basic sunrpc_channel_tcp working
Revision
623 -
Directory Listing
Modified
Thu Feb 16 14:29:33 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
rpc_client now working for proceedures with or without arguments and results
Revision
622 -
Directory Listing
Modified
Thu Feb 16 03:40:47 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
lots of cleaning up, async rpc client working for null calls
Revision
621 -
Directory Listing
Modified
Wed Feb 15 22:07:54 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
set_handler methods for functions with void argument or return types
Revision
619 -
Directory Listing
Modified
Wed Feb 15 04:37:49 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
sunrpc mostly working, but something wrong with xdr_string on decode; committing just to save state
Revision
606 -
Directory Listing
Modified
Thu Feb 9 23:19:19 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
got rid of aerror and introduced sock_errno and friends
Revision
604 -
Directory Listing
Modified
Thu Feb 9 20:25:46 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
On Windows, all files now compile and link without errors or warnings, and echoserver runs correctly
Revision
582 -
Directory Listing
Modified
Mon Jan 30 23:42:13 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam/examples
inetsocket and make_async implemented, build libyam_core, other cleaning up