[X] The "1964_099.exe" file could not be found or is not available. Please select another file.

Share

More
libaeon Networking LIbrary Icon

libaeon Networking LIbrary

beta

by earmbrust


libaeon is "An Extensible Open Networking library" that attempts to make full use of std syntax and provides classes for data handling, manipulation, streaming, and inheritance while remaining lightweight, fast, and portable.


http://libaeon.sourceforge.net





Separate each tag with a space.

Release Date:

2009-01-27

Topic:

Operating System:

License:

Intended Audience:

Programming Language:

Registered:

2006-11-08

Ratings and Reviews

Be the first to post a text review of libaeon Networking LIbrary. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Forum thread added

    earmbrust created the Welcome to the project! forum thread

    posted by earmbrust 329 days ago

  • Project Information Updated

    posted by earmbrust 329 days ago

  • Tracker artifact added

    earmbrust created the Crash when closing a socket artifact

    posted by earmbrust 330 days ago

  • Project Information Updated

    posted by earmbrust 330 days ago

  • Runtime issue with 0.6.21

    There has been reports of a runtime issue (stack overflow) at some point in the receive function(s) of libaeon. Updates will come soon, hopefully.

    posted by earmbrust 343 days ago

  • New release!

    libaeon 0.16.21 is now available in tarball format. Please update to the latest version, as it fixes some problems with compilation on *nix platforms.

    posted by earmbrust 343 days ago

  • libaeon-testing libaeon-0.16.21 file released: libaeon-0.16.21.tar.bz2

    v0.16.21 - 01/27/2009 ====================== -changed ChangeLog version recording to indicate date of changes -fixed a gcc issue where stdlib.h and string.h were not being included v0.16.20 ======== -fixed two places where Win32 fixes were affecting Linux/UNIX compilation due to the typedef for socklen_t not being used -fixed MSDOS line ending issue. (OOPS) -added GetLibraryVersion to the net namespace to allow version retrieval of the linked/shared libaeon library -slowed version revisioning (yet again) so that completely unstable features aren't allowed to propagate into trunk v0.16.19 ======== -fixed two instances of functions not returning anything when they should (bools) -verified MSVC2k5 compilation compatibility and usability v0.16.18 ========= -fixed breakage issue when compiling under MingW -replaced include guards with more standard style guards -tried to commit hara kiri after realizing i'd misspelled it previously, failed. v0.16.17 ========= -fixed some issues with CServerSocket regarding zeroing of memory -fixed bug with CServerSocket not accepting connections -removed testing code for CServerSocket v0.16.16 ========= -pondered hari kari after dealing with CServerSocket issues -broke CServerSocket. yay. -added some documentation, cleaned things up a bit -expanded CSocket some, to accomodate inheritance better *CSocket now contains remote host information *CSocket now has it's own .Close() method, for inheritance reasons *improved use of the .connected member v0.16.15 ========= -created documentation for the website as well as the DoxyFile for end-user developers -cleaned up a few things v0.16.14 ========= -totally diverged from previous versioning convention, it just didn't work. -attempted to use a bootstrapper, removed prior to commit. -removed doc building from the makefile(s) -added significant amounts of doxygen compatible comments to the source v0.16.13 ========= -fixed a serious bug where buffer data wasn't cleared prior to recv(), which caused data corruption -moved to an even more convoluted directory structure/autotools setup -demodularized some files -created a more "lib-like" installation, which now installs libaeon.h into $(PREFIX)/include so you can actually develop with aeon now. -added the ClearBuffer() function to CSocket so that arbitrary buffers may be cleared by the library (usually those passed by Read() calls) v0.16.12 ========= -fixed a mistake on my part (earmbrust) which had linked in the GPL, rather than the proper (BSD) license. -removed all remnants of the old (script based) build system v0.16.11 ========= -cleaned up a few simple things -made the code slightly more modular (separating code into multiple files, rather than one large file) -refined autotools files so that builds work properly -fixed an automake macro error -began ChangeLog documentation (hey, that's an accomplishment!)

    posted 343 days ago

  • libaeon-testing libaeon-0.16.21 file released: libaeon-0.16.21.tar.gz

    v0.16.21 - 01/27/2009 ====================== -changed ChangeLog version recording to indicate date of changes -fixed a gcc issue where stdlib.h and string.h were not being included v0.16.20 ======== -fixed two places where Win32 fixes were affecting Linux/UNIX compilation due to the typedef for socklen_t not being used -fixed MSDOS line ending issue. (OOPS) -added GetLibraryVersion to the net namespace to allow version retrieval of the linked/shared libaeon library -slowed version revisioning (yet again) so that completely unstable features aren't allowed to propagate into trunk v0.16.19 ======== -fixed two instances of functions not returning anything when they should (bools) -verified MSVC2k5 compilation compatibility and usability v0.16.18 ========= -fixed breakage issue when compiling under MingW -replaced include guards with more standard style guards -tried to commit hara kiri after realizing i'd misspelled it previously, failed. v0.16.17 ========= -fixed some issues with CServerSocket regarding zeroing of memory -fixed bug with CServerSocket not accepting connections -removed testing code for CServerSocket v0.16.16 ========= -pondered hari kari after dealing with CServerSocket issues -broke CServerSocket. yay. -added some documentation, cleaned things up a bit -expanded CSocket some, to accomodate inheritance better *CSocket now contains remote host information *CSocket now has it's own .Close() method, for inheritance reasons *improved use of the .connected member v0.16.15 ========= -created documentation for the website as well as the DoxyFile for end-user developers -cleaned up a few things v0.16.14 ========= -totally diverged from previous versioning convention, it just didn't work. -attempted to use a bootstrapper, removed prior to commit. -removed doc building from the makefile(s) -added significant amounts of doxygen compatible comments to the source v0.16.13 ========= -fixed a serious bug where buffer data wasn't cleared prior to recv(), which caused data corruption -moved to an even more convoluted directory structure/autotools setup -demodularized some files -created a more "lib-like" installation, which now installs libaeon.h into $(PREFIX)/include so you can actually develop with aeon now. -added the ClearBuffer() function to CSocket so that arbitrary buffers may be cleared by the library (usually those passed by Read() calls) v0.16.12 ========= -fixed a mistake on my part (earmbrust) which had linked in the GPL, rather than the proper (BSD) license. -removed all remnants of the old (script based) build system v0.16.11 ========= -cleaned up a few simple things -made the code slightly more modular (separating code into multiple files, rather than one large file) -refined autotools files so that builds work properly -fixed an automake macro error -began ChangeLog documentation (hey, that's an accomplishment!)

    posted 343 days ago

  • libaeon-testing libaeon-0.16.21 file released: libaeon-0.16.21.zip

    v0.16.21 - 01/27/2009 ====================== -changed ChangeLog version recording to indicate date of changes -fixed a gcc issue where stdlib.h and string.h were not being included v0.16.20 ======== -fixed two places where Win32 fixes were affecting Linux/UNIX compilation due to the typedef for socklen_t not being used -fixed MSDOS line ending issue. (OOPS) -added GetLibraryVersion to the net namespace to allow version retrieval of the linked/shared libaeon library -slowed version revisioning (yet again) so that completely unstable features aren't allowed to propagate into trunk v0.16.19 ======== -fixed two instances of functions not returning anything when they should (bools) -verified MSVC2k5 compilation compatibility and usability v0.16.18 ========= -fixed breakage issue when compiling under MingW -replaced include guards with more standard style guards -tried to commit hara kiri after realizing i'd misspelled it previously, failed. v0.16.17 ========= -fixed some issues with CServerSocket regarding zeroing of memory -fixed bug with CServerSocket not accepting connections -removed testing code for CServerSocket v0.16.16 ========= -pondered hari kari after dealing with CServerSocket issues -broke CServerSocket. yay. -added some documentation, cleaned things up a bit -expanded CSocket some, to accomodate inheritance better *CSocket now contains remote host information *CSocket now has it's own .Close() method, for inheritance reasons *improved use of the .connected member v0.16.15 ========= -created documentation for the website as well as the DoxyFile for end-user developers -cleaned up a few things v0.16.14 ========= -totally diverged from previous versioning convention, it just didn't work. -attempted to use a bootstrapper, removed prior to commit. -removed doc building from the makefile(s) -added significant amounts of doxygen compatible comments to the source v0.16.13 ========= -fixed a serious bug where buffer data wasn't cleared prior to recv(), which caused data corruption -moved to an even more convoluted directory structure/autotools setup -demodularized some files -created a more "lib-like" installation, which now installs libaeon.h into $(PREFIX)/include so you can actually develop with aeon now. -added the ClearBuffer() function to CSocket so that arbitrary buffers may be cleared by the library (usually those passed by Read() calls) v0.16.12 ========= -fixed a mistake on my part (earmbrust) which had linked in the GPL, rather than the proper (BSD) license. -removed all remnants of the old (script based) build system v0.16.11 ========= -cleaned up a few simple things -made the code slightly more modular (separating code into multiple files, rather than one large file) -refined autotools files so that builds work properly -fixed an automake macro error -began ChangeLog documentation (hey, that's an accomplishment!)

    posted 343 days ago

  • File released: /libaeon-testing/libaeon-0.16.21/libaeon-0.16.21.zip

    posted 343 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

libaeon Networking LIbrary Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks