Modify libcurl options for dealing with SSL and redirects.
[platform/upstream/corewatcher.git] / src /
2013-02-01 William DouglasModify libcurl options for dealing with SSL and redirects.
2013-01-09 William DouglasFix bug with local char variable definition.
2013-01-09 William DouglasFix bug with not checking strncmp results.
2013-01-09 William DouglasRework how the binary associated with the core file...
2013-01-09 William DouglasUpdate for Tizen-PC
2012-12-11 Tim PepperSearch precisely for gdb warnings
2012-12-06 Tim PepperAllow Google Chrome cores
2012-12-06 Tim PepperCorrect file renaming on skip
2012-12-06 Tim PepperSkip cores where gdb notes a mismatch between core...
2012-12-05 Tim PepperAdd 2012 to copyright statements
2012-11-27 Tim PepperRate limited restart
2012-11-27 Tim Peppersimplify/cleanr-up syslog'd messages
2012-11-27 Tim PepperClean path searching for binary
2012-11-26 Tim PepperQuote filenames
2012-11-26 Tim PepperShorten thread names
2012-11-26 Tim PepperHard code system path
2012-11-15 Tim PepperAdd missing newline in reports
2012-11-02 Tim PepperFix core_pattern being unset
2012-11-02 Tim PepperAdd journal log message with version on startup
2012-10-16 Tim PepperDisable kernel core writing if available disk is < 10%
2012-10-11 Tim PepperHandle allocation failures and admit we leak on error...
2012-10-11 Tim PepperDynamically allocated GMutex and GCond variables
2012-10-09 Tim Pepperv0.9.8 bugfix update
2012-10-08 Tim PepperRework processing queue threading
2012-10-04 Tim PepperRename scan_corefolders() to scan_folders()
2012-10-04 Tim PepperRemove remaining mention of queued_mtx
2012-10-04 Tim PepperRemove unused global state
2012-10-04 Tim Pepperv0.9.6 bug fix release
2012-10-03 Tim PepperSeparate report submission into its own thread
2012-09-28 Tim PepperUnconditionally scan at start
2012-09-28 Tim PepperAlways chmod our directories.
2012-09-28 Tim PepperAdd timestamp from core
2012-09-24 Tim PepperAdd inotify support, remove pthreads dep, bump version
2012-09-18 Tim PepperRemove extra unlink
2012-09-15 Tim PepperAdd some tentative duplicate handling
2012-09-14 Tim PepperFix apparent possible memory overrun in processing_queue
2012-09-13 Tim PepperAdd systemd unit file
2012-09-11 Tim PepperRemove unused/unneeded corewatcher-config bits
2012-09-11 Tim PepperRequire allow-submit=yes and allow-pass-on=yes
2012-09-11 Tim PepperCope with oddities around umask and permission bits
2012-09-11 Tim PepperRemove unused build_release
2012-09-11 Tim PepperChange from /tmp to /var/lib/corewatcher
2012-09-11 Tim PepperRemove release-info option
2012-09-11 Tim PepperRemove unlink option
2012-09-11 Tim PepperOpen /var/lib/corewatcher correctly after creation
2012-09-11 Tim PepperShift files from /tmp to /var/lib/corewatcher
2012-09-11 Tim PepperRemove two old meego-isms
2012-09-11 Tim PepperSearch for core_* instead of core.*
2012-09-10 Tim PepperA little more cleaning pre-production
2012-09-06 Tim PepperCorrect memory management around os-release/version
2012-09-06 Tim PepperClean out meego/tizen specific things and quiet compile...
2012-08-27 Tim PepperFix config file path
2012-05-24 William Douglastestmode wasn't getting set when it should have been...
2012-05-24 William Douglasremove incorrect comments
2012-05-24 William DouglasRemove useless check.
2012-05-24 William Douglasadd short option check for test mode
2012-05-24 William Douglasfix compiler failure do to taking out crash submission...
2012-05-24 William DouglasRemove options to not submit crash info
2012-05-21 William DouglasUse CFLAGS for the configuration file as well
2012-05-21 William DouglasRemove opt out check.
2012-05-21 William DouglasUpdate CFLAGS from old Makefile
2012-05-21 William DouglasRemove dbus interface to UI
2012-05-21 William DouglasAdd check for malloc failing
2012-05-21 William DouglasFix double free possibility
2011-08-04 William DouglasUpdate ioprio defines
2011-08-03 William DouglasTake out Debian Etch work around.
2011-08-03 William DouglasRename coredump scan function.
2011-08-03 William DouglasReorganize header, move objects under the appropriate...
2011-07-28 William DouglasUpdate corewatcher to use autotools.