Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev core rewrite #467

Open
wants to merge 1,568 commits into
base: master
Choose a base branch
from
Open

Dev core rewrite #467

wants to merge 1,568 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 6, 2011

  1. Configuration menu
    Copy the full SHA
    4f5f12e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev_core_rewrite

    Also removed pbxproj file from ignores (and added needed changes for compilation)
    
    Conflicts:
    	Resources/en.lproj/MainMenu.xib
    djbe committed Oct 6, 2011
    Configuration menu
    Copy the full SHA
    a8d415d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2011

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	.gitignore
    	ControlPlane.xcodeproj/project.pbxproj
    djbe committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    d68e6fd View commit details
    Browse the repository at this point in the history
  2. Plugin works!

    Also some small compile fixes and a bit of debug logging
    djbe committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    a25bbd4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into dev_core_rewrite

    Also fix some warnings
    
    Conflicts:
    	Resources/da-DK.lproj/MainMenu.xib
    	Resources/de.lproj/MainMenu.xib
    	Resources/fr.lproj/MainMenu.xib
    	Resources/it.lproj/MainMenu.xib
    	Resources/pt-BR.lproj/MainMenu.xib
    djbe committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    46067ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dbbfcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5970c34 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2011

  1. Configuration menu
    Copy the full SHA
    3f3a048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1200677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c2e97c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2011

  1. Configuration menu
    Copy the full SHA
    95398cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc725cc View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2011

  1. Views (WIP)

    Also some small fixes/features:
     - unregister spelling (capitalization)
     - move CLLocation additions to core plugin dir
     - set thread names for cpcontroller and sleep thread
     - negative rules
     - source instances are created on registration
     - fix paths in utilities scripts
    djbe committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    5abe63e View commit details
    Browse the repository at this point in the history
  2. forgot this

    djbe committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    d116c42 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Resources/Info.plist
    	Source/CoreWLANEvidenceSource.m
    	Source/RunningApplicationEvidenceSource.m
    djbe committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    07b3836 View commit details
    Browse the repository at this point in the history
  4. Fix compiler errors

    djbe committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    da6b3e9 View commit details
    Browse the repository at this point in the history
  5. Fixed loads of warnings

    Separated JSONKit into it's own target (static lib)
    djbe committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    3e977bf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2011

  1. Use primitive types for member variables

    Simplified singleton code
    djbe committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    2bb0264 View commit details
    Browse the repository at this point in the history
  2. Use ARC in Plugins.framework

    djbe committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    e4d7004 View commit details
    Browse the repository at this point in the history
  3. Use ARC in Core plugin

    djbe committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    a306eed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    199e9a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    098a701 View commit details
    Browse the repository at this point in the history
  6. Implement context functionality

    Thread safety in actions-manager
    djbe committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    e0c9291 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2011

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Source/DefaultPrinterAction.m
    	Source/DesktopBackgroundAction.m
    	Source/FirewallRuleAction.m
    	Source/MailSMTPServerAction.m
    	Source/NetworkLocationAction.m
    	Source/OpenAction.m
    	Source/ShellScriptAction.m
    	Source/ToggleableAction.m
    	Source/VPNAction.m
    djbe committed Oct 15, 2011
    Configuration menu
    Copy the full SHA
    3934afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0cfe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2011

  1. Finally converted bluetooth evidence source

    Bluetooth API is a pain in the ass, I suspect it'll be even worse once actual testing begins
    djbe committed Oct 16, 2011
    Configuration menu
    Copy the full SHA
    6c329f9 View commit details
    Browse the repository at this point in the history
  2. Added help text to rules

    djbe committed Oct 16, 2011
    Configuration menu
    Copy the full SHA
    8ca6214 View commit details
    Browse the repository at this point in the history
  3. errr, whoops?

    djbe committed Oct 16, 2011
    Configuration menu
    Copy the full SHA
    cc397d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2011

  1. Fixed issues that led to crashes on Mac OS X 10.7 Lion.

    These fixes remove the use of the File Manager API that was causing crashes on Lion. This should resolve issue #827357. We are now using NSFileManager instead of the older File Manager API, but only on 10.6 and later. These changes should work for those targeting 10.4, but will allow users running 10.7 to still update without crashing.
    Brittany Tarvin committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    613b759 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2011

  1. Fix a warning

    DerAndereAndi committed Oct 18, 2011
    Configuration menu
    Copy the full SHA
    1e9d8bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.0.1'

    * release/2.0.1:
      Fix a warning
      Add device identifier of iPhone 4S
      Fix using wrong constant string
      Fix the reported iOS version to be the one of the crash report, instead the one when sending the report
      Use dispatch_once for initializing shared instance if deployment version >= 4.0
      Update demo project Xcode settings to use llvm
    DerAndereAndi committed Oct 18, 2011
    Configuration menu
    Copy the full SHA
    44a0225 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2011

  1. Configuration menu
    Copy the full SHA
    f9280e9 View commit details
    Browse the repository at this point in the history
  2. Fix mac client to detect crashes of versions before the framework was…

    … even added to the app
    
    Thanks to Markus Müller: https://gist.github.com/1297890
    DerAndereAndi committed Oct 19, 2011
    Configuration menu
    Copy the full SHA
    a652e95 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2011

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Resources/Info.plist
    	Source/Action.m
    	Source/QuitApplicationAction.m
    djbe committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    afd072d View commit details
    Browse the repository at this point in the history
  2. Fixed leaks with NSFileManager

    Brittany Tarvin committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    268ea20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from wildchocolate/master

    Fixed leaks with NSFileManager
    andymatuschak committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    5dce90e View commit details
    Browse the repository at this point in the history
  4. Add willShowSubmitCrashReportAlert delegate

    Invoked before the user is asked to send a crash report, so you can do additional actions. E.g. to make sure not to ask the user for an app rating :)
    DerAndereAndi committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    72e68dc View commit details
    Browse the repository at this point in the history
  5. Update Xcode project

    DerAndereAndi committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    8549454 View commit details
    Browse the repository at this point in the history
  6. Improve delegate return value handling

    - Make sure delegates returning nil will be handled properly
    - Move log in front of userid, contact and description, if the XML parsing fails the most important part is in front
    DerAndereAndi committed Oct 20, 2011
    Configuration menu
    Copy the full SHA
    f102f75 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2011

  1. Configuration menu
    Copy the full SHA
    07b2bd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2011

  1. Configuration menu
    Copy the full SHA
    5457476 View commit details
    Browse the repository at this point in the history
  2. Resolved merge

    andymatuschak committed Oct 28, 2011
    Configuration menu
    Copy the full SHA
    d092ae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2011

  1. Added ARC compilation support

    fpillet committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    c62d868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b26e148 View commit details
    Browse the repository at this point in the history
  3. Updated cert req file

    fpillet committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    5ab9bdc View commit details
    Browse the repository at this point in the history
  4. Proper icon references

    fpillet committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    1891f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    455b53f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eec58d2 View commit details
    Browse the repository at this point in the history
  7. Updated to 1.0

    fpillet committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    3b423bc View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Source/Action.m
    	Source/CPController.m
    	Source/CPHelperTool/CPHelperTool.c
    	Source/IPEvidenceSource.m
    djbe committed Oct 30, 2011
    Configuration menu
    Copy the full SHA
    3b3509e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2011

  1. Configuration menu
    Copy the full SHA
    00fc0de View commit details
    Browse the repository at this point in the history
  2. v1.0 date

    fpillet committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    4bf658d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949aa30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f98ab2 View commit details
    Browse the repository at this point in the history
  5. Add a QuincyLib project

    marcopg committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    2ed4959 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63b383d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39bbdd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05dd200 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2011

  1. Configuration menu
    Copy the full SHA
    c1432e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2011

  1. Ignore xcode workspace files

    djbe committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    ebf76c2 View commit details
    Browse the repository at this point in the history
  2. Update Growl SDK to 1.3

    djbe committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    c4dc555 View commit details
    Browse the repository at this point in the history
  3. Fix small logic error in release builds

    Disable compilation of the current actions, they will be replaced anyway.
    djbe committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    d8ffd78 View commit details
    Browse the repository at this point in the history
  4. Separate Core plugin into it's own Xcode project

    Might also be cleaner to separate plugins.framework into it's own project
    djbe committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    8b36a47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7b0cc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55eed9e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2011

  1. Switch to NSLogger, much more robust than NSLog

    Got rid of a few stray NSLog in the code.
    djbe committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    d820a14 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2011

  1. Configuration menu
    Copy the full SHA
    e2fd84e View commit details
    Browse the repository at this point in the history
  2. Use PLCrashReportTextFormatter to create the Apple crash log format i…

    …nstead of doing it manually
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    6a274ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a3fdc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d62a451 View commit details
    Browse the repository at this point in the history
  5. Update PLCrashReporter

    Custom Build based on r421 including exception format patch from http://code.google.com/p/plcrashreporter/issues/detail?id=34
    Release build which includes symbols, expects the app to strip them, but this way will also make the symbols available in the dSYM
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    b1d1fe5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f19ad3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b14f73 View commit details
    Browse the repository at this point in the history
  8. Update PLCrashReporter

    Fix symbol not found error messages when integrating the framework into an app
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    f7642ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3933362 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce2e882 View commit details
    Browse the repository at this point in the history
  11. Merge in latest symbolicatecrash changes from Apple

    This will also symbolicate Last Exception Backtrace block
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    f3b9632 View commit details
    Browse the repository at this point in the history
  12. Fix allowing the user to choose auto submit , even if the developer e…

    …xplicitly set auto submit to NO but let the alert display the always button
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    82662e5 View commit details
    Browse the repository at this point in the history
  13. Add a readonly property which tells if the last session crashed.

    This lets the developer e.g. make sure a "rate my app" alert will not show up
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    4f269f0 View commit details
    Browse the repository at this point in the history
  14. Removing no longer needed code to detect iOS version

    Instead we are submitting the iOS version detected when the crash occurred
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    035562f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #63 from marcopg/develop

    Add a QuincyLib project
    DerAndereAndi committed Nov 4, 2011
    Configuration menu
    Copy the full SHA
    fe75a17 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2011

  1. Configuration menu
    Copy the full SHA
    8a03fc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2011

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	Source/DisplayBrightnessAction.m
    djbe committed Nov 6, 2011
    Configuration menu
    Copy the full SHA
    b388c0f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2011

  1. Merge branch 'release/2.1'

    * release/2.1: (22 commits)
      Add last exception backtrace to the server grouping
      Removing no longer needed code to detect iOS version
      Add a readonly property which tells if the last session crashed.
      Fix allowing the user to choose auto submit , even if the developer explicitly set auto submit to NO but let the alert display the always button
      Merge in latest symbolicatecrash changes from Apple
      Fix 2nd button triggering the wrong crash method
      Add simulation of crash with exception
      Update PLCrashReporter
      Update PLCrashReporter build with armv6
      Remove unnecessary check
      Update PLCrashReporter
      Update PLCrashReporter to Version 1.1 Beta 1
      Change releasing the connection
      Use PLCrashReportTextFormatter to create the Apple crash log format instead of doing it manually
      Update PLCrashReporter to r413
      Add a QuincyLib project
      Add compatibility to 10.5 as base SDK
      Improve delegate return value handling
      Update Xcode project
      Add willShowSubmitCrashReportAlert delegate
      ...
    DerAndereAndi committed Nov 7, 2011
    Configuration menu
    Copy the full SHA
    b871b49 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2011

  1. Configuration menu
    Copy the full SHA
    e3e8ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b47c96c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68 from jramer/develop

    Swedish localization for the iOS client bundle
    DerAndereAndi committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    1429a9b View commit details
    Browse the repository at this point in the history
  4. Not adding multiple entries to the crash description field if the des…

    …cription only differs by the hex address of some object.
    pocketpixels committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    88edf0c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69 from pocketpixels/stripHexAddresses

    Avoiding duplicate exception entries in crash group description field
    DerAndereAndi committed Nov 8, 2011
    Configuration menu
    Copy the full SHA
    6507d88 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2011

  1. Configuration menu
    Copy the full SHA
    095d223 View commit details
    Browse the repository at this point in the history
  2. Critical security patch--re-enabling signature and downgrade checking.

    When merging Uli Kusterer's branch, we left enabled a preprocessor flag that would disable DSA checking and downgrade prevention. That should not have been merged into master. My apologies to the community for not noticing this sooner.
    andymatuschak committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    aeeae26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec4ebbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0aaf5d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from monkeydom/develop

    [FIX] made description and log CDATA save in the report
    DerAndereAndi committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    7313963 View commit details
    Browse the repository at this point in the history
  6. Replace PLCrashReporter build for compatibility with Xcode < 4.2

    This is still PLCrashreporter 1.1b1 with the patch from http://code.google.com/p/plcrashreporter/issues/detail?id=34
    But compiled with Xcode 4.0.2, GCC, Base SDK 4.3 and Deployment SDK 3.0
    DerAndereAndi committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    e4117c7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release/2.1.1'

    * release/2.1.1:
      Replace PLCrashReporter build for compatibility with Xcode < 4.2
      [FIX] made description and log CDATA save in the report
      Not adding multiple entries to the crash description field if the description only differs by the hex address of some object.
      Swedish localization for the iOS client bundle
      Fix missing variable declaration in symbolicatecrash
    DerAndereAndi committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    0f5ab64 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f2d53a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #118 from smiranda/master

    Improvements to the European Portuguese localization (pt_PT)
    andymatuschak committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    82e6250 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2011

  1. Merge branch 'master' into dev_core_rewrite

    These conflicts are getting reaaaally annoying :-(
    
    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Source/Action+HelperTool.h
    	Source/Action+HelperTool.m
    	Source/Action.m
    	Source/CPHelperTool/CPHelperTool.c
    	Source/CPHelperTool/CPHelperToolCommon.c
    	Source/CPHelperTool/CPHelperToolCommon.h
    	Source/IPEvidenceSource.m
    djbe committed Nov 11, 2011
    Configuration menu
    Copy the full SHA
    7a48fcb View commit details
    Browse the repository at this point in the history
  2. Rewrite logging macros a bit, now we can choose a logging level to fi…

    …lter out from certain builds
    djbe committed Nov 11, 2011
    Configuration menu
    Copy the full SHA
    bb37d98 View commit details
    Browse the repository at this point in the history
  3. Forgot to update these files in the last commit

    (I knew I was forgetting something!)
    djbe committed Nov 11, 2011
    Configuration menu
    Copy the full SHA
    3333edb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2011

  1. Configuration menu
    Copy the full SHA
    25040af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20c121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e59faa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa747ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b366e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92cb0bd View commit details
    Browse the repository at this point in the history
  7. 3 Configuration menu
    Copy the full SHA
    1eec759 View commit details
    Browse the repository at this point in the history
  8. Correct the crash reporting URL

    djbe committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    2547f18 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2011

  1. Configuration menu
    Copy the full SHA
    99b777e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2011

  1. Transport bugfix: PART_KEY_INT16 contents in messages was not being c…

    …orrectly handled by the viewer
    
    Resulting in the transported value being always 0, which was causing issues on with Android client which transmits the log level as an Int16
    fpillet committed Nov 16, 2011
    Configuration menu
    Copy the full SHA
    9b91c68 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2011

  1. Configuration menu
    Copy the full SHA
    449ebc3 View commit details
    Browse the repository at this point in the history
  2. Surpress "multiple methods named" error

    I realize that `collection` won't always be an NSArray, but the cast will let the compiler know to expect a NSUInteger return type instead of `size_t` which is also a return type a method named `count` inside of JSONKit.
    soffes committed Nov 17, 2011
    Configuration menu
    Copy the full SHA
    c494f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    395ab9a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #58 from samsoffes/master

    Surpress "multiple methods named" error
    johnezang committed Nov 17, 2011
    Configuration menu
    Copy the full SHA
    e3f9017 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2011

  1. Configuration menu
    Copy the full SHA
    b275cab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba0c58 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2011

  1. Configuration menu
    Copy the full SHA
    882b5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59caa1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290f64f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2011

  1. Configuration menu
    Copy the full SHA
    d2ebfc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec9dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f7dc8a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2011

  1. Configuration menu
    Copy the full SHA
    2db332b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338a4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49181dd View commit details
    Browse the repository at this point in the history
  4. Rename old action back to it's original name, should make it easier f…

    …or merging puproses
    djbe committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    fb889c3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Resources/Info.plist
    	Source/Action.m
    	Source/BluetoothEvidenceSource.h
    	Source/BluetoothEvidenceSource.m
    	Source/CPController.h
    	Source/DisplayBrightnessAction.m
    	Source/EvidenceSource.m
    	Source/PrefsWindowController.m
    djbe committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    c8490ce View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	Source/BluetoothScannerEvidenceSource.h
    	Source/BluetoothScannerEvidenceSource.m
    	Source/EvidenceSource.m
    djbe committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    7400e16 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	Frameworks/Growl.framework/Versions/A/Growl
    	Frameworks/Growl.framework/Versions/A/Resources/Info.plist
    djbe committed Nov 29, 2011
    Configuration menu
    Copy the full SHA
    d18f902 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2011

  1. Merge branch 'release/2.1.2'

    * release/2.1.2:
      Small refactor of last commit
      Fix another possible crash
      Fix a possible crash when building the XML string
      Fix Mac Dialog resize issues
    DerAndereAndi committed Nov 30, 2011
    Configuration menu
    Copy the full SHA
    83f3365 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2011

  1. Fixed type (oversight)

    Thanks to waggyza for the hint
    DerAndereAndi committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    29df795 View commit details
    Browse the repository at this point in the history
  2. add search by contact

    jamespanic authored and DerAndereAndi committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    46d216c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03b2b5f View commit details
    Browse the repository at this point in the history
  4. Added missing handling of PART_KEY_INT16 in LoggerLogToConsole(), fix…

    …ed potential memory overwrite in thread name padding in same function
    fpillet committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    b82e01b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a02714a View commit details
    Browse the repository at this point in the history
  6. If quincy.bundle is missing in the app, show a warning via NSLog and …

    …send crash reports without showing any dialogs, since it would crash otherwise
    DerAndereAndi committed Dec 3, 2011
    Configuration menu
    Copy the full SHA
    5dbb04e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2011

  1. Added optional logging for debugging help

    Activate using [[BWQuincyManager sharedQuincyManager] setLoggingEnabled:YES];
    DerAndereAndi committed Dec 5, 2011
    Configuration menu
    Copy the full SHA
    a6fed33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745ca56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0e94b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2011

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Frameworks/Growl.framework/Versions/A/_CodeSignature/CodeResources
    	Resources/Info.plist
    	Source/BluetoothEvidenceSource.h
    	Source/BluetoothEvidenceSource.m
    	Source/EvidenceSource.m
    djbe committed Dec 6, 2011
    Configuration menu
    Copy the full SHA
    a5ea7a9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git://github.com/TheRealKerni/QuincyKit into…

    … dev_core_rewrite
    
    Conflicts:
    	External Source/QuincyKit/client/Mac/BWQuincyMain.nib/designable.nib
    	External Source/QuincyKit/client/Mac/BWQuincyMain.nib/keyedobjects.nib
    djbe committed Dec 6, 2011
    Configuration menu
    Copy the full SHA
    3e24cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88f167a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df38e6d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2011

  1. Fix for commit 82662e5 being only half complete

    Even if the user did select to auto send, the dialog appeared again, because the new check if this was the case and if auto send is currently allowed wasn't actually used
    DerAndereAndi committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    4f82e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0001468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    555c2d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2011

  1. Configuration menu
    Copy the full SHA
    fd2db64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b8529 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2011

  1. Merge pull request #52 from lippling/master

    I've fixed two issues.
    fpillet committed Dec 10, 2011
    Configuration menu
    Copy the full SHA
    e7cf8aa View commit details
    Browse the repository at this point in the history
  2. Initial commit of Android client code.

    No Ant build yet, read the README.markdown instructions for integration in your app.
    fpillet committed Dec 10, 2011
    Configuration menu
    Copy the full SHA
    5ce2882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2e91f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b42ec76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db581fd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into dev_core_rewrite

    And also fix compile errors from previous merges
    
    Conflicts:
    	Resources/Info.plist
    	Source/BluetoothEvidenceSource.h
    	Source/BluetoothEvidenceSource.m
    	Source/QuincyKit
    djbe committed Dec 10, 2011
    Configuration menu
    Copy the full SHA
    4c89f80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03f188f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2011

  1. Script source&rule

    djbe committed Dec 11, 2011
    Configuration menu
    Copy the full SHA
    788f5ed View commit details
    Browse the repository at this point in the history
  2. Use booleans instead of confidence.

    TODO: Create combined rules
    djbe committed Dec 11, 2011
    Configuration menu
    Copy the full SHA
    460561e View commit details
    Browse the repository at this point in the history
  3. Combined rules (all, any, none)

    djbe committed Dec 11, 2011
    Configuration menu
    Copy the full SHA
    c53dfc7 View commit details
    Browse the repository at this point in the history
  4. Fix suggestedValues for a few rules.

    I can't believe this didn't give a compile error, the return types didn't match :-S
    djbe committed Dec 11, 2011
    Configuration menu
    Copy the full SHA
    bb1c176 View commit details
    Browse the repository at this point in the history
  5. Simplify things a bit:

    Rules automatically register with sources when enabled/disabled, based on a list of observable keys (source) and a list of observed sources (rule).
    djbe committed Dec 11, 2011
    Configuration menu
    Copy the full SHA
    df3d0cd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. Add workaround lion sandbox support

    This only works with the following temporary exception added: com.apple.security.temporary-exception.files.home-relative-path.read-only /Library/Logs
    DerAndereAndi committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    ada48c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa4acec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.1.3'

    * release/2.1.3:
      Update documentation for how to use the Mac client with sandbox and temporary-exception
      Add workaround lion sandbox support
      Fix failing to update the description
      Fix formatting of PHP script and fix an invalid method name
      Some more 2 space indentation fixes
      Add new delegate which fires when the user selected "Send Always" in the alert
      Fix for commit 82662e5 being only half complete
      Changed indentation to 2 spaces for all filesi (new standard for all our projects).
      Don't treat empty server responses as success
      Added optional logging for debugging help
      If quincy.bundle is missing in the app, show a warning via NSLog and send crash reports without showing any dialogs, since it would crash otherwise
      Don't send device udid when in appstore and autoSubmitDeviceUDID is turned on
      don't need these debug messages
      add search by contact
      Fixed type (oversight)
    DerAndereAndi committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    df13f29 View commit details
    Browse the repository at this point in the history
  4. Fix formatting errors

    DerAndereAndi committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    3a5723f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/2.1.3'

    * release/2.1.3:
      Fix formatting errors
    DerAndereAndi committed Dec 12, 2011
    Configuration menu
    Copy the full SHA
    69ed542 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2011

  1. Configuration menu
    Copy the full SHA
    07764c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	Source/QuincyKit
    djbe committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    ad1f620 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of git://github.com/TheRealKerni/QuincyKit into…

    … dev_core_rewrite
    djbe committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    0597e5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af576fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bc9d78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b8a29f View commit details
    Browse the repository at this point in the history
  7. Missed one last

    DerAndereAndi committed Dec 13, 2011
    Configuration menu
    Copy the full SHA
    f5bc7fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cb486e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2011

  1. Configuration menu
    Copy the full SHA
    d21d0ff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Source/BluetoothEvidenceSource.m
    	Source/BonjourEvidenceSource.m
    	Source/FireWireEvidenceSource.m
    	Source/GenericLoopingEvidenceSource.m
    	Source/LoopingEvidenceSource.m
    	Source/PrefsWindowController.m
    djbe committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    40efecd View commit details
    Browse the repository at this point in the history
  3. Ease merging with master branch

    djbe committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    b657655 View commit details
    Browse the repository at this point in the history
  4. Fix warnings in QuincyKit

    djbe committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    b15398f View commit details
    Browse the repository at this point in the history
  5. Didn't mean to commit those

    djbe committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    7b271df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adf0264 View commit details
    Browse the repository at this point in the history
  7. Merge fix from master: bluetooth source receiving disconnection notif…

    …ications after being stopped
    djbe committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    1e4ca71 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2011

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Resources/Info.plist
    	Source/BluetoothEvidenceSource.m
    	Source/BonjourEvidenceSource.m
    	Source/CPController.m
    	Source/GenericLoopingEvidenceSource.m
    	Source/LoopingEvidenceSource.m
    	Source/PrefsWindowController.m
    	Source/ShellScriptEvidenceSource.m
    djbe committed Dec 17, 2011
    Configuration menu
    Copy the full SHA
    aa785d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f363d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2011

  1. Configuration menu
    Copy the full SHA
    2388b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aff3de View commit details
    Browse the repository at this point in the history
  3. OpenSSL path should be globally replaced, right?

    With MacPorts OpenSSL installed, this version produces different results, which makes me nervous.
    David Deller committed Dec 18, 2011
    Configuration menu
    Copy the full SHA
    5cd98c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2011

  1. Merge pull request #126 from dmdeller/patch-1

    OpenSSL path should be globally replaced, right?
    andymatuschak committed Dec 19, 2011
    Configuration menu
    Copy the full SHA
    7e05e97 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. added support for sending crash reports automatically

    Martin Hering authored and DerAndereAndi committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    a863145 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2011

  1. Enable armv6 architecture.

    Chris Gummer committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    54a9f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc718b View commit details
    Browse the repository at this point in the history
  3. Also get rid of these

    djbe committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    decf587 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af0fdbf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Resources/Info.plist
    	Source/BluetoothEvidenceSource.m
    	Source/CPController.m
    	Source/QuincyKit
    djbe committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    b2aa5c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc4c5cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9e2f7e View commit details
    Browse the repository at this point in the history
  8. Compile sparkle framework

    djbe committed Dec 25, 2011
    Configuration menu
    Copy the full SHA
    228b5f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abdd2cf View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2011

  1. Merge pull request #80 from chrisgummer/develop

    Enable armv6 architecture.
    DerAndereAndi committed Dec 30, 2011
    Configuration menu
    Copy the full SHA
    9466962 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2012

  1. Configuration menu
    Copy the full SHA
    5ef6c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf1b167 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. updated Localizable strings

    dustinrue committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    a8392c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2012

  1. Configuration menu
    Copy the full SHA
    760e32c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2012

  1. Configuration menu
    Copy the full SHA
    be1acd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa6800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de1fb9d View commit details
    Browse the repository at this point in the history
  4. Fix to use generic code instead of a utility method coming from the p…

    …roject I'm working on
    fpillet committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    b4a219b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #53 from pburleson/master

    Updates to remove warnings when using -Wunused-function
    fpillet committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    1fc6c51 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2012

  1. fixed a memory leak

    Martin Hering authored and DerAndereAndi committed Jan 14, 2012
    Configuration menu
    Copy the full SHA
    ca2db3f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2012

  1. Configuration menu
    Copy the full SHA
    7e4802b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2012

  1. Configuration menu
    Copy the full SHA
    73e96cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc3834 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2012

  1. Configuration menu
    Copy the full SHA
    fa330c9 View commit details
    Browse the repository at this point in the history
  2. Fixed issue where you could drag an html file over the mapview and it'd

    offer to take it as a drop target.
    rickfillion committed Jan 20, 2012
    Configuration menu
    Copy the full SHA
    60d5e6d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2012

  1. Merge pull request #54 from tru/bufferbug

    Make sure to honor BufferLogsUntilConnection (or more precisely, lack thereof to avoid unnecessarily eating memory with logs that will never be sent)
    fpillet committed Jan 21, 2012
    Configuration menu
    Copy the full SHA
    9c3af9f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2012

  1. Configuration menu
    Copy the full SHA
    aca8cc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2012

  1. Clean crash queue if the HockeyApp server rejected the crash

    This can happen because the developer turned off receiving crashes for the specified app version, or if the app identifier and the bundle identifier don't match the settings on the server.
    DerAndereAndi committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    61cd8bb View commit details
    Browse the repository at this point in the history
  2. Project update: removed some customized BWToolkit settings that may h…

    …ave been causing incompatibilities at build
    fpillet committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    6885452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209ef2c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2012

  1. Adjusted initial window position of SUUpdateAlert for Romanian/Sloven…

    …ian so Xcode doesn't show warnings.
    ksuther committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    515511d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b4cf14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #136 from ksuther/master

    Xcode warning cleanup
    andymatuschak committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    799b2a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2012

  1. Configuration menu
    Copy the full SHA
    00fd219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28be142 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d820ce4 View commit details
    Browse the repository at this point in the history
  4. Update PLCrashReporter with UTF bug fix

    Include patch from http://code.google.com/p/plcrashreporter/issues/detail?id=38 to fix generated reports that have UTF characters in the executable name
    DerAndereAndi committed Feb 5, 2012
    Configuration menu
    Copy the full SHA
    f8d80e4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/2.1.4'

    * release/2.1.4:
      Update PLCrashReporter with UTF bug fix
      Update iOS demo project to build with armv6 and iOS3 deployment target
      Ignore crash reports that do not match the current app version or have no content on the Mac
      Code formatting updates
      Clean crash queue if the HockeyApp server rejected the crash
      fixed a memory leak
      Enable armv6 architecture.
      added support for sending crash reports automatically
      Now this is the last space indentation fix
      Missed one last
      Same for the header file
      And some more missed out
      Again some more 2 space indentation fixes
    DerAndereAndi committed Feb 5, 2012
    Configuration menu
    Copy the full SHA
    17ac193 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2012

  1. Pass both host and executable paths to finish_installation

    This fixes pathToRelaunchForUpdater by supporting an executable path
    other than the host bundle path.
    mattstevens committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    bf07a94 View commit details
    Browse the repository at this point in the history
  2. - Added shortcuts to clear logs

    - Added shortcut to collapse left-side toolbar
    Tomek Kuzma committed Feb 7, 2012
    Configuration menu
    Copy the full SHA
    f5d547f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2012

  1. Improved Japanese translations

    Improved some strange translations in Japanese
    Koichi MATSUMOTO committed Feb 8, 2012
    Configuration menu
    Copy the full SHA
    88d4b34 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2012

  1. Merge pull request #142 from mzch/master

    Improved Japanese translations (fixes #141)
    andymatuschak committed Feb 9, 2012
    Configuration menu
    Copy the full SHA
    4c25737 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from mattstevens/pathToRelaunch

    Host bundle is changed by pathToRelaunchForUpdater:
    andymatuschak committed Feb 9, 2012
    Configuration menu
    Copy the full SHA
    449b00e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from mapedd/master

    Convenience shortcuts
    fpillet committed Feb 9, 2012
    Configuration menu
    Copy the full SHA
    53d232e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2012

  1. Support a custom user defaults domain

    This is useful for situations like a background app that updates a
    parent preference pane but wants to maintain defaults in the background
    app's domain.
    mattstevens committed Feb 11, 2012
    Configuration menu
    Copy the full SHA
    29b7321 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2012

  1. Configuration menu
    Copy the full SHA
    6be5568 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2012

  1. Merge pull request #145 from mattstevens/install-on-quit-cleanup

    Clean up after install on quit updates
    andymatuschak committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    44cf0d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from mattstevens/custom-defaults-domain

    Support a custom user defaults domain
    andymatuschak committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    e27828d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba3f3ca View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of git://github.com/TheRealKerni/QuincyKit into…

    … dev_core_rewrite
    djbe committed Feb 14, 2012
    Configuration menu
    Copy the full SHA
    c7512d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0da271 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96ecb54 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3711030 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2012

  1. Merge branch 'master' and small bit of refactoring in nsstring catego…

    …ry Ishellscripthelper).
    
    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Resources/Info.plist
    	Resources/da-DK.lproj/Localizable.strings
    	Resources/de.lproj/Localizable.strings
    	Resources/en.lproj/Localizable.strings
    	Resources/en.lproj/MainMenu.xib
    	Resources/fr.lproj/Localizable.strings
    	Resources/it.lproj/Localizable.strings
    	Resources/pt-BR.lproj/Localizable.strings
    	Resources/pt-PT.lproj/Localizable.strings
    	Source/Action.m
    	Source/CPController.m
    	Source/CPHelperTool/CPHelperTool.c
    	Source/CPHelperTool/CPHelperToolCommon.c
    	Source/CPHelperTool/CPHelperToolCommon.h
    	Source/CoreLocationSource.h
    	Source/CoreLocationSource.m
    	Source/CoreWLANEvidenceSource.m
    	Source/ShellScriptAction.m
    	Source/ShellScriptEvidenceSource.m
    djbe committed Feb 16, 2012
    Configuration menu
    Copy the full SHA
    ca684f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2012

  1. Configuration menu
    Copy the full SHA
    158059c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2012

  1. Configuration menu
    Copy the full SHA
    060791d View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2012

  1. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	Resources/Info.plist
    	Source/CoreLocationSource.m
    djbe committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    bdc618f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    825ceeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78b08fa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into dev_core_rewrite

    Conflicts:
    	ControlPlane.xcodeproj/project.pbxproj
    	Source/CoreLocationSource.h
    	Source/CoreLocationSource.m
    	Source/QuincyKit
    	Source/ToggleInternetSharingAction.h
    djbe committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    403508a View commit details
    Browse the repository at this point in the history
  5. Added MacMapKit as subtree

    djbe committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    d8243c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92bc94c View commit details
    Browse the repository at this point in the history