Migrate libasyncio from boost.signal to signals2 (#8756)
[libasyncio] / asyncio /
2024-01-17 Victor PlageMigrate libasyncio from boost.signal to signals2 (... master
2021-12-16 Philipp Gesangfix comment
2020-05-23 Thomas JaroschFix 'occurred' typo
2017-05-04 Thomas JaroschFix restore of child handler in restoreChildHandler()
2015-10-05 Gerd von Egidybump version to 0.3, soversion to 1 v0.3
2015-09-09 Gerd von Egidypid() is const
2015-09-08 Gerd von EgidyImplement getline() for IOImplementation.
2015-09-08 Gerd von EgidyImplement basic input buffer handling functions for...
2015-09-08 Gerd von Egidymake kill() and pid() part of the public interface...
2014-05-19 Christian Herdtweckin startProcess use _exit instead of exit after fork...
2011-08-26 Kristóf KatusCleansed this project from autohell corruption.
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-26 Thomas JaroschRemove MegaAddr hack which gave unix sockets paths...
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-02-10 Thomas JaroschInclude asyncio_config.hpp in make install / libasyncio...
2010-02-02 Thomas JaroschPC-lint: Silence warning about buffer possible overflow...
2010-02-02 Thomas JaroschPC-lint: Silence warning about virtual destructor
2009-05-31 Reinhard Pfaumoved peer info fetch into UnixIOSocket; cleaned up...
2009-04-29 Reinhard Pfauadded some more docs for callouts
2009-04-19 Reinhard Pfauupdates (for debugging)
2009-04-19 Reinhard Pfaufixed typo in docs
2009-04-12 Reinhard Pfauremoved libi2ncommon dependancy from pkgconfig file
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 Pfauremoved generated files
2009-04-03 Thomas JaroschProperly fix the license for C++ template usage. This...
2009-03-24 Reinhard Pfaumade usage of libi2ncommon signal funcs optional
2009-03-24 Reinhard Pfauupdated to use new modules (more independance to libi2n...
2008-11-18 Thomas Jaroschlibasyncio: (tomj) document the magic behind MegaAddr
2008-11-18 Thomas Jaroschlibasyncio: (tomj) fix uninitialized vars, added little...
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) more renaming; compiles now.
2008-10-20 Reinhard Pfaulibasyncio: (reinhard) more moves. UNUSABLE YET.