summaryrefslogtreecommitdiff
path: root/gvfs
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple backend in one daemonAlexander Larsson2007-09-133-7/+20
* Remove unused declarationAlexander Larsson2007-09-131-2/+0
* Move sync dbus calls into helperAlexander Larsson2007-09-133-43/+70
* Initial work on async dbus calls, including an implementation of g_file_read_...Alexander Larsson2007-09-134-8/+1020
* Fix double freeAlexander Larsson2007-09-131-2/+0
* Add async open function and default implementationAlexander Larsson2007-09-132-33/+180
* Always handle default main context as NULL, so thatAlexander Larsson2007-09-135-34/+17
* Remove destroy notifier in async calls.Alexander Larsson2007-09-1312-203/+65
* Update testAlexander Larsson2007-09-131-18/+40
* Implement async closeAlexander Larsson2007-09-131-6/+74
* Better async fallbacks for skipAlexander Larsson2007-09-131-15/+71
* Allocate one object, not zeroAlexander Larsson2007-09-131-3/+3
* Fix write_async_cb argument orderAlexander Larsson2007-09-131-3/+4
* Only free cancellable if != NULLAlexander Larsson2007-09-131-2/+3
* Fix fd source finalize crash with no cancellableAlexander Larsson2007-09-131-2/+4
* Change async cancellation to also use GCancellable.Alexander Larsson2007-09-1312-701/+336
* Add cancelled signal to GCancellableAlexander Larsson2007-09-132-2/+25
* New file descriptor + GCancellation GSource helperAlexander Larsson2007-09-132-9/+135
* Initial work on async read for GFileInputStreamDaemon.Alexander Larsson2007-09-131-26/+336
* Allocate pipe() as neededAlexander Larsson2007-09-131-8/+23
* Move opens in writes to GFileAlexander Larsson2007-09-138-339/+369
* Move open into g_file_readAlexander Larsson2007-09-1310-198/+159
* Update handling of cancellationin general and especiallyAlexander Larsson2007-09-137-191/+190
* Implement client side close()Alexander Larsson2007-09-131-30/+251
* Verify fd_id on received file descriptorsAlexander Larsson2007-09-133-65/+102
* Fix leaks of GErrorAlexander Larsson2007-09-132-0/+8
* Handle EOF correctlyAlexander Larsson2007-09-131-1/+1
* Make more tolerant against daemon dying.Alexander Larsson2007-09-131-13/+10
* Indentation fixupsAlexander Larsson2007-09-1313-160/+165
* Fix accidental unix: -> daemon: conversion in renameAlexander Larsson2007-09-131-7/+22
* Rename lots of classesAlexander Larsson2007-09-1347-1590/+1590
* Fix cancellation of daemon streamsAlexander Larsson2007-09-132-6/+10
* Implement seekAlexander Larsson2007-09-133-6/+75
* Break out decode_errorAlexander Larsson2007-09-131-8/+11
* client side seek supportAlexander Larsson2007-09-131-13/+208
* Add decode_replyAlexander Larsson2007-09-131-97/+139
* Break out state machine sync io machinery into its own functionAlexander Larsson2007-09-131-91/+112
* Move GSeekable implementation into GFileInputStreamAlexander Larsson2007-09-134-74/+164
* Empty seekable supportAlexander Larsson2007-09-131-7/+133
* Update GSeekableAlexander Larsson2007-09-133-18/+133
* Handle seq_nrAlexander Larsson2007-09-131-2/+0
* Add can_seekAlexander Larsson2007-09-131-2/+3
* Clean up code using a state machineAlexander Larsson2007-09-131-226/+400
* Make cancellable explicitly passed to sync opsAlexander Larsson2007-09-1321-290/+418
* some daemon stream workAlexander Larsson2007-09-131-92/+248
* Make read_all and write_all have better semantics, now they can return both a...Alexander Larsson2007-09-135-70/+70
* Clean up unixfileinputstream more using streamsAlexander Larsson2007-09-131-77/+28
* Added read/write_all() methodsAlexander Larsson2007-09-134-0/+122
* Simplify output using socket streamAlexander Larsson2007-09-131-22/+14
* Random test codeAlexander Larsson2007-09-131-9/+20