summaryrefslogtreecommitdiff
path: root/src/vtestream-file.h
Commit message (Expand)AuthorAgeFilesLines
* all: Use defined values for definesChristian Persch2023-03-081-7/+9
* all: Clean up licence headersChristian Persch2021-01-311-9/+8
* stream: test: Silence warningChristian Persch2018-09-281-0/+4
* Don't set variables to values that are never usedDebarshi Ray2017-05-231-2/+2
* stream: Use explicit_bzero() on encryption keys if availableEgmont Koblinger2017-02-141-5/+7
* widget: Fix memory leak in _vte_file_stream_init()Eric R. Schulz2016-08-271-1/+0
* stream: Allocate large buffer on stack rather than on heapEgmont Koblinger2015-10-021-16/+8
* stream: Fix a crash on truncate followed by resetEgmont Koblinger2015-04-281-12/+54
* stream: Don't nest VteIv's definitionEgmont Koblinger2015-04-231-7/+11
* all: Move to C++Christian Persch2015-04-221-3/+3
* all: Fix compilation with CC=g++Christian Persch2015-03-311-6/+12
* build: Wire up the gnutls switchEgmont Koblinger2015-01-201-8/+21
* stream: Encrypt the contentsEgmont Koblinger2015-01-181-147/+366
* stream: Avoid g_assert expression with side effectEgmont Koblinger2014-12-191-4/+12
* stream: Compress data with zlibEgmont Koblinger2014-12-141-144/+579
* stream: Implement with one file descriptorEgmont Koblinger2014-12-141-244/+796
* widget: Fix advance_tail if tail is not in the streamEgmont Koblinger2014-11-171-0/+2
* build: Add a missing return valueEgmont Koblinger2014-11-171-1/+1
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-081-10/+10
* ring,stream: Refactor the interface between the ring and the streamEgmont Koblinger2013-11-181-8/+10
* [stream] Use unlocked stdio when availableBehdad Esfahbod2013-09-301-1/+6
* [stream] Add a stdio-based buffered implementationBehdad Esfahbod2013-09-291-11/+166
* [stream] More fixupsBehdad Esfahbod2013-09-291-42/+56
* [stream] More fixupsBehdad Esfahbod2013-09-291-17/+53
* [stream] Remove unused includesBehdad Esfahbod2013-09-291-4/+0
* [stream] Finish off commit 2cf872c90d85163f297e3a0fd56866a29849e0bfBehdad Esfahbod2013-09-291-3/+3
* [stream] Fix warningsBehdad Esfahbod2013-09-291-3/+2
* [stream] Use -1, not 0, as "not opened yet"Behdad Esfahbod2013-09-291-4/+5
* [stream] Remove write_contentsBehdad Esfahbod2013-09-291-38/+0
* [stream] Add API to get start-of-page offsetsBehdad Esfahbod2013-09-291-2/+2
* stream: file: Use O_TMPFILE when availableChristian Persch2013-09-291-11/+6
* [stream-file] Recover from a disk-full situationBehdad Esfahbod2013-09-271-13/+25
* [stream-file] Remove another lseekBehdad Esfahbod2013-09-271-2/+1
* Fixup commit a551b0b8686bc266a2329a3215069895d591b0e9Behdad Esfahbod2013-09-271-1/+1
* [stream-file] Mark temp files NOATIMEBehdad Esfahbod2013-09-271-0/+3
* [stream-file] Bug 637275 - Use pread/pwrite() if availableBehdad Esfahbod2013-09-271-10/+32
* [stream-file] Keep head value in memoryBehdad Esfahbod2013-09-271-9/+8
* [ring] Only write_contents() the part of history that fits in the num rowsBehdad Esfahbod2010-01-131-4/+15
* Initial implementation of vte_terminal_write_contents()Behdad Esfahbod2010-01-131-1/+30
* Bug 596365 - libvte crashes when issueing 'reset' in a terminalBehdad Esfahbod2009-09-251-4/+5
* [stream] Fix warningsBehdad Esfahbod2009-09-251-1/+1
* [ring/stream] Handle stream failure (out of space)Behdad Esfahbod2009-09-151-9/+6
* [stream] Fix bug in _head()Behdad Esfahbod2009-09-151-4/+4
* [stream] Add head()Behdad Esfahbod2009-09-151-0/+12
* [stream] Fix new_page implementationBehdad Esfahbod2009-09-151-1/+2
* [stream] Handle eof situationBehdad Esfahbod2009-09-151-0/+5
* [stream] Add a reset() methodBehdad Esfahbod2009-09-151-41/+63
* [stream] s/trunc/truncate/Behdad Esfahbod2009-09-151-2/+2
* [stream] Fix returned offsetBehdad Esfahbod2009-09-151-1/+1
* [ring] Port to VteStreamBehdad Esfahbod2009-09-151-7/+10