aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/bz2_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* archive/bz2: renamed archive sources and plugin variablesMax Kellermann2009-12-161-279/+0
* archive/bz2: use g_path_get_basename()Max Kellermann2009-12-161-10/+1
* input_stream: return errors with GErrorMax Kellermann2009-12-151-14/+25
* archive/bz2: simplified error handling, short readMax Kellermann2009-12-151-34/+23
* archive/bz2: no CamelCaseMax Kellermann2009-12-151-11/+10
* Merge branch 'v0.15.x'Max Kellermann2009-12-151-2/+3
|\
| * archive: close archive when stream is closedMax Kellermann2009-12-151-0/+2
| * archive/bz2: removed NULL check before g_free()Max Kellermann2009-12-151-2/+2
* | archive/bz2: bz2_fillbuffer() returns boolMax Kellermann2009-12-151-5/+6
* | archive/bz2: fixed indentationMax Kellermann2009-12-151-15/+22
* | archive/bz2: g_malloc() cannot failMax Kellermann2009-12-151-4/+2
* | include config.h in all sourcesMax Kellermann2009-11-121-1/+1
|/
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* input_stream: moved struct input_plugin to input_plugin.hMax Kellermann2009-03-021-1/+1
* input_stream: make seek(), buffer() optionalMax Kellermann2009-01-301-15/+0
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-301-15/+8
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* archive: use GLib instead of utils.hMax Kellermann2009-01-021-1/+0
* archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-161-0/+303