
Log of /trunk/uia/yam
Directory Listing
Revision
4339 -
Directory Listing
Modified
Mon May 25 16:59:05 2009 UTC (6 months ago) by
jastr
build fixes for ubuntu 9.04:
- -Wno-format-security for rpcgen
- use autoreconf in setup
- quoting differences on old vs recent Qt releases
Revision
3604 -
Directory Listing
Modified
Mon Dec 15 21:27:42 2008 UTC (11 months, 1 week ago) by
jastr
check for either of -lboost_thread or -lboost_thread-mt, and add
a --with-boostthreadlib to allow for other boost variants
Revision
3189 -
Directory Listing
Modified
Tue Mar 11 14:40:43 2008 UTC (20 months, 2 weeks ago) by
jastr
fix another long-running leak
(valgrind (massif) is great for this)
Revision
3187 -
Directory Listing
Modified
Mon Mar 10 20:14:37 2008 UTC (20 months, 2 weeks ago) by
jastr
fix several leaks:
- don't keep 16k allocated for each rpc that's still in flight -- after
encoding realloc down to the actual size.
- clean up outstanding packet buffers when closing down sunrpc_tcp and
sunrpc_ssl streams.
Revision
3185 -
Directory Listing
Modified
Fri Mar 7 20:14:53 2008 UTC (20 months, 2 weeks ago) by
jastr
oops
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
2987 -
Directory Listing
Modified
Thu Jan 24 19:05:05 2008 UTC (22 months ago) by
jastr
log connection errors better
Revision
2724 -
Directory Listing
Modified
Mon Aug 6 17:21:55 2007 UTC (2 years, 3 months ago) by
jastr
n800 startups can take more than 10 seconds.
Revision
1845 -
Directory Listing
Modified
Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by
jastr
Copied from:
branches/reorg/yam revision 1841
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk
Revision
1812 -
Directory Listing
Modified
Tue Mar 27 18:48:45 2007 UTC (2 years, 7 months ago) by
jastr
Original Path:
branches/reorg/yam
change meaning of --with-boost= so that
--with-boost=/sw or --with-boost=/usr/local
sets both -I and -L
Revision
1386 -
Directory Listing
Modified
Wed Nov 22 21:20:25 2006 UTC (3 years ago) by
jastr
Original Path:
trunk/yam
Sean's patch: don't call SSL_Read after closing
Revision
1381 -
Directory Listing
Modified
Wed Nov 8 01:43:59 2006 UTC (3 years ago) by
srhea
Original Path:
trunk/yam
Added some defensive programming. Please update, rebuild yam and router, and
let me know if you see any more router crashes.
Revision
1177 -
Directory Listing
Modified
Tue Jul 11 17:41:37 2006 UTC (3 years, 4 months ago) by
srhea
Original Path:
trunk/yam
removed unreachable code
Revision
1175 -
Directory Listing
Modified
Tue Jul 11 17:31:08 2006 UTC (3 years, 4 months ago) by
srhea
Original Path:
trunk/yam
Added is_multicast function.
Revision
1173 -
Directory Listing
Modified
Tue Jul 11 15:43:48 2006 UTC (3 years, 4 months ago) by
srhea
Original Path:
trunk/yam
Added ifaddrs_refresh(), to make sure ifaddrs_vec() and ifaddrs_set() return
the latest values without waiting for a callback.
Revision
1165 -
Directory Listing
Modified
Fri Jul 7 17:31:37 2006 UTC (3 years, 4 months ago) by
jastr
Original Path:
trunk/yam
copy yam770 fix to trunk
Revision
1107 -
Directory Listing
Modified
Tue May 23 08:31:36 2006 UTC (3 years, 6 months ago) by
baford
Original Path:
trunk/yam
We don't need the old .cvsignore files anymore, do we?
Revision
1100 -
Directory Listing
Modified
Mon May 22 13:14:41 2006 UTC (3 years, 6 months ago) by
srhea
Original Path:
trunk/yam
Added member function to check whether an IP address is private (e.g.,
192.168.0.1) or not.
Revision
1078 -
Directory Listing
Modified
Mon May 15 20:21:24 2006 UTC (3 years, 6 months ago) by
srhea
Original Path:
trunk/yam
set TCP_NODELAY after accept
Revision
926 -
Directory Listing
Modified
Thu Apr 13 19:11:57 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
fixed bugs when run() exits caught by JR
Revision
923 -
Directory Listing
Modified
Thu Apr 13 00:54:35 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
include ipv6 addrs
Revision
920 -
Directory Listing
Modified
Thu Apr 13 00:06:18 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
set errno after failed connect
Revision
916 -
Directory Listing
Modified
Tue Apr 11 22:04:54 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
add sslconnect that specifies from address, like corresponding tcpconnect function
Revision
915 -
Directory Listing
Modified
Tue Apr 11 22:04:05 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
callback with -1, don't assert(false)
Revision
914 -
Directory Listing
Modified
Tue Apr 11 22:02:57 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
make to_sockaddr work for AF_INET6 family
Revision
899 -
Directory Listing
Modified
Sat Apr 8 17:10:12 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
Added support for length-delimited options to C/C++ rpcgen.
As suggested by Chris, option decls work much like XDR pointer decls,
just using a '?' character instead of '*':
typedef foo ?foo_option;
struct {
bar ?bar_option_member;
};
Revision
898 -
Directory Listing
Modified
Fri Apr 7 20:42:33 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
already fixed in ssl channel, but only now in tcp one
Revision
889 -
Directory Listing
Modified
Tue Apr 4 23:05:43 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
GUI now provides an online peerdb status display
Revision
885 -
Directory Listing
Modified
Tue Apr 4 19:49:16 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
set TCP_NODELAY from within inetsocket
Revision
876 -
Directory Listing
Modified
Tue Apr 4 14:56:32 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
another fix from JR: can't recv on a pipe in some OSs
Revision
872 -
Directory Listing
Modified
Mon Apr 3 17:25:29 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
completely untested cancel_call function
Revision
871 -
Directory Listing
Modified
Mon Apr 3 16:20:41 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
libyam_core->libyam
Revision
870 -
Directory Listing
Modified
Mon Apr 3 16:14:36 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
delete yam's 'include' and 'lib' subdirs on 'make clean';
stop top-level make if a recursive make files
Revision
866 -
Directory Listing
Modified
Mon Apr 3 15:56:43 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
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
865 -
Directory Listing
Modified
Mon Apr 3 15:06:11 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
make OBJDIR absolute
Revision
861 -
Directory Listing
Modified
Mon Apr 3 14:01:05 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
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
860 -
Directory Listing
Modified
Mon Apr 3 13:10:29 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
fixed yet another socket leak
Revision
859 -
Directory Listing
Modified
Mon Apr 3 13:06:07 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
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
856 -
Directory Listing
Modified
Mon Apr 3 12:17:39 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
got rid of tcpconnect that took an fd, as it was unclear who should close it on failure; instead, added tcpconnect that takes a from sockaddr as well as a to one
Revision
855 -
Directory Listing
Modified
Mon Apr 3 12:16:49 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
sunrpc_channel_tcp and sunrpc_channel_ssl now close their sockets on destruction, just like sunrpc_channel_udp
Revision
853 -
Directory Listing
Modified
Sat Apr 1 19:35:16 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
More SunRPC sources from FreeBSD 6.0 releas
Revision
852 -
Directory Listing
Modified
Sat Apr 1 19:29:25 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
Sun RPC sources from FreeBSD 6.0 release
Revision
851 -
Directory Listing
Modified
Sat Apr 1 19:25:24 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
SunRPC sources from FreeBSD 6.0 release
Revision
850 -
Directory Listing
Modified
Sat Apr 1 19:23:53 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
Original FreeBSD 6.0-release SunRPC sources
Revision
848 -
Directory Listing
Modified
Fri Mar 31 21:32:47 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
added calls_outstanding function
Revision
846 -
Directory Listing
Modified
Fri Mar 31 19:48:52 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
XDR support library code from FreeBSD 6.0 release, unmodified yet
Revision
845 -
Directory Listing
Modified
Fri Mar 31 19:20:37 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
Incorporated rpcgen sources from FreeBSD 6.0 release, unmodified yet
Revision
843 -
Directory Listing
Modified
Fri Mar 31 18:53:57 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
fix from JR: on linux fedora 4 with gcc 4 can't send() to a pipe, must write()
Revision
833 -
Directory Listing
Modified
Thu Mar 30 21:23:30 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
needed to timecb_remove on RPC timeout within destructor
Revision
827 -
Directory Listing
Modified
Thu Mar 30 19:16:49 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
was freeing SSL right before calling a method on it
Revision
823 -
Directory Listing
Modified
Thu Mar 30 17:23:01 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
Don't call a close-callback if one wasn't registered!
Revision
815 -
Directory Listing
Modified
Thu Mar 30 03:38:11 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
Now we need to pass Boost's include path into the qmake environment...
(Note: re-run misc/setup and configure after updating!)
Revision
811 -
Directory Listing
Modified
Wed Mar 29 23:55:41 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
oops, forgot to commit yam changes for YAM-QT interface
Revision
808 -
Directory Listing
Modified
Wed Mar 29 22:00:47 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
moved to mainloop_impl.cpp
Revision
807 -
Directory Listing
Modified
Wed Mar 29 21:59:18 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
have fail() just call set_closed()
Revision
802 -
Directory Listing
Modified
Wed Mar 29 20:01:03 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
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
796 -
Directory Listing
Modified
Wed Mar 29 12:48:47 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
kill() just sets killed and wakes up select, then run() does the cleanup
Revision
773 -
Directory Listing
Modified
Mon Mar 27 22:43:33 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
use AC_HELP_STRING
Revision
764 -
Directory Listing
Modified
Mon Mar 27 20:06:38 2006 UTC (3 years, 7 months ago) by
srhea
Original Path:
trunk/yam
ghetto implementation of sigcb
Revision
762 -
Directory Listing
Modified
Mon Mar 27 19:21:30 2006 UTC (3 years, 7 months ago) by
baford
Original Path:
trunk/yam
added 'make distclean' target
Revision
760 -
Directory Listing
Modified
Mon Mar 27 18:22:30 2006 UTC (3 years, 8 months ago) by
baford
Original Path:
trunk/yam
Macroize tests that need to be shared with UIA's configure script
Revision
758 -
Directory Listing
Modified
Mon Mar 27 18:06:45 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
fix for debian sarge
Revision
757 -
Directory Listing
Modified
Mon Mar 27 18:06:08 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
fix for g++ 3.3.5
Revision
756 -
Directory Listing
Modified
Mon Mar 27 17:40:05 2006 UTC (3 years, 8 months ago) by
baford
Original Path:
trunk/yam
add CXXFLAGS to compile line
Revision
755 -
Directory Listing
Modified
Mon Mar 27 17:21:54 2006 UTC (3 years, 8 months ago) by
baford
Original Path:
trunk/yam
Added separate pthreads test
Revision
751 -
Directory Listing
Modified
Mon Mar 27 00:50:44 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
bug fix: sometimes need to wake up select in new thread-safe fdcb
Revision
747 -
Directory Listing
Modified
Sat Mar 25 22:44:51 2006 UTC (3 years, 8 months ago) by
jastr
Original Path:
trunk/yam
CFLAGS --> CPPFLAGS to get the -I flags
Revision
745 -
Directory Listing
Modified
Fri Mar 24 22:13:56 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
all public functions now thread-safe, added kill function
Revision
743 -
Directory Listing
Modified
Fri Mar 24 20:47:43 2006 UTC (3 years, 8 months ago) by
baford
Original Path:
trunk/yam
configure script for YAM
Revision
742 -
Directory Listing
Modified
Fri Mar 24 20:01:54 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
added inetsocket(type, inetsockaddr) and accept()
Revision
734 -
Directory Listing
Modified
Thu Mar 23 01:39:59 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
got rid of debugging printf
Revision
733 -
Directory Listing
Modified
Thu Mar 23 01:39:41 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
cleanup in destructor
Revision
730 -
Directory Listing
Modified
Wed Mar 22 23:52:28 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
added destructor, getpeername, and getsockname
Revision
715 -
Directory Listing
Modified
Tue Mar 21 22:47:13 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
version of tcpconnect that takes the socket fd as an argument
Revision
714 -
Directory Listing
Modified
Tue Mar 21 22:46:38 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
debugging code for EBADF
Revision
711 -
Directory Listing
Modified
Tue Mar 21 17:44:58 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
added loopback constants
Revision
710 -
Directory Listing
Modified
Tue Mar 21 15:46:16 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
needed to use less_by_value on sets
Revision
709 -
Directory Listing
Modified
Tue Mar 21 15:45:49 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
needed const modifier
Revision
708 -
Directory Listing
Modified
Tue Mar 21 15:45:38 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
added getsockname
Revision
706 -
Directory Listing
Modified
Tue Mar 21 04:23:59 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
ifchgcb functionality
Revision
705 -
Directory Listing
Modified
Tue Mar 21 04:23:03 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
gracefully handle interrupts in select
Revision
704 -
Directory Listing
Modified
Tue Mar 21 04:22:26 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
constructor from in_addr_t
Revision
681 -
Directory Listing
Modified
Tue Mar 14 21:53:57 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
forgot to comment out debugging printfs earlier
Revision
678 -
Directory Listing
Modified
Tue Mar 14 21:38:02 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
Removed compare functions in inetaddr, as they can be accidentally used with
STL map or set, where they return the wrong value. Implemented operator<
instead. Also added helper class, less_by_value, for using shared_ptrs as
keys in maps or sets.
Revision
672 -
Directory Listing
Modified
Tue Mar 14 01:16:12 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
bug fix; was stupidly using static buffer in write
Revision
665 -
Directory Listing
Modified
Mon Mar 13 21:21:22 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
change port in inetsockaddr to be in_addr_t, and chance to_sockaddr to use htons on the port
Revision
663 -
Directory Listing
Modified
Mon Mar 13 19:31:41 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
messed up last edit a bit
Revision
662 -
Directory Listing
Modified
Mon Mar 13 19:25:55 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
Linux gcc seems to need a -pthread flag
Revision
661 -
Directory Listing
Modified
Mon Mar 13 18:21:58 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
various small changes
Revision
653 -
Directory Listing
Modified
Fri Mar 10 22:13:19 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
enum made gcc mad
Revision
652 -
Directory Listing
Modified
Fri Mar 10 21:49:21 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
to_string and compare functions
Revision
649 -
Directory Listing
Modified
Fri Mar 10 20:43:53 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
for call and set_handler functions, be explict about none, args, res, or both;
helps both compilers and humans
Revision
648 -
Directory Listing
Modified
Wed Mar 8 16:36:44 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
ostream functions
Revision
647 -
Directory Listing
Modified
Tue Mar 7 21:15:32 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
changed namespace async to yam
Revision
645 -
Directory Listing
Modified
Tue Mar 7 20:59:36 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
changed include root
Revision
640 -
Directory Listing
Modified
Mon Mar 6 17:10:02 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
working on ssl channel, not done yet
Revision
639 -
Directory Listing
Modified
Mon Mar 6 17:08:03 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
warn about retries
Revision
638 -
Directory Listing
Modified
Mon Mar 6 17:07:29 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
use async::getpeername
Revision
636 -
Directory Listing
Modified
Mon Mar 6 17:06:01 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
added tcpconnect() and getpeername()
Revision
635 -
Directory Listing
Modified
Mon Mar 6 17:04:56 2006 UTC (3 years, 8 months ago) by
srhea
Original Path:
trunk/yam
changed name of timercb_t to match SFS, use wouldblock()
Revision
626 -
Directory Listing
Modified
Fri Feb 17 23:19:47 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
handle closed connections in sunrpc_channel_tcp
Revision
625 -
Directory Listing
Modified
Thu Feb 16 22:29:20 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
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
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
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
set_handler methods for functions with void argument or return types
Revision
620 -
Directory Listing
Modified
Wed Feb 15 04:52:32 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
fixed bug: had nothing to do with xdr_string, but was caused by forgetting to decode verf_type; also added XDR_FREE stuff for args
Revision
619 -
Directory Listing
Modified
Wed Feb 15 04:37:49 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
sunrpc mostly working, but something wrong with xdr_string on decode; committing just to save state
Revision
618 -
Directory Listing
Modified
Mon Feb 13 23:49:17 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
working on sunrpc, not done yet
Revision
609 -
Directory Listing
Modified
Fri Feb 10 00:20:43 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
fix vim in Makefile
Revision
607 -
Directory Listing
Modified
Thu Feb 9 23:20:17 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
-1 -> SOCKET_ERROR
Revision
606 -
Directory Listing
Modified
Thu Feb 9 23:19:19 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
got rid of aerror and introduced sock_errno and friends
Revision
605 -
Directory Listing
Modified
Thu Feb 9 20:26:45 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
switch ifndef guards to not name uia
Revision
604 -
Directory Listing
Modified
Thu Feb 9 20:25:46 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
On Windows, all files now compile and link without errors or warnings, and echoserver runs correctly
Revision
592 -
Directory Listing
Modified
Tue Jan 31 21:42:14 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
-W -Wall -Werror and fixes
Revision
591 -
Directory Listing
Modified
Tue Jan 31 19:01:27 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
need unistd for close
Revision
590 -
Directory Listing
Modified
Tue Jan 31 18:59:36 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
fixed gettimeofday with code from rsc
Revision
588 -
Directory Listing
Modified
Tue Jan 31 18:41:46 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
working on windows compatibility
Revision
587 -
Directory Listing
Modified
Tue Jan 31 16:52:46 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
consolidating differences into windows.hpp
Revision
586 -
Directory Listing
Modified
Tue Jan 31 16:35:08 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
working on windows compatibility
Revision
585 -
Directory Listing
Modified
Tue Jan 31 16:24:22 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
working on windows compatibility
Revision
584 -
Directory Listing
Modified
Tue Jan 31 16:16:29 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
working on windows compatibility
Revision
582 -
Directory Listing
Modified
Mon Jan 30 23:42:13 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
inetsocket and make_async implemented, build libyam_core, other cleaning up
Revision
581 -
Directory Listing
Added
Mon Jan 30 20:06:39 2006 UTC (3 years, 9 months ago) by
srhea
Original Path:
trunk/yam
example echoserver working