libNet/trunk

log

age author description
6 months ago Eric Hopper Updated email address and copyright notices.default tip
6 months ago Eric Hopper Remove some files that now generate no object code.
6 months ago Eric Hopper Oops, forgot to remove a reference to STR_ClassIdent from Makefile.in
6 months ago Eric Hopper Hush up well meaning compiler warning about precedence.
6 months ago Eric Hopper Fix up StrChunk and ChunkIterator to no longer rely on LCore.
6 months ago Eric Hopper Fixing up StrMod to no longer rely on deleted parts of LCore, except...
6 months ago Eric Hopper Fix up UniEvent to no longer rely on deleted parts of LCore.
6 months ago Eric Hopper LCore: Remove references to elminated LCore stuff from EHNet++
6 months ago Eric Hopper LCore: Remove now useless .cxx files and references to removed headers.
6 months ago Eric Hopper LCore: Gut header files to cause compiler errors.
6 months ago Eric Hopper Ignore things I don't want to manage with version control.
6 months ago Eric Hopper No longer missing include of cstring for mem* functions.
6 months ago Eric Hopper Merging in CVS tags.
6 months ago Eric Hopper Merging in 0.5.0 branch.
6 months ago Eric Hopper Merged AUTHORS file with Chad and Jim.
6 months ago Eric Hopper Added AUTHORS file with Chad because he deserves credit too.
2005-04-08 Eric Hopper [svn r533] Added Subversion keywords to properties and the files themselves.
2005-04-08 Jim Hodapp [svn r532] Adding decorators in preparation for UDP and multicast.
2005-03-17 Eric Hopper Update configure.in etc. all for gorey realities of socklen_t.
2005-03-17 Eric Hopper Merged in AUTHORS file.
2005-03-11 Eric Hopper [svn r530] Various small formatting changes and a version # bump.
2005-03-11 Eric Hopper Update debugging messages to use ::std namespace.
6 months ago Eric Hopper Merge in more changes from 0.5.0 branch.
2005-03-03 Eric Hopper [svn r528] Added version control strings.
2005-03-03 Eric Hopper [svn r527] Lots of extra commented out debugging messages.
6 months ago Eric Hopper Merged in changes from 0.5.0 branch.
2005-03-02 Jim Hodapp Remove extra $ tag and problematic declaration of gethostname.
2005-02-19 Eric Hopper [svn r524] Small changes to get this to compile on more platforms, and to be more
2004-04-01 Eric Hopper [svn r465] Removed superfluous mentions of 'ListeningPlug' as it no longer exists.
2003-02-26 Eric Hopper [svn r162] Changes to automatically handle some differences that the Cygwin (and perhaps
2003-01-29 Eric Hopper [svn r73] Fixed email addresses to no longer mention my real email, and instead
6 months ago Eric Hopper Merging CVS tag adds.
6 months ago Eric Hopper Adding back CVS tags.
2004-01-07 Eric Hopper Bizarre spacing and other cosmetic changes.libNet-0.5.1
2004-01-07 Eric Hopper Update definition of gethostname to possibly work on more platforms.
2004-01-07 Eric Hopper Changed some Perceps comments to Doxygen comments.
2004-01-07 Eric Hopper Added AUTHORS file at Jim's request so he got credit.
2005-03-11 Jim Hodapp Allow fetching local IP and port of a socket.
2005-03-02 Eric Hopper Fix unitialed variables found by Valgrind.
2005-03-02 Eric Hopper Declare struct outside of anonymous namespace to avoid compiler error.
2005-03-02 Jim Hodapp InetAddress: Can now retrieve raw host-byte-order 32-bit IP address.
6 months ago Eric Hopper Merging CVS tag adds.
6 months ago Eric Hopper Adding back CVS tags.
2003-01-28 Eric Hopper [svn r68] Created logs for release 0.5.0libNet-0.5.0
2003-01-28 Eric Hopper [svn r65] Moved ChangeLog files around to prepare for new Subversion log style
2003-01-28 Eric Hopper [svn r62] New version number, 0.5.0
2003-01-28 Eric Hopper [svn r60] tests-cppunit/XMLUTF8Test.cpp is now a viable test.
2003-01-20 Eric Hopper [svn r50] Lurching along some more, see previous log entries.
2003-01-16 Eric Hopper [svn r49] Lurching even farther along. Woohoo!
2003-01-16 Eric Hopper [svn r48] Arranged formatting so things fit in 80 columns.
2003-01-15 Eric Hopper [svn r47] More lurching.
2003-01-14 Eric Hopper [svn r46] Slowly lurching my way towards an actual CppUnit test.
2003-01-13 Eric Hopper [svn r44] Moving slowly towards a CppUnit test.
2003-01-12 Eric Hopper [svn r43] Changes to account for new locations of header files and namespaces.
2003-01-12 Eric Hopper [svn r42] Changes\!
2003-01-12 Eric Hopper [svn r41] Added subversion keywords.
2003-01-12 Eric Hopper [svn r40] Added test for xml directory.
2003-01-12 Eric Hopper [svn r39] Arranged for the new xml directory to be properly docuemented.
2003-01-12 Eric Hopper [svn r38] Changes to document Lexer and make the docuementation a little better.
2003-01-12 Eric Hopper [svn r37] Moved the 'XMLUTF8Parser.cpp' file over to the tests-cppunit directory where