Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-09-16 | Remove expensive assertion | Behdad Esfahbod | 1 | -2/+0 |
2009-09-16 | [doc] Set LC_ALL instead of LANG for our check scripts | Behdad Esfahbod | 1 | -1/+2 |
2009-09-15 | [ring] Fix assertion failure with resize | Behdad Esfahbod | 1 | -1/+3 |
2009-09-15 | [ring] Simplify a bit | Behdad Esfahbod | 1 | -4/+16 |
2009-09-15 | [ring/stream] Handle stream failure (out of space) | Behdad Esfahbod | 4 | -19/+24 |
2009-09-15 | [ring] Store text as UTF-8 and RLE-encode the attrs | Behdad Esfahbod | 3 | -38/+160 |
2009-09-15 | [stream] Fix bug in _head() | Behdad Esfahbod | 1 | -4/+4 |
2009-09-15 | [unistr] _vte_unistr_len() | Behdad Esfahbod | 2 | -5/+1 |
2009-09-15 | Add VteIntCell | Behdad Esfahbod | 1 | -2/+4 |
2009-09-15 | [stream] Add head() | Behdad Esfahbod | 3 | -0/+20 |
2009-09-15 | [ring] Fix resize too | Behdad Esfahbod | 1 | -1/+2 |
2009-09-15 | [ring] Fix ring according to stream semantics | Behdad Esfahbod | 1 | -41/+85 |
2009-09-15 | [stream] Fix new_page implementation | Behdad Esfahbod | 1 | -1/+2 |
2009-09-15 | [stream] Handle eof situation | Behdad Esfahbod | 1 | -0/+5 |
2009-09-15 | [stream] Add a reset() method | Behdad Esfahbod | 3 | -41/+71 |
2009-09-15 | [stream] s/trunc/truncate/ | Behdad Esfahbod | 3 | -6/+6 |
2009-09-15 | [stream] Fix returned offset | Behdad Esfahbod | 1 | -1/+1 |
2009-09-15 | [ring] Port to VteStream | Behdad Esfahbod | 5 | -571/+201 |
2009-09-15 | [stream] Add file stream | Behdad Esfahbod | 5 | -27/+278 |
2009-09-15 | [stream] Start vte stream design | Behdad Esfahbod | 3 | -0/+89 |
2009-09-15 | [ring] Fix typo | Behdad Esfahbod | 1 | -1/+1 |
2009-09-15 | [ring] Move VteRowData into its own file | Behdad Esfahbod | 6 | -278/+337 |
2009-09-10 | [ring] Limit line length to 0xFFFF | Behdad Esfahbod | 2 | -11/+24 |
2009-09-09 | [ring] Add VteRingChunkWritable | Behdad Esfahbod | 2 | -56/+58 |
2009-09-09 | [ring] Remove more unused code | Behdad Esfahbod | 1 | -42/+21 |
2009-09-09 | [ring] More cleanup | Behdad Esfahbod | 1 | -4/+2 |
2009-09-09 | [ring] Reshuffle a bit more | Behdad Esfahbod | 1 | -36/+38 |
2009-09-09 | [ring] Shuffle code around | Behdad Esfahbod | 1 | -115/+116 |
2009-09-09 | [ring] Separate VteRowData and VteCompactRowData | Behdad Esfahbod | 2 | -64/+51 |
2009-09-09 | [ring] Remove stale comment | Behdad Esfahbod | 1 | -1/+0 |
2009-09-09 | [ring] Rename vtecellattr to VteCellAttr | Behdad Esfahbod | 2 | -6/+6 |
2009-09-09 | [ring] Move row attrs into a struct | Behdad Esfahbod | 3 | -9/+18 |
2009-09-09 | [ring] Further cleanup of cell array | Behdad Esfahbod | 1 | -16/+12 |
2009-09-09 | [ring] Rename | Behdad Esfahbod | 1 | -3/+3 |
2009-09-09 | [ring] Remove spare chunk caching | Behdad Esfahbod | 1 | -71/+6 |
2009-09-09 | [ring] Remove custom cell array allocator | Behdad Esfahbod | 1 | -124/+18 |
2009-09-08 | Simplify access | Behdad Esfahbod | 1 | -85/+89 |
2009-09-08 | [ring] Reinstate attr.fragment | Behdad Esfahbod | 4 | -26/+28 |
2009-09-08 | [ring] Whitespace | Behdad Esfahbod | 1 | -1/+1 |
2009-09-08 | [ring] Fix signed issues | Behdad Esfahbod | 2 | -13/+13 |
2009-09-08 | [ring] Const correctness | Behdad Esfahbod | 1 | -6/+6 |
2009-09-08 | [ring] Rename a bit | Behdad Esfahbod | 1 | -22/+22 |
2009-09-08 | [ring] Free all spare chunks when all rings are destroyed | Behdad Esfahbod | 1 | -25/+45 |
2009-09-08 | [ring] Reduce free chunks from 10 to 4 | Behdad Esfahbod | 1 | -1/+1 |
2009-09-08 | [ring] Fix chunk disposal | Behdad Esfahbod | 1 | -1/+5 |
2009-09-08 | [ring] Fix bytes_left calculation | Behdad Esfahbod | 2 | -20/+17 |
2009-09-08 | [ring] Invalidate cache | Behdad Esfahbod | 1 | -1/+5 |
2009-09-08 | [ring] Optimize attribute bitfield placement | Behdad Esfahbod | 2 | -6/+9 |
2009-09-08 | [ring] Add debug output | Behdad Esfahbod | 1 | -0/+10 |
2009-09-08 | [ring] Fix insert at start | Behdad Esfahbod | 1 | -26/+57 |