libasyncio
2011-08-26 Kristóf KatusReenabled all compile flags.
2011-08-26 Thomas JaroschRemove MegaAddr hack which gave unix sockets paths...
2011-08-26 Kristóf KatusFull CMake conversion of the libasyncio project without...
2011-08-23 Kristóf KatusAdded checking for header files in order to get proper...
2011-08-23 Kristóf KatusInitial commit of the cmake conversion of the libasynci...
2010-05-25 Thomas JaroschAdd debug symbols in release build, too
2010-02-24 Thomas JaroschWe need stdint.h for uint32_t
2010-02-10 Thomas JaroschInclude asyncio_config.hpp in make install / libasyncio...
2010-02-08 Thomas JaroschFix small typo
2010-02-02 Thomas JaroschPC-lint: Silence warning about buffer possible overflow...
2010-02-02 Thomas JaroschPC-lint: Silence warning about virtual destructor
2010-02-02 Thomas JaroschStarted PC-Lint settings file
2010-02-02 Thomas JaroschMigrate from cppunit to boost::test
2010-02-02 Thomas JaroschAdd missing semicolon
2009-10-01 Thomas JaroschRemove boost dependency, rpm will pick it up automatica...
2009-08-06 Thomas JaroschRemove unpackaged files
2009-08-06 Thomas JaroschDon't use dmake in offical package
2009-05-31 Reinhard Pfaumoved peer info fetch into UnixIOSocket; cleaned up...
2009-05-31 Reinhard Pfausome minor doc updates
2009-04-29 Reinhard Pfauupdated Doxyfile template; now works (again)...
2009-04-29 Reinhard Pfausome eclipse stuff (added doxygen support)
2009-04-29 Reinhard Pfauadded some more docs for callouts
2009-04-29 Reinhard PfauMerge commit 'origin/master'
2009-04-28 Thomas JaroschPolished the README file a bit
2009-04-26 Reinhard Pfauadded new IPv4Address class
2009-04-19 Reinhard Pfausome more backend round on pipe test (for slower machin...
2009-04-19 Reinhard Pfaudisabled extra debug output
2009-04-19 Reinhard Pfauadded .pkglist (eclipse...) to .gitignore
2009-04-19 Reinhard Pfauresolved after merge
2009-04-19 Reinhard Pfauupdated (using new utils)
2009-04-19 Reinhard Pfauupdates (for debugging)
2009-04-19 Reinhard Pfaufixed typo in docs
2009-04-19 Reinhard Pfauexposed mode value.
2009-04-14 Thomas JaroschMake unit test compilable without libi2ncommon
2009-04-13 Reinhard Pfauadded spec file to EXTRA_DIST, so it gets included...
2009-04-13 Reinhard Pfauadded spec file template (spec file still included...
2009-04-12 Reinhard Pfauadded some more methods to FileSTat class
2009-04-12 Reinhard Pfauremoved libi2ncommon dependancy from pkgconfig file
2009-04-12 Reinhard Pfauadded eclipse project files
2009-04-12 Reinhard PfauAdded .settings dir to .gitignore
2009-04-12 Reinhard Pfauupdated to use stuff from local utils
2009-04-12 Reinhard Pfauunconditionally use namespace I2n; include signalfunc...
2009-04-12 Reinhard Pfauadded class FileStat to utils (wrapper for file stat)
2009-04-12 Reinhard Pfaufixed typo
2009-04-12 Reinhard Pfauinclude the "right" containerfunc...
2009-04-12 Reinhard Pfauadded conditional dependancy to libi2ncommon
2009-04-12 Reinhard Pfauadded container- and signalfunc
2009-04-12 Reinhard Pfauupdated Makefile.am; added container- and signalfunc
2009-04-12 Reinhard Pfauupdated usage of AC_OUTPUT to new autoconf style
2009-04-12 Reinhard Pfauadded new wrapper files for container- and signalfunc
2009-04-12 Reinhard Pfauincreased minimum automake version to 1.10; the fist...
2009-04-12 Reinhard Pfaumoved i2ncommon stuff into utils subdir
2009-04-12 Reinhard Pfauadded "*.loT" to .gitignore
2009-04-12 Reinhard Pfauremoved generated files
2009-04-06 Thomas JaroschImported submodules from libi2ncommon which are now...
2009-04-03 Thomas JaroschAlso update license in .spec file
2009-04-03 Thomas JaroschProperly fix the license for C++ template usage. This...
2009-03-29 Reinhard Pfaubetter output using AS_HELP_STRING macro
2009-03-29 Reinhard Pfauadded PREREQ macro to ensure suitable version of autoconf
2009-03-25 Thomas JaroschUse new form of autoconf init
2009-03-24 Reinhard Pfauadded missing files to utils/Makefile.am
2009-03-24 Reinhard Pfaumade usage of libi2ncommon signal funcs optional
2009-03-24 Reinhard Pfauadded new util modules
2009-03-24 Reinhard Pfauupdated to use new modules (more independance to libi2n...
2009-03-24 Reinhard Pfauset config file to "asyncio_config.hpp"
2009-03-24 Reinhard Pfaustarted system utils module
2009-03-24 Reinhard Pfauadded asyncio specfic (generated) config files
2009-03-24 Reinhard Pfauadded smart pointer utils
2009-03-24 Reinhard Pfauupdated libi2ncommon and libt2n checks to make 'em...
2009-03-24 Reinhard Pfauadded mkinstalldirs to .gitignore
2009-03-24 Reinhard Pfauremoved obsolete file.
2009-03-24 Reinhard Pfausome updates to libt2n macro
2009-03-24 Reinhard Pfauadded autoscan files
2009-03-15 Reinhard Pfauadded autoconf macros for boost and libt2n. updated...
2009-02-07 Thomas JaroschStarted .gitignore file
2009-02-07 Thomas JaroschBuild fix
2008-11-18 Thomas Jaroschlibasyncio: (tomj) document the magic behind MegaAddr
2008-11-18 Thomas Jaroschlibasyncio: (tomj) add missing return values in AsyncIo...
2008-11-18 Thomas Jaroschlibasyncio: (tomj) fix uninitialized vars, added little...
2008-10-23 Thomas Jaroschlibasyncio: (tomj) recovered spec file from srpm, obsol...
2008-10-21 Gerd v. Egidyupdate ideas / todo
2008-10-21 Reinhard Pfaulibasyncio: (reinhard) little fix.
2008-10-21 Reinhard Pfaulibasyncio: (reinhard) little fix.
2008-10-21 Reinhard Pfaulibasyncio: (reinhard) moved some stuff into a separate...
2008-10-21 Reinhard Pfaulibasyncio: (reinhard) updated ideas.txt from libsimpleio.
2008-10-21 Reinhard Pfaulibsimpleio: (reinhard) removed; available as libasnyio...
2008-10-21 Reinhard Pfaulibasyncio: (reinhard) more renaming; compiles now.
2008-10-20 Reinhard Pfaulibasyncio: (reinhard) more moves. UNUSABLE YET.
2008-10-20 Reinhard Pfaulibasnyncio: (reinhard) more moves. UNUSABLE YET.
2008-10-20 Reinhard Pfaulibasnyncio: (reinhard) moved from libsimpleio. UNUSABL...
2008-10-20 Gerd v. Egidyname is set, update ideas
2008-10-17 Gerd v. Egidynew ideas & names
2008-10-17 Gerd v. Egidylibsimpleio: (gerd) include glue_t2n in doxygen
2008-10-17 Gerd v. Egidylibsimpleio: (gerd) don't reference non-existing header...
2008-10-16 Gerd v. Egidywrite down some todos and ideas about libsimpleio
2008-10-16 Gerd v. Egidylibsimpleio: (gerd) add doxygen config/make/...
2008-10-10 Reinhard Pfaulibsimpleio: (reinhard) bugfix; set flags for fd also...
2008-09-22 Reinhard Pfaulibsimpleio: (reinhard) more debug output. Do not enter...
2008-09-11 Reinhard Pfaulibsimpleio: (reinhard) added method to get the reamini...
2008-09-04 Reinhard Pfaulibsimpleio: (reinhard) bugfixed the spec file and...
next