~ubuntu-branches/ubuntu/saucy/whoopsie-daisy/saucy

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2012-01-18 17:26:02 UTC
  • Revision ID: package-import@ubuntu.com-20120118172602-m02m0ode5351f0bq
Tags: 0.1.2
* Added an upstart job.
* Don't segfault if we cannot open the report.
* Move to txstatsd for metrics submission.
* Moved to WSGI.
* Dropped Content-length, as it's superfluous.
* Use oops-repository for talking to Cassandra.
* Update the documentation.
* Don't run install target on make.
* Fix a double-free when a report is addded, then removed from the queue.
* Submit the core file when asked.
* Add initial MQ publishing for core file processing.
* Submit a SHA-512 hash of the system UUID to key against.
* Drop privileges when spawning.
* Don't crash if there are files without an extension in /var/crash.
* Fix a really nasty memory corruption bug.
* Make warnings build failures.
* Remove the lock file on exit.
* Add tests for get_system_uuid, get_crash_db_url, and hex_to_char.
* Move to GNetworkMonitor from NetworkManager for the network
  connectivity check.
* Ensure in the postinst that whoopsie can read crash reports in
  /var/crash.
* Isolate whoopsie into its own mount namespace, dropping all privileges and
  capabilities but CAP_FOWNER, so that we can delete files in /var/crash even
  though it's +t.
Filename Latest Rev Last Changed Committer Comment Size
..
data 3 12 years ago Package Import Robot * Added an upstart job. * Don't segfault if we can Diff
debian 1 12 years ago Package Import Robot Initial Release. Diff
lib 1 12 years ago Package Import Robot Initial Release. Diff
src 1 12 years ago Package Import Robot Initial Release. Diff
tools 1 12 years ago Package Import Robot Initial Release. Diff
Makefile 3 12 years ago Package Import Robot * Added an upstart job. * Don't segfault if we can 805 bytes Diff Download File
process_core.py 3 12 years ago Package Import Robot * Added an upstart job. * Don't segfault if we can 2.3 KB Diff Download File
README 3 12 years ago Package Import Robot * Added an upstart job. * Don't segfault if we can 1.4 KB Diff Download File
submit.wsgi 3 12 years ago Package Import Robot * Added an upstart job. * Don't segfault if we can 2.5 KB Diff Download File
submit_core.wsgi 3 12 years ago Package Import Robot * Added an upstart job. * Don't segfault if we can 1.7 KB Diff Download File