summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-6/+6
* remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used insteadDenys Vlasenko2011-03-032-28/+3
* renamed libreport.so to libreport2.soJiri Moskovcak2011-03-031-6/+6
* parse_options: handle options without short variantKarel Klic2011-03-031-2/+6
* Revert "Remove unused OPTION_GROUP", because OPT_GROUP is used byKarel Klic2011-03-012-1/+14
* dump_dir API: rename dd_dir field to dd_dirnameDenys Vlasenko2011-02-283-24/+24
* show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-283-3/+36
* gui-wizard-gtk: show error messages as msg boxesDenys Vlasenko2011-02-251-4/+2
* change stealing semantics from copy to moveDenys Vlasenko2011-02-253-4/+21
* gui-wizard-gtk: implement stealingDenys Vlasenko2011-02-251-1/+2
* gui-wizard-gtk: run multiple reporters if they are selectedDenys Vlasenko2011-02-231-0/+2
* gui-wizard-gtk: add forward_page_func which skips analyze step when it is mis...Denys Vlasenko2011-02-221-1/+1
* move hostname saving from abrt-action-save-package-data to dump_dirVladimir Vinogradov2011-02-181-0/+1
* gui-wizard-gtk: ensure we don't block on reading analyze outputDenys Vlasenko2011-02-181-2/+8
* run_event: add async run event machineryDenys Vlasenko2011-02-181-83/+157
* removed unneeded fileJiri Moskovcak2011-02-172-2/+1
* move steal_directory() into libreportJiri Moskovcak2011-02-173-1/+44
* get rid of unused CD_FLAG_SYSNikola Pajkovsky2011-02-162-3/+2
* abrt-gtk: make Delete key actually delete the dump dirDenys Vlasenko2011-02-102-2/+198
* get rid of FILENAME_DESCRIPTION, rename "release" to "os_release"Denys Vlasenko2011-02-103-3/+5
* abrt_curl: add "Accept: text/plain" header to our HTTP transactionsDenys Vlasenko2011-02-041-1/+9
* abrt_curl: fflush http body streamDenys Vlasenko2011-02-031-0/+5
* in bz/rhts description, list attachments and their sizesDenys Vlasenko2011-02-031-6/+27
* abrt-cli -r DIR: copy non-writable DIR into $HOME/abrt/spoolDenys Vlasenko2011-02-014-7/+185
* dump_dir: change locking to create .lock file inside dirDenys Vlasenko2011-02-011-63/+202
* use run_state->children_count == 0 check for "event not conf'd" conditionDenys Vlasenko2011-02-011-1/+1
* abrt-cli: converted to process events locallyDenys Vlasenko2011-02-011-28/+0
* load_plugin_settings.c: remove unused variableNikola Pajkovsky2011-02-011-2/+0
* Message text and other small cosmetic fixesDenys Vlasenko2011-01-283-11/+16
* make list_possible_events return empty on non-dump directoriesDenys Vlasenko2011-01-281-4/+12
* run_event: add children_countDenys Vlasenko2011-01-271-2/+14
* preparatory changes for abrt-cli local processing changeDenys Vlasenko2011-01-272-9/+12
* split parse_release() into Bz and RHTS versionsDenys Vlasenko2011-01-251-5/+27
* Remove CCrashWatcher and CObserver classes; merge libabrt_daemon into abrtdDenys Vlasenko2011-01-212-113/+0
* add OPT_LIST mechanism to handle multiply occurring optionsDenys Vlasenko2011-01-204-8/+12
* Remove unused OPTION_GROUPDenys Vlasenko2011-01-202-14/+1
* introduce and use new helper function list_free_with_freeDenys Vlasenko2011-01-204-2/+27
* remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-192-45/+2
* preliminary cleanup patchesDenys Vlasenko2011-01-142-5/+39
* trivial: more uniform -v option helpDenys Vlasenko2011-01-131-1/+1
* abrt_event.conf parser is updated to handleDenys Vlasenko2011-01-131-16/+139
* remove C++-ism ssprintf from abrtlib.hDenys Vlasenko2011-01-112-4/+15
* pass old pattern to ccpp hook and use itDenys Vlasenko2011-01-062-0/+75
* 666893 - Unable to make sense of XML-RPC response from serverNikola Pajkovsky2011-01-051-0/+11
* dump_dir: make chown'ing of new files optional - needed for non-root usageDenys Vlasenko2011-01-042-32/+46
* dump_dir: stop aborting on EPERM locking errorsDenys Vlasenko2011-01-041-16/+39
* extend run_event() to run_event_on_dir_name() and run_event_on_crash_data()Denys Vlasenko2010-12-223-5/+28
* src/report-python: expose CD_FLAG_foo constants to Python wrapperDenys Vlasenko2010-12-221-0/+5
* *: rename *crash_dump.* -> *crash_data.*Denys Vlasenko2010-12-224-5/+5
* create_dump_dir: add base_dir_name parameter.Denys Vlasenko2010-12-161-2/+33