]> git.sur5r.net Git - i3/i3/history - lib
use getpwuid() to resolve ~ in socket paths instead of glob()
[i3/i3] / lib /
2017-08-19 Michael Stapelberguse getpwuid() to resolve ~ in socket paths instead...
2017-08-19 Michael Stapelberguse new default ipc-socket path, glob() path, bump...
2017-08-19 Michael StapelbergBump version for new CPAN upload, fix MANIFEST
2017-08-19 Michael Stapelbergbump version to 0.02, update MANIFEST
2017-08-19 Michael StapelbergImplement _error callback
2017-08-19 Michael StapelbergAdd sugar methods for easier usage
2017-08-19 Michael StapelbergRemove obsolete paragraph about the need for a second...
2017-08-19 Michael StapelbergUse $self->message in subscribe
2017-08-19 Michael Stapelbergkill left-over variable
2017-08-19 Michael StapelbergUse only 'import' of 'Exporter'
2017-08-19 Michael Stapelbergreformat perldoc paragraph
2017-08-19 Michael Stapelberguse constant instead of magic number
2017-08-19 Michael StapelbergGet rid of _bytelength, use encode_utf8 and length...
2017-08-19 Michael StapelbergBugfix: Handle message_type == 0
2017-08-19 Michael StapelbergAdd new constants
2017-08-19 Michael StapelbergProvide constants for message types
2017-08-19 Michael StapelbergReturn connection status in condvar in $i3->connect
2017-08-19 Michael Stapelbergprefix internal subs with _
2017-08-19 Michael StapelbergInitial commit