aboutsummaryrefslogtreecommitdiffstats
path: root/libfsobasics
Commit message (Expand)AuthorAgeFilesLines
* libfsobasics: make library ABI version configurableSimon Busch2012-05-032-1/+20
* Fix checking for the wrong *_release variable when enabling vala source compi...Simon Busch2012-05-021-1/+1
* Bump version of all components for next development cycleSimon Busch2012-04-181-2/+2
* Release version 0.10.0libgsm0710mux-0.10.0libfsotransport-0.10.0libfsosystem-0.10.0libfsoresource-0.10.0libfsoframework-0.10.0libfsobasics-0.10.0fsousaged-0.10.0fsotdld-0.10.0fsosystemd-0.10.0fsonetworkd-0.10.0fsogsmd-0.10.0fsodeviced-0.10.0fsodatad-0.10.0fsoaudiod-0.10.0Simon Busch2012-04-182-1/+25
* Remove unneeded stuff from all autogen.sh filesSimon Busch2012-04-171-25/+0
* Update autotools bootstrap script for all componentsSimon Busch2012-04-111-7/+34
* libfsobasics: restructure autoconf/automake configuration to be ready for a r...Simon Busch2012-04-034-245/+157
* libfsobasics: disable not working tests for nowSimon Busch2012-03-297-11/+15
* libfsobasics: disable test for kobjectnotifier as it's not working right nowSimon Busch2012-03-231-8/+8
* Update ChangeLog of all components from git historySimon Busch2012-03-141-0/+746
* Bump version to 0.10.0 and for all FSO dependencies tooSimon Busch2012-03-101-1/+1
* drop GITV as version postfix for all componentsSimon Busch2012-03-101-5/+1
* libfsobasics: testutilities: check also for content for vendor_id fieldSimon Busch2012-02-141-1/+1
* libfsobasics: testkobjectnotifier: wait up to ten seconds for kobject event u...Simon Busch2012-02-141-2/+15
* Bump required vala version of all components to 0.14.2Simon Busch2012-02-141-1/+1
* Merge branch 'morphis/pending'Simon Busch2012-01-271-1/+1
|\
| * Bump required vala version of all components to 0.14.1 (which is wrong anyway)Simon Busch2012-01-271-1/+1
* | libfsobasics: allow to use vendor_id as hardware identificatorMartin Jansa2012-01-271-0/+6
|/
* fsobasics: make kobjectnotifier log properties only if DEBUGKlaus Kurzmann2011-12-171-1/+3
* libfsobasics: fix sysconfdir expansion for newer autofooKlaus Kurzmann2011-12-172-2/+2
* Bump required vala version of all components to 0.14.0Simon Busch2011-11-241-1/+1
* libfsobasics: fix another bug we get with vala-0.14 with the Posix.bind methodSimon Busch2011-11-241-2/+1
* fsobasics: work around some bug? in vala-0.14 with sighandler_t delegateSimon Busch2011-11-241-0/+1
* libfsobasics: netlinkutils: work around a nasty bug in vala-0.14 with Posix.I...Simon Busch2011-11-243-3/+42
* Bump required vala version of all FSO components to 0.12.1Simon Busch2011-11-221-1/+1
* libfsobasics: add simple method to convert a glib list into an arraySimon Busch2011-10-281-0/+12
* libfsobasics: stringhandling: fix nasty bug in hexdump methodSimon Busch2011-10-271-1/+2
* libfsoframework: move abstract object class to libfsobasicsSimon Busch2011-08-032-0/+44
* libfsobasics: split utilities in seperate source files for a better overviewSimon Busch2011-07-196-575/+636
* libfsobasics: utilities: minor style correctionsSimon Busch2011-07-191-353/+348
* libfsobasics/fsobasics/kernel.vala : added a test on "activate" flag at objet...Sylvain 'GarthPS' Paré2011-07-081-0/+2
* Bump required vala version of all components to 0.12.0Simon Busch2011-06-021-1/+1
* libfsobasics: smartkeyfile: fix the location of the config filesDenis 'GNUtoo' Carikli2011-05-211-1/+1
* libfsobasics: use $SYSCONFDIR for configuration file detectionFrederik 'playya' Sdun2011-05-205-7/+10
* libfsobasics: add vim tags for correct indentation with 4 spacesKlaus Kurzmann2011-05-0532-0/+63
* libfsobasics: add utility functions for convenient sharing of data within a p...Michael 'Mickey' Lauer2011-05-021-0/+24
* libfsobasics: adjust style to match common styleSimon Busch2011-04-121-12/+13
* libfsobasics: add some new enumFromString methodSimon Busch2011-03-112-0/+17
* libfsobasics: tests: add some more enum converting testsSimon Busch2011-03-091-0/+3
* bump copyright notices for 2011Michael 'Mickey' Lauer2011-02-2526-26/+26
* libfsobasics: warnings--Michael 'Mickey' Lauer2011-02-244-29/+39
* libfsobasics: you have to specify the command when attaching to a processSimon Busch2011-02-182-2/+4
* libfsobasics: process: rename pidof to findByNameSimon Busch2011-02-182-5/+5
* libfsobasics: add attach method to process guard classSimon Busch2011-02-182-0/+29
* libfsobasics: pidof: use correct array index for validationSimon Busch2011-02-181-1/+1
* libfsobasics: add own implementation of pidof methodSimon Busch2011-02-162-0/+59
* libfsobasics: add hexdump function to StringUtilsMichael 'Mickey' Lauer2011-02-131-0/+49
* libfsobasics: register signal handler for Posix signals to log a backtraceFrederik 'playya' Sdun2011-02-051-0/+25
* libfsobasics: AsyncProcess: Use IOFuncs for stderr/stdout instead of signalsFrederik 'playya' Sdun2011-02-041-65/+33
* libfsobasics: process: repair damage done by either a chainsaw, a mutant sed ...Michael 'Mickey' Lauer2011-01-281-10/+10