]> git.llucax.com Git - software/eventxx.git/shortlog
software/eventxx.git
2013-03-13 Leandro LucarellaAdd doc subdirectory to .gitignore
2013-02-17 Leandro LucarellaAdd flattr widget to home page
2009-04-16 Leandro LucarellaBump version number to 1.0.1 1.0.1
2009-04-16 Leandro LucarellaAdd a Download section to the documentation
2009-04-16 Leandro LucarellaAdd missing include
2009-04-16 Leandro LucarellaAllows for compilation on 64-bit machines
2008-08-11 Leandro LucarellaUpdate project links in the documentation
2008-01-17 Leandro LucarellaChange version number and update docs about stability. 1.0
2007-11-09 Leandro LucarellaHide dispatcher copy-constructor and operator=.
2007-11-09 Leandro LucarellaDon't do the reinterpret_cast trick anymore for the...
2007-11-09 Leandro LucarellaDon't do the reinterpret_cast trick anymore for type...
2007-11-09 Leandro LucarellaUse eventxx constants for dispatch flags in benchmark...
2007-09-24 Leandro LucarellaFixed the main documentation example which was *WRONG*.
2007-09-24 Leandro LucarellaAdd .gitignore file.
2007-09-21 Leandro LucarellaAvoid a weird gcc warning when compiling with optimizat...
2007-09-21 Leandro LucarellaFix an implicit cast from const char* (string literal...
2007-08-27 Leandro LucarellaChange status to reflect current library stability. 0.7
2007-08-27 Leandro LucarellaFix documentation about broken libevent version.
2007-08-27 Leandro LucarellaRemove last trails of darcs repository.
2007-08-27 Leandro LucarellaChange version number.
2007-08-27 Leandro LucarellaUse git instead of darcs.
2007-08-26 Leandro LucarellaUpdate Doxyfile to doxygen version 1.5.3.
2007-08-26 Leandro LucarellaSplit documentation.
2007-06-08 Leandro LucarellaSmall improve on documentation formating. darcs_import
2007-06-08 Leandro LucarellaRemove text about using the event_base_free() fix.
2007-06-08 Leandro LucarellaRemove EVENTXX_BASE_FREE_FIX macro from Doxyfile.
2007-06-08 Leandro Lucarellatagged 0.6 0.6
2007-06-08 Leandro LucarellaChange version number.
2007-06-08 Leandro LucarellaAdd a comment asking for e-mails informing when you...
2007-06-08 Leandro LucarellaUse event_base_free() by default.
2007-05-20 Leandro LucarellaAdd 'test' rule to test/Makefile to simplify testing.
2007-05-19 Leandro LucarellaDocumentation fixes about EVENTXX_BASE_FREE_FIX.
2007-05-18 Leandro LucarellaUpdate documentation about library stability.
2007-05-18 Leandro LucarellaFix memory leak warning format.
2007-05-18 Leandro Lucarellatagged 0.5 0.5
2007-05-18 Leandro LucarellaChange version number.
2007-05-18 Leandro LucarellaAdd EVENTXX_NO_WARNING to avoid even_base_free() memory...
2007-05-18 Leandro LucarellaChange EVENT_BASE_FREE_FIX for EVENTXX_BASE_FREE_FIX.
2007-05-17 Leandro LucarellaFix multiple definitions of operator| for eventxx:...
2007-03-28 Leandro Lucarellatagged 0.4 0.4
2007-03-28 Leandro LucarellaChange version number.
2007-03-24 Leandro LucarellaFix inifinite recursion when using operator| for eventx...
2007-03-23 Leandro Lucarellatagged 0.3 0.3
2007-03-23 Leandro LucarellaChange version number.
2007-03-22 Leandro LucarellaFix another inconsistency with eventxx::type vs. short.
2007-03-22 Leandro LucarellaConsistence fix about eventxx::type vs. short.
2007-03-22 Leandro LucarellaMove ccallback declaration into the Events group.
2007-03-22 Leandro LucarellaAdd operator| for eventxx::type.
2007-03-21 Leandro LucarellaAdd mem_cb functor to use an arbitrary memeber function...
2007-02-19 Leandro Lucarellatagged 0.2 0.2
2007-02-19 Leandro LucarellaChange version number.
2007-02-19 Leandro LucarellaMinor documentation fix.
2007-01-29 Leandro LucarellaFix dispatcher::dispatch() return documentation.
2007-01-29 Leandro LucarellaRemove trailing space.
2007-01-29 Leandro LucarellaGrammar corrections suggested by Alberto Bertogli.
2007-01-29 Leandro LucarellaExcuses about not throwing an exception on dispatcher...
2007-01-29 Leandro LucarellaUse NULL default void* parameter with C-like callbacks...
2007-01-29 Leandro LucarellaDon't use the EVENT_BASE_FREE_FIX as default in the...
2007-01-29 Leandro LucarellaUse 80 column width.
2007-01-29 Leandro LucarellaImprove documentation.
2007-01-27 Leandro LucarellaSmall documentation fix.
2007-01-26 Leandro Lucarellatagged 0.1 0.1
2007-01-26 Leandro LucarellaChange current release naming.
2007-01-26 Leandro LucarellaAdd link to darcsweb RSS feed.
2007-01-26 Leandro LucarellaAdd links to releases.
2007-01-26 Leandro LucarellaAcknowledge test ported from libevent and add a missing...
2007-01-26 Leandro LucarellaChange my e-mail on tests adapted from libevent.
2007-01-26 Leandro LucarellaSpell checked.
2007-01-26 Leandro LucarellaAdd libevent link.
2007-01-26 Leandro LucarellaRestore the TREEVIEW for doxygen.
2007-01-26 Leandro LucarellaImprove documentation.
2007-01-26 Leandro LucarellaRemove the using eventxx::dispatcher from the mixed...
2007-01-26 Leandro LucarellaAdd a test with mixed C-like and function object callbacks.
2007-01-02 Leandro LucarellaFix a bug when the dispatcher destructor is working.
2007-01-02 Leandro LucarellaUse enums for several flags.
2007-01-02 Leandro LucarellaDocumentation fixes.
2007-01-02 Leandro LucarellaFix priorities API.
2007-01-02 Leandro LucarellaAdd license file.
2007-01-02 Leandro LucarellaRename event namespace to eventxx.
2007-01-02 Leandro LucarellaMinor documentation fixes.
2007-01-02 Leandro LucarellaAdd new tests.
2006-12-27 Leandro LucarellaAdd tests.
2006-12-27 Leandro LucarellaPrevents a bug in libevent event_base_free().
2006-12-27 Leandro LucarellaCasting fixes.
2006-12-27 Leandro LucarellaMinor documentation fixes.
2006-12-27 Leandro LucarellaC++ wrapper for libevent.