aboutsummaryrefslogtreecommitdiffstats
path: root/libfsotransport
Commit message (Expand)AuthorAgeFilesLines
* libfsotransport: drain before freezing a transportMichael 'Mickey' Lauer2010-03-221-3/+5
* libfsotransport: fix vala warningsMichael 'Mickey' Lauer2010-03-212-8/+23
* libfsotransport: command queue open/close/freeze/thaw now asyncMichael 'Mickey' Lauer2010-03-081-25/+12
* libfsotransport: provide an async way to open a transportMichael 'Mickey' Lauer2010-03-082-1/+10
* libfsotransport: make transport spec a class to play more nice with asyncMichael 'Mickey' Lauer2010-03-081-1/+1
* libfsotransport: commandqueue: reenable urchandler (may be put elsewhere, but...Michael 'Mickey' Lauer2010-03-061-3/+2
* libfsotransport: make the command queue's transport a public propertyMichael 'Mickey' Lauer2010-03-061-2/+7
* libfsotransport: make open/close/freeze/thaw virtualsMichael 'Mickey' Lauer2010-03-061-4/+4
* libfsotransport & fsogsmd: part 1 of the great command queue reworkMichael 'Mickey' Lauer2010-03-062-217/+35
* Revert "libfsotransport: prepare for command queue reimplementation"Michael 'Mickey' Lauer2010-03-063-337/+2
* libfsotransport: prepare for command queue reimplementationMichael 'Mickey' Lauer2010-03-063-2/+337
* libfsotransport: add open() and close() to CommandQueue interfaceMichael 'Mickey' Lauer2010-03-041-0/+8
* libfsobasics: remove vala thread support; does not make sense for librariesMichael 'Mickey' Lauer2010-02-251-1/+1
* libfsotransport: socket: mark transport as closed, if we can't open itMichael 'Mickey' Lauer2010-02-251-0/+4
* add config.vapi and GITV everywhereMichael 'Mickey' Lauer2010-02-251-0/+7
* libfsotransport: synthesize HUP, if we read 0 bytesMichael 'Mickey' Lauer2010-02-241-3/+8
* complete AUTHORS and MAINTAINERS file; please add yourselfMichael 'Mickey' Lauer2010-02-071-1/+0
* libfsotransport: remove posixextra.vapi; require vala 0.7.10 insteadMichael 'Mickey' Lauer2010-02-044-19/+4
* libfsotransport: fix reporting of free-form URCs without PDUMichael 'Mickey' Lauer2010-01-121-3/+1
* libfsotransport: do not write buffers of length 0Michael 'Mickey' Lauer2010-01-121-3/+12
* adjust (C) for 2010Michael 'Mickey' Lauer2010-01-0913-13/+13
* libfsotransport: move FdPipe from libfsoframework to hereMichael 'Mickey' Lauer2010-01-033-1/+90
* libfsotransport: make freeze() return the underlying transport file descriptorMichael 'Mickey' Lauer2010-01-035-8/+15
* Revert "libfsotransport: allow querying the transport's underlying fd"Michael 'Mickey' Lauer2010-01-033-11/+1
* libfsotransport: allow querying the transport's underlying fdMichael 'Mickey' Lauer2010-01-033-1/+11
* libfsotransport: change call to urchandler for simple URCs, NOTE: this might ...Michael 'Mickey' Lauer2009-12-261-1/+3
* libfsotransport: logging fixesMichael 'Mickey' Lauer2009-12-252-6/+8
* libfsotransport: add drain() and flush()Michael 'Mickey' Lauer2009-12-252-18/+35
* libfsotransport: enable debug build; catch up with libfsobasicsMichael 'Mickey' Lauer2009-12-254-37/+43
* libfsotransport: fix TransportSpec.create()Michael 'Mickey' Lauer2009-12-191-1/+1
* libfsotransport: LineByLineParser: add call to resetlineMichael 'Mickey' Lauer2009-11-281-0/+7
* libfsotransport: add DelegateTransport, a transport abstraction which just de...Michael 'Mickey' Lauer2009-11-186-15/+121
* fsotransport: add NullTransport and TransportSpecMichael 'Mickey' Lauer2009-11-174-1/+145
* fsotransport: fix missing @ for string templateMichael 'Mickey' Lauer2009-11-171-1/+1
* libfsotransport: make buffering optionalMichael 'Mickey' Lauer2009-11-152-14/+43
* libfsotransport: add forgotten @ for string template in debug messageMichael 'Mickey' Lauer2009-11-152-13/+13
* libfsotransport: reduce posixextra.vapi to match upstream additionsMichael 'Mickey' Lauer2009-11-103-17/+5
* all: bump Vala requirement and enable silent automake rules, if availableMichael 'Mickey' Lauer2009-11-051-0/+1
* libfsotransport: post-release version bumpMichael 'Mickey' Lauer2009-11-051-1/+1
* libfsotransport: catch up with vala 0.7.8 and glib 2.22libfsotransport-0.9.5.9Michael 'Mickey' Lauer2009-11-054-20/+41
* libfsotransport: bump version number; this will become 0.9.6 when vala 0.7.8 ...Michael 'Mickey' Lauer2009-10-233-7/+4
* libfsotransport: move command queue timeout into command class; this permits ...Michael 'Mickey' Lauer2009-10-221-2/+7
* libfsotransport: debug output cosmeticsMichael 'Mickey' Lauer2009-10-226-11/+9
* libfsotransport: silence++Michael 'Mickey' Lauer2009-10-222-2/+12
* libfsotransport: implement synchronous, blocking writeAndRead()Michael 'Mickey' Lauer2009-10-211-1/+14
* libfsoframework: add writeAndRead to transport interface. implementation pend...Michael 'Mickey' Lauer2009-10-212-9/+20
* libfsotransport: basetransport: move some methods into the private APIMichael 'Mickey' Lauer2009-10-211-79/+79
* libfsotransport: set watches to 0 if removing themMichael 'Mickey' Lauer2009-10-211-0/+6
* libfsotransport: commandqueue: ask commandqueuecommand for prefix/postfix/is_...Michael 'Mickey' Lauer2009-10-161-5/+8
* libfsotransport: slight interface signature changeMichael 'Mickey' Lauer2009-10-161-2/+2